[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

[data-sal]{transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration="200"]{transition-duration:.2s}[data-sal][data-sal-duration="250"]{transition-duration:.25s}[data-sal][data-sal-duration="300"]{transition-duration:.3s}[data-sal][data-sal-duration="350"]{transition-duration:.35s}[data-sal][data-sal-duration="400"]{transition-duration:.4s}[data-sal][data-sal-duration="450"]{transition-duration:.45s}[data-sal][data-sal-duration="500"]{transition-duration:.5s}[data-sal][data-sal-duration="550"]{transition-duration:.55s}[data-sal][data-sal-duration="600"]{transition-duration:.6s}[data-sal][data-sal-duration="650"]{transition-duration:.65s}[data-sal][data-sal-duration="700"]{transition-duration:.7s}[data-sal][data-sal-duration="750"]{transition-duration:.75s}[data-sal][data-sal-duration="800"]{transition-duration:.8s}[data-sal][data-sal-duration="850"]{transition-duration:.85s}[data-sal][data-sal-duration="900"]{transition-duration:.9s}[data-sal][data-sal-duration="950"]{transition-duration:.95s}[data-sal][data-sal-duration="1000"]{transition-duration:1s}[data-sal][data-sal-duration="1050"]{transition-duration:1.05s}[data-sal][data-sal-duration="1100"]{transition-duration:1.1s}[data-sal][data-sal-duration="1150"]{transition-duration:1.15s}[data-sal][data-sal-duration="1200"]{transition-duration:1.2s}[data-sal][data-sal-duration="1250"]{transition-duration:1.25s}[data-sal][data-sal-duration="1300"]{transition-duration:1.3s}[data-sal][data-sal-duration="1350"]{transition-duration:1.35s}[data-sal][data-sal-duration="1400"]{transition-duration:1.4s}[data-sal][data-sal-duration="1450"]{transition-duration:1.45s}[data-sal][data-sal-duration="1500"]{transition-duration:1.5s}[data-sal][data-sal-duration="1550"]{transition-duration:1.55s}[data-sal][data-sal-duration="1600"]{transition-duration:1.6s}[data-sal][data-sal-duration="1650"]{transition-duration:1.65s}[data-sal][data-sal-duration="1700"]{transition-duration:1.7s}[data-sal][data-sal-duration="1750"]{transition-duration:1.75s}[data-sal][data-sal-duration="1800"]{transition-duration:1.8s}[data-sal][data-sal-duration="1850"]{transition-duration:1.85s}[data-sal][data-sal-duration="1900"]{transition-duration:1.9s}[data-sal][data-sal-duration="1950"]{transition-duration:1.95s}[data-sal][data-sal-duration="2000"]{transition-duration:2s}[data-sal][data-sal-delay="50"]{transition-delay:.05s}[data-sal][data-sal-delay="100"]{transition-delay:.1s}[data-sal][data-sal-delay="150"]{transition-delay:.15s}[data-sal][data-sal-delay="200"]{transition-delay:.2s}[data-sal][data-sal-delay="250"]{transition-delay:.25s}[data-sal][data-sal-delay="300"]{transition-delay:.3s}[data-sal][data-sal-delay="350"]{transition-delay:.35s}[data-sal][data-sal-delay="400"]{transition-delay:.4s}[data-sal][data-sal-delay="450"]{transition-delay:.45s}[data-sal][data-sal-delay="500"]{transition-delay:.5s}[data-sal][data-sal-delay="550"]{transition-delay:.55s}[data-sal][data-sal-delay="600"]{transition-delay:.6s}[data-sal][data-sal-delay="650"]{transition-delay:.65s}[data-sal][data-sal-delay="700"]{transition-delay:.7s}[data-sal][data-sal-delay="750"]{transition-delay:.75s}[data-sal][data-sal-delay="800"]{transition-delay:.8s}[data-sal][data-sal-delay="850"]{transition-delay:.85s}[data-sal][data-sal-delay="900"]{transition-delay:.9s}[data-sal][data-sal-delay="950"]{transition-delay:.95s}[data-sal][data-sal-delay="1000"]{transition-delay:1s}[data-sal][data-sal-easing=linear]{transition-timing-function:linear}[data-sal][data-sal-easing=ease]{transition-timing-function:ease}[data-sal][data-sal-easing=ease-in]{transition-timing-function:ease-in}[data-sal][data-sal-easing=ease-out]{transition-timing-function:ease-out}[data-sal][data-sal-easing=ease-in-out]{transition-timing-function:ease-in-out}[data-sal][data-sal-easing=ease-in-cubic]{transition-timing-function:cubic-bezier(.55,.055,.675,.19)}[data-sal][data-sal-easing=ease-out-cubic]{transition-timing-function:cubic-bezier(.215,.61,.355,1)}[data-sal][data-sal-easing=ease-in-out-cubic]{transition-timing-function:cubic-bezier(.645,.045,.355,1)}[data-sal][data-sal-easing=ease-in-circ]{transition-timing-function:cubic-bezier(.6,.04,.98,.335)}[data-sal][data-sal-easing=ease-out-circ]{transition-timing-function:cubic-bezier(.075,.82,.165,1)}[data-sal][data-sal-easing=ease-in-out-circ]{transition-timing-function:cubic-bezier(.785,.135,.15,.86)}[data-sal][data-sal-easing=ease-in-expo]{transition-timing-function:cubic-bezier(.95,.05,.795,.035)}[data-sal][data-sal-easing=ease-out-expo]{transition-timing-function:cubic-bezier(.19,1,.22,1)}[data-sal][data-sal-easing=ease-in-out-expo]{transition-timing-function:cubic-bezier(1,0,0,1)}[data-sal][data-sal-easing=ease-in-quad]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-sal][data-sal-easing=ease-out-quad]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-sal][data-sal-easing=ease-in-out-quad]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-sal][data-sal-easing=ease-in-quart]{transition-timing-function:cubic-bezier(.895,.03,.685,.22)}[data-sal][data-sal-easing=ease-out-quart]{transition-timing-function:cubic-bezier(.165,.84,.44,1)}[data-sal][data-sal-easing=ease-in-out-quart]{transition-timing-function:cubic-bezier(.77,0,.175,1)}[data-sal][data-sal-easing=ease-in-quint]{transition-timing-function:cubic-bezier(.755,.05,.855,.06)}[data-sal][data-sal-easing=ease-out-quint]{transition-timing-function:cubic-bezier(.23,1,.32,1)}[data-sal][data-sal-easing=ease-in-out-quint]{transition-timing-function:cubic-bezier(.86,0,.07,1)}[data-sal][data-sal-easing=ease-in-sine]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-sal][data-sal-easing=ease-out-sine]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-sal][data-sal-easing=ease-in-out-sine]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-sal][data-sal-easing=ease-in-back]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-sal][data-sal-easing=ease-out-back]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-sal][data-sal-easing=ease-in-out-back]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-sal|=fade]{opacity:0;transition-property:opacity}[data-sal|=fade].sal-animate,body.sal-disabled [data-sal|=fade]{opacity:1}[data-sal|=slide]{opacity:0;transition-property:opacity,transform}[data-sal=slide-up]{transform:translateY(20%)}[data-sal=slide-down]{transform:translateY(-20%)}[data-sal=slide-left]{transform:translateX(20%)}[data-sal=slide-right]{transform:translateX(-20%)}[data-sal|=slide].sal-animate,body.sal-disabled [data-sal|=slide]{opacity:1;transform:none}[data-sal|=zoom]{opacity:0;transition-property:opacity,transform}[data-sal=zoom-in]{transform:scale(.5)}[data-sal=zoom-out]{transform:scale(1.1)}[data-sal|=zoom].sal-animate,body.sal-disabled [data-sal|=zoom]{opacity:1;transform:none}[data-sal|=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}[data-sal=flip-left]{transform:perspective(2000px) rotateY(-91deg)}[data-sal=flip-right]{transform:perspective(2000px) rotateY(91deg)}[data-sal=flip-up]{transform:perspective(2000px) rotateX(-91deg)}[data-sal=flip-down]{transform:perspective(2000px) rotateX(91deg)}[data-sal|=flip].sal-animate,body.sal-disabled [data-sal|=flip]{transform:none}
/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}

:root{--swiper-theme-color:#007aff}

.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}

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

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

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

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

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

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

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

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

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}

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

.swiper-container-3d{perspective:1200px}

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

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

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

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

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

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

.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}

:root{--swiper-navigation-size:44px}

.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}

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

.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}

.swiper-button-lock{display:none}

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

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

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}

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

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

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

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

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

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

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}

.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}

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

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

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

.swiper-pagination-white{--swiper-pagination-color:#ffffff}

.swiper-pagination-black{--swiper-pagination-color:#000000}

.swiper-pagination-lock{display:none}

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

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

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

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

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

.swiper-scrollbar-lock{display:none}

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

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

.swiper-slide-zoomed{cursor:move}

.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}

.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}

.swiper-lazy-preloader-black{--swiper-preloader-color:#000}

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

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

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

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

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

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

.swiper-container-cube{overflow:visible}

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

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

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

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

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

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

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

.swiper-container-flip{overflow:visible}

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

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

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

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/*!* helpers parts *!*/
/*
	vars
*/
/* mixins */
/*!* components *!*/
/* fonts */
@font-face {
  font-family: 'Prompt-Medium';
  src: url(../fonts/Prompt/Prompt-Medium.eot);
  src: url(../fonts/Prompt/Prompt-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Prompt/Prompt-Medium.woff2) format("woff2"), url(../fonts/Prompt/Prompt-Medium.woff) format("woff"), url(../fonts/Prompt/Prompt-Medium.svg#Prompt-Medium) format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Prompt-Light';
  src: url(../fonts/Prompt/Prompt-Light.eot);
  src: url(../fonts/Prompt/Prompt-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Prompt/Prompt-Light.woff2) format("woff2"), url(../fonts/Prompt/Prompt-Light.woff) format("woff"), url(../fonts/Prompt/Prompt-Light.svg#Prompt-Light) format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Prompt-ExtraBold';
  src: url(../fonts/Prompt/Prompt-ExtraBold.eot);
  src: url(../fonts/Prompt/Prompt-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Prompt/Prompt-ExtraBold.woff2) format("woff2"), url(../fonts/Prompt/Prompt-ExtraBold.woff) format("woff"), url(../fonts/Prompt/Prompt-ExtraBold.svg#Prompt-ExtraBold) format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Prompt-SemiBold';
  src: url(../fonts/Prompt/Prompt-SemiBold.eot);
  src: url(../fonts/Prompt/Prompt-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Prompt/Prompt-SemiBold.woff2) format("woff2"), url(../fonts/Prompt/Prompt-SemiBold.woff) format("woff"), url(../fonts/Prompt/Prompt-SemiBold.svg#Prompt-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Prompt-Bold';
  src: url(../fonts/Prompt/Prompt-Bold.eot);
  src: url(../fonts/Prompt/Prompt-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Prompt/Prompt-Bold.woff2) format("woff2"), url(../fonts/Prompt/Prompt-Bold.woff) format("woff"), url(../fonts/Prompt/Prompt-Bold.svg#Prompt-Bold) format("svg");
  font-weight: 700;
  font-style: normal; }
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }
/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }
/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }
/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/**
     * Add the correct display in IE.
     */
main {
  display: block; }
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }
/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }
/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }
/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }
/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }
/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }
/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sub {
  bottom: -0.25em; }
sup {
  top: -0.5em; }
/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }
/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }
/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }
/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }
/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }
/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }
button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }
/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }
/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }
/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }
/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }
/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }
/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }
/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }
/**
     * Add the correct display in IE.
     */
template {
  display: none; }
/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }
/* reset */
/* set border-box for all */
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-text-size-adjust: none; }
/* cross-browser styles for root */
:root {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* appearance: none */
[type=reset],
[type=submit],
button,
input:not([type=checkbox]),
input:not([type=radio]) {
  -webkit-appearance: none; }
/* outline: none */
input,
input:focus,
option,
option:focus,
select,
select:focus,
textarea:focus,
textarea,
button,
button:focus {
  outline: none; }
/* bind height from :root */
:root,
body {
  height: 100%; }
/* reset address */
address {
  font-style: normal; }
/* reset lists margin */
ul,
dl,
dd,
dt {
  margin: 0; }
/* reset ul padding */
ul {
  padding: 0; }
/* reset list-style */
li {
  list-style: none; }
/* reset text-decoration */
a[href] {
  text-decoration: none; }
a[href]:hover {
  text-decoration: none; }
/* set cursor pointer for accessibility */
a[href],
button {
  cursor: pointer; }
/* reset heading margin */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }
fieldset {
  border: 0;
  padding: 0; }
legend {
  padding: 0; }
/* set default body styles */
html {
  font-size: 62.5%; }
body {
  min-height: 100%;
  position: relative;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  line-height: normal;
  color: #3E3C3A; }
iframe {
  border: 0; }
/* br fix */
@media (min-width: 769px) {
  .mb {
    display: none !important; }
  .pc {
    display: block !important; } }
@media (max-width: 768px) {
  .mb {
    display: block !important; }
  .pc {
    display: none !important; } }
@media (max-width: 1023px) {
  .tb-hide {
    display: none !important; }
  .tb-show {
    display: block !important; } }
@media (min-width: 1024px) {
  .tb-hide {
    display: block !important; }
  .tb-show {
    display: none !important; } }
/* default class */
.wrapper {
  display: flex;
  flex-flow: column nowrap;
  max-width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #F7F8F8;
  background-size: 86.5%;
  background-position: 50% -55px;
  background-repeat: repeat-y; }
.container, .head-section__label {
  display: block;
  width: auto;
  max-width: 67.85714vw;
  margin: 0 auto;
  box-sizing: content-box; }
.container_fluid {
    width: 100%;
    max-width: 100%; }
.container:before, .head-section__label:before, .container:after, .head-section__label:after {
    content: '';
    display: table; }
.container:after, .head-section__label:after {
    clear: both; }
@media (max-width: 950px) {
    .container, .head-section__label {
      max-width: initial;
      box-sizing: border-box;
      padding: 0 8vw; } }
.container.-no-padding, .-no-padding.head-section__label {
  padding: 0; }
.container.-padding10, .-padding10.head-section__label {
  padding: 0 10px; }
button {
  border: 0;
  background: transparent;
  cursor: pointer;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0; }
img,
svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: top; }
.br.-sp {
  display: none; }
@media (max-width: 768px) {
    .br.-sp {
      display: block; } }
.br.-pc {
  display: block; }
@media (max-width: 768px) {
    .br.-pc {
      display: none; } }
input[type="radio"],
input[type="checkbox"] {
  display: none; }
body {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }
/* app */
.app {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  z-index: 2; }
.koa-label__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none; }
.koa-label__wrapper.-before {
    z-index: 0; }
.koa-label {
  display: block;
  position: absolute;
  right: -60px;
  bottom: 15px; }
.koa-label svg {
    display: block;
    width: 100%; }
@media (max-width: 1023px) {
    .koa-label {
      width: 230px;
      bottom: -60px; } }
@media (max-width: 480px) {
    .koa-label {
      width: 170px;
      bottom: -100px;
      right: -35px; } }
.koa-label__wrapper.-stick {
  position: absolute;
  bottom: 0; }
.fixed-border__top, .fixed-border__bottom, .fixed-border__right, .fixed-border__left {
  position: fixed;
  background-color: #fff;
  z-index: 3; }
.fixed-border__top, .fixed-border__bottom {
  top: 0;
  left: 0;
  width: 100%;
  height: 2.14286vw; }
@media (max-width: 1023px) {
    .fixed-border__top, .fixed-border__bottom {
      height: 2.66667vw; } }
.fixed-border__bottom {
  top: auto;
  bottom: 0; }
.fixed-border__right, .fixed-border__left {
  top: 0;
  right: 0;
  width: 2.14286vw;
  height: 100%; }
@media (max-width: 1023px) {
    .fixed-border__right, .fixed-border__left {
      width: 2.66667vw; } }
.fixed-border__left {
  right: auto;
  left: 0; }
@media (max-width: 1023px) {
  .padding0-10.-mb {
    padding: 0 10px; } }
.offset-block {
  margin-top: -105px;
  margin-bottom: 30px; }
@media (max-width: 768px) {
    .offset-block {
      margin-top: -45px;
      margin-bottom: 20px; } }
.offset-block.-img {
  margin-top: -75px; }
@media (max-width: 768px) {
    .offset-block.-img {
      margin-top: -30px; } }
.offset-block.-df {
  display: flex;
  width: 100%; }
@media (max-width: 768px) {
    .offset-block.-df {
      flex-direction: column; } }
.offset-block.-mt-125 {
  margin-top: -125px; }
@media (max-width: 768px) {
    .offset-block.-mt-125 {
      margin-top: -45px; } }
.offset-block.-mt-35 {
  margin-top: -5vw; }
@media (max-width: 768px) {
    .offset-block.-mt-35 {
      margin-top: -13.33333vw; } }
.offset-block__item {
  position: relative;
  width: 50%;
  height: 0;
  padding-top: calc(404 / 950 * 100%); }
.offset-block__item img,
  .offset-block__item iframe,
  .offset-block__item video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
.offset-block__item img {
    object-fit: cover;
    object-position: 50% 20%; }
@media (max-width: 768px) {
    .offset-block__item {
      width: 100%;
      padding-top: calc(203 / 331 * 100%); } }
.video-wrapper {
  position: relative;
  width: 100%;
  height: 640px;
  margin: 0 0 65px; }
@media (max-width: 768px) {
    .video-wrapper {
      height: 180px; } }
.video-wrapper iframe,
  .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
@media (max-width: 768px) {
    .video-wrapper {
      margin: 0 0 10px; } }
.img-wrapper {
  position: relative;
  width: 100%;
  height: 34.42857vw; }
@media (max-width: 768px) {
    .img-wrapper {
      height: 59.46667vw; } }
.img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
.video-wrapper.-mb0 {
  margin-bottom: 0; }
.border-title {
  width: 100%;
  margin-bottom: 68px;
  padding-bottom: 13px;
  border-bottom: 1px solid #3E3C3A;
  font-size: 2.1rem;
  line-height: 1.5;
  color: #3E3C3A;
  letter-spacing: 4px; }
@media (max-width: 768px) {
    .border-title {
      margin-bottom: 30px;
      padding-bottom: 10px;
      font-size: 1.6rem; } }
.border-title.-mb20 {
  margin-bottom: 20px; }
.border-title.-single {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 1.8rem; }
.border-title.-mb40 {
  margin-bottom: 40px; }
.border-title.-mt65 {
  margin-top: 65px; }
@media (max-width: 768px) {
    .border-title.-mt65 {
      margin-top: 40px; } }
.def-list li {
  font-size: 13px;
  font-size: 1.01562vw;
  line-height: 1.7;
  list-style: disc inside;
  color: #3E3C3A; }
@media (max-width: 768px) {
    .def-list li {
      font-size: 14px;
      font-size: 3.73333vw;
      line-height: 2; } }
.def-text {
  margin-bottom: 3.21429vw;
  font-size: 13px;
  font-size: 1.01562vw;
  font-family: "Prompt-Medium", sans-serif;
  line-height: 2;
  color: #3E3C3A;
  font-weight: 500;
  letter-spacing: .1em; }
@media (max-width: 768px) {
    .def-text {
      font-size: 14px;
      font-size: 3.73333vw;
      margin-bottom: 9.33333vw;
      line-height: 1.8; } }
.def-text.-mb10 {
  margin-bottom: 10px; }
.-mb0 {
  margin-bottom: 0 !important; }
@media (max-width: 768px) {
  .def-text.-sm {
    font-size: 1.2rem; } }
.def-text.-mb70 {
  margin-bottom: 70px; }
.fader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: contrast(4) blur(20px);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 8; }
.fader.-active {
  opacity: 1;
  visibility: visible; }
.attention-text {
  padding-right: 50px;
  font-family: "Prompt-SemiBold", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #DB293D;
  text-align: right; }
@media (max-width: 1023px) {
    .attention-text {
      padding-right: 0; } }
@media (max-width: 768px) {
    .attention-text {
      text-align: left;
      font-size: 1.2rem; } }
.foreign__title {
  display: flex;
  align-items: center;
  margin-bottom: 1.78571vw;
  font-size: 15px;
  font-size: 1.17188vw;
  font-weight: 700;
  letter-spacing: .1em;
  color: #3E3C3A; }
@media (max-width: 1023px) {
    .foreign__title {
      font-size: 15px;
      font-size: 4vw;
      margin-bottom: 5.33333vw; } }
.foreign__title svg {
    display: block;
    width: 1.78571vw;
    margin-right: 1.07143vw; }
@media (max-width: 1023px) {
      .foreign__title svg {
        width: 6.66667vw;
        margin-right: 4vw; } }
.SIAABannerArea{
    width: 20%;
    margin-top: 30px;
    }
@media (max-width: 768px) {
.SIAABannerArea{
    width: 40%;
    margin-top: 10px;
    }}

.is-invew-target {
  opacity: 0;
  transform: translateY(30px); }
.bg-circle {
  position: absolute;
  width: 2.14286vw;
  height: 2.14286vw;
  border: solid 1px #fff;
  border-radius: 50%;
  animation: wave 4s infinite .5s;
  will-change: transform; }
@media (max-width: 768px) {
    .bg-circle {
      width: 8vw;
      height: 8vw;
      animation: wave-sp 4s infinite .5s; } }
@keyframes wave {
  from {
    opacity: 1;
    transform: scale(0.5); }
  to {
    opacity: 0;
    transform: scale(15); } }
@keyframes wave-sp {
  from {
    opacity: 1;
    transform: scale(0.5); }
  to {
    opacity: 0;
    transform: scale(10); } }
/* btn */
.open-mobile-nav {
  display: none;
  position: relative;
  width: 44px;
  height: 32px;
  border: 0;
  background-color: transparent; }
.open-mobile-nav svg {
    display: block;
    width: 100%; }
.open-mobile-nav svg path {
      transition: .2s; }
@media (max-width: 1023px) {
    .open-mobile-nav {
      display: block; } }
.open-mobile-nav.-active svg * {
  fill: #fff; }
.arrow-link {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: "Prompt-ExtraBold", sans-serif;
  font-size: 1.6rem;
  font-size: 14px;
  font-size: 1.09375vw;
  line-height: 1.5;
  letter-spacing: 3px;
  font-weight: 700;
  color: #3E3C3A;
  text-transform: uppercase; }
:root.hover .arrow-link:hover .arrow-link__icon {
    transform: scale(0.8); }
:root.hover .arrow-link:hover .arrow-link__icon svg {
      margin-left: 0; }
:root.touch .arrow-link:active .arrow-link__icon {
    transform: scale(0.8); }
:root.touch .arrow-link:active .arrow-link__icon svg {
      margin-left: 0; }
@media (max-width: 1023px) {
    .arrow-link {
      justify-content: flex-end;
      font-size: 16px;
      font-size: 4.26667vw; } }
.arrow-link.-to-end {
  justify-content: flex-end; }
.arrow-link__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-left: 80px;
  border-radius: 50%;
  background-color: #3E3C3A;
  transition: .3s; }
.arrow-link__icon svg {
    display: block;
    position: relative;
    width: 24px;
    height: 17px;
    z-index: 1;
    transition: .3s;
    margin-left: -5px; }
.arrow-link__icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -70px;
    width: 70px;
    height: 1px;
    background-color: #3E3C3A;
    transform: translateY(-0.4px);
    transition: inherit;
    z-index: 1; }
.logo {
  display: block;
  position: relative;
  width: 16.07143vw;
  z-index: 1; }
@media (max-width: 1023px) {
    .logo {
      width: 180px; } }
.logo.-footer {
  margin-bottom: 70px; }
@media (max-width: 1023px) {
    .logo.-footer .logo__link svg * {
      fill: #A1A6AC; } }
@media (max-width: 768px) {
    .logo.-footer {
      width: 125px;
      margin: 0 0 45px; } }
.logo__link {
  display: block;
  width: 100%; }
.logo__link svg {
    display: block;
    width: 100%; }
.logo__link svg * {
      transition: .2s; }
@media (max-width: 1023px) {
        .logo__link svg * {
          fill: #fff; } }
.logo.-white .logo__link svg * {
  fill: #fff; }
.breadcrumbs {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 25px 0; }
.breadcrumbs li {
    font-size: 12px;
    font-size: 0.9375vw;
    line-height: 1;
    text-transform: uppercase;
    color: #fff; }
.breadcrumbs li a {
      position: relative;
      display: block;
      width: 100%;
      padding: 0 0.85714vw;
      color: #fff;
      letter-spacing: .1em;
      font-weight: 700; }
:root.hover .breadcrumbs li a:hover:after {
        transform: translateY(-50%) rotate(180deg); }
:root.touch .breadcrumbs li a:active:after {
        transform: translateY(-50%) rotate(180deg); }
@media (max-width: 768px) {
        .breadcrumbs li a {
          padding: 0 1.33333vw;
          letter-spacing: .05em; } }
.breadcrumbs li:not(:last-child) a:after {
      content: '>';
      position: absolute;
      top: 50%;
      right: 0;
      font-size: inherit;
      line-height: inherit;
      transform: translate(50%, -50%);
      transition: .2s; }
@media (max-width: 768px) {
        .breadcrumbs li:not(:last-child) a:after {
          right: -1.33333vw;
          margin-top: -1px; } }
.breadcrumbs li:last-child a {
      pointer-events: none; }
@media (max-width: 768px) {
      .breadcrumbs li {
        font-size: 10px;
        font-size: 2.66667vw; }
        .breadcrumbs li:not(:last-of-type) {
          margin-right: 2.66667vw; } }
@media (max-width: 768px) {
    .breadcrumbs {
      margin: 2.66667vw 0;
      text-align: right; } }
.breadcrumbs.-dark li a {
  color: #3E3C3A; }
.section-bg {
  position: relative;
  background-color: #88898F;
  width: 100%;
  height: 0;
  padding-top: calc(21.42857vw);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0; }
@media (max-width: 768px) {
    .section-bg {
      height: 50.66667vw;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: 50% 50%; } }
@media (max-width: 480px) {
    .section-bg {
      padding-top: 0;
      height: 50.66667vw; } }
.section-bg__titles {
  position: absolute;
  left: 50%;
  bottom: 45px;
  width: 100%;
  transform: translate(-50%, 0); }
.section-bg__titles.-csr {
  text-shadow:1px 0 0 #000000,0 1px 0 #000000,-1px 0 0 #000000,0 -1px 0 #000000; }
@media (max-width: 768px) {
    .section-bg__titles {
      bottom: 20px; } }
.section-bg__title {
  margin-bottom: 8px;
  font-family: "Prompt-SemiBold", sans-serif;
  font-size: 3.1rem;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center; }
@media (max-width: 768px) {
    .section-bg__title {
      margin-bottom: 3px;
      font-size: 2.0rem; } }
.section-bg__title.-mb55 {
  margin-bottom: 55px; }
.section-bg__title.-ta-l {
  text-align: left; }
.section-bg__subtitle {
  font-family: "Prompt-Bold", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  color: #fff; }
@media (max-width: 768px) {
    .section-bg__subtitle {
      font-size: 1rem;
      line-height: 1.8; } }
.section-bg.-group-koa {
  background-image: url(../images/group-detail/group-koa-bg.jpg); }
.section-bg.-group-wako {
  background-image: url(../images/group-detail/group-wako-bg.jpg); }
.section-bg.-group-ichikawa {
  background-image: url(../images/group-detail/group-ichikawa-bg.jpg); }
.section-bg.-abroad {
  background-image: url(../images/abroad/abroad-bg.jpg); }
@media (max-width: 768px) {
    .section-bg.-abroad {
      background-image: url(../images/abroad/abroad-bg-sp.jpg);
      background-position: 0 0; } }
.section-bg.-recruit {
  background-image: url(../images/recruit/recruit-bg.jpg); }
.section-bg.-group-company {
  padding-top: calc(28.57143vw);
  background-image: url(../images/group-company/group-company-bg.jpg); }
.section-bg.-group-company .section-bg__titles {
    bottom: 7.14286vw; }
.section-bg.-fregrance {
  background-image: url(../images/product/fregrance-bg.jpg); }
.section-bg.-essence {
  background-image: url(../images/product/essence-bg.jpg); }
@media (max-width: 768px) {
    .section-bg.-essence {
      background-image: url(../images/product/essence-bg-sp.jpg); } }
.section-bg.-lotion {
  background-image: url(../images/product/lotion-bg.jpg); }
@media (max-width: 768px) {
    .section-bg.-lotion {
      background-image: url(../images/product/lotion-bg-sp.jpg); } }
.section-bg.-cream {
  background-image: url(../images/product/cream-bg.jpg); }
@media (max-width: 768px) {
    .section-bg.-cream {
      background-image: url(../images/product/cream-bg-sp.jpg); } }
.section-bg.-nails {
  background-image: url(../images/product/nails-bg.jpg); }
@media (max-width: 768px) {
    .section-bg.-nails {
      background-image: url(../images/product/nails-bg-sp.jpg); } }
.section-bg.-diffuser {
  background-image: url(../images/product/diffuser-bg.jpg); }
@media (max-width: 768px) {
    .section-bg.-diffuser {
      background-image: url(../images/product/diffuser-bg-sp.jpg); } }
.section-bg.-csr {
  background-image: url(../images/csr/csr-bg.jpg); }
@media (max-width: 768px) {
    .section-bg.-csr {
      background-image: url(../images/csr/csr-bg-sp.jpg); } }
.section-bg.-antibacterial {
  background-image: url(../images/antibacterial/antibacterial-bg.jpg); }
.section-bg__info {
  padding-top: calc(95 / 950 * 100%); }
@media (max-width: 768px) {
    .section-bg__info {
      padding-top: calc(35 / 335 * 100%); } }
.gray-bg {
  position: relative;
  margin-bottom: 135px; }
@media (max-width: 768px) {
    .gray-bg {
      margin-bottom: 50px; } }
.gray-bg.-z0 {
  z-index: 0; }
.gray-bg.-mb65 {
  margin-bottom: 65px; }
@media (max-width: 768px) {
    .gray-bg.-mb65 {
      margin-bottom: 50px; } }
.gray-bg.-mb20 {
  margin-bottom: 20px; }
@media (max-width: 768px) {
    .gray-bg.-mb20 {
      margin-bottom: 50px; } }
.gray-bg:last-of-type {
  margin-bottom: 200px; }
@media (max-width: 768px) {
    .gray-bg:last-of-type {
      margin-bottom: 80px; } }
.gray-bg.-mb20 {
  margin-bottom: 20px; }
.gray-bg__content {
  background-color: #88898F; }
.gray-bg__info {
  padding-top: 60px;
  padding-bottom: 143px; }
@media (max-width: 768px) {
    .gray-bg__info {
      padding-bottom: 92px;
      padding-left: 3.2vw;
      padding-right: 3.2vw; } }
.gray-bg__info.-md {
  padding: 95px 0 120px; }
@media (max-width: 768px) {
    .gray-bg__info.-md {
      padding: 35px 0 140px; } }
.gray-bg__info.-xs {
  padding: 0 0 105px; }
@media (max-width: 768px) {
    .gray-bg__info.-xs {
      padding: 60px 0; } }
@media (max-width: 768px) {
  .gray-bg__info.-pb85-sp {
    padding-bottom: 85px; } }
.gray-bg__info.-lg {
  padding: 95px 0 140px; }
@media (max-width: 768px) {
    .gray-bg__info.-lg {
      padding: 35px 0 115px; } }
.gray-bg__info.-pt42 {
  padding-top: 17px; }
.business-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px; }
.business-list li {
    margin-bottom: 85px;
    margin-right: 30px; }
@media (min-width: 769px) {
      .business-list li {
        width: calc(100% / 3 - 20px); }
        .business-list li:nth-child(3n) {
          margin-right: 0; } }
@media (max-width: 768px) {
      .business-list li {
        width: calc(100% / 2 - 8.5px);
        margin-right: 17px;
        margin-bottom: 45px; }
        .business-list li:nth-child(2n) {
          margin-right: 0; } }
@media (max-width: 768px) {
    .business-list {
      margin-bottom: 20px; } }
.business-list__img {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 100%; }
.business-list__img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
@media (max-width: 768px) {
    .business-list__img {
      margin-bottom: 10px; } }
.business-list__title {
  font-family: "Prompt-SemiBold", sans-serif;
  font-size: 16px;
  font-size: 1.25vw;
  color: #88898F;
  line-height: 1;
  margin-bottom: 1.07143vw;
  letter-spacing: .1em; }
@media (max-width: 768px) {
    .business-list__title {
      font-size: 14px;
      font-size: 3.73333vw;
      margin-bottom: 4vw; } }
.business-list__desc {
  font-size: 12px;
  font-size: 0.9375vw;
  line-height: 1.8;
  color: #444849;
  letter-spacing: .1em; }
@media (max-width: 768px) {
    .business-list__desc {
      font-size: 12px;
      font-size: 3.2vw; } }
.product__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
.product__list li {
    width: calc(100% / 3 - 20px); }
.product__list li:not(:nth-child(3n)) {
      margin-right: 29px; }
@media (max-width: 768px) {
        .product__list li:not(:nth-child(3n)) {
          margin-right: 10px; } }
.product__list li a {
      display: block;
      width: 100%; }
:root.hover .product__list li a:hover .product__list-img img {
        transform: scale(1.1); }
:root.hover .product__list li a:hover .product__list-img:after {
        visibility: visible;
        opacity: 1; }|
:root.touch .product__list li a:active .product__list-img img {
        transform: scale(1.1); }
:root.touch .product__list li a:active .product__list-img:after {
        visibility: visible;
        opacity: 1; }
@media (max-width: 768px) {
      .product__list li {
        width: calc(100% / 3 - 7px); } }
.product__list-img {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 25px;
    padding-top: 100%;
    overflow: hidden; }
.product__list-img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      transition: .3s;
      opacity: 0;
      visibility: hidden; }
.product__list-img img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 0;
      transition: .3s; }
.product__list-text {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #3E3C3A;
    text-align: center; }
@media (max-width: 768px) {
      .product__list-text {
        font-size: 1.2rem; } }
.product__list.-mb25 {
  margin-bottom: 25px; }
.product__list.-item-mb li {
  margin-bottom: 70px; }
@media (max-width: 768px) {
    .product__list.-item-mb li {
      margin-bottom: 25px; } }
.product__list.-item-mb-50 {
  margin-bottom: 25px; }
.product__list.-item-mb-50 li {
  margin-bottom: 50px; }
@media (max-width: 768px) {
    .product__list.-item-mb-50 li {
      margin-bottom: 25px; } }
@media (max-width: 768px) {
  .product__list.-full li {
    width: calc(100% / 2 - 5px);
    margin-right: 10px; }
    .product__list.-full li:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 768px) {
  .product__list.-full .product__list-img {
    margin-bottom: 10px; } }
.vertical-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-text-orientation: upright;
  text-orientation: upright; }
.vertical-text.-to-start {
  align-items: flex-start; }
.vertical-text__title {
  margin-left: 5px;
  font-family: "Prompt-ExtraBold", sans-serif;
  font-size: 25px;
  font-size: 1.95312vw;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #3E3C3A;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-text-orientation: mixed;
  text-orientation: mixed; }
@media (max-width: 1023px) {
    .vertical-text__title {
      font-size: 17px;
      font-size: 4.53333vw;
      letter-spacing: .15em;
      line-height: 1; } }
.vertical-text__subtitle {
  display: inline-block;
  font-family: "Prompt-Bold", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 6px;
  color: #3E3C3A;
  text-align: center; }
@media (max-width: 1023px) {
    .vertical-text__subtitle {
      font-size: 1rem;
      line-height: 1.4;
      letter-spacing: .43em; } }
.vertical-text.-white .vertical-text__subtitle,
.vertical-text.-white .vertical-text__title {
  color: #fff; }
.anchor-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 85px; }
.anchor-list li button {
    display: inline-block;
    padding: 8px 30px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    transition: .2s;
    border: 0;
    background-color: transparent; }
.anchor-list li button span {
      display: inline-block;
      margin-right: 20px;
      font-size: 2rem;
      font-family: "Prompt-Bold", sans-serif; }
.anchor-list li button:hover {
      color: #898A90;
      background-color: #fff; }
@media (max-width: 768px) {
      .anchor-list li button {
        padding: 5px 15px;
        font-size: 1.3rem; } }
.anchor-list li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 85px;
    height: 1px;
    background-color: #fff;
    transition: .3s; }
@media (max-width: 768px) {
      .anchor-list li:after {
        width: 45px; } }
:root.hover .anchor-list li:hover:after {
    width: 90px; }
:root.touch .anchor-list li:active:after {
    width: 50px; }
@media (max-width: 768px) {
    .anchor-list li {
      padding-left: 45px; } }
.head-block {
  margin-bottom: 125px; }
.head-block__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(458 / 1400 * 100%); }
.head-block__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover; }
@media (max-width: 768px) {
    .head-block__img {
      padding-top: calc(273 / 375 * 100%); } }
.head-section__label {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%; }
.head-section__label .top-post__head {
    position: relative; }
@media (max-width: 1023px) {
      .head-section__label .top-post__head {
        top: 0;
        left: 0; } }
.head-section__label .top-post__head.-left {
    margin-right: auto;
    margin-left: 0; }
.head-section__label .top-post__head.-right {
    margin-left: auto;
    margin-right: 0; }
@media (max-width: 1023px) {
    .head-section__label {
      bottom: -95px; } }
.post {
  display: flex;
  align-items: center;
  margin-bottom: 70px; }
@media (max-width: 768px) {
    .post {
      margin-bottom: 40px; } }
.post__label {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #A1A6AC;
  letter-spacing: 3px; }
.post__label:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -35px;
    background-color: #A1A6AC;
    width: 25px;
    height: 1px; }
@media (max-width: 768px) {
    .post__label {
      margin-bottom: 5px;
      font-size: 1rem; } }
.post__img {
  position: relative;
  min-width: calc(474 / 950 * 100%);
  height: 0;
  padding-top: calc(474 / 950 * 100%); }
.post__img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0; }
@media (max-width: 768px) {
    .post__img {
      min-width: 1px;
      width: calc(89 / 295 * 100%);
      padding-top: calc(89 / 295 * 100%);
      margin-right: 15px; } }
.post__title {
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.5; }
@media (max-width: 768px) {
    .post__title {
      margin-bottom: 0;
      font-size: 1.6rem; } }
.post__info {
  position: relative;
  min-width: calc(512 / 950 * 100%);
  min-height: 400px;
  padding: 35px 40px;
  margin-left: -40px;
  background-color: #fff;
  z-index: 3; }
.post__info .def-text {
    margin-bottom: 15px; }
.post__info .def-text:last-child {
      margin-bottom: 0; }
.post__info-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px; }
@media (max-width: 768px) {
    .post__info {
      min-width: 1px;
      width: 100%;
      margin-left: 0;
      padding: 30px 20px; } }
.popup-list {
  width: 100%;
  margin-bottom: 65px; }
.popup-list li {
    display: flex;
    width: 100%;
    margin-bottom: 20px; }
.popup-list__title {
  width: calc(100% - 215px);
  padding: 30px 40px 25px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3E3C3A;
  font-family: "Prompt-Bold", sans-serif;
  font-weight: 700;
  border: 1px solid #3E3C3A;
  border-right: 0; }
@media (max-width: 768px) {
    .popup-list__title {
      width: calc(100% - 145px);
      padding: 15px 4px;
      font-size: 1.4rem;
      text-align: center; } }
.popup-list__button {
  width: 215px;
  padding: 10px 15px;
  box-shadow: 0 0 0 transparent;
  background-color: #3E3C3A;
  font-size: 1.6rem;
  font-family: "Prompt-Bold", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  border: 1px solid #3E3C3A;
  transition: .3s; }
.popup-list__csr {
  width: 100%;
  margin-bottom: 30px; }
.popup-list__csr2{
  cursor : pointer;
  width: 100%;
  margin-bottom: 30px; }

:root.hover .popup-list__button:hover {
    background-color: transparent;
    color: #3E3C3A; }
:root.touch .popup-list__button:active  {
    background-color: transparent;
    color: #3E3C3A; }
:root.hover  {
    background-color: transparent;
    color: #3E3C3A; }
:root.touch  {
    background-color: transparent;
    color: #3E3C3A; }
@media (max-width: 768px) {
    .popup-list__button {
      width: 145px; } }
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 605px;
  background-color: #f7f8f8;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 9;
  height: 100vh;
  z-index: 9999; }
.popup.csr {
  max-width: 905px; }
@media (max-width: 768px) {
    .popup {
      max-width: initial; } }
.popup.csr2 {
  max-width: 90%; }
.popup__wrapper {
  overflow-y: auto;
  max-height: 100%;
  position: relative;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  padding: 75px 65px 0; }
@media (max-width: 1023px) {
    .popup__wrapper {
      padding: 25px 30px; } }
.popup__wrapper.csr {
  padding: 0px 0px 0; }
.popup.-active {
  opacity: 1;
  visibility: visible; }
.popup__title {
  margin-bottom: 45px;
  font-size: 2.6rem;
  line-height: 1.5;
  color: #3E3C3A;
  font-family: "Prompt-ExtraBold", sans-serif;
  text-align: center; }
@media (max-width: 768px) {
    .popup__title {
      margin-bottom: 22px;
      font-size: 1.6rem; } }
.popup__arrow {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 25px;
  border: 1px solid #3E3C3A;
  border-radius: 7px;
  font-family: "Prompt-Bold", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  flex-direction: column;
  position: relative; }
.popup__arrow svg {
    width: 20px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
@media (max-width: 768px) {
    .popup__arrow {
      padding: 10px 15px;
      font-size: 1.4rem; }
      .popup__arrow svg {
        width: 10px; } }
.popup__arrow-inner-text {
  font-size: 12px;
  font-size: 0.9375vw;
  margin-top: 1.42857vw;
  display: none; }
.popup__arrow-inner {
  font-size: 12px;
  font-size: 0.9375vw;
  margin-top: 1.42857vw;
  display: none; }
.popup__table-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
.popup__table-item:not(:last-of-type) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; }
.popup__table-label {
  width: 40%;
  font-size: 12px; }
.popup__table-desc {
  width: calc(60% - 10px);
  font-size: 12px; }
.popup__close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #444849;
  border: 1px solid #3E3C3A;
  border-radius: 50%; }
.popup__close svg {
    width: 14px;
    height: 14px; }
@media (max-width: 768px) {
    .popup__close {
      width: 28px;
      height: 28px;
      top: 15px;
      right: 15px; }
      .popup__close svg {
        width: 10px;
        height: 10px; } }
.popup__list {
  position: relative;
  padding: 20px 0 45px; }
.popup__list:nth-child(odd):before {
    content: '';
    position: absolute;
    top: 0;
    left: -65px;
    width: 605px;
    height: 100%;
    background-color: #fff;
    z-index: -1; }
@media (max-width: 1023px) {
      .popup__list:nth-child(odd):before {
        width: 100%;
        left: 0; } }
.popup__list dt,
  .popup__list dd {
    padding: 25px 0;
    color: #3E3C3A;
    line-height: 1.5; }
@media (max-width: 768px) {
      .popup__list dt,
      .popup__list dd {
        padding: 15px 0; } }
.popup__list dt {
    border-bottom: 2px solid #707070;
    font-size: 2rem;
    font-family: "Prompt-ExtraBold", sans-serif; }
@media (max-width: 768px) {
      .popup__list dt {
        font-size: 1.4rem; } }
.popup__list dd {
    font-size: 1.6rem; }
.popup__list dd.-fz3 {
      font-size: 3rem; }
@media (max-width: 768px) {
        .popup__list dd.-fz3 {
          font-size: 1.6rem; } }
@media (max-width: 768px) {
      .popup__list dd {
        font-size: 1.2rem; } }
@media (max-width: 768px) {
    .popup__list {
      padding: 10px 0; } }
.product-slider {
  position: relative;
  height: 35.71429vw;
  max-height: 500px;
  margin-bottom: 1.42857vw; }
@media (max-width: 768px) {
    .product-slider {
      padding: 0;
      height: 72vw;
      width: 100%;
      margin-bottom: 0vw;
      max-height: initial; }
      .product-slider .swiper-container {
        overflow: visible; } }
.product-slider__wrapper {
  width: calc(436 / 950 * 100%);
  margin-right: 45px; }
@media (max-width: 768px) {
    .product-slider__wrapper {
      width: 100%;
      margin-bottom: 55px; } }
.product-slider__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
.product-slider__container img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
.product-slider__thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0; }
.product-slider__thumbs .swiper-slide {
    position: relative;
    width: calc(25% - 5px);
    height: 0;
    padding-top: calc(25% - 5px);
    opacity: 0.4;
    transition: .2s; }
.product-slider__thumbs .swiper-slide img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%; }
.product-slider__thumbs .swiper-slide-thumb-active {
    opacity: 1; }
.product-pagination {
  display: flex;
  align-items: center;
  left: 50%;
  margin-top: 15px;
  margin-bottom: 30px;
  transform: translateX(-50%); }
.product-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #88898f;
    opacity: 1;
    transition: .2s; }
.product-pagination .swiper-pagination-bullet:not(:last-of-type) {
      margin-right: 10px; }
.product-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px; }
.input input, .input_66 input, .textarea textarea {
  width: 100%;
  font-family: "Prompt-Medium", sans-serif;
  font-size: 1.4rem;
  color: #3E3C3A;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  -webkit-appearance: none; }
.input input::placeholder, .input_66 input::placeholder, .textarea textarea::placeholder {
    font-family: "Prompt-Medium", sans-serif;
    font-size: 1.4rem;
    letter-spacing: .1em;
    color: #A2A2A2; }
.label label, .legend {
  font-family: "Prompt-ExtraBold", sans-serif;
  font-size: 1.6rem; }
@media (max-width: 768px) {
    .label label, .legend {
      font-size: 1.2rem;
      line-height: 1.2; } }
.form {
  margin-top: 85px; }
@media (max-width: 768px) {
    .form {
      margin-top: 71px; } }
.form__group {
    margin-bottom: 20px; }
@media (max-width: 768px) {
      .form__group {
        margin-bottom: 15px; } }
.form__group:last-of-type {
      margin-bottom: 0; }
.form__group.error .input, .form__group.error .input_66 {
      border-color: #DB293D; }
.form__group.error .input input::placeholder, .form__group.error .input_66 input::placeholder {
        color: #DB293D; }
.form__group.error .textarea textarea {
      border-color: #DB293D; }
.form__group.error .textarea textarea::placeholder {
        color: #DB293D; }
.form__required {
    font-size: 10px;
    font-size: 0.78125vw;
    font-weight: 500;
    color: #DB293D;
    margin-left: 10px; }
@media (max-width: 768px) {
      .form__required {
        font-size: 10px;
        font-size: 2.66667vw; } }
.form__link {
    display: inline-block;
    width: auto;
    font-size: 1.6rem;
    line-height: 1;
    padding: 14px 54px 14px 20px;
    font-weight: 700;
    letter-spacing: .2em;
    border: 1px solid #88898F;
    background-color: transparent;
    color: #88898F;
    position: relative;
    transition: background-color .4s ease 0s; }
@media (max-width: 768px) {
      .form__link {
        font-size: 1.2rem;
        padding: 9px 39px 9px 12px; } }
:root.hover .form__link:hover {
      background-color: #88898F;
      color: #ffffff; }
:root.hover .form__link:hover .form__link-icon svg g {
        fill: #ffffff; }
.form__link + * {
      margin-top: 26px; }
.form__link-icon {
    display: block;
    width: 19px;
    height: 20px;
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%); }
@media (max-width: 768px) {
      .form__link-icon {
        width: 14px;
        height: 15px;
        right: 14px; } }
.form__link-icon svg {
      display: block;
      width: 100%;
      height: 100%; }
.form__btn-list {
    display: flex;
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 72px; }
@media (max-width: 768px) {
      .form__btn-list {
        margin-left: -4px;
        margin-right: -4px;
        margin-top: 28px; } }
.form__btn-item {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px; }
@media (max-width: 768px) {
      .form__btn-item {
        padding-left: 4px;
        padding-right: 4px; } }
.form__btn-item .form__btn {
      height: 100%;
      margin-top: 0; }
.form__btn {
    background-color: #88898F;
    padding: 30px;
    display: block;
    width: 100%;
    font-family: "Prompt-ExtraBold", sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    border: 2px solid transparent;
    transition: background-color .4s ease 0s;
    margin-top: 55px; }
@media (max-width: 768px) {
      .form__btn {
        margin-top: 26px;
        padding: 16px 5px;
        font-size: 1.6em;
        line-height: 1.3; } }
:root.hover .form__btn:hover {
      border: 2px solid #88898f;
      color: #88898f;
      background-color: #ffffff; }
.form__btn.white {
      background-color: #ffffff;
      color: #88898F;
      transition: border-color, background-color .4s ease 0s; }
:root.hover .form__btn.white:hover {
        background-color: #88898f;
        color: #ffffff; }
.label {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.25vw;
  letter-spacing: .1em;
  margin-bottom: 1.07143vw; }
@media (max-width: 768px) {
    .label {
      margin-bottom: 3.2vw; } }
.legend {
  font-weight: 700;
  margin-bottom: 1.07143vw; }
.input, .input_66 {
  font-weight: 700;
  letter-spacing: .1em;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #3E3C3A; }
@media (max-width: 768px) {
    .input, .input_66 {
      padding-bottom: 10px; } }
.input__group {
    display: flex;
    flex-wrap: wrap; }
.input__group .input, .input__group .input_66 {
      margin-right: 28px; }
@media (max-width: 768px) {
        .input__group .input, .input__group .input_66 {
          margin-right: 10px; } }
.input__group .input:last-child, .input__group .input_66:last-child {
        margin-right: 0; }
.input_66 {
    max-width: 66px; }
.input_66::placeholder {
      letter-spacing: .2em; }
@media (max-width: 768px) {
      .input_66 {
        max-width: 52px; } }
.textarea textarea {
  min-height: 222px;
  border: 1px solid #3E3C3A;
  padding: 15px;
  resize: none; }
@media (max-width: 768px) {
    .textarea textarea {
      min-height: 206px;
      padding: 10px; } }
.radio {
  display: flex;
  border-bottom: 1px solid #3E3C3A;
  padding-bottom: 29px; }
@media (max-width: 768px) {
    .radio {
      padding-bottom: 12px; } }
.radio__inner {
    margin-right: 5vw; }
@media (max-width: 768px) {
      .radio__inner {
        margin-right: 8vw; } }
.radio__inner:last-child {
      margin-right: 0; }
.radio__inner input:checked, .radio__inner input:not(:checked) {
      position: absolute;
      left: -9999px; }
.radio__inner input:checked + label,
    .radio__inner input:not(:checked) + label {
      font-weight: 700;
      font-family: "Prompt-ExtraBold", sans-serif;
      font-size: 16px;
      font-size: 1.25vw;
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      letter-spacing: .1em;
      line-height: 20px;
      display: inline-block;
      color: #3E3C3A; }
@media (max-width: 768px) {
        .radio__inner input:checked + label,
        .radio__inner input:not(:checked) + label {
          font-size: 1.2rem;
          line-height: 14px;
          padding-left: 20px; } }
.radio__inner input:checked + label:before,
    .radio__inner input:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #3E3C3A;
      border-radius: 100%; }
@media (max-width: 768px) {
        .radio__inner input:checked + label:before,
        .radio__inner input:not(:checked) + label:before {
          width: 12px;
          height: 12px; } }
.radio__inner input:checked + label:after,
    .radio__inner input:not(:checked) + label:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #3E3C3A;
      position: absolute;
      top: 3px;
      left: 3px;
      border-radius: 100%;
      transition: all 0.2s ease; }
@media (max-width: 768px) {
        .radio__inner input:checked + label:after,
        .radio__inner input:not(:checked) + label:after {
          width: 8px;
          height: 8px;
          top: 2px;
          left: 2px; } }
.radio__inner input:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0); }
.radio__inner input:checked + label:after {
      opacity: 1;
      transform: scale(1); }
.radio.border-0 {
    border-bottom: 0; }
.radio.pb-0 {
    padding-bottom: 0; }
.fixed-navigation {
  position: fixed;
  top: 50%;
  left: 55px;
  width: 16px;
  transform: translateY(-50%);
  z-index: 5; }
.fixed-navigation li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto 15px;
    text-align: center;
    transition: transform .225s;
    will-change: transform; }
.fixed-navigation li.-next, .fixed-navigation li.-prev {
      transform: scale(0.8); }
.fixed-navigation li.-next-next, .fixed-navigation li.-prev-prev {
      transform: scale(0.7); }
.fixed-navigation li.-next-next-next, .fixed-navigation li.-prev-prev-prev {
      transform: scale(0.6); }
.fixed-navigation li.-next-next-next-next, .fixed-navigation li.-prev-prev-prev-prev {
      transform: scale(0.5); }
.fixed-navigation li.-next-next-next-next-next, .fixed-navigation li.-prev-prev-prev-prev-prev {
      transform: scale(0.4); }
.fixed-navigation li button {
      width: 100%;
      height: 100%;
      border: 0;
      background-color: #fff;
      border-radius: 100px;
      box-shadow: 0 0 0 transparent;
      transition: .2s; }
@media (max-width: 768px) {
    .fixed-navigation {
      display: none; } }
.fixed-navigation li.-active {
  transform: scale(1.3); }
.fixed-navigation.-gray li button {
  background-color: #A1A6AC; }
/*!* layout parts *!*/
/* header */
.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  padding: 4.14286vw;
  z-index: 7;
  transition: .2s; }
@media (max-width: 1023px) {
    .header {
      align-items: center;
      padding: 22px; } }
.header__lists {
  display: flex;
  align-items: center; }
@media (max-width: 1023px) {
    .header__lists {
      flex-direction: column;
      position: fixed;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100vh;
      background-color: #88898F;
      transition: .3s;
      overflow: scroll;
      -webkit-overflow-scrolling: touch; } }
.header__lists.-active {
  left: 0; }
.header__lists-inner {
  display: flex;
  align-items: center; }
@media (max-width: 1023px) {
    .header__lists-inner {
      flex-direction: column;
      justify-content: center;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      height: 100%;
      width: 100%; } }
.header__language {
  display: flex;
  align-items: center;
  margin-right: 2.28571vw; }
@media (max-width: 1023px) {
    .header__language {
      order: 3;
      margin-right: 20px;
      margin-top: 40px;
      margin-left: auto; } }
.header__lang-item {
  width: 42px;
  height: 42px; }
.header__language-item,
.header__lang-item {
  border-radius: 50%;
  transition: .2s; }
.header__language-item:not(:last-child),
  .header__lang-item:not(:last-child) {
    position: relative;
    margin-right: 5px; }
.header__language-item:not(:last-child):after,
    .header__lang-item:not(:last-child):after {
      content: '';
      position: absolute;
      top: 50%;
      right: -7px;
      width: 6px;
      height: 1px;
      background-color: #fff;
      transition: .2s; }
.header__language-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  transition: .2s; }
.header__language-link svg {
    display: none;
    width: 100%;
    max-width: 18px; }
.header__language-link svg * {
      fill: #3E3C3A;
      transition: .2s; }
.header__language-item.-active {
  width: 41px;
  height: 41px;
  background-color: #fff; }
.header__language-item.-active .header__language-text {
    display: none; }
.header__language-item.-active svg {
    display: block; }
.header__language-item.-active:first-child:after {
    right: -6px; }
.header__link-plane {
  display: block;
  margin-left: 1.71429vw;
  width: 2.64286vw;
  transition: .3s; }
.header__link-plane svg {
    display: block;
    width: 100%; }
.header__link-plane svg * {
      transition: .2s; }
:root.hover .header__link-plane:hover {
    transform: translate(5px, -5px); }
:root.touch .header__link-plane:active {
    transform: translate(5px, -5px); }
@media (max-width: 1023px) {
    .header__link-plane {
      width: 9.86667vw;
      margin-left: 0; } }
.header.-scroll .logo__link svg * {
  fill: #3E3C3A; }
.header.-scroll .open-mobile-nav svg * {
  stroke: #3E3C3A;
  stroke-width: 1px; }
.header.-scroll .open-mobile-nav path {
  stroke-width: 1px; }
@media (min-width: 1024px) {
  .header.-scroll .header__link-plane svg * {
    fill: #3E3C3A; }
  .header.-scroll .main-nav__list li a {
    color: #3E3C3A;
    background-image: linear-gradient(180deg, #3E3C3A 2px, transparent calc(100% - 2px)); }
  .header.-scroll .header__language-item {
    border-color: #3E3C3A; }
  .header.-scroll .header__language-item:not(.-active) {
    border-color: #3E3C3A; }
  .header.-scroll .header__language-item.-active svg * {
    fill: #fff; }
  .header.-scroll .header__language-link {
    color: #3E3C3A; }
  .header.-scroll .header__language-item.-active {
    background-color: #3E3C3A; }
    .header.-scroll .header__language-item.-active .header__language-link {
      color: #fff; }
  .header.-scroll .header__language-item:not(:last-child):after {
    background-color: #3E3C3A; }
  .header.-scroll .en-a,
  .header.-scroll .en-c {
    fill: none; }
  .header.-scroll .en-b,
  .header.-scroll .en-e {
    fill: #222; }
  .header.-scroll .en-c {
    stroke: #222; }
  .header.-scroll .en-d,
  .header.-scroll .en-e {
    stroke: none; }
  .header.-scroll .ja-a {
    fill: #222; } }
@media (max-width: 1023px) {
  .header.-scroll {
    padding: 22px; } }
.en-a,
.en-c {
  fill: none; }
.en-b,
.en-e {
  fill: #fff; }
.en-c {
  stroke: #fff; }
.en-d,
.en-e {
  stroke: none; }
.ja-a {
  fill: #fff; }
/* footer */
.footer {
  position: relative;
  margin-top: auto;
  padding-top: calc(208 / 1400 * 100%);
  background-color: #F7F8F8; }
.footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: calc(208 / 1400 * 100%); }
@media (max-width: 768px) {
      .footer:before {
        width: calc(100% + 165px);
        padding-top: calc(72 / 375 * 100%);
        background-position: -90px 0; } }
@media (max-width: 768px) {
    .footer {
      padding-top: calc(72 / 375 * 100%); } }
.footer__wrapper {
  padding: calc(184 / 1400 * 100%) 55px 80px;
  background-color: #fff; }
@media (max-width: 768px) {
    .footer__wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 20px 20px; } }
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
.footerRow {
    text-align: center;
}
@media (max-width: 768px) {
    .footer__bottom {
      flex-direction: column;
      align-items: center; 
    } }

.fBannerImage{
    height: 30px;
    width: 150px;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
}

.footer__facebook {
  font-size: 35px;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  transition: .3s;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 768px) {
    .footer__facebook {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  transition: .3s;
  border-radius: 50%; 
  margin-right: auto;
  margin-left: auto;
    }
}

.footer__facebook svg {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
}
.footer__facebook svg * {
      transition: .3s; }
:root.hover .footer__facebook:hover {
    background-color: #A1A6AC; }
:root.hover .footer__facebook:hover svg .footer__facebook-letter {
      fill: #fff; }
:root.touch .footer__facebook:active {
    background-color: #A1A6AC; }
:root.touch .footer__facebook:active svg .footer__facebook-letter {
      fill: #fff; }
@media (max-width: 768px) {
    .footer__facebook {
      margin-bottom: 50px; } }
.footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -30px; }
@media (max-width: 768px) {
    .footer__info {
      align-items: center; } }
.copyright {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #A1A6AC;
  letter-spacing: 2px;
  padding:10px 0px 10px 80px;

}

@media (max-width: 1023px) {
  .main-nav {
    width: 100%; } }
.main-nav__list {
  display: flex; }
.main-nav__list li:not(:last-of-type) {
    margin-right: 2.28571vw; }
.main-nav__listSub{
    margin-right: 2.28571vw;  
}

.main-nav__list li a {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    font-family: "Prompt-Light", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.3125;
    color: #fff;
    letter-spacing: 2px;
    background-image: linear-gradient(180deg, #fff 2px, transparent calc(100% - 2px));
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s, color .2s; }
:root.hover .main-nav__list li a:hover {
      background-size: 100% 1px;
      background-position: 0 100%; }
@media (min-width: 1024px) {
.main-nav__list li a{
    font-size: 1.4rem;
}
    .main-nav__list li:not(:last-of-type) {
    margin-right: 2vw; }
.main-nav__listSub{
    margin-right: 2vw;  
}
}
@media (min-width: 1800px) {
    .main-nav__list li a{
    font-size: 2.4rem;
}
    .main-nav__list li:not(:last-of-type) {
    margin-right: 2.4vw; }
.main-nav__listSub{
    margin-right: 2.4vw;  
}

}
@media (max-width: 1023px) {
      .main-nav__list li a {
        padding: 20px 0;
        text-align: center; } }
@media (max-width: 1023px) {
    .main-nav__list {
      flex-direction: column;
      width: 100%;
      margin-bottom: 20px; } }
@media (max-width: 768px) {
  .footer-nav {
    width: 100%;
    margin-bottom: 65px; } }
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 640px; }
.footer-nav__list li {
    margin-right: 45px;
    margin-bottom: 20px; }
.footer-nav__list li a {
      display: block;
      position: relative;
      width: 100%;
      font-size: 1.5rem;
      line-height: 1.46;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: #A1A6AC;
      background-image: linear-gradient(180deg, #A1A6AC 2px, transparent calc(100% - 2px));
      background-position: 100% 100%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size .3s, color .2s; }
:root.hover .footer-nav__list li a:hover {
        background-size: 100% 1px;
        background-position: 0 100%; }
:root.touch .footer-nav__list li a:active {
        background-size: 100% 1px;
        background-position: 0 100%; }
@media (max-width: 768px) {
        .footer-nav__list li a {
          padding: 9px 0;
          text-align: center;
          font-size: 1.3rem; } }
@media (max-width: 768px) {
      .footer-nav__list li {
        margin: 0; } }
@media (max-width: 768px) {
    .footer-nav__list {
      flex-direction: column;
      max-width: 100%; } }
.home .bg-circle.-first {
  top: -14.28571vw;
  right: 42.85714vw; }
@media (max-width: 768px) {
    .home .bg-circle.-first {
      top: 0vw;
      right: 0vw; } }
.home .bg-circle.-second {
  top: -14.28571vw;
  left: -3.57143vw; }
@media (max-width: 768px) {
    .home .bg-circle.-second {
      top: -26.66667vw;
      left: 2.66667vw; } }
.home .bg-circle.-third {
  top: -14.28571vw;
  right: 7.14286vw; }
@media (max-width: 768px) {
    .home .bg-circle.-third {
      top: -53.33333vw;
      right: auto;
      left: 13.33333vw; } }
.top-main {
  position: relative;
  width: 100%;
  height: calc(100vh - 2.14286vw); }
@media (max-width: 1023px) {
    .top-main {
      border-width: 10px; } }
@media (max-width: 768px) {
    .top-main {
      height: calc(100vh - 2.66667vw); } }
.top-main__bg {
  position: absolute;
  width: 100%;
  height: 100%; }
.top-main__bg .swiper-container {
    height: 100%; }
.top-main__bg .swiper-slide {
    opacity: 0 !important; }
.top-main__bg .swiper-slide.swiper-slide-active {
      opacity: 1 !important; }
.slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  z-index: 1; }
.top-main__ripples {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1; }
.top-main__news {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.4rem;
  line-height: 1.35;
  letter-spacing: 2px;
  z-index: 5; }
.top-main__news-item {
    display: flex;
    position: relative; }
.top-main__news-title {
    padding: 40px;
    background: rgba(161, 166, 172, 0.50);
    text-transform: uppercase;
    color: #fff; }
@media (max-width: 768px) {
      .top-main__news-title {
        display: none; } }
.top-main__news-info {
    display: flex;
    align-items: center;
    padding: 40px 110px 40px 35px;
    background-color: rgba(136, 137, 143, 0.5);
    white-space: nowrap; }
@media (max-width: 1023px) {
      .top-main__news-info {
        padding: 40px 20px 35px;
        white-space: normal; } }
@media (max-width: 768px) {
      .top-main__news-info {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 12px;
        background-color: rgba(136, 137, 143, 0.5); } }
.top-main__news-date, .top-main__news-desc {
    display: inline-block;
    font-family: "Prompt-Bold", sans-serif;
    color: #fff; }
@media (max-width: 768px) {
      .top-main__news-date, .top-main__news-desc {
        color: #fff; } }
.top-main__news-date {
    margin-right: 35px;
    color: #e2e2e2; }
@media (max-width: 768px) {
      .top-main__news-date {
        margin-bottom: 5px;
        color: #e2e2e2; } }
@media (max-width: 768px) {
    .top-main__news {
      width: calc(100% - 20px);
      left: 10px;
      font-size: 1.2rem;
      line-height: 1.58; } }
.top-post {
  margin-bottom: 400px; }
@media (max-width: 1023px) {
    .top-post {
      margin-bottom: 210px; } }
.top-post.-concept {
  padding-top: calc(380 / 1400 * 100%); }
.top-post.-concept .top-post__wrapper {
    align-items: flex-start;
    justify-content: flex-end;
    width: 100vw; }
@media (max-width: 1023px) {
      .top-post.-concept .top-post__wrapper {
        width: 100%; } }
@media (min-width: 1024px) {
    .top-post.-concept .top-post__head {
      top: -205px;
      left: 0; } }
@media (max-width: 1023px) {
    .top-post.-concept .top-post__head {
      top: -140px;
      left: 20px; } }
@media (max-width: 1023px) {
    .top-post.-concept {
      padding-top: 210px;
      padding: 56vw 2.66667vw 0; } }
@media (max-width: 768px) {
    .top-post.-concept {
      padding-top: 210px;
      padding: 56vw 2.66667vw 0; } }
.top-post.-product {
  margin-bottom: 360px; }
@media (min-width: 1024px) {
    .top-post.-product .top-post__head {
      top: -40px;
      right: 0;
      margin-top: -30px; } }
@media (max-width: 1023px) {
    .top-post.-product {
      margin-bottom: 210px; } }
.top-post.-about {
  margin-bottom: 463px; }
.top-post.-about .top-post__info {
    margin-left: auto; }
@media (min-width: 1024px) {
    .top-post.-about .top-post__head {
      top: 130px;
      left: 0; } }
.top-post.-about .top-post__info-text {
    width: calc(540 / 635 * 100%);
    margin-left: auto; }
@media (max-width: 1023px) {
      .top-post.-about .top-post__info-text {
        width: 100%; } }
@media (max-width: 1023px) {
    .top-post.-about {
      margin-bottom: 20px; } }
.top-post.-group {
  margin-bottom: 405px; }
.top-post.-group .top-post__head {
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0); }
@media (max-width: 1023px) {
    .top-post.-group .top-post__head.-center {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding-top: 210px;
      transform: translateY(0); } }
@media (max-width: 1023px) {
    .top-post.-group {
      margin-bottom: 210px; } }
.top-post.-recruit {
  margin-bottom: 300px; }
@media (min-width: 1024px) {
    .top-post.-recruit .top-post__head {
      top: -160px;
      left: 0; } }
.top-post.-recruit .top-post__info-text {
    padding-right: 30px;
    margin-bottom: 55px; }
@media (max-width: 1023px) {
      .top-post.-recruit .top-post__info-text {
        margin-bottom: 100px; } }
@media (max-width: 1023px) {
    .top-post.-recruit {
      margin-bottom: 120px; } }
.top-post__wrapper {
  display: flex;
  position: relative; }
@media (max-width: 1023px) {
    .top-post__wrapper {
      flex-direction: column; } }
.top-post__head {
  position: absolute;
  width: 26.57143vw;
  height: 26.57143vw;
  background-color: #fff;
  z-index: 4; }
.top-post__head:first-child {
    margin-right: auto; }
.top-post__head:last-child {
    margin-left: auto; }
.top-post__head-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.top-post__head-point {
    display: flex;
    width: 100%;
    margin-top: 35px; }
@media (max-width: 1023px) {
      .top-post__head-point {
        margin-top: 15px; } }
.top-post__head-point li {
      position: relative;
      font-size: 1.6rem;
      line-height: 1.5;
      color: #A1A6AC; }
.top-post__head-point li:first-child {
        color: #3E3C3A; }
.top-post__head-point li:not(:last-child) {
        margin-right: 40px; }
.top-post__head-point li:not(:last-child):after {
          content: '';
          position: absolute;
          top: 50%;
          right: -32px;
          width: 24px;
          height: 1px;
          background-color: #A1A6AC; }
@media (max-width: 1023px) {
          .top-post__head-point li:not(:last-child) {
            margin-right: 10.66667vw; } }
@media (max-width: 1023px) {
        .top-post__head-point li {
          font-size: 1.2rem; } }
@media (max-width: 1023px) {
    .top-post__head {
      top: -42.66667vw;
      width: 50.13333vw;
      height: 50.13333vw; } }
@media (max-width: 1023px) {
  .top-post__head.-left {
    left: 10px; } }
@media (max-width: 1023px) {
  .top-post__head.-right {
    left: auto;
    right: 10px; } }
.top-post__head.-gray {
  background-color: #88898f; }
.top-post__head.-gray .vertical-text__subtitle,
  .top-post__head.-gray .vertical-text__title,
  .top-post__head.-gray .top-post__head-point li:not(:last-child) {
    color: #fff; }
.top-post__head.-gray .vertical-text__subtitle:after,
    .top-post__head.-gray .vertical-text__title:after,
    .top-post__head.-gray .top-post__head-point li:not(:last-child):after {
      background-color: #D1D1D1; }
.top-post__head.-gray .top-post__head-point li {
    color: #D1D1D1; }
.top-post__info {
  width: 100%; }
.top-post__info-wrapper {
    position: relative;
    z-index: 1;
    width: 100%; }
@media (max-width: 1023px) {
      .top-post__info-wrapper {
        max-width: 100%; } }
.top-post__info-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-family: "Prompt-Bold", sans-serif;
    font-size: 2rem;
    font-size: 20px;
    font-size: 1.5625vw;
    line-height: 1.5;
    letter-spacing: .13em;
    color: #fff; }
.top-post__info-title:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 55px;
      height: 2px;
      background-color: #fff; }
@media (max-width: 768px) {
        .top-post__info-title:after {
          width: 13.33333vw; } }
@media (max-width: 768px) {
      .top-post__info-title {
        font-size: 16px;
        font-size: 4.26667vw;
        margin-bottom: 8vw;
        padding-bottom: 8vw; } }
.top-post__info-text {
    margin-bottom: 32px;
    font-size: 13px;
    font-size: 1.01562vw;
    line-height: 1.8;
    color: #444849; }
@media (max-width: 1023px) {
      .top-post__info-text {
        margin-bottom: 10.66667vw;
        line-height: 2;
        font-size: 14px;
        font-size: 3.73333vw; } }
.top-post__info-image img {
    display: block;
    width: 100%; }
.top-post__info-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
.top-post__info-inner .arrow-link {
      justify-content: flex-end; }
@media (max-width: 1023px) {
      .top-post__info-inner {
        display: block; } }
.top-post__info-wrapper.-limit {
  width: 100%; }
@media (max-width: 768px) {
    .top-post__info-wrapper.-limit {
      max-width: 100%; } }
.top-post__info-title.-dark {
  min-width: 400px;
  margin: 0 0 55px;
  padding: 0 15px;
  font-family: "Prompt-SemiBold", sans-serif;
  font-size: 3.3rem;
  line-height: 1;
  color: #3E3C3A; }
@media (max-width: 1023px) {
    .top-post__info-title.-dark {
      margin-bottom: 10px;
      font-size: 2.7rem;
      text-transform: uppercase;
      letter-spacing: 2px; } }
.top-post__info-title.-recruit {
  margin-bottom: 1.78571vw;
  padding-bottom: 1.78571vw; }
@media (max-width: 768px) {
    .top-post__info-title.-recruit {
      margin-bottom: 5.33333vw;
      padding-bottom: 5.33333vw; } }
.top-post__info-image.-big {
  width: 100%;
  margin-bottom: 20px; }
.top-post__info-image.-big .swiper-slide {
    height: 24.28571vw; }
@media (max-width: 1023px) {
      .top-post__info-image.-big .swiper-slide {
        height: 53.33333vw; } }
@media (max-width: 1023px) {
    .top-post__info-image.-big {
      margin-bottom: 15px; } }
.top-post__info-image.-small {
  position: absolute;
  top: 0;
  left: calc(305 / 950 * 100%);
  width: calc(372 / 950 * 100%);
  height: 0;
  padding-top: calc(372 / 950 * 100%); }
.top-post__info-image.-small img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
@media (max-width: 1023px) {
    .top-post__info-image.-small {
      position: relative;
      left: 0;
      width: 100%;
      margin-bottom: 2.66667vw;
      padding-top: calc(200 / 355 * 100%); } }
.top-post__info-text.-mb0 {
  margin-bottom: 0; }
.top-post__info-text.-white {
  color: #fff; }
.top-post__info-text.-recruit {
  margin-bottom: 22px; }
.top-post__info.-limit {
  width: calc(635 / 950 * 100%); }
@media (max-width: 1023px) {
    .top-post__info.-limit {
      width: 100%; } }
.top-post__info.-no-limit {
  width: 100%;
  padding-top: 100px; }
@media (max-width: 1023px) {
    .top-post__info.-no-limit {
      padding-top: 0; } }
.top-post__info.-gray {
  position: relative;
  background-color: #88898F;
  padding: 4.28571vw 15.92857vw 4.28571vw 13.57143vw;
  width: 62.85714vw;
  height: 31.5vw;
  right: 17.85714vw;
  justify-content: center;
  align-items: center;
  display: flex; }
@media (max-width: 1023px) {
    .top-post__info.-gray {
      width: 100%;
      right: auto;
      height: auto;
      padding: 16vw 2.66667vw 16vw 2.66667vw; } }
.top-post__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
.top-post__list-item {
    width: calc(382 / 950 * 100%);
    margin-bottom: 70px; }
.top-post__list-item:nth-child(even) {
      margin-top: -100px; }
@media (max-width: 1023px) {
        .top-post__list-item:nth-child(even) {
          margin: 0; } }
@media (max-width: 1023px) {
      .top-post__list-item {
        width: 100%;
        margin: 0; } }
.top-post__list-link {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(232 / 382 * 100%);
    z-index: 3;
    overflow: hidden; }
.top-post__list-link img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      transition: .3s; }
.top-post__list-link span.text {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: 98%;
      transform: translate(-50%, -50%);
      font-family: "Prompt-ExtraBold", sans-serif;
      font-size: 1.6rem;
      line-height: 1.5;
      color: #fff; }
@media (max-width: 1023px) {
        .top-post__list-link span.text {
          left: 12px;
          top: auto;
          bottom: 12px;
          transform: translate(0, 0);
          font-size: 1.3em;
          line-height: 1.46; } }
:root.hover .top-post__list-link:hover img {
      transform: scale(1.2); }
:root.touch .top-post__list-link:active img {
      transform: scale(1.2); }
@media (max-width: 1023px) {
      .top-post__list-link {
        height: 30.66667vw;
        padding-top: 0;
        font-weight: 700; } }
@media (max-width: 1023px) {
    .top-post__list {
      flex-direction: column; } }
.recruit-info {
  padding-bottom: 190px; }
@media (max-width: 768px) {
    .recruit-info {
      padding-bottom: 90px; } }
.recruit-info__title,
.recruit-info__subtitle {
  margin-bottom: 5px;
  font-size: 3.1rem;
  line-height: 1.5;
  color: #3E3C3A;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase; }
@media (max-width: 768px) {
    .recruit-info__title,
    .recruit-info__subtitle {
      font-size: 2.0rem; } }
.recruit-info__subtitle {
  margin-bottom: 40px;
  font-size: 1.2rem;
  letter-spacing: 1px; }
@media (max-width: 768px) {
    .recruit-info__subtitle {
      margin-bottom: 15px;
      font-size: 1rem;
      line-height: 1.8; } }
.recruit-info__banner {
  display: block;
  width: 100%;
  margin-bottom: 3.57143vw;
  height: 21.07143vw; }
.recruit-info__banner img {
    display: block;
    width: 100%; }
@media (max-width: 768px) {
    .recruit-info__banner {
      margin-bottom: 11.2vw;
      height: 40vw; } }
.step-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px; }
.step-list li {
    width: 28.57143vw;
    color: #3E3C3A; }
.step-list li:nth-child(even) {
      padding-top: calc(130 / 950 * 100%); }
@media (max-width: 768px) {
        .step-list li:nth-child(even) {
          padding-top: 0; } }
.step-list li:nth-child(odd) {
      margin-bottom: 7.14286vw; }
@media (max-width: 768px) {
        .step-list li:nth-child(odd) {
          margin-bottom: 10.66667vw; } }
@media (max-width: 768px) {
      .step-list li {
        width: 100%;
        margin-bottom: 8vw; } }
@media (max-width: 768px) {
    .step-list {
      flex-direction: column;
      margin-bottom: 10px; } }
.step-list__number {
  width: 100%;
  font-family: "Prompt-SemiBold", sans-serif;
  font-size: 36px;
  font-size: 2.8125vw;
  line-height: 1.2;
  letter-spacing: .1em; }
@media (max-width: 768px) {
    .step-list__number {
      font-size: 22px;
      font-size: 5.86667vw; } }
.step-list__number-label {
    font-size: 10px;
    font-size: 0.78125vw;
    font-family: "Prompt-Bold", sans-serif;
    line-height: 1.5;
    letter-spacing: .12em;
    text-transform: uppercase;
    left: 700px;
    margin-left: -4px; }
@media (max-width: 768px) {
      .step-list__number-label {
        font-size: 10px;
        font-size: 2.66667vw; } }
.step-list__number-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
.step-list__title {
  font-family: "Prompt-SemiBold", sans-serif;
  font-size: 16px;
  font-size: 1.25vw;
  margin-bottom: 0.35714vw; }
@media (max-width: 768px) {
    .step-list__title {
      font-size: 16px;
      font-size: 4.26667vw;
      margin-bottom: 2.66667vw; } }
.step-list__desc {
  font-size: 12px;
  font-size: 0.9375vw;
  line-height: 1.8;
  letter-spacing: .1em;
  border-top: 1px solid #898A90;
  margin-top: 1.28571vw;
  padding-top: 1.28571vw; }
@media (max-width: 768px) {
    .step-list__desc {
      font-size: 14px;
      font-size: 3.73333vw;
      margin-top: 3.73333vw;
      padding-top: 3.73333vw; } }
.interview__list.-personal {
  flex-wrap: wrap;
  margin-bottom: 140px;
  padding: 0; }
.interview__list.-personal li {
    width: calc(50% - 10px);
    min-width: 1px;
    margin-bottom: 20px;
    height: 258px; }
.interview__list.-personal li:nth-child(odd) {
      margin-right: 20px; }
@media (max-width: 768px) {
        .interview__list.-personal li:nth-child(odd) {
          margin-right: 0; } }
@media (max-width: 768px) {
      .interview__list.-personal li {
        height: 48vw;
        width: 100%;
        margin-bottom: 4vw; } }
@media (max-width: 768px) {
    .interview__list.-personal .interview__list-img img {
      object-position: 50% 0; } }
@media (max-width: 768px) {
    .interview__list.-personal {
      flex-direction: column;
      margin-bottom: 30px; } }
.hiring {
  margin-bottom: 65px; }
.hiring__information {
  margin-bottom: 170px; }
@media (max-width: 768px) {
    .hiring__information {
      margin-bottom: 90px; } }
.hiring__list {
  display: flex;
  width: 100%;
  line-height: 1.5;
  color: #3E3C3A; }
.hiring__list-wrapper {
    margin-bottom: 50px; }
@media (max-width: 768px) {
      .hiring__list-wrapper {
        margin-bottom: 35px; } }
.hiring__list-name {
    padding: 20px 0;
    font-weight: 500;
    min-width: 150px;
    margin-right: 20px;
    border-bottom: 2px solid #E5E5E5;
    letter-spacing: .1em;
    line-height: 2;
    font-family: "Prompt-Medium", sans-serif;
    font-size: 12px;
    font-size: 0.9375vw; }
@media (max-width: 768px) {
      .hiring__list-name {
        font-size: 12px;
        font-size: 3.2vw;
        width: 100%;
        line-height: 1;
        min-width: 1px;
        margin-right: 0;
        padding: 0;
        border: 0; } }
.hiring__list-desc {
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px solid #E5E5E5;
    letter-spacing: .1em;
    line-height: 2;
    font-family: "Prompt-Medium", sans-serif;
    font-size: 12px;
    font-size: 0.9375vw; }
@media (max-width: 768px) {
      .hiring__list-desc {
        font-size: 12px;
        font-size: 3.2vw;
        line-height: 1.6;
        padding: 3.2vw 0 4vw; } }
.hiring__list-title {
    margin-bottom: 1.78571vw;
    font-size: 13px;
    font-size: 1.01562vw;
    letter-spacing: .05em;
    line-height: 1; }
@media (max-width: 768px) {
      .hiring__list-title {
        font-size: 13px;
        font-size: 3.46667vw;
        margin-bottom: 6.66667vw; } }
@media (max-width: 768px) {
    .hiring__list {
      display: block;
      margin-bottom: 20px; } }
.hiring__list-wrapper.-mb95 {
  margin-bottom: 95px; }
@media (max-width: 768px) {
    .hiring__list-wrapper.-mb95 {
      margin-bottom: 50px; } }
.hiring__list-desc.-df {
  display: flex;
  justify-content: space-between;
  border-bottom: 0;
  padding-top: 0.71429vw; }
.hiring__list-desc.-df .column {
    width: 50%; }
@media (max-width: 768px) {
      .hiring__list-desc.-df .column {
        width: 100%; }
        .hiring__list-desc.-df .column:not(:last-of-type) {
          margin-bottom: 8.53333vw; } }
@media (max-width: 768px) {
    .hiring__list-desc.-df {
      display: block; } }
.hiring__sublist {
  width: 100%;
  margin-bottom: 8.57143vw; }
.hiring__sublist li {
    list-style: circle inside;
    font-size: 12px;
    font-size: 0.9375vw;
    line-height: 1;
    letter-spacing: .1em; }
@media (max-width: 768px) {
      .hiring__sublist li {
        font-size: 13px;
        font-size: 3.46667vw; } }
.hiring__sublist li:not(:last-of-type) {
      margin-bottom: 1.14286vw; }
@media (max-width: 768px) {
        .hiring__sublist li:not(:last-of-type) {
          margin-bottom: 3.73333vw; } }
@media (max-width: 768px) {
    .hiring__sublist {
      margin-bottom: 200px; }
      .hiring__sublist:last-of-type {
        margin-bottom: 0; } }
.recruit-company {
  margin-bottom: 5px;
  padding-left: 15px;
  border-left: 2px solid #3E3C3A;
  color: #3E3C3A; }
@media (max-width: 768px) {
    .recruit-company {
      margin-bottom: 40px; } }
.recruit-company__title {
  font-family: "Prompt-Bold", sans-serif;
  font-size: 16px;
  font-size: 1.25vw;
  margin-bottom: 0.71429vw; }
@media (max-width: 768px) {
    .recruit-company__title {
      font-size: 13px;
      font-size: 3.46667vw;
      margin-bottom: 2.66667vw; } }
.recruit-company__text {
  margin-bottom: 25px;
  font-size: 1.8rem;
  line-height: 1.5; }
@media (max-width: 768px) {
    .recruit-company__text {
      margin-bottom: 15px;
      font-size: 1.4rem; } }
.recruit-company__tel {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3E3C3A;
  text-transform: uppercase;
  letter-spacing: 2px; }
:root.hover .recruit-company__tel {
    pointer-events: none; }
.recruit-company__tel.-gray {
  font-family: "Prompt-Bold", sans-serif;
  color: #898A90;
  background-image: linear-gradient(180deg, #898A90 2px, transparent calc(100% - 2px));
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 100%; }
.recruit-company__tel.-blue {
  font-family: "Prompt-Bold", sans-serif;
  color: #3399FF;
  background-image: linear-gradient(180deg, #3399FF 2px, transparent calc(100% - 2px));
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 100%; }
.recruit__title {
  margin-bottom: 55px; }
@media (max-width: 768px) {
    .recruit__title {
      margin-bottom: 5.33333vw; } }
@media (max-width: 768px) {
  .recruit__motomeru-image {
    height: 59.73333vw;
    width: 90%;
    margin: -13.33333vw auto 0 auto; } }
@media (max-width: 768px) {
  .recruit .container, .recruit .head-section__label {
    padding: 0 8vw; } }
.recruit__mv {
  margin-bottom: 1.42857vw; }
@media (max-width: 768px) {
    .recruit__mv {
      margin-bottom: 16vw; } }
@media (max-width: 1023px) {
  .category__wrapper {
    padding: 0; } }
.category__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 2.14286vw; }
.category__list li {
    position: relative;
    width: calc(100% / 3);
    height: 25vw;
    max-height: 27.14286vw; }
.category__list li a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
:root.hover .category__list li a:hover .category__list-line.-top:after {
        background-size: 1px 100%;
        transition-delay: .2s; }
:root.hover .category__list li a:hover .category__list-line.-top:before {
        background-size: 100% 1px; }
:root.hover .category__list li a:hover .category__list-line.-bottom:after {
        background-size: 1px 100%;
        transition-delay: .6s; }
:root.hover .category__list li a:hover .category__list-line.-bottom:before {
        background-size: 100% 1px;
        transition-delay: .4s; }
:root.touch .category__list li a:active .category__list-line.-top:after {
        background-size: 1px 100%;
        transition-delay: .2s; }
:root.touch .category__list li a:active .category__list-line.-top:before {
        background-size: 100% 1px; }
:root.touch .category__list li a:active .category__list-line.-bottom:after {
        background-size: 1px 100%;
        transition-delay: .6s; }
:root.touch .category__list li a:active .category__list-line.-bottom:before {
        background-size: 100% 1px;
        transition-delay: .4s; }
@media (max-width: 768px) {
      .category__list li {
        width: calc(100% / 2);
        padding-top: calc(100% / 2); } }
.category__list-img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
.category__list-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 55px;
    right: 45px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-orientation: upright;
    text-orientation: upright; }
.category__list-info .vertical-text__title,
    .category__list-info .vertical-text__subtitle {
      color: #fff; }
@media (max-width: 768px) {
      .category__list-info {
        top: 20px;
        right: 15px; } }
@media (max-width: 480px) {
      .category__list-info .vertical-text__title {
        font-size: 1.4rem; } }
.category__list-line {
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px; }
.category__list-line:after, .category__list-line:before {
      content: '';
      position: absolute;
      background-image: linear-gradient(90deg, #fff 100%, #fff 0);
      background-repeat: no-repeat;
      transition: .2s; }
@media (max-width: 768px) {
      .category__list-line {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px; } }
.category__list-line.-top:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    padding-top: calc(170 / 447 * 100%);
    background-size: 1px 0; }
.category__list-line.-top:before {
    top: 0;
    right: 0;
    width: 83%;
    height: 1px;
    background-size: 0 1px; }
.category__list-line.-bottom:after {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0;
    padding-top: calc(170 / 447 * 100%);
    background-size: 1px 0;
    background-position: 0 100%; }
.category__list-line.-bottom:before {
    bottom: 0;
    left: 0;
    width: 83%;
    height: 1px;
    background-size: 0 1px;
    background-position: 100% 0; }
.category__abroad-head {
  position: relative;
  width: 100%;
  height: 31.92857vw;
  display: block;
  margin-bottom: 15px;
  background: url(../images/product/category-abroad-bg.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
@media (max-width: 768px) {
    .category__abroad-head {
      min-height: 230px;
      height: 61.33333vw;
      padding-top: 0; } }
.category__abroad-head:hover {
    opacity: .5;
    transition: opacity .325s; }
.category__abroad {
  margin-bottom: 40px; }
.category__abroad .vertical-text {
    position: absolute;
    top: 55px;
    right: 80px; }
@media (max-width: 768px) {
      .category__abroad .vertical-text {
        top: 5.33333vw;
        right: 8vw; } }
@media (max-width: 768px) {
    .category__abroad {
      margin-bottom: 35px; } }
.product__title {
  margin-bottom: 3.5px;
  font-size: 3.1rem;
  line-height: 1.5;
  color: #3E3C3A;
  text-align: center;
  letter-spacing: 5px;
  font-family: "Prompt-SemiBold", sans-serif;
  font-weight: 700; }
@media (max-width: 768px) {
    .product__title {
      margin-bottom: 0;
      font-size: 2.0rem; } }
.product__subtitle {
  margin-bottom: 40px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  color: #3E3C3A; }
@media (max-width: 768px) {
    .product__subtitle {
      margin-bottom: 20px;
      font-size: 1rem; } }
.product-section {
  margin-bottom: 70px; }
@media (max-width: 768px) {
    .product-section {
      margin-bottom: 85px; } }
.product-section.-offset {
  padding-top: 35px;
  margin-bottom: 55px; }
@media (max-width: 768px) {
    .product-section.-offset {
      padding-top: 15px;
      margin-bottom: 30px; } }
.categories-list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 715px;
  padding-top: 10px;
  margin: 0 auto; }
.categories-list li {
    width: calc(100% / 4 - 24px);
    margin-bottom: 30px; }
.categories-list li:not(:nth-child(4n)) {
      margin-right: 30px; }
.categories-list li a {
      display: flex;
      position: relative;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding-bottom: 8.5px;
      font-size: 1.4rem;
      line-height: 1.5;
      color: #3E3C3A;
      border-bottom: 1px solid #3E3C3A; }
.categories-list li a .icon {
        width: 15px; }
.categories-list li a .icon svg {
          display: block;
          width: 100%; }
.categories-list li a:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #E5E5E5;
        transition: .2s; }
:root.hover .categories-list li a:hover:after {
        width: 100%; }
:root.touch .categories-list li a:active:after {
        width: 100%; }
@media (max-width: 768px) {
      .categories-list li {
        width: calc(100% / 2 - 9px); }
        .categories-list li:not(:nth-child(2n)) {
          margin-right: 18px; }
        .categories-list li:nth-child(2n) {
          margin-right: 0; } }
.categories {
  margin-bottom: 155px; }
@media (max-width: 768px) {
    .categories {
      margin-bottom: 75px; } }
.categories__wrapper.-mb55 {
  margin-bottom: 55px; }
.categories__wrapper {
  padding: 70px 0 50px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5; }
@media (max-width: 768px) {
    .categories__wrapper {
      padding: 35px 5.33333vw 25px; } }
.categories__wrapper.-p50 {
  padding: 50px 0; }
@media (max-width: 768px) {
    .categories__wrapper.-p50 {
      padding: 35px 0 25px; } }
.policy {
  margin-bottom: 165px; }
@media (max-width: 768px) {
    .policy {
      margin-bottom: 315px; } }
.policy__text {
  margin-bottom: 28px;
  font-size: 1.4rem;
  line-height: 2; }
@media (max-width: 768px) {
    .policy__text {
      margin-bottom: 25px;
      line-height: 1.5; } }
.csr {
  margin-bottom: 140px; }
@media (max-width: 768px) {
    .csr {
      margin-bottom: 100px; } }
.csr .-bold {
  font-size: 1.4rem;
  line-height: 2; }
.csr-list {
  padding: 0; }
.csr-list li > ul {
  margin-bottom: 28px;
  padding-left: 40px; }
.csr-list li ul li > ul {
  margin-bottom: 0;
  padding-left: 20px; }
.csr-list li ul li {
  margin-bottom: 15px; }
.csr-text p {
  margin-bottom: 0; }
.csr-img1 img {
    width: 300px;
    height: 300px;
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 30px; }
.csr-img2 img {
    width: 300px;
    height: 300px;
    margin-top: 15px;
    margin-left: 30px; }
.csr-img3 img {
    width: 150px;
    margin-top: 15px;
    margin-bottom: 30px; }
.youtubeSize{
    width:100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    height: 40vw;
}
.youtubeArea{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width:70%;
    height: 40vw;
}
.csr-sdgs-title {
    font-family: "Prompt-SemiBold", sans-serif;
    font-size: 1.7rem;
    line-height: 2.5;
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
    margin-top: revert;
    background-color: #66bb99;
    margin-bottom: 30px;
}
.csr-sdgs-pos {
    text-align: -webkit-center;
    background-color: initial;
}
.csr-sdgs-img {
    width: 80%;
    height: 80%;
    text-align: -webkit-center;
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: initial;
}
.csr-sdgs-table {
    width: 80%;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    table-layout: fixed;
    text-align: -webkit-center;
    margin: 0 auto;
    background-color: initial;
    margin: 0px 0px 0px 105px;
}
.policy__inner {
  margin-top: 7.14286vw; }
.interview {
  margin-bottom: 27px; }
@media (max-width: 768px) {
    .interview {
      margin-bottom: 10px; } }
.interview.-mb115 {
  margin-bottom: 115px; }
@media (max-width: 768px) {
    .interview.-mb115 {
      margin-bottom: 45px; } }
.interview.-z-2 {
  position: relative;
  z-index: -2; }
.interview__about {
  display: flex;
  position: relative;
  height: calc(100vh - 23.57143vw);
  background-image: url(../images/interview/interview-about.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover; }
@media (max-width: 768px) {
    .interview__about {
      height: calc(100vh - 53.33333vw);
      background-image: url(../images/interview/interview-about-sp.jpg);
      background-position: 50% 20%; } }
@media (max-width: 480px) {
    .interview__about {
      background-position: 50% 50%; } }
.interview__about-wrapper {
  margin-top: auto;
  margin-bottom: 70px;
  padding: 0 65px; }
@media (max-width: 768px) {
    .interview__about-wrapper {
      margin-bottom: 30px;
      padding: 0 20px; } }
.interview__title {
  margin-bottom: 1.07143vw;
  font-size: 22px;
  font-size: 1.71875vw;
  letter-spacing: .1em;
  font-family: "Prompt-ExtraBold", sans-serif;
  color: #fff; }
@media (max-width: 768px) {
    .interview__title {
      margin-bottom: 1.33333vw;
      font-size: 16px;
      font-size: 4.26667vw; } }
.interview__subtitle {
  margin-bottom: 0.71429vw;
  font-family: "Prompt-ExtraBold", sans-serif;
  font-size: 16px;
  font-size: 1.25vw;
  letter-spacing: .1em;
  color: #fff; }
@media (max-width: 768px) {
    .interview__subtitle {
      margin-bottom: 1.33333vw;
      font-size: 12px;
      font-size: 3.2vw; } }
.interview__label {
  display: inline-block;
  padding: 0.35714vw 1.78571vw;
  margin-bottom: 1.78571vw;
  font-family: "Prompt-Bold", sans-serif;
  letter-spacing: .05em;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.25vw;
  color: #fff;
  background-color: #88898F; }
@media (max-width: 768px) {
    .interview__label {
      padding: 1.33333vw 2.66667vw;
      font-size: 12px;
      font-size: 3.2vw; } }
.interview__text {
  font-family: "Prompt-Bold", sans-serif;
  font-size: 16px;
  font-size: 1.25vw;
  letter-spacing: .05em;
  line-height: 1.5;
  color: #fff; }
@media (max-width: 768px) {
    .interview__text {
      font-size: 14px;
      font-size: 3.73333vw;
      line-height: 1.8; } }
.interview__post {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
.interview__post-info {
    position: relative; }
.interview__post-info .top-post__info-title {
      color: #3E3C3A; }
.interview__post-info .top-post__info-title:after {
        background-color: #3E3C3A; }
@media (max-width: 768px) {
      .interview__post-info {
        margin-top: -25px;
        padding: 25px 0; } }
.interview__post-img img {
    display: block;
    width: 100%; }
@media (max-width: 768px) {
    .interview__post {
      margin-bottom: 45px; } }
.interview__post-info {
  background-color: #fff;
  margin-bottom: 7.14286vw; }
.interview__post.-md .interview__post-img {
  width: 54.71429vw;
  height: 30.71429vw; }
@media (max-width: 768px) {
    .interview__post.-md .interview__post-img {
      width: 100%;
      height: 49.6vw; } }
.interview__post.-md .interview__post-info {
  width: 59vw;
  position: relative;
  right: -22.85714vw;
  padding: 4.28571vw 15.71429vw 4.28571vw 8.57143vw;
  margin-top: -5vw; }
@media (max-width: 768px) {
    .interview__post.-md .interview__post-info {
      width: 90%;
      right: auto;
      padding: 7.46667vw 5.33333vw 7.46667vw 5.33333vw;
      margin: -16vw 0 0 auto; } }
.interview__post.-lg .interview__post-img {
  position: relative;
  min-width: 100%;
  width: 100%;
  height: 32.71429vw; }
@media (max-width: 768px) {
    .interview__post.-lg .interview__post-img {
      height: 72.8vw; } }
.interview__post.-lg .interview__post-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
.interview__post.-lg .interview__post-info {
  position: relative;
  left: -22.85714vw;
  padding: 4.28571vw 8.57143vw 4.28571vw 15.71429vw;
  margin-top: -5vw; }
@media (max-width: 768px) {
    .interview__post.-lg .interview__post-info {
      width: 90%;
      left: auto;
      padding: 7.46667vw 5.33333vw 7.46667vw 5.33333vw;
      margin: -16vw auto 0 0; } }
.interview__product {
  margin-bottom: 170px; }
.interview__product .product__subtitle {
    margin-bottom: 50px; }
@media (max-width: 768px) {
    .interview__product {
      margin-bottom: 90px; } }
.interview__list {
  display: flex;
  min-width: 100%;
  margin-bottom: 50px;
  padding: 0 30px 40px;
  overflow-x: auto; }
.interview__list li {
    position: relative;
    overflow: hidden;
    height: 20vw;
    min-width: calc(100% / 4 - 10px);
    width: calc(100% / 4 - 10px); }
@media (max-width: 768px) {
      .interview__list li {
        width: 50.13333vw;
        min-width: 50.13333vw;
        height: 50.13333vw; } }
.interview__list a {
    display: block;
    width: 100%;
    height: 100%; }
:root.hover .interview__list a:hover .interview__list-img img {
      transform: translateX(-50%) scale(1.1); }
:root.touch .interview__list a:active .interview__list-img img {
      transform: translateX(-50%) scale(1.1); }
.interview__list-img img {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 100%;
    transform: translateX(-50%);
    transition: .2s; }
.interview__list-info {
    position: relative;
    z-index: 1; }
.interview__list-info .interview__subtitle {
      margin-bottom: 5px;
      letter-spacing: .1em; }
.interview__list-info .interview__label {
      margin-bottom: 0;
      padding: 5px 20px;
      font-size: 1.4rem;
      font-weight: 700;
      letter-spacing: .1em; }
@media (max-width: 768px) {
        .interview__list-info .interview__label {
          padding: 5px 10px;
          font-size: 1.2rem; } }
@media (max-width: 1023px) {
    .interview__list {
      margin-bottom: 35px;
      padding: 0 10px 15px; } }
.interview__list-info {
  position: absolute;
  left: 10px;
  bottom: 10px; }
.simplebar-track.simplebar-horizontal {
  height: 4px;
  left: 50%;
  transform: translateX(-50%); }
.simplebar-track.simplebar-horizontal:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background-color: #3E3C3A; }
.simplebar-content-wrapper {
  min-width: 100vw;
  overflow: scroll !important; }
.simplebar-content {
  display: flex;
  flex-wrap: nowrap;
  min-width: 107.14286vw; }
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 4px;
  top: 0;
  cursor: pointer; }
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  left: 0;
  right: 0;
  background: #D6D6D6;
  opacity: 1; }
.contact {
  padding-bottom: 170px; }
@media (max-width: 768px) {
    .contact {
      padding-bottom: 90px; } }
.contact__title {
    font-family: "Prompt-ExtraBold", sans-serif;
    font-size: 25px;
    font-size: 1.95312vw;
    line-height: 1;
    text-align: center;
    margin-top: 5.14286vw;
    letter-spacing: .15em; }
@media (max-width: 768px) {
      .contact__title {
        font-size: 16px;
        font-size: 4.26667vw;
        margin-top: 11.2vw; } }
.contact__desc-wrap {
    margin-top: 2.28571vw;
    padding-bottom: 1.42857vw;
    position: relative; }
@media (max-width: 768px) {
      .contact__desc-wrap {
        margin-top: 5.86667vw;
        padding-bottom: 5.33333vw; } }
.contact__desc-wrap_gray {
      color: #88898F;
      position: relative;
      font-family: "Prompt-Bold", sans-serif;
      letter-spacing: .15em;
      transition: opacity .325s; }
.contact__desc-wrap_gray:hover {
        opacity: .5; }
.contact__desc-wrap_gray::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 100%;
        height: 1px;
        background-color: #A1A6AC; }
.contact__desc-wrap.line-none:before, .contact__desc-wrap.line-none:after {
      display: none; }
.contact__desc-wrap_none:before, .contact__desc-wrap_none:after {
      display: none; }
.contact__desc {
    font-size: 13px;
    font-size: 1.01562vw;
    line-height: 2;
    letter-spacing: .1em;
    color: #444849;
    text-align: center;
    font-weight: 700; }
@media (max-width: 768px) {
      .contact__desc {
        font-size: 12px;
        font-size: 3.2vw; } }
.contact__count {
    font-size: 13px;
    font-size: 1.01562vw;
    line-height: 2;
    letter-spacing: .1em;
    color: #ff0000;text-align: center;
    font-weight: 700; }
.contact__definition-list {
    display: block;
    width: 100%;
    margin-top: 5vw; }
@media (max-width: 768px) {
      .contact__definition-list {
        margin-top: 9.33333vw; } }
.contact__definition-item {
    display: flex;
    color: #3E3C3A;
    line-height: 1.3;
    border-bottom: 1px solid #3E3C3A;
    padding-top: 24px;
    padding-bottom: 24px; }
@media (max-width: 768px) {
      .contact__definition-item {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px; } }
.contact__definition-item-left {
    font-family: "Prompt-ExtraBold", sans-serif;
    font-size: 1.6rem;
    max-width: 200px;
    width: 100%;
    display: block;
    flex: 1 0 auto; }
@media (max-width: 768px) {
      .contact__definition-item-left {
        font-size: 1.2rem;
        line-height: 1.3;
        max-width: 100%;
        margin-bottom: 8px; } }
.contact__definition-item-right {
    width: calc(100% - 200px);
    display: block;
    font-size: 1.4rem; }
@media (max-width: 768px) {
      .contact__definition-item-right {
        width: 100%; } }
.contact__complete-title {
    margin-bottom: 5px;
    font-size: 3.1rem;
    line-height: 1.5;
    color: #3E3C3A;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 50px; }
@media (max-width: 768px) {
      .contact__complete-title {
        margin-top: 35px; } }
.antibacterial-posts {
  margin-bottom: 180px; }
.antibacterial-posts:last-of-type {
    margin-bottom: 50px; }
@media (max-width: 768px) {
    .antibacterial-posts {
      margin-bottom: 55px; } }
.single__post {
  display: flex;
  margin-bottom: 70px;
  padding-top: 45px; }
@media (max-width: 768px) {
    .single__post {
      flex-direction: column;
      margin-bottom: 55px;
      padding-right: 5.33333vw;
      padding-left: 5.33333vw; }
      .single__post .swiper-slide {
        width: 90% !important; } }
.single__similar-list {
  margin-bottom: 35px; }
@media (max-width: 768px) {
    .single__similar-list {
      margin-bottom: 30px; } }
.single__post-info {
  width: calc(467 / 950 * 100%); }
@media (max-width: 768px) {
    .single__post-info {
      width: 100%; } }
.single__post-list {
  margin-bottom: 15px;
  border-bottom: 1px solid #BEBEBE; }
.single__post-list dt {
    font-family: "Prompt-SemiBold", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #3E3C3A; }
@media (max-width: 768px) {
      .single__post-list dt {
        margin-bottom: 10px; } }
.single__post-list dd {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #BEBEBE; }
@media (max-width: 768px) {
      .single__post-list dd {
        font-size: 1.2rem; } }
.single__similar-list.-item-mb li {
  width: calc(100% / 5 - 12px);
  margin-bottom: 30px;
  margin-right: 0; }
@media (min-width: 769px) {
    .single__similar-list.-item-mb li:not(:nth-child(5n)) {
      margin-right: 15px; } }
@media (max-width: 768px) {
    .single__similar-list.-item-mb li {
      width: calc(100% / 2 - 5px);
      margin-bottom: 25px; }
      .single__similar-list.-item-mb li:not(:nth-child(2n)) {
        margin-right: 10px; } }
.single__similar {
  margin-bottom: 115px; }
@media (max-width: 768px) {
    .single__similar {
      margin-bottom: 70px; } }
@media (max-width: 768px) {
  .single__accessories,
  .single__similar {
    padding: 0 5.33333vw; } }
.about-offset {
  position: relative;
  width: calc(546 / 950 * 100%); }
@media (max-width: 768px) {
    .about-offset {
      width: 100%;
    margin-bottom: 20px;
    } }
.about-offset__text {
  width: 100%;
  font-size: 13px;
  font-size: 1.01562vw;
  letter-spacing: .1em; }
@media (max-width: 768px) {
    .about-offset__text {
      font-size: 14px;
      font-size: 3.73333vw;
      line-height: 1.8; } }
.top-post__head.-about {
  top: calc(100% - 95px);
  right: 0;
  z-index: 3; }
@media (max-width: 768px) {
    .top-post__head.-about {
      top: auto;
      bottom: -89.33333vw; } }
.gray-bg.-about {
  margin-bottom: 150px; }
@media (max-width: 768px) {
    .gray-bg.-about {
      margin-bottom: 29.33333vw; } }
.vision__posts {
  margin-bottom: 85px; }
@media (max-width: 768px) {
    .vision__posts {
      margin-bottom: 0; } }
.vision__post {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 60px; }
@media (max-width: 768px) {
    .vision__post {
      flex-direction: column;
      margin-bottom: 45px; } }
.vision__image img,
.vision__images img {
  display: block;
  width: 100%; }
@media (max-width: 768px) {
  .vision__image,
  .vision__images {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    order: 1; } }
.vision__image.-big {
  width: 100%;
  margin-right: 1.78571vw; }
@media (max-width: 768px) {
    .vision__image.-big {
      margin-right: 8vw; } }
.vision__info {
  min-width: 300px;
  width: 300px; }
@media (max-width: 768px) {
    .vision__info {
      width: 100%;
      min-width: 100%;
      order: 2; } }
.vision__images {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-left: 45px; }
@media (max-width: 768px) {
    .vision__images {
      justify-content: flex-end; } }
.vision__images-md {
  width: 100%;
  max-width: 340px;
  margin-left: 30px; }
@media (max-width: 768px) {
    .vision__images-md {
      margin-left: 15px;
      width: calc(169 / 335 * 100%); } }
.vision__images-sm {
  width: 100%;
  max-width: 230px; }
@media (max-width: 768px) {
    .vision__images-sm {
      width: calc(114 / 335 * 100%); } }
.history {
  margin-bottom: 145px; }
@media (max-width: 768px) {
    .history {
      margin-bottom: 75px; } }
.history__post {
  width: 100%; }
.history__post-img {
    display: flex;
    margin-bottom: 1.42857vw; }
.history__post-img img {
      height: 19.21429vw;
      margin-right: 3vw;
      display: block;
      width: 27vw; }
@media (max-width: 768px) {
      .history__post-img {
        margin-bottom: 5.33333vw;
        flex-direction: column; }
        .history__post-img img {
          width: 100%;
          min-width: 100%;
          height: 53.33333vw;
          margin-right: 0;
          margin-bottom: 5.33333vw;
          object-fit: contain; } }
@media (max-width: 768px) {
    .history__post-info {
      max-width: 100%; } }
@media (max-width: 768px) {
    .history__post {
      flex-direction: column; } }
    .pcbr{
        display: inline-block;
    }
.newsArea{
    width: 100%;
    margin-top: 20px;
}
.newsAreaList{
    width: 100%;
    line-height: 1.5;
    margin-top: 10px;
    
}
.newsList{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap:nowrap;
    margin: 50px 0px;
}
.newsTitle{
    font-size: 32px;
    font-weight: bold;
}
.newsDate{
    font-size: 18px;
    margin-top: 5px;
    
}
.newsBody{
    font-size: 18px;
    line-height: 180%;
    margin-top: 45px;

}
.newsDesc{
    font-size: 20px;
    
}
.newsThumb{
    width: 30%;
    height: auto; 
    
}

.newsThumbImage{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: 50% 50%;
    
}
.newsText{
    width: 70%;
    margin-right: 0px;
    margin-left: 5%;
    display: inline-block;
    
}
@media (max-width: 768px) {
    .pcbr{
        display: none;
    }
    .newsList{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
    margin:0px;
}
.newsThumb{
    width: 100%;
    height: auto; 
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    
}
    .newsTitle{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.newsDate{
    font-size: 16px;
    margin-top: 0px;
    
}
.newsThumbImage{
    height: 75%;
    width: 100%;
    
}
.newsDesc{
    font-size: 18px;
    line-height: 180%;
    
}
.newsBody{
    font-size: 16px;
    margin-top: 27px;
    line-height: 200%;
}
    
.newsText{
    width: 90%;
    margin-right:auto;
    margin-left:auto;
    margin-top: -50px;
    margin-bottom: 30px;
    
}
    
}
.company {
  margin-bottom: 130px; }
@media (max-width: 768px) {
    .company {
      margin-bottom: 11.73333vw; } }
.company .hiring__list-name {
    font-weight: 700; }
.access__maps {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 85px; }
@media (max-width: 768px) {
    .access__maps {
      flex-direction: column;
      margin-bottom: 25px; } }
.access__info-address {
  line-height: 2; }
.map-info__desc .def-text {
  line-height: 2; }
.access__head {
  width: 100%; }
.access__label {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-size: 0.9375vw;
  line-height: 1;
  font-family: "Prompt-SemiBold", sans-serif;
  letter-spacing: .1em;
  margin-bottom: 0.85714vw;
  text-transform: uppercase; }
.access__label:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -35px;
    width: 25px;
    height: 1px;
    background-color: #898A90; }
@media (max-width: 768px) {
    .access__label {
      font-size: 10px;
      font-size: 2.66667vw;
      margin-bottom: 1.07143vw; } }
.access__title {
  font-size: 2.1rem;
  line-height: 1.5;
  color: #3E3C3A; }
@media (max-width: 768px) {
    .access__title {
      font-size: 1.5rem; } }
.access__info {
  min-width: calc(626 / 950 * 100%);
  width: calc(626 / 950 * 100%);
  padding-top: 95px; }
@media (max-width: 768px) {
    .access__info {
      width: 100%;
      min-width: 100%;
      padding-top: 25px; } }
.access__map {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  height: 19.57143vw; }
@media (max-width: 768px) {
    .access__map {
      height: 58.66667vw; } }
.access__map iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
.map-info {
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: 2px solid #E5E5E5; }
@media (max-width: 768px) {
    .map-info {
      padding-bottom: 15px;
      margin-bottom: 15px; } }
.map-info.-mb50 {
  margin-bottom: 50px; }
.map-info__title {
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1.17188vw;
  line-height: 1.5;
  letter-spacing: .1em; }
@media (max-width: 768px) {
    .map-info__title {
      font-size: 14px;
      font-size: 3.73333vw; } }
.map-info__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
@media (max-width: 768px) {
    .map-info__wrapper {
      flex-direction: column;
      align-items: flex-start; } }
.map__link {
  border: 1px solid #3E3C3A;
  text-transform: uppercase;
  color: #3E3C3A;
  font-family: "Prompt-SemiBold", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 2px;
  transition: .3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 7.14286vw;
  height: 2.42857vw; }
:root.hover .map__link:hover {
    background-color: #3E3C3A;
    color: #fff; }
:root.touch .map__link:active {
    background-color: #3E3C3A;
    color: #fff; }
@media (max-width: 768px) {
    .map__link {
      margin-top: 7.2vw;
      font-size: 12px;
      font-size: 3.2vw;
      width: 18.66667vw;
      height: 6.93333vw; } }
.about__mv {
  height: calc(100vh - 2.14286vw); }
@media (max-width: 768px) {
    .about__mv {
      height: calc(100vh - 2.66667vw); } }
.about__mv figure {
    margin: 0; }
.about__mv-container {
  height: 100%; }
.about__mv-image-unit {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative; }
@media (max-width: 768px) {
    .about__mv-image-unit {
      flex-direction: column; } }
.about__mv-image-unit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3); }
.about__mv-image {
  position: relative;
  width: 50%;
  height: 100%; }
@media (max-width: 768px) {
    .about__mv-image {
      width: 100%;
      height: 50%; } }
.about__mv-image:nth-of-type(1) .about__mv-image-caption {
    left: 3.57143vw;
    bottom: 3.57143vw; }
@media (max-width: 768px) {
      .about__mv-image:nth-of-type(1) .about__mv-image-caption {
        left: 5.33333vw;
        bottom: 2.66667vw; } }
.about__mv-image:nth-of-type(2) .about__mv-image-caption {
    left: 1.42857vw;
    bottom: 3.57143vw; }
@media (max-width: 768px) {
      .about__mv-image:nth-of-type(2) .about__mv-image-caption {
        left: 5.33333vw;
        bottom: 2.66667vw; } }
.about__mv-image-caption {
  position: absolute;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  z-index: 2; }
.about__chairman-text-area {
  padding: 32px 0;
  text-align: center;
  max-width: 960px;
  margin: 0 auto; }
@media (max-width: 768px) {
    .about__chairman-text-area {
      padding: 32px 20px;
      text-align: left; } }
.about__chairman-text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8; }
@media (max-width: 768px) {
    .about__chairman-text {
      font-size: 1.6rem;
      line-height: 2; } }
.abroad__product {
  margin-top: 8.57143vw; }
@media (max-width: 768px) {
    .abroad__product {
      margin-top: 10.66667vw; } }
@media (max-width: 768px) {
  .group-company .offset-block {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -21.33333vw; } }

