@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Roboto:wght@400;700&display=swap);
@font-face {
  font-family: wf_bebas;
  src:
    url(../fonts/BebasNeueRegular.woff) format("woff"),
    url(../fonts/BebasNeueRegular.ttf) format("opentype"),
    url(../fonts/BebasNeueRegular.ttf) format("truetype");
}
@font-face {
  font-family: wf_bebas_bold;
  src:
    url(../fonts/BebasNeueBold.woff) format("woff"),
    url(../fonts/BebasNeueBold.ttf) format("opentype"),
    url(../fonts/BebasNeueBold.ttf) format("truetype");
}
@font-face {
  font-family: wf_alegreya;
  src:
    url(../fonts/AlegreyaSans-Regular.woff) format("woff"),
    url(../fonts/AlegreyaSans-Regular.ttf) format("opentype"),
    url(../fonts/AlegreyaSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: wf_alegreya_bold;
  src:
    url(../fonts/AlegreyaSans-Bold.woff) format("woff"),
    url(../fonts/AlegreyaSans-Bold.ttf) format("opentype"),
    url(../fonts/AlegreyaSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: wf_alegreya_extrabold;
  src:
    url(../fonts/AlegreyaSans-ExtraBold.woff) format("woff"),
    url(../fonts/AlegreyaSans-ExtraBold.ttf) format("opentype"),
    url(../fonts/AlegreyaSans-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: wf_opensans;
  src:
    url(../fonts/OpenSans-Regular.woff) format("woff"),
    url(../fonts/OpenSans-Regular.ttf) format("opentype"),
    url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: wf_opensans_bold;
  src:
    url(../fonts/OpenSans-Bold.woff) format("woff"),
    url(../fonts/OpenSans-Bold.ttf) format("opentype"),
    url(../fonts/OpenSans-Bold.ttf) format("truetype");
} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 10px;
}
body {
  color: #111;
  font-size: 1.4rem;
  font-family:
    Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 400px) {
  body {
    max-width: 400px;
    min-width: initial;
    min-width: auto;
  }
}
a {
  color: #cf1818;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
figure {
  margin: 0;
}
@media screen and (max-width: 740px) {
  figure img {
    max-width: 100%;
    height: auto;
  }
}
picture {
  display: inline-block;
  max-width: 100%;
}
td,
th {
  padding: 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}
th {
  background-color: #f0f0f0;
  font-weight: 400;
}
ol {
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  list-style: none;
}
ol li {
  display: table-row;
  counter-increment: table-ol;
  text-align: left;
}
ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-right: 0.4em;
  text-align: right;
}
ol ol {
  margin-top: 1em;
}
.ua-android ol {
  padding-left: 1em;
}
.ua-android ol li {
  text-align-last: auto;
}
.ua-android ol li:before {
  text-indent: -1em;
  text-align: left;
}
button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],
select,
textarea {
  padding: 6px;
}
input[type="radio"] {
  margin-right: 5px;
}
textarea {
  resize: vertical;
}
h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
td,
th {
  word-wrap: break-word;
}
p {
  margin: 16px 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
b {
  font-weight: 700;
}
em {
  font-style: normal;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pc_only {
  display: block;
}
.pc_tb_only {
  display: block;
}
.tb_only {
  display: none;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
  .pc_tb_only {
    display: block;
  }
  .tb_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .tb_hidden {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .pc_only {
    display: none;
  }
  .pc_tb_only {
    display: none;
  }
  .tb_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_hidden {
    display: none;
  }
}
.img_link {
  display: inline-block;
  max-width: 100%;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: crosshair;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: relative;
  margin-top: 8px;
  padding: 6px 0;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #7b8189;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  background: #7b8189;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  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 {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.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;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.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-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container {
  width: 100%;
  height: auto;
}
.pagination {
  text-align: right;
  padding: 5px 0;
}
.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
}
.ui-dialog .formError {
  z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.greenPopup .formErrorContent {
  background: #33be40;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
body.rtl .formError .formErrorArrow,
body[dir="rtl"] .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
  background: #33be40;
}
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff;
}
.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}
@media print {
  .fp-enabled body,
  html.fp-enabled {
    overflow: visible !important;
    height: auto !important;
  }
  html {
    background: #fff;
    width: auto;
    height: auto;
    overflow: visible;
  }
  body {
    background: #fff;
    font-size: 20pt;
    width: auto;
    height: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    overflow: visible;
    float: none !important;
  }
  #fp-nav,
  .fp-controlArrow,
  .fp-slidesNav {
    display: none !important;
  }
  h1 {
    font-size: 28pt !important;
  }
  h2 {
    font-size: 24pt !important;
  }
  h3 {
    font-size: 22pt !important;
  }
  h4 {
    font-size: 22pt !important;
    font-variant: small-caps;
  }
  h5 {
    font-size: 21pt !important;
  }
  h6 {
    font-size: 20pt !important;
    font-style: italic;
  }
  .fp-scrollable,
  .fp-section,
  .fp-tableCell,
  .slimScrollDiv {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    position: relative;
    float: none !important;
  }
  .fp-slidesContainer {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }
  .fp-slides,
  .fp-slidesContainer {
    height: auto !important;
    width: 100% !important;
    float: none !important;
    overflow: hidden !important;
  }
  .fp-slides {
    height: 800px !important;
    width: 800px !important;
  }
  .fp-slide {
    float: none !important;
    width: 100% !important;
    position: static !important;
  }
  .fullpage-wrapper {
    float: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    zoom: 1 !important;
    overflow: visible !important;
    display: block !important;
    text-align: left !important;
  }
  .fp-section {
    page-break-after: always !important;
  }
  .fp-slide {
    page-break-after: always !important;
  }
}
@font-face {
  font-family: icomoon;
  src: url(./icomoon.eot?a4msew);
  src:
    url(./icomoon.eot?a4msew#iefix) format("embedded-opentype"),
    url(./icomoon.ttf?a4msew) format("truetype"),
    url(./icomoon.woff?a4msew) format("woff"),
    url(./icomoon.svg?a4msew#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-blank:before {
  content: "\e800";
}
.icon-facebook:before {
  content: "\e801";
}
.icon-twitter:before {
  content: "\e802";
}
.icon-linkedin:before {
  content: "\e900";
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
body:after {
  content: url(/img/vendor/lightbox/close.png) url(/img/vendor/lightbox/loading.gif) url(/img/vendor/lightbox/prev.png)
    url(/img/vendor/lightbox/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img/vendor/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img/vendor/lightbox/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img/vendor/lightbox/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/vendor/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}
.ua-ie-10 .legacy_alert,
.ua-ie-8 .legacy_alert,
.ua-ie-9 .legacy_alert {
  background: #e6e6e6;
}
.ua-ie-10 .legacy_alert .container,
.ua-ie-8 .legacy_alert .container,
.ua-ie-9 .legacy_alert .container {
  width: 650px;
  margin: 0 auto;
}
.ua-ie-10 .legacy_alert p,
.ua-ie-8 .legacy_alert p,
.ua-ie-9 .legacy_alert p {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #cf1818;
}
.ua-ie-10 .legacy_alert ul,
.ua-ie-8 .legacy_alert ul,
.ua-ie-9 .legacy_alert ul {
  padding-bottom: 20px;
  font-size: 16px;
}
.global_header {
  background-color: #fff;
  font-size: 1.4rem;
  z-index: 1000;
}
.global_header:after {
  content: "";
  clear: both;
  display: block !important;
}
.global_header a {
  text-decoration: none;
}
.global_header .header_contents:after {
  content: "";
  clear: both;
  display: block;
}
.global_header .header_logo {
  float: left;
  width: 174px;
  margin: 0;
  padding: 5px 10px;
  box-sizing: border-box;
}
.global_header .header_logo a,
.global_header .header_logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.global_header .global_nav {
  float: right;
}
.global_header .global_nav__btn {
  display: none;
}
.global_header .global_nav__list {
  display: table;
  table-layout: fixed;
  margin: 0 10px 0 0;
  padding: 0;
  color: #333;
}
.global_header .global_nav__list a {
  display: block;
  padding: 17px 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  transition: all 50ms ease-in-out;
}
.global_header .global_nav__list .current,
.global_header .global_nav__list .is_active,
.global_header .global_nav__list a:hover {
  background: #cf1818;
  color: #fff;
}
.global_header .global_nav__list a:hover {
  opacity: 1;
}
.global_header .global_nav__list li {
  display: table-cell;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
}
.global_header .global_nav__list li ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 150px;
  margin: 0;
  padding: 0;
  z-index: 9000000;
}
.global_header .global_nav__list li ul li {
  display: block;
  background: #cf1818;
}
.global_header .global_nav__list li ul li.sp_only {
  display: none;
}
.global_header .global_nav__list li ul li a {
  background: #cf1818;
  color: #fff;
  line-height: 1.4;
}
.global_header .global_nav__list li ul li a:hover {
  background-color: #b90100;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .global_header .global_nav__list .service {
    width: 230px;
  }
  .global_header .global_nav__list .company {
    width: 170px;
  }
}
.global_header .language_selection {
  font-size: 1.1rem;
}
.global_header .language_selection span {
  display: table-cell;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.global_header .language_selection .current {
  background: 0 0;
  color: #333;
}
.global_header .language_selection .current,
.global_header .language_selection .current:hover {
  opacity: 0.7;
}
.global_header .language_selection a {
  padding: 0;
}
.global_header .language_selection a:hover {
  background: 0 0;
  color: #333;
}
.global_header .jp {
  padding: 0 5px 0 10px;
}
.global_header .en {
  position: relative;
  padding: 0 10px 0 10px;
}
.global_header .en:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "/";
}
.global_header .location {
  display: none;
  background: #e0e0e0;
  font-weight: 700;
}
.global_header .location:after {
  content: "";
  clear: both;
  display: block;
}
.top .global_header .location {
  display: block;
}
.global_header .location a {
  color: #fff;
}
.global_header .location__btn {
  display: none;
  margin: 0;
  padding: 10px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) {
  .global_header .location__list {
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    font-family: wf_opensans_bold;
    font-size: 1.7rem;
  }
  .ua-firefox .global_header .location__list {
    font-family: wf_opensans;
  }
  .global_header .location__list li {
    display: table-cell;
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
  }
  .global_header .location__list a {
    display: block;
    padding: 11px 10px 10px;
    color: #333;
    line-height: 1;
    text-decoration: none;
  }
  .global_header .location__list a:hover {
    opacity: 1;
  }
  .global_header .location__list .current,
  .global_header .location__list .is_active,
  .global_header .location__list a:hover {
    background: #cf1818;
    color: #fff;
  }
  .global_header .location__list li ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100px;
    margin: 0;
    padding: 0;
    z-index: 2000;
  }
  .global_header .location__list li ul li {
    display: block;
  }
  .global_header .location__list li ul li a {
    padding-bottom: 10px;
    border-bottom: none;
    background-color: #e0e0e0;
  }
  .global_header .location__list li ul li a:hover {
    padding-bottom: 10px;
    border-bottom: none;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .global_header .location__list {
    font-size: 1.4rem;
  }
  .global_header .location__list li ul {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .global_header .header_contents {
    position: relative;
    background: #dbd8d0;
  }
  .global_header .header_logo {
    padding-left: 2.5%;
  }
  .global_header .global_nav {
    margin-right: 2.5%;
  }
  .global_header .global_nav__btn {
    display: block;
    background: 0 0;
    width: 80px;
    height: 55px;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .global_header .global_nav__btn > span {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 32px;
    margin: auto;
    border: 1px solid #8c8981;
    border-radius: 3px;
    background: #dbd8d0;
    color: #111;
    text-align: center;
    font-size: 2.2rem;
    font-family: wf_bebas_bold;
    letter-spacing: 0.5px;
    cursor: pointer;
  }
  .global_header .global_nav__btn .global_nav__btnbtn_menu {
    display: inline-block;
  }
  .global_header .global_nav__btn .global_nav__btn_close {
    display: none;
  }
  .global_header .global_nav__btn.active .global_nav__btnbtn_menu {
    display: none;
  }
  .global_header .global_nav__btn.active .global_nav__btn_close {
    z-index: 2;
    display: inline-block;
  }
  .global_header .global_nav__btn .global_nav__icon,
  .global_header .global_nav__btn .global_nav__icon_after,
  .global_header .global_nav__btn .global_nav__icon_before {
    display: none;
    position: absolute;
    left: 22%;
    top: 45%;
    height: 3px;
    width: 25px;
    border-radius: 1px;
    background: #666;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .global_header .global_nav__btn .global_nav__icon_before {
    top: 28%;
  }
  .global_header .global_nav__btn .global_nav__icon_after {
    top: 65%;
  }
  .global_header .global_nav__btn.active .global_nav__icon {
    background-color: transparent;
    opacity: 0;
  }
  .global_header .global_nav__btn.active .global_nav__icon_after,
  .global_header .global_nav__btn.active .global_nav__icon_before {
    background: #fff;
  }
  .global_header .global_nav__btn.active .global_nav__icon_before {
    -webkit-transform-origin: 4px 7px;
    -moz-transform-origin: 4px 7px;
    -ms-transform-origin: 4px 7px;
    -o-transform-origin: 4px 7px;
    transform-origin: 4px 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .global_header .global_nav__btn.active .global_nav__icon_after {
    -webkit-transform-origin: -3px -7px;
    -moz-transform-origin: -3px -7px;
    -ms-transform-origin: -3px -7px;
    -o-transform-origin: -3px -7px;
    transform-origin: -3px -7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .global_header .global_nav__list {
    display: none;
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    color: #fff;
  }
  .global_header .global_nav__list.open {
    display: block;
  }
  .global_header .global_nav__list a {
    position: relative;
    background: #cf1818;
    color: #fff;
  }
  .global_header .global_nav__list a.is_open,
  .global_header .global_nav__list a:hover {
    background-color: #b90100;
  }
  .global_header .global_nav__list li {
    display: block;
    background: #cf1818;
  }
  .global_header .global_nav__list li > ul {
    position: static;
    width: 100%;
  }
  .global_header .global_nav__list li > ul:after {
    content: "";
    clear: both;
    display: block !important;
  }
  .global_header .global_nav__list li > ul li {
    position: relative;
    float: left;
    width: 50%;
    background: #e94c4c;
  }
  .global_header .global_nav__list li > ul li.sp_only {
    display: block;
  }
  .global_header .global_nav__list li > ul li a {
    background: #fff;
    color: #333;
  }
  .global_header .global_nav__list li.sp_col1 {
    width: 100%;
  }
  .global_header .global_nav__list > li {
    border-top: 1px solid #e94c4c;
  }
  .global_header .global_nav__list > li:first-child {
    border-top: none;
  }
  .global_header .global_nav__list > li > a.is_open:after,
  .global_header .global_nav__list > li > a:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    content: " ";
    width: 13px;
    height: 13px;
    margin: auto;
  }
  .global_header .global_nav__list > li > a:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
  }
  .global_header .global_nav__list > li > a.is_open:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
  }
  .global_header .global_nav__list > li > a[target="_blank"]:after {
    display: inline-block;
    position: static;
    margin-left: 4px;
    border: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: url(../img/common/icon_external_links.png) 0 0 no-repeat;
    background-size: cover;
  }
  .global_header .language_selection {
    padding: 13px;
    font-size: 1.4rem;
  }
  .global_header .language_selection .current {
    color: #fff;
  }
  .global_header .language_selection a:hover {
    background: 0 0;
    color: #fff;
  }
  .global_header .language_selection .jp {
    padding-left: 0;
  }
  .global_header .location__btn {
    display: block;
  }
  .global_header .location__list {
    display: none;
  }
}
.page_header {
  background: #1c1c1e;
}
.page_header:after {
  content: "";
  clear: both;
  display: block !important;
}
.page_header,
.page_header a {
  color: #fff;
}
@media screen and (min-width: 741px) {
  .page_header {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 740px) {
  .page_header {
    margin-bottom: 30px;
  }
}
.page_header .container > :only-child {
  padding-top: 24px;
}
.topic_path {
  padding-top: 16px;
  font-size: 1.2rem;
}
.topic_path ul {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: -0.4em;
}
.topic_path li {
  display: inline-block;
  letter-spacing: normal;
}
.topic_path li:after {
  content: "＞";
  padding-left: 5px;
  padding-right: 5px;
}
.topic_path li:last-child:after {
  content: none;
}
.topic_path a,
.topic_path li {
  color: #999;
}
@media screen and (max-width: 740px) {
  .topic_path {
    margin-bottom: 0;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .topic_path li {
    line-height: 1.6;
    vertical-align: middle;
  }
}
.page_body:after {
  content: "";
  clear: both;
  display: block !important;
}
.global_footer {
  position: relative;
  margin: 90px 0 0;
  padding: 10px;
  background-color: #101010;
  color: #aaa;
}
@media screen and (max-width: 740px) {
  .global_footer {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (max-width: 780px) {
  .global_footer {
    background-color: #222;
    padding: 0;
  }
}
.en .global_footer {
  padding: 7px;
}
@media screen and (max-width: 780px) {
  .en .global_footer {
    padding: 0;
  }
}
.global_footer:after {
  content: "";
  clear: both;
  display: block;
}
.global_footer .footer_nav {
  float: left;
  margin: 2px 0;
}
@media screen and (max-width: 780px) {
  .global_footer .footer_nav {
    float: none;
    margin: 0;
    padding: 10px;
  }
}
@media screen and (max-width: 710px) {
  .global_footer .footer_nav {
    position: relative;
  }
}
.global_footer .footer_nav__list {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}
@media screen and (max-width: 710px) {
  .global_footer .footer_nav__list {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .en .global_footer .footer_nav__list {
    position: static;
    padding-top: 35px;
  }
  .en .global_footer .footer_nav__list .sns_link {
    display: block;
  }
}
.global_footer .footer_nav__list li {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 490px) {
  .global_footer .footer_nav__list li {
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .en .global_footer .footer_nav__list li {
    margin-right: 0;
  }
}
.global_footer .footer_nav__list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 490px) {
  .global_footer .footer_nav__list > li:not(.sns_link) {
    width: 49.5%;
    padding: 5px 0;
  }
}
@media screen and (max-width: 540px) {
  .en .global_footer .footer_nav__list > li:not(.sns_link) {
    width: 49%;
    padding: 5px 0;
    vertical-align: middle;
  }
}
.global_footer .footer_nav__list a {
  color: #aaa;
}
.global_footer .sns_link {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 710px) {
  .global_footer .sns_link {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.en .global_footer .sns_link {
  padding: 6px 9px;
  background: #222;
}
@media screen and (max-width: 780px) {
  .en .global_footer .sns_link {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding: 10px;
    background: #dbd8d0;
    box-sizing: border-box;
  }
  .en .global_footer .sns_link,
  .en .global_footer .sns_link a {
    color: #666;
  }
}
.global_footer .sns_link span {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.global_footer .sns_link span + span {
  margin-left: 10px;
}
.global_footer .sns_text {
  display: inline-block;
  margin: 0 12px 0 0;
  font-size: 1.2rem;
}
.global_footer .sns_link__list {
  letter-spacing: -0.5em;
  display: inline-block;
  padding: 0;
}
.global_footer .sns_link__list li {
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}
.global_footer .sns_link__list li + li {
  margin-left: 8px;
}
.global_footer .sns_link__facebook a:before {
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e801";
}
.global_footer .sns_link__twitter a:before {
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e802";
}
.global_footer .sns_link__linkedin a:before {
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
.global_footer .copyright {
  float: right;
  margin: 0;
  font-size: 1.4rem;
}
.en .global_footer .copyright {
  line-height: 2.5;
}
@media screen and (max-width: 780px) {
  .en .global_footer .copyright {
    line-height: 1.7;
  }
}
@media screen and (max-width: 780px) {
  .global_footer .copyright {
    float: none;
    padding: 10px;
    background-color: #101010;
    text-align: center;
  }
}
.pagetop {
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .pagetop {
    right: 10px;
    margin-right: 0;
  }
}
.pagetop .icon {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin: 3px 5px 5px;
}
.pagetop a {
  color: #333;
  text-decoration: none;
}
.global_footer .pagetop {
  position: absolute;
  top: -40px;
  right: 50%;
  margin-right: -500px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .global_footer .pagetop {
    margin-right: -370px;
  }
}
@media screen and (max-width: 740px) {
  .global_footer .pagetop {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: 0;
    text-align: center;
  }
}
main .pagetop {
  position: static;
  margin-top: 24px;
  margin-right: 0;
  text-align: right;
}
.wf_bebas {
  font-family: wf_bebas;
}
.wf_bebas_bold {
  font-family: wf_bebas_bold;
  letter-spacing: 0.5px;
}
.wf_alegreya {
  font-family: wf_alegreya;
}
.wf_opensans {
  font-family: wf_opensans;
}
.wf_opensans400 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
}
.wf_opensans600 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
}
.wf_opensans700 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
}
.wf_opensans800 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 800 !important;
}
.wf_Lato400 {
  font-family: Lato, sans-serif !important;
  font-weight: 400 !important;
}
.wf_Lato700 {
  font-family: Lato, sans-serif !important;
  font-weight: 700 !important;
}
.wf_Lato900 {
  font-family: Lato, sans-serif !important;
  font-weight: 900 !important;
}
.ttl_a {
  margin: 0;
  padding-bottom: 16px;
  font-size: 4.2rem;
  font-family: wf_bebas;
  line-height: 1;
}
.ttl_b {
  margin: 0 0 40px;
  font-size: 2rem;
  border-bottom: 1px solid #666;
}
.seminar.detail h2,
.ttl_ba {
  margin: 0 0 16px;
  padding: 8px 16px;
  background: #f0f0f0;
  font-size: 1.8rem;
  font-weight: 700;
}
.ttl_c {
  margin: 0 0 16px;
  font-size: 1.6rem;
}
.ttl_small {
  padding-left: 8px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family:
    Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (max-width: 767px) {
  .ttl_a {
    margin: 0 2.5%;
  }
  .ttl_b {
    margin-bottom: 24px;
    padding: 0 2.5%;
  }
  .ttl_small {
    display: block;
    margin-top: 5px;
    padding-left: 0;
    line-height: 1;
  }
}
.fz_xxs {
  font-size: 0.8rem;
}
.fz_xs {
  font-size: 1rem;
}
.fz_s {
  font-size: 1.2rem;
}
.fz_m {
  font-size: 1.4rem;
}
.fz_l {
  font-size: 1.6rem;
}
.fz_xl {
  font-size: 1.8rem;
}
.fz_xxl {
  font-size: 2rem;
}
@media screen and (max-width: 740px) {
  .fz_xxs {
    font-size: 0.8rem;
  }
  .fz_xs {
    font-size: 0.8rem;
  }
  .fz_s {
    font-size: 1rem;
  }
  .fz_m {
    font-size: 1.2rem;
  }
  .fz_l {
    font-size: 1.4rem;
  }
  .fz_xl {
    font-size: 1.6rem;
  }
  .fz_xxl {
    font-size: 1.8rem;
  }
}
.txt_normal {
  font-weight: 400 !important;
}
.txt_bold {
  font-weight: 700 !important;
}
.txt_italic {
  font-style: italic !important;
}
.txt_underline {
  text-decoration: underline !important;
}
.txt_left {
  text-align: left !important;
}
.txt_center {
  text-align: center !important;
}
.txt_right {
  text-align: right !important;
}
.disc {
  display: table;
  padding-left: 0;
  list-style: none;
}
.disc li {
  display: table-row;
}
.disc li:before {
  content: "●";
  display: table-cell;
  padding-right: 0.4em;
}
.disc li:after {
  content: "";
  display: block;
  margin-bottom: 0;
}
.disc ul {
  margin-top: 1em;
  padding-left: 0;
}
.disc ul li:before {
  content: "○";
}
.disc ul ul li:before {
  content: "●";
}
.list_note {
  padding-left: 0;
  list-style: none;
}
.list_note li {
  padding-left: 1em;
}
.list_note li:before {
  display: inline-block;
  content: "※";
  text-indent: -1em;
}
.en .list_note li:before {
  content: "*";
}
.list_parenthesis {
  counter-reset: table-ol;
}
.list_parenthesis li:before {
  content: "(" counter(table-ol) ")";
}
.ua-android .list_parenthesis {
  padding-left: 1.4em;
}
.ua-android .list_parenthesis li:before {
  text-indent: -1.4em;
}
@media screen and (max-width: 740px) {
  .page_header_nav {
    background: #242426;
  }
}
.page_header_nav_list {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.page_header_nav_list:after {
  content: "";
  clear: both;
  display: block !important;
}
.page_header_nav_list li {
  position: relative;
}
.page_header_nav_list li.is_active a,
.page_header_nav_list li:hover a {
  background: #b90100;
  opacity: 1;
}
.page_header_nav_list li.is_active a:after,
.page_header_nav_list li:hover a:after {
  content: none;
}
.page_header_nav_list li:first-child a:after {
  content: none;
}
.page_header_nav_list a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
.page_header_nav_list a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 19px;
  margin: auto;
  border-left: 1px solid #444;
}
.page_header_nav_list a.is_active:after,
.page_header_nav_list a:hover:after {
  content: none;
}
@media screen and (min-width: 741px) {
  .page_header_nav_list {
    letter-spacing: -0.4em;
  }
  .page_header_nav_list li {
    display: inline-block;
    letter-spacing: normal;
  }
  .page_header_nav_list li:first-child {
    margin-left: 0;
  }
  .page_header_nav_list a {
    display: block;
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 740px) {
  .page_header_nav_list.sp_col2 li:nth-child(2n + 1) a:after {
    content: none;
  }
  .page_header_nav_list.sp_col3 li:nth-child(3n + 1) a:after {
    content: none;
  }
  .page_header_nav_list.sp_col3 a,
  .page_header_nav_list.sp_col3 li {
    width: 33%;
  }
  .page_header_nav_list.sp_col3 a:nth-child(3n + 2),
  .page_header_nav_list.sp_col3 li:nth-child(3n + 2) {
    width: 34%;
  }
  .page_header_nav_list li {
    display: table;
    table-layout: fixed;
    float: left;
    width: 50%;
    margin-left: 0;
    vertical-align: top;
  }
  .page_header_nav_list a {
    display: table-cell;
    width: 50%;
    padding: 10px 8px;
    font-size: 1.2rem;
    vertical-align: middle;
  }
  .page_header_nav_list a:before {
    content: none;
  }
}
.page_body_nav {
  margin-top: 24px;
  margin-bottom: 60px;
  background: #d9d9d9;
}
.page_body_nav .page_body_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page_body_nav .page_body_nav_list:after {
  content: "";
  clear: both;
  display: block !important;
}
.page_body_nav .page_body_nav_list li {
  position: relative;
}
.page_body_nav .page_body_nav_list li.is_active a,
.page_body_nav .page_body_nav_list li:hover a {
  background: #b90100;
  opacity: 1;
  color: #fff;
}
.page_body_nav .page_body_nav_list li.is_active a:before,
.page_body_nav .page_body_nav_list li:hover a:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}
.page_body_nav .page_body_nav_list li.is_active a:after,
.page_body_nav .page_body_nav_list li:hover a:after {
  content: none;
}
.page_body_nav .page_body_nav_list li:first-child a:after {
  content: none;
}
.page_body_nav .page_body_nav_list a {
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}
.page_body_nav .page_body_nav_list a:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #cf1818;
  border-right: 2px solid #cf1818;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  margin-top: -8px;
  margin-right: 10px;
}
.page_body_nav .page_body_nav_list a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 12px;
  margin: auto;
  border-left: 1px solid #999;
}
.page_body_nav .page_body_nav_list a.is_active:after,
.page_body_nav .page_body_nav_list a:hover:after {
  content: none;
}
@media screen and (min-width: 741px) {
  .page_body_nav {
    letter-spacing: -0.4em;
  }
  .page_body_nav li {
    display: inline-block;
    letter-spacing: normal;
  }
  .page_body_nav li:first-child {
    margin-left: 0;
  }
  .page_body_nav a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page_body_nav a {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 740px) {
  .page_body_nav {
    margin-bottom: 30px;
  }
  .page_body_nav li:nth-child(2n + 1) a:after,
  .page_body_nav.sp_col2 li:nth-child(2n + 1) a:after {
    content: none;
  }
  .page_body_nav.sp_col3 li:nth-child(3n + 2) a:after {
    content: none;
  }
  .page_body_nav.sp_col3 a,
  .page_body_nav.sp_col3 li {
    width: 33%;
  }
  .page_body_nav.sp_col3 a:nth-child(3n + 2),
  .page_body_nav.sp_col3 li:nth-child(3n + 2) {
    width: 34%;
  }
  .page_body_nav li {
    display: table;
    table-layout: fixed;
    float: left;
    width: 50%;
    margin-left: 0;
    vertical-align: top;
  }
  .page_body_nav li.filter_all,
  .page_body_nav li.filter_all a {
    display: block;
    width: 100%;
  }
  .page_body_nav a {
    display: table-cell;
    width: 50%;
    padding: 10px 8px;
    font-size: 1.2rem;
    vertical-align: middle;
  }
  .page_body_nav a:before {
    content: none;
  }
}
.filter_nav {
  margin: 32px 0 0;
}
@media screen and (max-width: 740px) {
  .filter_nav {
    margin: 16px 0;
  }
}
.filter_nav_list {
  margin: 0;
  padding: 0;
  text-align: center;
}
.filter_nav_list:after {
  content: "";
  clear: both;
  display: block !important;
}
.filter_nav_list li.is_active a,
.filter_nav_list li:hover a {
  background: #ccc;
  color: #111;
}
.filter_nav_list a {
  padding: 16px;
  background: #f0f0f0;
  color: #111;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
.filter_nav_list a:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  margin-top: -4px;
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .filter_nav_list a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 741px) {
  .filter_nav_list {
    letter-spacing: -0.4em;
  }
  .filter_nav_list li {
    display: inline-block;
    margin-left: 16px;
    letter-spacing: normal;
  }
  .filter_nav_list li:first-child {
    margin-left: 0;
  }
  .filter_nav_list a {
    display: block;
    padding: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .filter_nav_list li {
    margin-left: 8px;
  }
  .filter_nav_list a {
    padding: 14px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 740px) {
  .filter_nav_list {
    list-style: none;
  }
  .filter_nav_list.sp_col2 li {
    width: 50%;
  }
  .filter_nav_list.sp_col3 a,
  .filter_nav_list.sp_col3 li {
    width: 33%;
  }
  .filter_nav_list.sp_col3 a:nth-child(3n + 2),
  .filter_nav_list.sp_col3 li:nth-child(3n + 2) {
    width: 34%;
  }
  .filter_nav_list li {
    display: table;
    table-layout: fixed;
    float: left;
    width: 50%;
    margin-left: 0;
    vertical-align: top;
  }
  .filter_nav_list li.filter_all,
  .filter_nav_list li.filter_all a {
    display: block;
    width: 100%;
  }
  .filter_nav_list a {
    display: table-cell;
    width: 50%;
    padding: 10px 8px;
    font-size: 1.2rem;
    vertical-align: middle;
  }
  .filter_nav_list a:before {
    content: none;
  }
}
.filter_item_box {
  width: 100%;
}
.filter_item_box.filter_col3 .filter_item {
  width: 31.7%;
  margin: 16px 2.4% 0 0;
}
.filter_item_box.filter_col3 .filter_item:nth-child(3n) {
  margin-right: 0;
}
.filter_item_box.filter_col4 .filter_item {
  width: 23.8%;
  margin: 16px 1.6% 0 0;
}
.filter_item_box.filter_col4 .filter_item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  .filter_item_box {
    width: 100%;
  }
  .filter_item_box.filter_col4 .filter_item {
    width: 100%;
    margin: 0;
  }
}
.filter_item {
  overflow: hidden;
  position: relative;
  float: left;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .filter_item {
    display: table;
    overflow: auto;
    float: none;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
  }
  .filter_item:after {
    content: "";
    clear: both;
    display: block !important;
  }
}
form .required {
  padding: 2px 5px;
  background: #e94c4c;
  color: #fff;
  font-size: 1rem;
}
.formError .formErrorContent {
  padding: 8px;
  border: 1px solid #f8c9c9;
  background: #ffe4e4;
  color: #cf1818;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
.formError.inline {
  display: block;
}
.formError.inline .formErrorContent {
  margin-top: 8px;
  border: 1px solid #f8c9c9;
}
span.error_message {
  display: block;
  margin-top: 8px;
  padding: 8px;
  border: 1px solid #f8c9c9;
  background: #ffe4e4;
  color: #cf1818;
  font-size: 1.1rem;
}
@media screen and (max-width: 740px) {
  input[type="text"],
  select,
  textarea {
    width: 100%;
  }
}
a[href$="pdf"]:after {
  margin-left: 4px;
  content: url(/img/common/icon_pdf.png);
}
main a[target="_blank"]:not(.no_icon):not(.img_link):not(.btn_link):not([href^="/"]):after {
  margin-left: 4px;
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e800";
  text-decoration: none;
}
.icon,
img[src*="icon"] {
  width: auto;
}
.company_movie_icon {
  margin-top: 3px;
}
.btn + .btn,
.btn + .btn_s,
.btn_s + .btn,
.btn_s + .btn_s {
  margin-left: 8px;
}
[href$="pdf"].btn {
  padding: 1.2em 0.5em 1.1em;
}
[href$="pdf"].btn:after {
  position: static;
  display: inline;
  width: auto;
  height: auto;
  border: none;
  transform: none;
}
.btn {
  display: inline-block;
  position: relative;
  padding: 1.2em 2em 1.1em 2em;
  border: none;
  background: #cf1818;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.25s ease-in-out;
}
.btn:hover {
  background: #e62a2a;
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 420px) {
  .btn {
    width: 100%;
  }
}
.btn_s {
  display: inline-block;
  position: relative;
  padding: 1.2em 2em 1.1em 2em;
  border: none;
  background: #cf1818;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.25s ease-in-out;
  padding: 3px 16px;
}
.btn_s:hover {
  background: #e62a2a;
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 420px) {
  .btn_s {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .btn_s {
    width: auto;
  }
}
@media screen and (max-width: 420px) {
  .btn_s {
    width: auto;
  }
}
.btn_s:after {
  content: none;
}
.btn_link {
  display: inline-block;
  position: relative;
  padding: 1.2em 2em 1.1em 2em;
  border: none;
  background: #cf1818;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.25s ease-in-out;
  position: relative;
  min-width: 200px;
}
.btn_link:hover {
  background: #e62a2a;
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 420px) {
  .btn_link {
    width: 100%;
  }
}
.btn_link:after {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}
.btn_link.btn_s {
  padding: 3px 16px;
}
@media screen and (max-width: 740px) {
  .btn_link.btn_s {
    width: auto;
  }
}
@media screen and (max-width: 420px) {
  .btn_link.btn_s {
    width: auto;
  }
}
.btn_link.is_negative {
  position: relative;
  background: #999;
}
.btn_link.is_negative:hover {
  background: #adadad;
}
.btn_link.is_negative:after {
  left: 1em;
  right: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 453px) {
  #logoguide_page .btn_link {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .btn_link {
    width: 100%;
  }
}
.btn_close:before {
  content: "×";
  margin-right: 0.2em;
}
.container {
  margin-left: auto;
  margin-right: auto;
}
.row {
  display: table;
  table-layout: fixed;
  margin: 16px 0;
}
.col {
  display: table-cell;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.col + .col {
  padding-left: 24px;
  vertical-align: top;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 740px;
  }
}
@media screen and (max-width: 740px) {
  .container {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .row {
    display: block;
  }
  .col {
    display: block;
  }
  .col + .col {
    padding-top: 8px;
    padding-left: 0;
  }
}
.box_a {
  margin-bottom: 0;
}
.box_a:after {
  content: "";
  clear: both;
  display: block !important;
}
.box_b:after {
  content: "";
  clear: both;
  display: block !important;
}
.box_b + .box_b {
  margin-top: 60px;
}
.box_b:first-child {
  margin-top: 0;
}
.box_c:after {
  content: "";
  clear: both;
  display: block !important;
}
.box_c + .box_c {
  margin-top: 40px;
}
.box_c:first-child {
  margin-top: 0;
}
.box_d:after {
  content: "";
  clear: both;
  display: block !important;
}
.box_e:after {
  content: "";
  clear: both;
  display: block !important;
}
.box_f:after {
  content: "";
  clear: both;
  display: block !important;
}
@media screen and (max-width: 740px) {
  .box_a {
    margin-top: 0;
    margin-bottom: 0;
  }
  .box_b + .box_b {
    margin-top: 30px;
  }
}
.is_bg_gray {
  background-color: #8e8e9b;
}
.is_bg_red {
  background-color: #e72422;
}
.is_bg_opera {
  background-color: #e6195e;
}
.is_bg_cherry {
  background-color: #f2a6b7;
}
.is_bg_lemon_yellow {
  background-color: #ffd21d;
}
.is_bg_yellow {
  background-color: #f8b305;
}
.is_bg_orange {
  background-color: #f0870c;
}
.is_bg_violet {
  background-color: #860c84;
}
.is_bg_indigo {
  background-color: #053a77;
}
.is_bg_cobalt {
  background-color: #0075bf;
}
.is_bg_light_blue {
  background-color: #94d3e1;
}
.is_bg_skyblue {
  background-color: #007aad;
}
.is_bg_cerulean_blue {
  background-color: #2fa4d8;
}
.is_bg_green {
  background-color: #167b1b;
}
.is_bg_deep_green {
  background-color: #004b42;
}
.is_bg_light_green {
  background-color: #a5cc27;
}
.box_list {
  margin: -56px 0 16px;
  padding: 0;
  list-style: none;
}
.box_list:after {
  content: "";
  clear: both;
  display: block !important;
}
.box_list li {
  float: left;
  margin-top: 56px;
}
.box_list img {
  width: 100%;
  height: auto;
}
.box_list .btn {
  min-width: 100%;
}
.box_list.col5 {
  margin-left: -3.1%;
}
.box_list.col5 > li {
  width: 16.9%;
  margin-left: 3.1%;
}
@media screen and (min-width: 741px) {
  .box_list.col5 {
    margin-left: -2.5%;
  }
  .box_list.col5 > li {
    width: 22.5%;
    margin-left: 2.5%;
  }
  .box_list .btn[href$="pdf"] {
    padding: 1.2em 0.5em 1.1em;
  }
}
@media screen and (max-width: 640px) {
  .box_list.col5 {
    margin-left: -2%;
  }
  .box_list.col5 > li {
    width: 48%;
    margin-left: 2%;
  }
}
.is_hidden {
  display: none;
}
.is_opacity1 {
  opacity: 1;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
#top_page .first_view {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  background: rgba(0, 8, 20, 0.91);
}
#top_page .top_video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2000px;
  height: 400px;
  margin: auto;
}
#top_page .top_video img,
#top_page .top_video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 2000px;
  height: 400px;
  margin: auto;
}
#top_page .top_picture {
  display: none;
}
#top_page .top_picture img {
  width: 100%;
  height: auto;
}
#top_page .announcement {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  width: 480px;
  height: 400px;
  padding: 30px 50px 50px;
  background-color: rgba(0, 8, 20, 0.8);
  font-size: 1.2rem;
  color: #fff;
}
#top_page .announcement a {
  color: #fff;
}
#top_page .press_list_link {
  position: absolute;
  bottom: -20px;
  right: 0;
  margin: 0;
  z-index: 1000;
}
#top_page .press_list_link a {
  text-decoration: underline;
}
#top_page .news {
  position: relative;
}
#top_page .information {
  padding-top: 40px;
}
#top_page .announcement__ttl {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1;
}
#top_page .announcement__ttl .wf_bebas {
  margin-right: 10px;
  font-size: 2.4rem;
}
#top_page .announcement__ttl .ttl_sub {
  vertical-align: 16%;
  font-weight: 400;
}
#top_page .annuncement__item dl {
  display: table;
  table-layout: fixed;
  margin: 0;
}
#top_page .annuncement__item dd,
#top_page .annuncement__item dt {
  display: table-cell;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#top_page .annuncement__item dt {
  width: 2em;
  font-family: wf_bebas;
  font-size: 1.6rem;
  line-height: 1.3;
}
#top_page .annuncement__item dd {
  margin: 0;
  padding-top: 5px;
  padding-left: 1em;
}
#top_page .annuncement__item a {
  display: block;
  white-space: pre-wrap;
}
#top_page .ua-ie-8 .announcement {
  background-color: #000;
}
#top_page .txt_mark {
  display: inline-block;
  line-height: 1.3;
  font-family: wf_bebas;
  margin-right: 0.5em;
  padding: 0 10px;
}
#top_page .pagetop {
  display: none;
}
@media screen and (min-width: 2000px) {
  #top_page .announcement {
    right: 50%;
    margin-right: -1000px;
  }
}
@media screen and (min-width: 1920px) {
  #top_page .masonry {
    width: 1920px;
  }
}
@media screen and (max-width: 1170px) {
  #top_page .first_view {
    height: auto;
  }
  #top_page .top_video,
  #top_page .top_video img {
    position: static;
    width: 100%;
    height: auto;
  }
  .ua-desktop #top_page .main_visual {
    position: relative;
    height: 400px;
  }
  .ua-desktop #top_page .top_video,
  .ua-desktop #top_page .top_video img {
    position: relative;
    width: 2000px;
    height: 400px;
  }
  .ua-mobile #top_page .top_picture {
    display: block;
  }
  .ua-mobile #top_page .top_video {
    display: none;
  }
  #top_page .announcement {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -8px;
    padding: 30px 50px 70px;
  }
  #top_page .announcement:after {
    content: "";
    clear: both;
    display: block !important;
  }
  #top_page .announcement_contents {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
  }
  #top_page .news {
    padding-right: 10px;
  }
  #top_page .information {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
  }
}
#top_page main a[href^="http"]:after {
  content: none;
}
#top_page .masonry_wrap {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: -30px auto 0;
  transition: all 0.5s ease-in-out;
}
#top_page .masonry {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#top_page .masonry_item {
  display: table;
  table-layout: fixed;
  height: 200px;
  margin: 4px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
#top_page .masonry_item a {
  display: table-cell;
  word-wrap: break-word;
  overflow-wrap: break-word;
  height: 180px;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
#top_page .masonry_item .wf_bebas_bold {
  font-size: 2.8rem;
  line-height: 1.1;
}
#top_page .column1 {
  width: 192px;
}
#top_page .column1 a {
  width: 172px;
}
#top_page .column2 {
  width: 392px;
}
#top_page .column2 a {
  width: 372px;
}
#top_page .is_red {
  background-color: #de3838;
}
@media screen and (min-width: 741px) {
  .ua-desktop #top_page .main_visual {
    height: auto;
  }
  #top_page .masonry_wrap {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #top_page .pc_main_visual,
  #top_page .sp_main_visual {
    display: none;
  }
  #top_page .press_list_link {
    position: absolute;
    bottom: -12px;
  }
}
@media screen and (max-width: 740px) {
  #top_page .information {
    margin-top: 25px;
  }
}
@media screen and (max-width: 740px) {
  #top_page .header_logo {
    display: none;
  }
  #top_page .first_view {
    height: auto;
  }
  #top_page .main_visual {
    position: relative;
    width: auto;
  }
  #top_page .main_visual .top_picture {
    display: block;
  }
  #top_page .main_visual .top_picture img {
    width: 100%;
    height: auto;
  }
  .ua-desktop #top_page .main_visual {
    height: auto;
  }
  #top_page .top_video {
    display: none;
    position: relative;
    min-width: initial;
    min-width: auto;
  }
  #top_page .announcement {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
  }
  #top_page .information {
    padding-top: 20px;
  }
  #top_page .press_list_link {
    position: absolute;
    right: 2.5%;
  }
  #top_page .announcement_contents {
    float: none;
    position: relative;
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  #top_page .announcement_contents:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background: rgba(0, 0, 0, 0.2);
    content: " ";
  }
  #top_page .news {
    padding-top: 16px;
    padding-right: 2.5%;
  }
  #top_page .information {
    padding-top: 8px;
    padding-left: 2.5%;
  }
  #top_page .swiper-pagination {
    margin-top: 8px;
  }
  #top_page .pagetop {
    display: block;
  }
  #top_page .column2 {
    width: 392px;
  }
  #top_page .column2 a {
    width: 372px;
  }
  #top_page .masonry_wrap {
    margin: 0 auto;
    padding: 4px 0;
  }
}
@media screen and (max-width: 599px) {
  #top_page .is_sp_column1 {
    width: 390px;
  }
}
@media screen and (max-width: 400px) {
  #top_page .masonry_item {
    margin: 8px 0 0;
  }
  #top_page .masonry {
    width: 96%;
  }
  #top_page .column1,
  #top_page .column1 a {
    width: 49%;
  }
  #top_page .column1.sp_column1_right {
    float: right;
  }
  #top_page .column1,
  #top_page .column2,
  #top_page .is_sp_column2 {
    float: left;
  }
  #top_page .column2,
  #top_page .column2 a {
    width: 100%;
  }
  #top_page .column2 {
    clear: both;
  }
  #top_page .is_sp_column1 {
    width: 100%;
  }
  #top_page .is_sp_column2 {
    width: 45%;
  }
}
#company_page p,
#company_page td,
#company_page th {
  font-size: 1.3rem;
  line-height: 1.4;
}
#company_page .box_b a {
  color: #cf1818;
}
#company_page .box_b a img {
  vertical-align: baseline;
}
#company_page .company_table {
  width: 100%;
}
#company_page .company_table td,
#company_page .company_table th {
  padding: 16px;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
#company_page .company_table td {
  border-right: none;
}
#company_page .company_officer_table td,
#company_page .company_officer_table th {
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
}
#company_page .company_officer_table th {
  width: 17em;
  white-space: normal;
}
#company_page .global_network .ttl_b {
  margin-bottom: 0;
  border: none;
  color: #999;
  font-family: wf_bebas;
  font-size: 4.6rem;
  text-align: center;
}
#company_page .global_network .ttl_c {
  color: #999;
  font-size: 2rem;
  font-weight: 400;
}
#company_page .global_network .ttl_c .ttl_sub {
  display: block;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}
#company_page .global_network_list {
  margin: -24px 0 0 -24px;
  padding: 0;
  list-style: none;
}
#company_page .global_network_list:after {
  content: "";
  clear: both;
  display: block !important;
}
#company_page .global_network_list li {
  display: block;
  float: left;
  width: 317px;
  margin: 24px 0 0 24px;
  padding: 24px;
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
#company_page .global_network_list .ttl_c a {
  color: #333;
  text-decoration: underline;
}
#company_page .global_network_list .ttl_c a:hover {
  text-decoration: none;
}
#company_page .global_network_list a:after {
  content: none;
}
#company_page .icon_flag {
  display: inline-block;
  width: 33px;
  height: auto;
  margin-right: 5px;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #company_page .global_network_list li {
    width: 47%;
    margin-left: 3%;
  }
}
@media screen and (max-width: 740px) {
  #company_page .box_b {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  #company_page .company_table th {
    width: 7em;
    white-space: normal;
  }
  #company_page .company_officer_table td,
  #company_page .company_officer_table th {
    font-size: 0.8rem;
  }
  #company_page .company_officer_table th {
    width: 14em;
  }
  #company_page .global_network_list {
    margin-left: 0;
  }
  #company_page .global_network_list li {
    width: 100%;
    margin-left: 0;
  }
}
.company.index main .investing_company td a[href^="http"]:not(.no_icon)::after {
  content: none;
}
.map .box_b {
  margin-top: 24px;
}
.map .company_data {
  position: relative;
  margin-bottom: 16px;
}
.map .company_data_text:before {
  content: "";
  width: 240px;
  height: 26px;
  float: right;
}
.map .company_data_icon {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.map .ttl_c {
  margin-bottom: 0;
}
.map .ttl_c + p {
  margin-top: 0;
}
.map .company_map {
  width: 100%;
  height: 500px;
}
.map .company_map iframe {
  width: 100%;
}
.map .company_location {
  margin-top: 10px;
}
@media print {
  .map .company_data_icon,
  .map .company_location .company_close,
  .map .company_location .ttl_c,
  .map .global_footer,
  .map .global_header,
  .map .page_nav_list,
  .map .topic_path {
    display: none;
  }
  .map .box_b {
    position: relative;
  }
  .map .company_data_text,
  .map .company_location {
    font-size: 1.6rem;
  }
  .map .company_map {
    position: absolute;
    bottom: -550px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .map .page_nav_list {
    display: table;
    table-layout: fixed;
  }
  .map .page_nav_list li {
    display: table-cell;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: middle;
  }
  .map .page_nav_list li a {
    display: table-cell;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
  }
  .map .company_data,
  .map .company_location,
  .map .company_map {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .map .company_data_text:before {
    content: none;
  }
  .map .company_data_icon {
    position: relative;
    text-align: right;
  }
  .map .print_preview {
    display: none;
  }
  .map .company_map {
    width: 95%;
    height: 250px;
  }
  .map .company_map iframe {
    height: 270px;
  }
}
#history_page .fz_l {
  font-size: 2.4rem;
  color: #cf1818;
  font-weight: 700;
}
#history_page .fz_m {
  font-size: 1.6rem;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}
#history_page .fz_s {
  font-size: 1.4rem;
  color: #333;
  font-weight: 400;
}
#history_page .page_body {
  padding-top: 0;
}
#history_page .history_table__thead_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #333;
  content: "";
  z-index: 4000;
}
#history_page .history_table {
  display: block;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#history_page .history_table tr {
  display: block;
  position: relative;
}
#history_page .history_table td,
#history_page .history_table th {
  border: none;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
#history_page .history_table__thead {
  position: absolute;
  top: 0;
  display: block;
  color: #333;
  font-family: wf_bebas_bold;
  z-index: 5000;
}
#history_page .history_table__thead:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  border-left: 1px solid #fff;
  content: "";
  z-index: 1000;
}
#history_page .history_table__thead tr {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#history_page .history_table__thead .history_col {
  padding: 0;
  background: rgba(255, 255, 255, 0.9);
  font-size: 3.8rem;
  text-align: center;
}
#history_page .history_table__body {
  display: block;
  overflow: hidden;
  position: relative;
}
#history_page .history_table__body:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  border-left: 1px solid #ccc;
  content: "";
  z-index: 1000;
}
#history_page .history_table__body tr {
  position: relative;
}
#history_page .history_table__body .history_year {
  margin-bottom: 20px;
}
#history_page .history_table__body .history_col {
  padding-top: 15px;
  padding-bottom: 15px;
}
#history_page .history_table__body .history_company {
  padding-right: 40px;
}
#history_page .history_table__body .history_service {
  padding-left: 40px;
}
#history_page .history_year:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1000px;
  height: 17px;
  margin: auto;
  border-top: 1px dotted #999;
  content: "";
}
#history_page .history_year .history_era_name {
  position: relative;
  top: 0;
  width: 150px;
  height: auto;
  padding: 0;
  background: #333;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4;
}
#history_page .history_month:after {
  content: "";
  clear: both;
  display: block !important;
}
#history_page .history_month .history_era_name {
  top: 10px;
  bottom: auto;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #d9d9d9;
  font-size: 2.2rem;
  line-height: 30px;
  font-family: wf_bebas;
}
#history_page .history_era_name {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  font-family: wf_bebas;
  text-align: center;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3000;
}
#history_page .history_era_name:empty {
  display: none;
}
#history_page .history_col {
  display: block;
  float: left;
  position: static;
  top: 0;
  width: 50%;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
#history_page .history_company {
  text-align: right;
}
#history_page .history_logo img {
  display: inline-block;
}
#history_page .history_point .history_era_name,
#history_page .history_turning_point.history_month .history_era_name {
  width: 46px;
  height: 46px;
  font-size: 3.4rem;
  line-height: 46px;
}
#history_page .history_turning_point.history_month .history_era_name {
  background: #cf1818;
  color: #fff;
}
#history_page .history_founded .history_era_name {
  top: 60px;
}
#history_page .history_founded .history_col {
  padding-top: 65px;
}
#history_page .history_founded_icon {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 218px;
  margin-left: -109px;
}
#history_page [data-sr] {
  visibility: hidden;
}
@media screen and (min-width: 741px) {
  #history_page td,
  #history_page th {
    padding: 0;
  }
  #history_page .history_logo img + img {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #history_page .fz_l {
    font-size: 2.2rem;
    color: #cf1818;
    font-weight: 700;
  }
  #history_page .page_nav_list:after {
    content: "";
    clear: both;
    display: block !important;
  }
  #history_page .page_nav_list li {
    display: block;
    float: left;
    width: 33%;
  }
  #history_page .page_nav_list li + li {
    margin-left: 0;
  }
  #history_page .page_body_nav a {
    font-size: 1.1rem;
  }
  #history_page .history_table {
    width: 750px;
  }
  #history_page .history_table__thead tr {
    width: 750px;
  }
  #history_page .history_year:after,
  #history_page .history_year:before {
    width: 750px;
  }
}
@media screen and (max-width: 740px) {
  #history_page td,
  #history_page th {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  #history_page picture + picture {
    margin-top: 10px;
  }
  #history_page .fz_l {
    font-size: 1.4rem;
    color: #cf1818;
    font-weight: 700;
  }
  #history_page .fz_m {
    font-size: 1.3rem;
    color: #333;
    font-weight: 700;
  }
  #history_page .fz_s {
    font-size: 1rem;
    color: #333;
    font-weight: 400;
  }
  #history_page .page_nav_list li {
    width: 50%;
  }
  #history_page .page_body:before {
    display: none;
  }
  #history_page .history_table {
    width: 100%;
  }
  #history_page .history_table .history_month {
    display: table;
    width: 100%;
  }
  #history_page .history_table__thead {
    position: static;
  }
  #history_page .history_table__thead tr {
    width: 100%;
    display: table;
  }
  #history_page .history_table__thead .history_col {
    font-size: 2.5rem;
  }
  #history_page .history_table__body .history_year {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #history_page .history_table__body .history_company {
    padding-right: 30px;
  }
  #history_page .history_table__body .history_service {
    padding-left: 30px;
  }
  #history_page .history_col {
    width: 50%;
    font-size: 1rem;
    line-height: 1.2;
  }
  #history_page .history_era_name {
    font-size: 2.5rem;
  }
  #history_page .history_year:before {
    width: 100%;
  }
  #history_page .history_year:after {
    height: 22px;
  }
  #history_page .history_year .history_era_name {
    width: 83px;
    line-height: 30px;
  }
  #history_page .history_point .history_era_name,
  #history_page .history_turning_point.history_month .history_era_name {
    width: 50px;
    height: 50px;
    font-size: 3.5rem;
    line-height: 50px;
  }
  #history_page .history_point .history_col,
  #history_page .history_turning_point.history_month .history_col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #history_page .history_founded .history_era_name {
    width: 50px;
    height: 50px;
    font-size: 3.5rem;
    line-height: 50px;
  }
  #history_page .history_founded.history_month .history_col {
    padding-top: 70px;
  }
  #history_page .history_founded_icon {
    width: 140px;
    margin-left: -70px;
  }
  #history_page [data-sr] {
    visibility: visible;
  }
  #history_page .history_logo img + img {
    margin-top: 20px;
  }
}
#directors_page .box_b {
  position: relative;
}
#directors_page .person_box {
  position: relative;
  min-height: 250px;
  padding: 32px 40px;
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
#directors_page .person_box + .person_box {
  margin-top: 16px;
}
#directors_page .ttl_c {
  font-size: 1.8rem;
}
#directors_page .person_title {
  display: block;
  font-weight: 400;
}
#directors_page .person_name {
  font-size: 2.4rem;
  font-weight: 700;
}
#directors_page .person_name_english {
  margin-left: 4px;
  font-size: 1.4rem;
  font-weight: 400;
}
#directors_page .person_photo {
  position: absolute;
  right: 20px;
}
#directors_page .person_photo img {
  width: 100%;
  height: auto;
}
#directors_page .director .person_box {
  overflow: hidden;
}
#directors_page .director .person_photo {
  top: 50%;
  right: 0;
  width: 380px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#directors_page .person_heading {
  position: relative;
  z-index: 1000;
}
#directors_page .officer .person_heading {
  display: table;
  table-layout: fixed;
  height: 150px;
}
#directors_page .officer .person_heading .ttl_c {
  display: table-cell;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
}
@media screen and (min-width: 741px) {
  #directors_page .person_body {
    padding-right: 360px;
  }
  #directors_page .officer {
    margin-left: -2%;
  }
  #directors_page .officer .ttl_b {
    margin-left: 2%;
  }
  #directors_page .officer .person_box {
    float: left;
    width: 48%;
    margin-top: 16px;
    margin-left: 2%;
  }
  #directors_page .officer .person_box:nth-child(0),
  #directors_page .officer .person_box:nth-child(1) {
    margin-top: 0;
  }
  #directors_page .officer .person_photo {
    top: 0;
    width: 180px;
  }
  #directors_page .officer .person_body {
    padding-top: 8px;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #directors_page .person_box {
    padding: 16px;
  }
  #directors_page .director .person_body {
    padding-right: 380px;
  }
  #directors_page .officer .person_heading {
    height: 140px;
  }
  #directors_page .officer .person_title {
    font-size: 1.4rem;
  }
  #directors_page .officer .person_name {
    font-size: 1.6rem;
  }
  #directors_page .officer .person_name_english {
    font-size: 1rem;
  }
  #directors_page .officer .person_photo {
    width: 150px;
  }
}
@media screen and (max-width: 740px) {
  #directors_page .page_nav_list li {
    width: auto;
  }
  #directors_page .person_box {
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #directors_page .person_photo {
    top: 8px;
    right: 16px;
  }
  #directors_page .person_body {
    font-size: 1.2rem;
  }
  #directors_page .director .person_box {
    padding-left: 0;
    padding-right: 0;
  }
  #directors_page .director .person_heading {
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 8px;
  }
  #directors_page .director .person_heading .ttl_c {
    display: table-cell;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: middle;
  }
  #directors_page .director .person_title {
    font-size: 1.4rem;
  }
  #directors_page .director .person_name {
    font-size: 1.6rem;
  }
  #directors_page .director .person_name_english {
    font-size: 1rem;
  }
  #directors_page .director .person_photo {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
  #directors_page .director .person_body {
    padding-top: 8px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  #directors_page .officer .ttl_b {
    margin-left: 0;
  }
  #directors_page .officer .person_title {
    font-size: 1.1rem;
  }
  #directors_page .officer .person_name {
    font-size: 1.5rem;
  }
  #directors_page .officer .person_name_english {
    font-size: 0.9rem;
  }
  #directors_page .officer .person_photo {
    top: 8px;
    width: 30%;
  }
  #directors_page main .pagetop {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
@media screen and (min-width: 741px) {
  #philosophy_page .pagetop,
  #philosophy_page .topic_path {
    display: none;
  }
  #philosophy_page .philosophy_content {
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
  }
  #philosophy_page .catch_img {
    position: absolute;
    opacity: 0;
  }
  #philosophy_page .catch_img img {
    width: 100%;
    height: auto;
  }
  #philosophy_page .philosophy_section {
    position: absolute;
    opacity: 0;
  }
  #philosophy_page .philosophy_title {
    display: inline-block;
    position: relative;
    margin: 0 0 16px;
    line-height: 1;
    font-size: 3.8rem;
    font-weight: 400;
  }
  #philosophy_page .philosophy_body {
    font-size: 1.4rem;
  }
  #philosophy_page .is_active {
    display: block;
  }
  #philosophy_page .is_active.philosophy_content {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -ms-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
  }
  #philosophy_page .is_active.philosophy_content .catch_img {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -ms-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
  }
  #philosophy_page .is_active.philosophy_content .philosophy_section {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 1s;
    -moz-transition: all 0.5s ease-in-out 1s;
    -ms-transition: all 0.5s ease-in-out 1s;
    transition: all 0.5s ease-in-out 1s;
  }
  #philosophy_page .philosophy_nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    height: 34px;
    margin: auto;
  }
  #philosophy_page .philosophy_list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    letter-spacing: -0.4em;
  }
  #philosophy_page .philosophy_list li {
    display: inline-block;
    margin-left: 30px;
    text-align: center;
    letter-spacing: normal;
  }
  #philosophy_page .philosophy_list li:first-child {
    margin-left: 0;
  }
  #philosophy_page .philosophy_list li a {
    display: inline-block;
    min-width: 140px;
    padding: 5px;
    background: #cf1818;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
  }
  #philosophy_page .philosophy_list li.is_active a {
    border: 1px solid #cf1818;
    background: #fff;
    color: #cf1818;
  }
  #philosophy_page .philosophy_list a {
    color: #333;
  }
  #philosophy_page .shapes {
    overflow: hidden;
    width: 800px;
  }
  #philosophy_page .shape {
    position: absolute;
  }
  #philosophy_page .bar01_out,
  #philosophy_page .bar02_out {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  #philosophy_page .bar01_out {
    z-index: -80;
  }
  #philosophy_page .bar02_out {
    z-index: -70;
  }
  #philosophy_page .bar01,
  #philosophy_page .bar02 {
    width: 8000px;
  }
  #philosophy_page .bar01 {
    top: 80%;
    left: 50%;
    height: 280px;
    margin-left: -4000px;
    background: #f0f0f0 none repeat scroll 0 0;
    transform: rotate(-202deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #philosophy_page .bar02 {
    top: 100%;
    left: 50%;
    height: 1000px;
    margin-top: -500px;
    margin-left: -4000px;
    background: #cf1818 none repeat scroll 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #philosophy_page .is_philosophy .bar01 {
    top: 50%;
    left: 6%;
    -webkit-transform: rotate(-134deg);
    -moz-transform: rotate(-134deg);
    -ms-transform: rotate(-134deg);
    transform: rotate(-134deg);
  }
  #philosophy_page .is_philosophy .bar02 {
    top: 110%;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
  }
  #philosophy_page .is_vision .bar01 {
    top: 120%;
    left: 40%;
    -webkit-transform: rotate(137deg);
    -moz-transform: rotate(137deg);
    -ms-transform: rotate(137deg);
    transform: rotate(137deg);
  }
  #philosophy_page .is_vision .bar02 {
    top: 120%;
    left: 50%;
    right: auto;
    margin-left: -4000px;
    margin-right: 0;
    -webkit-transform: rotate(224deg);
    -moz-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    transform: rotate(224deg);
  }
  #philosophy_page .is_slogan .bar01 {
    -webkit-transform: rotate(321deg);
    -moz-transform: rotate(321deg);
    -ms-transform: rotate(321deg);
    transform: rotate(321deg);
  }
  #philosophy_page .is_slogan .bar02 {
    top: -10%;
    -webkit-transform: rotate(402deg);
    -moz-transform: rotate(402deg);
    -ms-transform: rotate(402deg);
    transform: rotate(402deg);
  }
  #philosophy_page .bar01_out,
  #philosophy_page .bar02_out,
  #philosophy_page .catch_img,
  #philosophy_page .global_footer,
  #philosophy_page .global_header,
  #philosophy_page .philosophy_nav,
  #philosophy_page .philosophy_section {
    position: fixed;
  }
  #philosophy_page .global_header {
    top: 0;
    left: 0;
    width: 100%;
  }
  #philosophy_page .global_footer {
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
  }
  #philosophy_page .philosophy_section {
    color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  #philosophy_page .catch_img {
    top: 10%;
    max-width: 500px;
  }
  #philosophy_page .philosophy_section {
    max-width: 520px;
  }
  #philosophy_page .philosophy .philosophy_section {
    left: 50%;
    bottom: 17%;
  }
  #philosophy_page .philosophy .catch_img {
    right: 52%;
    top: 15%;
  }
  #philosophy_page .vision .catch_img {
    top: 20%;
    left: 50%;
  }
  #philosophy_page .vision .philosophy_section {
    right: 50%;
    bottom: 20%;
  }
  #philosophy_page .slogan .philosophy_section {
    left: 50%;
    top: 18%;
    bottom: auto;
  }
  #philosophy_page .slogan .catch_img {
    top: auto;
    right: 50%;
    bottom: 20%;
    max-width: 470px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #philosophy_page .catch_img {
    top: 10%;
    max-width: 400px;
  }
  #philosophy_page .philosophy_title {
    font-size: 4rem;
  }
  #philosophy_page .philosophy_body {
    font-size: 1.4rem;
  }
  #philosophy_page .philosophy .catch_img {
    top: 140px;
    left: 40px;
  }
  #philosophy_page .philosophy .philosophy_section {
    right: 20px;
    bottom: 160px;
    width: 50%;
  }
  #philosophy_page .vision .catch_img {
    top: 140px;
    right: 50px;
  }
  #philosophy_page .vision .philosophy_section {
    left: 40px;
    bottom: 160px;
  }
  #philosophy_page .slogan .catch_img {
    top: initial;
    top: auto;
    left: 40px;
    bottom: 160px;
  }
  #philosophy_page .slogan .philosophy_section {
    top: 140px;
    right: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #philosophy_page .topic_path {
    padding-bottom: 16px;
  }
  #philosophy_page .catch_img {
    max-width: 500px;
  }
  #philosophy_page .philosophy .philosophy_section {
    width: 56%;
  }
  #philosophy_page .vision .catch_img {
    top: 170px;
  }
  #philosophy_page .slogan .catch_img {
    bottom: 220px;
  }
}
@media screen and (max-width: 740px) {
  #philosophy_page .pagetop,
  #philosophy_page .topic_path {
    display: block;
  }
  #philosophy_page .topic_path {
    padding-bottom: 16px;
  }
  #philosophy_page .philosophy_nav,
  #philosophy_page .shapes {
    display: none;
  }
  #philosophy_page .content {
    margin: 20px 0 0;
  }
  #philosophy_page .catch_img,
  #philosophy_page .philosophy .catch_img {
    position: static;
    margin: 0;
  }
  #philosophy_page .philosophy_content {
    position: relative;
    opacity: 1;
  }
  #philosophy_page .philosophy_content:last-child .philosophy_section {
    padding-bottom: 0;
  }
  #philosophy_page .catch_img {
    display: block;
    padding: 96px 0 60px;
  }
  #philosophy_page .philosophy .catch_img,
  #philosophy_page .slogan .catch_img,
  #philosophy_page .vision .catch_img {
    width: 95%;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    margin: 0 2.5%;
  }
  #philosophy_page .philosophy_section {
    position: static;
    width: 100%;
    margin: 0;
    padding-bottom: 60px;
  }
  #philosophy_page .philosophy .philosophy_section {
    width: 100%;
    color: #333;
    text-shadow: none;
  }
  #philosophy_page .philosophy_title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 8px 2.5%;
    background: #cf1818;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 2rem;
    font-size: 2rem;
    text-align: center;
  }
  #philosophy_page .philosophy_title:after,
  #philosophy_page .philosophy_title:before {
    content: none;
  }
  #philosophy_page .philosophy_body {
    width: 95%;
    margin: 0 2.5% 0;
    font-size: 1.4rem;
  }
}
#purpose_page {
  background-color: #fafafa;
  background-image: url(/company/purpose/img/kv@2x.png);
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: center 58px;
  font-feature-settings: "palt";
}
#purpose_page .container {
  width: 100%;
  max-width: 1488px;
  padding: 0 24px;
  box-sizing: border-box;
  font-family: Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
#purpose_page .global_footer {
  margin-top: 160px;
}
#purpose_page .purpose_intro {
  margin-top: 360px;
}
#purpose_page .purpose_intro .purpose_intro_title {
  font-family: wf_bebas;
  font-size: 8rem;
  line-height: 1;
  margin: 0;
  font-weight: 700;
}
#purpose_page .purpose_intro .purpose_intro_text {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: medium;
}
#purpose_page .purpose_video {
  margin: 308px 0 0;
}
#purpose_page .purpose_box {
  background-color: #fff;
  padding: 120px 120px 136px;
  margin: 160px 0 0;
}
#purpose_page .purpose_box .purpose_box_title {
  font-size: 4rem;
  line-height: 1;
  font-family: wf_bebas;
  font-weight: 700;
  margin: 0;
}
#purpose_page .purpose_box .purpose_box_sub {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 12px 0 0;
  font-weight: medium;
}
#purpose_page .purpose_box .purpose_box_purpose {
  margin: 120px 0 0;
}
#purpose_page .purpose_box .purpose_box_about {
  font-family: wf_bebas;
  line-height: 1;
  font-weight: 700;
  margin: 96px 0 0;
  font-size: 2.4rem;
}
#purpose_page .purpose_box .purpose_box_feature {
  display: flex;
  gap: 81px;
  margin: 40px 0 0;
}
#purpose_page .purpose_box .purpose_box_feature_item {
  width: 100%;
  position: relative;
}
#purpose_page .purpose_box .purpose_box_feature_item:nth-of-type(n + 2)::before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -41px;
  top: 0;
  background-color: #ddd;
}
#purpose_page .purpose_box .purpose_box_feature_title {
  margin: 0;
}
#purpose_page .purpose_box .purpose_box_feature_title + .purpose_box_feature_text {
  margin: 32px 0 0;
}
#purpose_page .purpose_box .purpose_box_feature_text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  margin: 16px 0 0;
}
#purpose_page .purpose_box .purpose_box_value {
  margin: 120px 0 0;
}
#purpose_page .purpose_box .purpose_box_value + .purpose_box_value_text {
  margin: 80px 0 0;
}
#purpose_page .purpose_box .purpose_box_value_text {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 700;
  margin: 24px 0 0;
}
@media screen and (min-width: 1920px) {
  #purpose_page {
    background-size: contain;
  }
}
@media screen and (max-width: 740px) {
  #purpose_page {
    background-image: url(/company/purpose/img/kv_sp@3x.png);
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: center 100px;
  }
  #purpose_page .container {
    padding: 0 24px;
  }
  #purpose_page .global_footer {
    margin-top: 130px;
  }
  #purpose_page .purpose_intro {
    margin-top: 51.73vw;
  }
  #purpose_page .purpose_intro .purpose_intro_title {
    font-size: 4.8rem;
  }
  #purpose_page .purpose_intro .purpose_intro_text {
    font-size: 1.6rem;
  }
  #purpose_page .purpose_video {
    width: calc(100% + 48px);
    margin: 80px 0 0 -24px;
  }
  #purpose_page .purpose_box {
    width: 100%;
    background-color: #fff;
    padding: 56px 24px 64px;
    margin: 80px 0 0 -24px;
  }
  #purpose_page .purpose_box .purpose_box_title {
    font-size: 3.2rem;
  }
  #purpose_page .purpose_box .purpose_box_sub {
    font-size: 1.4rem;
    margin: 6px 0 0;
  }
  #purpose_page .purpose_box .purpose_box_purpose {
    margin: 56px 0 0;
  }
  #purpose_page .purpose_box .purpose_box_about {
    margin: 48px 0 0;
    font-size: 1.8rem;
  }
  #purpose_page .purpose_box .purpose_box_feature {
    display: block;
    margin: 32px 0 0;
  }
  #purpose_page .purpose_box .purpose_box_feature_item:nth-of-type(n + 2) {
    margin: 65px 0 0;
  }
  #purpose_page .purpose_box .purpose_box_feature_item:nth-of-type(n + 2)::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: -33px;
    background-color: #ddd;
  }
  #purpose_page .purpose_box .purpose_box_feature_title {
    margin: 0;
  }
  #purpose_page .purpose_box .purpose_box_feature_title + .purpose_box_feature_text {
    margin: 24px 0 0;
  }
  #purpose_page .purpose_box .purpose_box_feature_text {
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
  #purpose_page .purpose_box .purpose_box_value {
    margin: 56px 0 0;
  }
  #purpose_page .purpose_box .purpose_box_value + .purpose_box_value_text {
    margin: 40px 0 0;
  }
  #purpose_page .purpose_box .purpose_box_value_text {
    font-size: 1.8rem;
    margin: 14px 0 0;
  }
}
.service .page_header {
  margin-bottom: 0;
}
.service .global_footer {
  margin-top: 0;
}
.service .service_top {
  background: #f6f6f6;
  background-image: url(../service/img/top-background@2x.png);
  background-position: top 0 center;
  background-size: 1908px;
  background-repeat: no-repeat;
  min-height: calc(100vh - 196px);
  padding-bottom: 0;
}
.service .service_headline {
  color: #111;
  font-weight: 700;
  margin: 0;
  padding: 80px 0 140px;
  font-size: 4.6rem;
  line-height: 1.39;
}
.service .service_headline .service_headline_red {
  color: #cf1818;
}
.service .service_business_box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 120px;
}
.service .service_article .service_business_box {
  padding-bottom: 0;
}
.service .service_business {
  position: relative;
  background: #fff;
  width: calc((100% - 16px) / 2);
  height: 194px;
  overflow: hidden;
}
.service .service_business a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .service_business a:hover {
  text-decoration: none;
  opacity: 1;
}
.service .service_business:hover .service_business_overview {
  top: 0;
}
.service .service_article .service_business {
  width: calc((100% - 32px) / 3);
  height: 242px;
}
.service .service_business_title {
  margin: 0;
  text-align: center;
  color: #111;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.2rem;
}
.service .service_business_subtitle {
  font-family: wf_bebas;
  font-size: 3.6rem;
  font-weight: 700;
}
.service .service_business_overview {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 100%;
  background: rgba(17, 17, 17, 0.9);
  width: 100%;
  height: 100%;
  transition: 0.3s;
  color: #fff;
  padding: 40px 32px 32px;
  box-sizing: border-box;
}
.service .service_business_overview_title {
  font-family: wf_bebas;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0;
  font-weight: 700;
}
.service .service_business_overview_text {
  font-weight: 400;
  margin: 4px 0 0;
  line-height: 1.42;
}
.service .service_article {
  padding: 0;
  background: #fff;
}
.service .service_article .container {
  padding: 120px 0;
}
.service .service_article .container.first {
  padding: 64px 0 120px;
}
.service .service_article .container.bg_gray {
  width: 100%;
  background: #f6f6f6;
}
.service .service_article .container .container_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.service .service_article .container:not(.bg_gray) + .container:not(.bg_gray) {
  padding: 0 0 120px;
}
.service .service_kv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 252px;
}
.service .service_kv.agency_business {
  background: url(../service/agency_business/img/kv@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service .service_kv.ad_platform_business {
  background: url(../service/ad_platform_business/img/kv@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service .service_kv.overseas_business {
  background: url(../service/overseas_business/img/kv@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service .service_kv.lifestyle_business {
  background: url(../service/lifestyle_business/img/kv@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service .service_kv.dx_business {
  background: url(../service/dx_business/img/kv@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service .service_kv.startup_investment {
  background: url(../service/startup_investment/img/kv@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service .service_kv_title {
  color: #fff;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.service .service_kv_subtitle {
  font-family: wf_bebas;
  font-size: 8rem;
  line-height: 0.93;
}
.service .service_lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
  margin: 0 0 64px;
}
.service .service_article_title {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #666;
  margin: 0 0 40px;
}
.service .service_article_title_lv2 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  margin: 0 0 32px;
}
.service .service_article_text {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 40px;
  line-height: 1.5;
  font-weight: 400;
}
.service .service_article_text + .service_article_textLink {
  margin-top: -24px;
}
.service .service_article_textLink {
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.5;
  font-weight: 400;
}
.service .service_article_textLink a {
  color: #111;
  transition: all 0.25s ease-in-out;
}
.service .service_article_textLink a::after {
  display: none !important;
}
.service .service_article_textLink a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.service .white_box {
  background: #fff;
  padding: 32px 32px 40px 32px;
  margin: 0 0 40px;
}
.service .white_box:last-of-type {
  margin-bottom: 0;
}
.service .white_box .service_article_title_lv2 + .white_box_text {
  margin-top: -16px;
}
.service .white_box_text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  margin: 0 0 32px;
}
.service .service_card_box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.service .service_card {
  border: 1px solid #dedede;
  background: #fff;
  padding: 32px;
  text-align: center;
  width: calc((100% - 32px) / 3);
  box-sizing: border-box;
  transition: all 0.25s ease-in-out;
}
.service .service_card.link_inner {
  padding: 0;
}
.service .service_card.link_inner:hover {
  opacity: 0.8;
}
.service .service_card.noBorder {
  border: none;
}
.service .service_card > a {
  display: block;
  text-decoration: none;
  color: #111;
  padding: 32px;
}
.service .service_card > a::after {
  display: none !important;
}
.service .service_card.col_1 {
  width: 100%;
}
.service .service_card.col_1 .service_card_img {
  margin-bottom: 32px;
}
.service .service_card.col_2 {
  width: calc((100% - 16px) / 2);
}
.service .service_card.col_2 .service_card_img {
  margin-bottom: 32px;
}
.service .service_card .service_card_flex {
  display: flex;
  gap: 80px;
}
.service .service_card .service_card_flex > div {
  position: relative;
  width: 100%;
}
.service .service_card .service_card_flex > div:nth-of-type(n + 2)::before {
  top: 0;
  left: -40px;
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 22px);
  background: #dedede;
}
.service .service_card .service_card_flex > div .service_card_img {
  margin-bottom: 24px;
}
.service .service_card_img {
  margin: 0 0 8px;
}
.service .service_card_img img {
  max-width: none;
}
.service .service_card_caption {
  margin: 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}
.service .service_card_title {
  margin: 0 0 8px;
  color: #cf1818;
  font-size: 1.8rem;
}
.service .service_card_text {
  text-align: left;
  font-weight: 400;
  margin: 0;
  line-height: 1.42;
}
.service .service_card_en {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: wf_bebas;
  line-height: 1;
  margin-bottom: 24px;
}
.service .service_list_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service .service_list_box.news .service_list_img {
  max-height: 147px;
  height: 147px;
}
.service .service_list {
  transition: all 0.25s ease-in-out;
}
.service .service_list:hover {
  opacity: 0.8;
  text-decoration: none;
}
.service .service_list > a {
  border: 1px solid #dedede;
  display: flex;
  gap: 24px;
  padding: 32px;
  color: #111;
  text-decoration: none;
}
.service .service_list > a::after {
  display: none !important;
}
.service .service_list_img {
  min-width: 280px;
  max-width: 280px;
  text-align: center;
}
.service .service_list_img > img {
  object-fit: contain;
  height: 100%;
  width: auto;
}
.service .service_list_content {
  width: 100%;
}
.service .service_list_date {
  color: #cf1818;
  line-height: 1;
  margin: 0 0 8px;
  font-weight: 500;
}
.service .service_list_title {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 8px;
}
.service .service_list_text {
  line-height: 1.42;
  font-weight: 400;
  margin: 0;
}
.service .service_red {
  color: #cf1818;
  text-align: right;
  font-weight: 700;
  line-height: 1;
  margin-top: 24px;
}
@media screen and (min-width: 741px) and (max-width: 1024px) {
  .service .service_article .container .container_inner {
    max-width: 740px;
  }
  .service .service_card {
    width: calc((100% - 16px) / 2);
  }
  .service .service_card_img img {
    max-width: 100%;
  }
  .service .service_article .service_business {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 740px) {
  .service .container {
    padding: 0 10px;
  }
  .service .service_headline {
    padding: 13.3vw 0 74.6vw;
    font-size: 6.6vw;
    line-height: 1.4;
  }
  .service .service_top {
    background-position: top 39vw left 50%;
    background-size: 100%;
    background-image: url(../service/img/top-background_sp@2x.png);
    background-repeat: no-repeat;
  }
  .service .service_business_box {
    padding-bottom: 100px;
  }
  .service .service_business {
    width: 100%;
    height: auto;
    padding: 24px;
  }
  .service .service_business a {
    display: block;
  }
  .service .service_article .service_business {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .service .service_business_subtitle {
    font-size: 3.2rem;
    line-height: 1.18;
  }
  .service .service_business_overview {
    margin-top: 16px;
    position: static;
    display: block;
    height: auto;
    color: #111;
    background: 0 0;
    padding: 0;
  }
  .service .service_article .service_business_overview {
    display: none;
  }
  .service .service_business_overview_title {
    font-size: 2rem;
    line-height: 1.25;
  }
  .service .service_business_overview_text {
    line-height: 1.42;
  }
  .service .service_kv {
    height: 147px;
  }
  .service .service_kv.agency_business {
    background: url(../service/agency_business/img/kv_sp@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .service .service_kv.ad_platform_business {
    background: url(../service/ad_platform_business/img/kv_sp@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .service .service_kv.overseas_business {
    background: url(../service/overseas_business/img/kv_sp@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .service .service_kv.lifestyle_business {
    background: url(../service/lifestyle_business/img/kv_sp@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .service .service_kv.dx_business {
    background: url(../service/dx_business/img/kv_sp@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .service .service_kv.startup_investment {
    background: url(../service/startup_investment/img/kv_sp@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .service .service_kv_title {
    font-size: 2rem;
    padding-top: 16px;
  }
  .service .service_kv_subtitle {
    font-size: 4.8rem;
    line-height: 0.89;
  }
  .service .service_article .container {
    padding: 60px 10px;
  }
  .service .service_article .container.first {
    padding: 40px 10px 60px;
  }
  .service .service_article .container:not(.bg_gray) + .container:not(.bg_gray) {
    padding: 0 10px 60px;
  }
  .service .service_article .container:last-of-type {
    padding-bottom: 100px;
  }
  .service .service_lead {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 40px;
  }
  .service .service_article_title {
    font-size: 1.8rem;
    margin: 0 0 32px;
  }
  .service .service_article_text {
    margin: 0 0 32px;
    text-align: left;
  }
  .service .service_article_text + .service_article_textLink {
    margin-top: -16px;
  }
  .service .service_article_textLink {
    margin: 0 0 32px;
  }
  .service .white_box {
    padding: 24px 24px 32px 24px;
  }
  .service .white_box .service_article_title_lv2 + .white_box_text {
    margin-top: -8px;
  }
  .service .white_box_text {
    text-align: left;
  }
  .service .service_article_title_lv2 {
    font-size: 1.6rem;
    margin: 0 0 24px;
  }
  .service .service_card {
    padding: 24px;
    width: 100%;
  }
  .service .service_card > a {
    padding: 24px;
  }
  .service .service_card.col_1 {
    width: 100%;
  }
  .service .service_card.col_1 .service_card_img {
    margin-bottom: 24px;
  }
  .service .service_card.col_2 {
    width: 100%;
  }
  .service .service_card.col_2 .service_card_img {
    margin-bottom: 20px;
  }
  .service .service_card .service_card_flex {
    flex-direction: column;
    gap: 65px;
  }
  .service .service_card .service_card_flex > div:nth-of-type(n + 2)::before {
    top: -33px;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .service .service_card .service_card_flex > div .service_card_img {
    margin-bottom: 20px;
  }
  .service .service_card_img img {
    max-width: 100%;
  }
  .service .service_card_title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .service .service_card_text {
    line-height: 1.42;
  }
  .service .service_card_en {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .service .service_list > a {
    gap: 16px;
    flex-direction: column;
    padding: 24px;
  }
  .service .service_list_img {
    width: 100%;
    min-width: none;
    max-width: none;
    height: 160px;
  }
  .service .service_list_img > img {
    object-fit: contain;
    max-height: 100%;
    width: auto;
  }
  .service .service_list_title {
    text-align: center;
  }
  .service .service_list_text {
    line-height: 1.42;
  }
  .service .service_red {
    margin-top: 20px;
  }
}
.en.service .service_business {
  height: 220px;
}
.en.service .service_article .service_business {
  height: 255px;
}
.en.service .border_box {
  margin: 0 0 40px;
}
.en.service .border_box:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 740px) {
  .en.service .service_headline {
    font-size: 6.5vw;
  }
  .en.service .service_business {
    height: auto;
  }
  .en.service .service_article .service_business {
    height: auto;
  }
  .en.service .border_box {
    margin: 0 0 32px;
  }
}
.news .main:after {
  content: "";
  clear: both;
  display: block !important;
}
.news .main_column {
  float: left;
  width: 720px;
}
.news .sub_column {
  float: right;
  margin-left: 40px;
  width: 240px;
}
.news .news_item {
  margin: 0;
  line-height: 1.6;
}
.news .news_item:after {
  content: "";
  clear: both;
  display: block !important;
}
.news .news_item dt {
  float: left;
  margin-right: 8px;
  padding: 16px 0;
  width: 72px;
  color: #cf1818;
}
.news .news_item dd {
  margin: 0;
  padding: 16px 0 16px 80px;
  border-bottom: 1px solid #e6e6e6;
}
.news .news_item dd:last-of-type {
  border-bottom: none;
}
.news .news_item dd:first-of-type,
.news .news_item dt:first-of-type {
  padding-top: 8px;
}
.news .news_item a {
  color: #333;
}
.news .news_item a:after {
  color: #cf1818;
}
.news .news_list_link {
  text-align: right;
  font-size: 1.6rem;
}
.news .news_list_link a {
  color: #cf1818;
}
.news .news_nav dl {
  margin: 0;
}
.news .news_nav dt {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 1px 0 0;
  padding: 1.2em 2em 1.1em 16px;
  border: none;
  background: #e6e6e6;
  color: #333;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.news .news_nav dd {
  margin: 0;
}
.news .news_nav dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news .news_nav dd li {
  border-top: 1px solid #e6e6e6;
}
.news .news_nav dd li:first-of-type {
  border-top: none;
}
.news .news_nav dd a {
  display: block;
  padding: 0.9em 16px 0.8em 16px;
  color: #333;
}
.news .news_nav dd a:hover,
.news .news_nav dd li.is_active a {
  color: #cf1818;
  font-weight: 700;
  opacity: 1;
}
.news .news_nav dd:last-child li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.news .news_nav select {
  display: none;
}
.news .tinynav {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news .main_column {
    width: 540px;
  }
  .news .sub_column {
    margin-left: 20px;
    width: 180px;
  }
}
@media screen and (max-width: 740px) {
  .news .main_column {
    float: none;
    width: auto;
  }
  .news .news_list_link {
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .news .sub_column {
    float: none;
    margin: 40px 0;
    width: auto;
  }
  .news .news_item dd,
  .news .news_item dt {
    float: none;
    margin: 0;
    padding: 8px 2.5%;
    width: auto;
  }
  .news .news_item dt {
    padding-bottom: 0;
  }
  .news .news_item dd,
  .news .news_item dd:first-of-type {
    padding-top: 0;
  }
  .news .news_list_link a {
    display: inline-block;
    position: relative;
    padding: 1.2em 2em 1.1em 2em;
    border: none;
    background: #cf1818;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.25s ease-in-out;
    position: relative;
  }
  .news .news_list_link a:hover {
    background: #e62a2a;
    text-decoration: none;
    opacity: 1;
  }
}
@media screen and (max-width: 740px) and (max-width: 420px) {
  .news .news_list_link a {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .news .news_list_link a:after {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
  }
}
@media screen and (max-width: 740px) {
  .news .news_list_link a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 740px) {
  .news .news_nav ul {
    display: none;
  }
  .news .news_nav select {
    display: block;
    margin: 16px 2.5%;
    width: 95%;
  }
}
@media screen and (max-width: 740px) {
  .news .tinynav {
    display: block;
    margin: 16px 2.5%;
    width: 95%;
  }
}
@media screen and (max-width: 740px) {
  .news.index .sub_column {
    display: none;
  }
}
.public_list .news_item dt {
  float: none;
  margin: 0;
  padding-bottom: 0;
  width: auto;
}
.public_list .news_item dd {
  padding: 0 0 16px;
}
.public_list .news_item dd:first-of-type {
  padding-top: 0;
}
.public_list .news_item a {
  font-weight: 700;
}
@media screen and (max-width: 740px) {
  .public_list main .news_item a[href^="http"] {
    font-weight: 700;
  }
  .public_list .news_item dd {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}
.news.detail {
  font-size: 1.5rem;
  line-height: 1.8;
}
.news.detail table {
  table-layout: fixed;
}
.news.detail h2 {
  margin: 32px 0 0;
  font-size: 1.8rem;
}
.news.detail h2 span {
  margin-right: 1em;
  margin-left: 1em;
  font-weight: 400;
  font-size: 1.5rem;
}
.news.detail h2 + p {
  margin-top: 0;
}
.news.detail a:not([class*="btn"]) {
  text-decoration: underline;
}
.news.detail a:not([class*="btn"]):hover {
  text-decoration: none;
}
.news.detail .container {
  width: 880px;
}
.news.detail .main {
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
.news.detail .article {
  margin-bottom: 60px;
}
.news.detail .news_header:after {
  content: "";
  clear: both;
  display: block !important;
}
.news.detail .header_contents:after {
  content: "";
  clear: both;
  display: block !important;
}
.news.detail .header_logo {
  float: left;
  margin: 12px 0 16px;
}
.news.detail .header_press {
  float: right;
  margin: 0;
  color: #ccc;
  font-size: 2.4rem;
  line-height: 2;
}
.news.detail .headline {
  display: table;
  padding: 30px;
  width: 100%;
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
.news.detail .headline_img {
  display: table-cell;
  width: 170px;
  vertical-align: middle;
}
.news.detail .headline_img img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.news.detail .headline_text {
  display: table-cell;
  padding-left: 24px;
  vertical-align: middle;
}
.news.detail .headline_date {
  margin: 0;
  color: #de3838;
  font-size: 1.8rem;
}
.news.detail .headline_title {
  margin: 0;
  color: #111;
  font-size: 1.8rem;
}
.news.detail .sns_area {
  display: flex;
  justify-content: flex-end;
  margin: 24px 0;
  min-height: 27px;
}
.news.detail .facebook,
.news.detail .twitter {
  display: inline-block;
  margin-left: 8px;
}
.news.detail .fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.news.detail .press_body table caption {
  text-align: left;
}
.news.detail .press_body table caption span {
  margin-right: 1em;
  margin-left: 1em;
  font-weight: 400;
}
.news.detail .press_body .h_box {
  display: table;
}
.news.detail .press_body .h_box .col {
  display: table-cell;
  vertical-align: middle;
}
.news.detail .press_body .h_box .col + .col {
  padding: 0;
}
.news.detail .press_body .table_service caption {
  font-weight: 700;
}
.news.detail .press_body .table_service caption span {
  margin-right: 1em;
  margin-left: 1em;
  font-weight: 400;
  font-size: 1.5rem;
}
.news.detail .press_body .table_service td,
.news.detail .press_body .table_service th {
  padding: 0;
  border: none;
  background: 0 0;
  vertical-align: middle;
}
.news.detail .press_body figure,
.news.detail .press_body table {
  margin: 20px 0;
}
.news.detail .press_body figure table,
.news.detail .press_body table table {
  margin: 0;
}
.news.detail .press_body figure caption,
.news.detail .press_body table caption {
  font-size: 1.8rem;
}
.news.detail .press_body .table_app td,
.news.detail .press_body .table_app th,
.news.detail .press_body .table_data td,
.news.detail .press_body .table_data th {
  padding: 0;
  border: none;
  background: 0 0;
}
.news.detail .press_body .table_app th + td,
.news.detail .press_body .table_data th + td {
  padding-left: 10px;
}
.news.detail .press_body .table_app {
  margin-bottom: 10px;
}
.news.detail .press_body .table_app caption {
  font-weight: 700;
}
.news.detail .press_body .table_app td,
.news.detail .press_body .table_app th {
  vertical-align: middle;
}
.news.detail .press_body .table_data {
  margin-top: 10px;
  margin-bottom: 10px;
}
.news.detail .press_body .table_data td,
.news.detail .press_body .table_data th {
  vertical-align: top;
  display: table-cell;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.news.detail .press_body .table_data th:before {
  float: right;
  margin-left: 10px;
  content: ":";
}
.news.detail .press_body .table_canpany,
.news.detail .press_body .table_contact,
.news.detail .press_body .table_service_features {
  width: 100%;
  border: 1px solid #e0e0e0;
}
.news.detail .press_body .table_canpany caption {
  font-weight: 700;
}
.news.detail .press_body .table_canpany caption span {
  font-size: 1.5rem;
}
.news.detail .press_body .table_canpany th {
  width: 100px;
}
.news.detail .press_body .table_service_features caption {
  font-weight: 700;
}
.news.detail .press_body .table_service_features td,
.news.detail .press_body .table_service_features th {
  border-top: 1px dotted #e0e0e0;
  border-bottom: 1px dotted #e0e0e0;
}
.news.detail .press_body .table_service_features th {
  background: 0 0;
  color: #ef7a06;
  font-weight: 700;
}
.news.detail .foot_box h2 {
  margin-top: 0;
}
.news.detail .foot_box {
  margin-bottom: 32px;
}
.news.detail .company_data {
  float: left;
  margin-bottom: 32px;
  width: 300px;
}
.news.detail .company_data_table tr:first-child th {
  padding-top: 0;
}
.news.detail .company_data_table td,
.news.detail .company_data_table th {
  padding: 5px 0;
  border-top: none;
  border-right: none;
  border-left: none;
}
.news.detail .company_data_table th {
  background: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
.news.detail .company_data_table td {
  font-size: 1.5rem;
}
.news.detail .company_data_table td + td {
  padding-left: 1em;
}
.news.detail .facebook_like_box {
  float: right;
  width: 500px;
}
.news.detail .pagetop {
  margin: 0;
  padding: 32px 0 16px;
}
.news.detail .pagetop a {
  text-decoration: none;
}
.news.detail .press_footer {
  padding: 8px 0;
  background: #101010;
  color: #888;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
.news.detail .copyright {
  float: none;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news.detail .container {
    width: 740px;
  }
  .news.detail .headline {
    padding: 20px;
  }
  .news.detail .headline_text {
    padding-left: 18px;
  }
  .news.detail .headline_title {
    font-size: 1.6rem;
  }
  .news.detail .facebook_like_box {
    width: 440px;
  }
  .news.detail .press_body .table_service th {
    width: 200px;
  }
}
@media screen and (max-width: 740px) {
  .news.detail {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .news.detail h2 {
    font-size: 1.4rem;
  }
  .news.detail h2 span {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .news.detail .container {
    width: 100%;
  }
  .news.detail .news_header {
    padding-right: 2.5%;
    padding-left: 2.5%;
    border-bottom-color: #eceae5;
  }
  .news.detail .header_press {
    display: none;
  }
  .news.detail .main {
    padding: 0;
  }
  .news.detail .headline {
    padding: 24px 0;
  }
  .news.detail .headline_img {
    display: none;
  }
  .news.detail .headline_title {
    font-size: 1.8rem;
  }
  .news.detail .foot_box,
  .news.detail .headline_text,
  .news.detail .press_body,
  .news.detail .sns_area {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .news.detail .press_body table {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .news.detail .press_body table caption {
    font-size: 1.4rem;
  }
  .news.detail .press_body table caption span {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .news.detail .press_body .table_service td,
  .news.detail .press_body .table_service th {
    display: block;
  }
  .news.detail .press_body .table_data th {
    width: 30%;
  }
  .news.detail .press_body .table_data td {
    width: 65%;
  }
  .news.detail .company_data,
  .news.detail .facebook_like_box {
    width: 100%;
  }
  .news.detail .facebook_like_box {
    text-align: center;
  }
  .news.detail .company_data_table {
    width: 100%;
  }
  .news.detail .pagetop {
    text-align: center;
  }
}
.press.detail .article_footer,
.press.detail .foot_box {
  padding-top: 32px;
  border-top: 5px solid #e6e6e6;
}
.press.detail .article_footer_inner:after {
  content: "";
  clear: both;
  display: block !important;
}
@media screen and (max-width: 740px) {
  .press.detail .article_footer_inner {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}
.seminar.detail h2 {
  margin-bottom: 16px;
}
.seminar.detail h2:first-child {
  margin-top: 0;
}
.seminar.detail table {
  width: 100%;
}
.seminar.detail th {
  min-width: 5em;
  width: 8em;
}
.seminar.detail .headline {
  display: block;
  padding: 40px 30px;
  width: auto;
}
.seminar.detail .headline_text {
  display: block;
  padding: 0;
  text-align: center;
}
.seminar.detail .sns_area {
  margin: 16px 0;
}
.seminar.detail .apply {
  margin: 56px 0;
  text-align: center;
}
.seminar.detail .time_table caption {
  font-weight: 700;
}
.seminar.detail .time_table td,
.seminar.detail .time_table th {
  background: 0 0;
  vertical-align: top;
}
.seminar.detail .time_table th {
  padding-right: 0;
  padding-left: 0;
  width: 7em;
  font-weight: 700;
}
.seminar.detail .time_table td {
  padding-right: 0;
}
.seminar.detail .time_table dl {
  margin: 5px 0 0;
}
.seminar.detail .time_table dt a {
  font-weight: 700;
}
.seminar.detail .time_table dd {
  margin: 0;
}
@media screen and (min-width: 741px) {
  .seminar.detail .apply .btn_link {
    min-width: 280px;
  }
}
@media screen and (max-width: 740px) {
  .seminar.detail .headline {
    padding: 20px 2.5%;
  }
  .seminar.detail .time_table {
    font-size: 1.2rem;
  }
}
#blog_page .box_c {
  padding: 40px;
}
#blog_page .blog_list {
  margin: 0;
  margin-left: -4%;
  padding: 0;
  list-style: none;
}
#blog_page .blog_list li {
  float: left;
  margin-left: 4%;
  width: 28%;
}
#blog_page .blog_list dl {
  margin: 0;
}
#blog_page .blog_list dd {
  margin: 16px 0 0;
}
#blog_page .blog_list img {
  height: auto;
}
#blog_page .blog_list .blog_title {
  margin-bottom: 0;
  color: #999;
  font-size: 1.8rem;
}
#blog_page .blog_list .blog_subtitle {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.6rem;
}
#blog_page .blog_list .blog_link {
  margin-top: 8px;
  margin-bottom: 24px;
}
#blog_page .blog_list .blog_link a {
  color: #cf1818;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #blog_page .blog_list .blog_title {
    font-size: 1.6rem;
  }
  #blog_page .blog_list .blog_subtitle {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 740px) {
  #blog_page .box_c {
    padding: 0;
  }
  #blog_page .blog_list {
    margin-left: 0;
  }
  #blog_page .blog_list li {
    float: none;
    margin-left: 0;
    padding: 16px 2.5%;
    width: 100%;
    border-top: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
  }
  #blog_page .blog_list li:first-child {
    border-top: none;
  }
  #blog_page .blog_list dl {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  #blog_page .blog_list dd,
  #blog_page .blog_list dt {
    display: table-cell;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #blog_page .blog_list dt {
    padding-right: 3%;
    width: 33%;
  }
  #blog_page .blog_list .blog_subtitle,
  #blog_page .blog_list .blog_title {
    font-size: 1.3rem;
  }
  #blog_page .blog_list .blog_link,
  #blog_page .blog_list .blog_subtitle {
    margin: 0;
  }
}
.career .career_aside {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f0f0f0;
}
.career .career_interview_nav {
  margin-top: 70px;
}
.career .career_interview_nav:after {
  content: "";
  clear: both;
  display: block !important;
}
.career .career_recruit_box {
  margin-bottom: 50px;
}
.career .career_nav {
  list-style: none;
}
.career .career_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.career .career_nav_list:after {
  content: "";
  clear: both;
  display: block !important;
}
.career .career_nav_list li {
  float: left;
  width: 23.2%;
  margin-left: 2.4%;
  background: #fff;
  text-align: center;
}
.career .career_nav_list li:nth-child(4n + 1) {
  margin-left: 0;
}
.career .career_nav_list a {
  color: #333;
}
.career .career_nav_list a:hover {
  text-decoration: none;
}
.career .career_nav_list .career_interview_banner {
  width: 322px;
}
.career .career_nav_list img {
  width: 100%;
  height: auto;
}
.career .career_nav_list_text {
  margin-top: 4px;
}
@media screen and (min-width: 741px) {
  .career .career_aside {
    margin-top: 100px;
  }
  .career .btn_link {
    min-width: 240px;
  }
}
@media screen and (max-width: 740px) {
  .career .career_recruit_box {
    margin-bottom: 30px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .career .career_recruit_box .btn_link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.8rem;
  }
  .career .career_aside {
    margin-top: 60px;
  }
  .career .career_nav_list {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .career .career_nav_list li {
    width: 48.75%;
    margin-top: 16px;
    margin-left: 2.5%;
    text-align: center;
  }
  .career .career_nav_list li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .career .career_nav_list .career_interview_banner {
    width: 100%;
  }
  .career .career_nav_list .career_interview_banner img {
    width: 100%;
  }
  .career .career_banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 2.5%;
  }
}
#career_page .career_list {
  padding: 0 0 40px 0;
  list-style: none;
}
#career_page .career_list:after {
  content: "";
  clear: both;
  display: block !important;
}
#career_page .career_list img {
  width: 100%;
  height: auto;
}
#career_page .career_list_title {
  font-weight: 400;
}
#career_page .career_interview .ttl_b {
  margin-bottom: 8px;
  border-bottom: none;
}
@media screen and (min-width: 741px) {
  #career_page .career_recruit {
    display: table;
    width: 100%;
    margin: 0 0 40px;
  }
  #career_page .career_recruit p {
    display: table-cell;
    vertical-align: middle;
  }
  #career_page .career_recruit_text {
    font-size: 1.6rem;
  }
  #career_page .career_recruit_button {
    text-align: right;
  }
  #career_page .btn_link {
    min-width: 300px;
    font-size: 1.6rem;
  }
  #career_page .career_interview {
    position: relative;
    margin-bottom: 16px;
  }
  #career_page .career_interview img {
    width: 100%;
    height: auto;
  }
  #career_page .career_interview .ttl_b {
    font-size: 2.2rem;
  }
  #career_page .career_interview_text_box {
    position: absolute;
    top: 0;
    left: 40px;
    bottom: 0;
    width: 360px;
    height: 130px;
    margin: auto;
  }
  #career_page .career_interview_text {
    margin-top: 8px;
    font-size: 1.6rem;
  }
  #career_page .career_list {
    margin: 0;
  }
  #career_page .career_list li {
    float: left;
    width: 31.7%;
    margin-top: 24px;
    margin-left: 2.4%;
  }
  #career_page .career_list li:nth-child(3n + 1) {
    margin-left: 0;
  }
  #career_page .career_list li:nth-child(-n + 3) {
    margin-top: 0;
  }
  #career_page .career_list_title {
    margin: 6px 0 0;
    font-size: 2rem;
  }
  #career_page .career_list_text {
    margin-top: 4px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #career_page .career_recruit_text {
    font-size: 1.4rem;
  }
  #career_page .career_interview_text {
    font-size: 1.4rem;
  }
  #career_page .career_list_title {
    font-size: 1.8rem;
  }
  #career_page .career_list_text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 740px) {
  #career_page .page_body .box_b:first-child {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  #career_page .career_recruit {
    margin-bottom: 24px;
  }
  #career_page .career_recruit_button .btn_link {
    min-width: auto;
    min-width: initial;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.8rem;
  }
  #career_page .career_interview_text_box .ttl_b {
    margin-top: 8px;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.4rem;
  }
  #career_page .career_interview_text {
    margin-top: 0;
    font-size: 1.2rem;
  }
  #career_page .box_b + .box_b {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 740px) and (max-width: 740px) {
  #career_page .box_b {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (max-width: 740px) {
  #career_page .career_list {
    margin: 0;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  #career_page .career_list li {
    float: none;
    width: 100%;
  }
  #career_page .career_list li:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 740px) {
  #career_page .career_list_title {
    margin: 5px 0 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 740px) {
  #career_page .career_list_text {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 740px) {
  #career_page .career_interview {
    width: 100%;
  }
}
@media screen and (min-width: 741px) {
  #career_page .referral_img {
    position: relative;
    margin-bottom: 16px;
  }
  #career_page .referral_img img {
    width: 100%;
    height: auto;
  }
}
#office_page .office_photo_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#office_page .office_photo_list:after {
  content: "";
  clear: both;
  display: block !important;
}
#office_page .office_photo_list li {
  float: left;
  margin-top: 5px;
}
#office_page .office_photo_list img {
  width: 100%;
  height: auto;
}
#office_page .col1 {
  width: 100%;
}
#office_page .col2 {
  width: 49.75%;
}
#office_page .col2 + .col2 {
  margin-left: 0.5%;
}
#office_page .col3 {
  width: 33%;
}
#office_page .col3 + .col3 {
  margin-left: 0.5%;
}
#office_page picture {
  width: 100%;
}
@media screen and (min-width: 741px) {
  #office_page .office_photo_list li:nth-child(-n + 2) {
    margin-top: 0;
  }
  #office_page .pc_ml0 {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #office_page .office_photo_list li {
    margin-top: 3px;
  }
}
@media screen and (max-width: 740px) {
  #office_page .box_b {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  #office_page .office_photo_list {
    margin-top: 0;
    margin-left: 0;
  }
  #office_page .office_photo_list li {
    float: none;
    margin-top: 8px;
    margin-left: 0;
  }
  #office_page .office_photo_list li:first-child {
    margin-top: 0;
  }
  #office_page .office_photo_list .col1,
  #office_page .office_photo_list .col2,
  #office_page .office_photo_list .col3 {
    width: 100%;
  }
}
@media screen and (min-width: 741px) {
  #benefits_page .seminar.detail h2,
  #benefits_page .ttl_ba,
  .seminar.detail #benefits_page h2 {
    margin-bottom: 24px;
  }
  #benefits_page .benefits_item_list {
    margin-top: -30px;
  }
  #benefits_page .benefits_item_list:after {
    content: "";
    clear: both;
    display: block !important;
  }
  #benefits_page .benefits_item {
    float: left;
    width: 30%;
    margin-top: 30px;
  }
  #benefits_page .benefits_item:not(:nth-child(3n + 1)) {
    margin-left: 5%;
  }
  #benefits_page .benefits_item_img img {
    width: 100%;
    height: auto;
  }
  #benefits_page .benefits_item_title {
    margin-bottom: 4px;
  }
  #benefits_page .benefits_item_title + p {
    margin-top: 0;
  }
}
@media screen and (max-width: 740px) {
  #benefits_page .box_c {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  #benefits_page .seminar.detail h2,
  #benefits_page .ttl_ba,
  .seminar.detail #benefits_page h2 {
    font-size: 1.4rem;
  }
  #benefits_page .benefits_item_list {
    margin-top: 0;
  }
  #benefits_page .benefits_item {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #benefits_page .benefits_item:after {
    content: "";
    clear: both;
    display: block !important;
  }
  #benefits_page .benefits_item + .benefits_item {
    margin-top: 16px;
  }
  #benefits_page .benefits_item_img {
    display: table-cell;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 40%;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
  }
  #benefits_page .benefits_item_body {
    display: table-cell;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 60%;
  }
  #benefits_page .benefits_item_title {
    margin: 0;
  }
  #benefits_page .benefits_item_text {
    margin: 0;
  }
}
#technology_page .technology_box {
  border-top: 1px solid #f0f0f0;
}
#technology_page .ttl_technology {
  margin: 32px 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
#technology_page .technology_figure,
#technology_page .technology_text {
  width: 50%;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
#technology_page .figure_left .technology_figure {
  float: left;
  padding-right: 30px;
}
#technology_page .figure_left .technology_text {
  float: right;
}
#technology_page .figure_right .technology_figure {
  float: right;
  padding-left: 30px;
}
#technology_page .figure_right .technology_text {
  float: left;
}
@media screen and (min-width: 741px) {
  #technology_page .technology_figure img {
    width: 100%;
    height: auto;
  }
  #technology_page .figure_left .technology_figure {
    padding-right: 16px;
  }
  #technology_page .figure_right .technology_figure {
    padding-left: 16px;
  }
}
@media screen and (max-width: 740px) {
  #technology_page .box_b {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  #technology_page .ttl_technology {
    margin: 16px 0;
    font-size: 1.6rem;
  }
  #technology_page .figure_left .technology_figure {
    float: none;
    padding-right: 0;
  }
  #technology_page .figure_left .technology_text {
    float: none;
  }
  #technology_page .figure_right .technology_figure {
    float: none;
    padding-left: 0;
  }
  #technology_page .figure_right .technology_text {
    float: none;
  }
  #technology_page .technology_figure,
  #technology_page .technology_text {
    float: none;
    width: 100%;
  }
  #technology_page .technology_text {
    margin-top: 16px;
  }
}
#technology_page .career_interview_title {
  margin: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 740px) {
  #technology_page .career_interview_title {
    margin: 0 2.5%;
  }
}
#technology_page .career_interview_nav_list {
  margin: -16px 0 0 -16px;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 740px) {
  #technology_page .career_interview_nav_list {
    margin: -2.5% 0 0;
  }
}
#technology_page .career_interview_nav_list:after {
  content: "";
  clear: both;
  display: block !important;
}
#technology_page .career_interview_nav_list li {
  float: left;
  width: 232px;
}
@media screen and (min-width: 741px) {
  #technology_page .career_interview_nav_list li {
    margin: 16px 0 0 16px;
  }
}
@media screen and (max-width: 740px) {
  #technology_page .career_interview_nav_list li {
    width: 30%;
    margin: 2.5% 0 0 2.5%;
  }
}
@media screen and (max-width: 490px) {
  #technology_page .career_interview_nav_list li {
    width: 46.25%;
  }
}
#referral_page .referral_box {
  border-top: 1px solid #f0f0f0;
}
#referral_page .referral_sub_headline {
  margin: 40px 0;
}
#referral_page .referral_box_noboder {
  border-style: none;
}
#referral_page .referral_text {
  margin-top: 16px;
}
@media screen and (min-width: 741px) {
  #referral_page .referral_img {
    position: relative;
    margin-bottom: 16px;
  }
  #referral_page .referral_img img {
    width: 100%;
    height: auto;
  }
  #referral_page .referral_text {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 740px) {
  #referral_page .box_b {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  #referral_page .referral_sub_headline {
    margin: 16px 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 741px) {
  #interview_page .interview_body_nav {
    position: relative;
    margin-top: -10px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 740px) {
  #interview_page .interview_body_nav {
    margin-bottom: 20px;
  }
}
#interview_page .interview_body_nav_list {
  position: relative;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 741px) {
  #interview_page .interview_body_nav_list {
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  #interview_page .interview_body_nav_list {
    display: block;
    margin-left: 2.5%;
    margin-right: 2.5%;
    font-size: 12px;
    letter-spacing: -0.5em;
  }
}
#interview_page .interview_body_nav_list li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  letter-spacing: normal;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  #interview_page .interview_body_nav_list li {
    min-width: 100px;
  }
}
@media screen and (min-width: 741px) {
  #interview_page .interview_body_nav_list li {
    padding: 10px;
    border-bottom: 3px solid transparent;
  }
}
@media screen and (max-width: 740px) {
  #interview_page .interview_body_nav_list li {
    display: inline-block;
    padding: 6px;
    border-bottom: 2px solid #d1d1d1;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
  }
  #interview_page .interview_body_nav_list li:not(:first-child) {
    width: 49%;
    margin-top: 4px;
  }
  #interview_page .interview_body_nav_list li:first-child {
    width: 100%;
  }
  #interview_page .interview_body_nav_list li:nth-child(odd):not(:first-child) {
    margin-left: 2%;
  }
  #interview_page .interview_body_nav_list li.all.is_active {
    border-bottom-color: #e94c4c;
  }
  #interview_page .interview_body_nav_list li.sales_staff.is_active {
    border-bottom-color: #1791dc;
  }
  #interview_page .interview_body_nav_list li.producer.is_active {
    border-bottom-color: #ef9224;
  }
  #interview_page .interview_body_nav_list li.director.is_active {
    border-bottom-color: #2d8831;
  }
  #interview_page .interview_body_nav_list li.designer.is_active {
    border-bottom-color: #ea6f19;
  }
  #interview_page .interview_body_nav_list li.system_engineer.is_active {
    border-bottom-color: #8f248f;
  }
  #interview_page .interview_body_nav_list li.corporate.is_active {
    border-bottom-color: #a5cc27;
  }
  #interview_page .interview_body_nav_list li.global.is_active {
    border-bottom-color: #e94c4c;
  }
}
#interview_page .interview_body_nav_list li a {
  display: block;
  color: #333;
}
#interview_page .interview_body_nav_list li a:hover {
  text-decoration: none;
}
#interview_page .interview_body_nav_list li.is_active a {
  border-bottom: 3px solid #e94c4c;
}
@media screen and (min-width: 1025px) {
  #interview_page .interview_body_nav_list .all:hover {
    color: #e94c4c;
  }
  #interview_page .interview_body_nav_list .sales_staff:hover {
    color: #1791dc;
  }
  #interview_page .interview_body_nav_list .producer:hover {
    color: #ef9224;
  }
  #interview_page .interview_body_nav_list .director:hover {
    color: #2d8831;
  }
  #interview_page .interview_body_nav_list .designer:hover {
    color: #ea6f19;
  }
  #interview_page .interview_body_nav_list .system_engineer:hover {
    color: #8f248f;
  }
  #interview_page .interview_body_nav_list .corporate:hover {
    color: #a5cc27;
  }
  #interview_page .interview_body_nav_list .global:hover {
    color: #e94c4c;
  }
}
#interview_page .interview_body_nav_list .word_block {
  display: inline-block;
}
#interview_page .nav_line {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 3px;
  background-color: #e94c4c;
  transition: all 0.35s ease;
}
#interview_page .nav_line.sales_staff {
  background-color: #1791dc;
}
#interview_page .nav_line.producer {
  background-color: #ef9224;
}
#interview_page .nav_line.director {
  background-color: #2d8831;
}
#interview_page .nav_line.designer {
  background-color: #ea6f19;
}
#interview_page .nav_line.system_engineer {
  background-color: #8f248f;
}
#interview_page .nav_line.corporate {
  background-color: rgba(165, 204, 39, 0.8);
}
#interview_page .nav_line.global {
  background-color: rgba(233, 76, 76, 0.8);
}
@media screen and (max-width: 740px) {
  #interview_page .filter_item_box {
    letter-spacing: -0.5em;
  }
}
@media screen and (min-width: 741px) {
  #interview_page .filter_item {
    width: 235px;
    margin: 20px 20px 0 0;
  }
}
@media screen and (min-width: 741px) {
  #interview_page .filter_item {
    width: 234px;
    margin: 20px 19px 0 0;
  }
}
@media screen and (max-width: 740px) {
  #interview_page .filter_item {
    display: inline-block;
    width: 49%;
    height: auto;
    margin: 2% 1.9% 0 0;
    letter-spacing: normal;
  }
}
#interview_page .filter_item .img_link {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  #interview_page .filter_item .img_link {
    overflow: hidden;
    position: relative;
    border-width: 5px;
    border-style: solid;
  }
  #interview_page .filter_item .img_link:after,
  #interview_page .filter_item .img_link:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background-size: 225px 260px;
    background-position: left bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #interview_page .filter_item .img_link:before {
    top: 0;
    width: 32px;
    height: 100%;
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item .img_link:before {
    -webkit-background-blend-mode: multiply;
    background-blend-mode: multiply;
  }
  #interview_page .filter_item .img_link:after {
    bottom: 0;
    width: 0;
    height: 20%;
    transition: all 0.35s ease;
  }
  #interview_page .filter_item .img_link:hover {
    opacity: 1;
  }
  #interview_page .filter_item .img_link:hover:after {
    width: 225px;
  }
}
@media screen and (min-width: 1025px) {
  #interview_page .filter_item.sales_staff .img_link {
    border-color: rgba(23, 145, 220, 0.8);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.sales_staff .img_link {
    border-color: #1791dc;
  }
  #interview_page .filter_item.sales_staff .img_link:before {
    background-color: rgba(23, 145, 220, 0.8);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.sales_staff .img_link:before {
    background-color: #1791dc;
  }
  #interview_page .filter_item.sales_staff .img_link:after {
    background-color: rgba(32, 163, 242, 0.8);
  }
  #interview_page .filter_item.producer .img_link {
    border-color: rgba(239, 146, 36, 0.8);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.producer .img_link {
    border-color: #ef9224;
  }
  #interview_page .filter_item.producer .img_link:before {
    background-color: rgba(239, 146, 36, 0.8);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.producer .img_link:before {
    background-color: #ef9224;
  }
  #interview_page .filter_item.producer .img_link:after {
    background-color: rgba(242, 141, 23, 0.8);
  }
  #interview_page .filter_item.director .img_link {
    border-color: rgba(45, 136, 49, 0.8);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.director .img_link {
    border-color: #2d8831;
  }
  #interview_page .filter_item.director .img_link:before {
    background-color: rgba(45, 136, 49, 0.8);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.director .img_link:before {
    background-color: #2d8831;
  }
  #interview_page .filter_item.director .img_link:after {
    background-color: rgba(30, 156, 35, 0.8);
  }
  #interview_page .filter_item.designer .img_link {
    border-color: rgba(234, 111, 25, 0.8);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.designer .img_link {
    border-color: #ea6f19;
  }
  #interview_page .filter_item.designer .img_link:before {
    background-color: rgba(234, 111, 25, 0.8);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.designer .img_link:before {
    background-color: #ea6f19;
  }
  #interview_page .filter_item.designer .img_link:after {
    background-color: rgba(226, 93, 0, 0.8);
  }
  #interview_page .filter_item.system_engineer .img_link {
    border-color: rgba(143, 36, 143, 0.8);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.system_engineer .img_link {
    border-color: #8f248f;
  }
  #interview_page .filter_item.system_engineer .img_link:before {
    background-color: rgba(143, 36, 143, 0.8);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.system_engineer .img_link:before {
    background-color: #8f248f;
  }
  #interview_page .filter_item.system_engineer .img_link:after {
    background-color: rgba(156, 17, 156, 0.8);
  }
  #interview_page .filter_item.corporate .img_link {
    border-color: #a5cc27;
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.corporate .img_link {
    border-color: #a5cc27;
  }
  #interview_page .filter_item.corporate .img_link:before {
    background-color: #a5cc27;
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.corporate .img_link:before {
    background-color: #a5cc27;
  }
  #interview_page .filter_item.corporate .img_link:after {
    background-color: rgba(167, 213, 14, 0.8);
  }
  #interview_page .filter_item.global .img_link {
    border-color: #e94c4c;
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.global .img_link {
    border-color: #e94c4c;
  }
  #interview_page .filter_item.global .img_link:before {
    background-color: #e94c4c;
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.global .img_link:before {
    background-color: #e94c4c;
  }
  #interview_page .filter_item.global .img_link:after {
    background-color: #e94c4c;
  }
}
@media screen and (min-width: 741px) {
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.nakane .img_link:before {
    background-image: url(/career/interview/img/interview2017_nakane.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.narita .img_link:before {
    background-image: url(/career/interview/img/interview2017_narita.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.kikuchi_jun .img_link:before {
    background-image: url(/career/interview/img/interview2017_kikuchi_jun.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.segawa .img_link:before {
    background-image: url(/career/interview/img/interview2017_segawa.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.tabata .img_link:before {
    background-image: url(/career/interview/img/interview2017_tabata.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.yamamoto .img_link:before {
    background-image: url(/career/interview/img/interview2017_yamamoto.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.yamazaki .img_link:before {
    background-image: url(/career/interview/img/interview2017_yamazaki.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.iino .img_link:before {
    background-image: url(/career/interview/img/interview2017_iino.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.omata .img_link:before {
    background-image: url(/career/interview/img/interview2017_omata.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.ishimaru .img_link:before {
    background-image: url(/career/interview/img/interview2017_ishimaru.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.fukaki .img_link:before {
    background-image: url(/career/interview/img/interview2017_fukaki.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.kikuchi_daisuke .img_link:before {
    background-image: url(/career/interview/img/interview2017_kikuchi_daisuke.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.yamada .img_link:before {
    background-image: url(/career/interview/img/interview2017_yamada.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.kuroda .img_link:before {
    background-image: url(/career/interview/img/interview2017_kuroda.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.ono .img_link:before {
    background-image: url(/career/interview/img/interview2017_ono.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.maeda .img_link:before {
    background-image: url(/career/interview/img/interview2017_maeda.jpg);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.doi .img_link:before {
    background-image: url(/career/interview/img/interview2020_doi.png);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.maruo .img_link:before {
    background-image: url(/career/interview/img/interview2020_maruo.png);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.sudo .img_link:before {
    background-image: url(/career/interview/img/interview2020_sudo.png);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.kanai .img_link:before {
    background-image: url(/career/interview/img/interview2020_kanai.png);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.osugi .img_link:before {
    background-image: url(/career/interview/img/interview2020_osugi.png);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.ishioka .img_link:before {
    background-image: url(/career/interview/img/interview2020_ishioka.png);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.matsuochi .img_link:before {
    background-image: url(/career/interview/img/interview2020_matsuochi.png);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.haga .img_link:before {
    background-image: url(/career/interview/img/interview2020_haga.png);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.okuyama .img_link:before {
    background-image: url(/career/interview/img/interview2020_okuyama.png);
  }
  html:not(.ua-edge):not(.ua-ie) #interview_page .filter_item.aikawa .img_link:before {
    background-image: url(/career/interview/img/interview2020_aikawa.png);
  }
}
@media screen and (max-width: 1024px) {
  #interview_page .filter_item.sales_staff .item_figure {
    border-color: rgba(23, 145, 220, 0.8);
  }
  #interview_page .filter_item.sales_staff .item_figure .item_job {
    background-color: rgba(23, 145, 220, 0.8);
  }
  #interview_page .filter_item.producer .item_figure {
    border-color: rgba(239, 146, 36, 0.8);
  }
  #interview_page .filter_item.producer .item_figure .item_job {
    background-color: rgba(239, 146, 36, 0.8);
  }
  #interview_page .filter_item.director .item_figure {
    border-color: rgba(45, 136, 49, 0.8);
  }
  #interview_page .filter_item.director .item_figure .item_job {
    background-color: rgba(45, 136, 49, 0.8);
  }
  #interview_page .filter_item.designer .item_figure {
    border-color: rgba(234, 111, 25, 0.8);
  }
  #interview_page .filter_item.designer .item_figure .item_job {
    background-color: rgba(234, 111, 25, 0.8);
  }
  #interview_page .filter_item.system_engineer .item_figure {
    border-color: rgba(143, 36, 143, 0.8);
  }
  #interview_page .filter_item.system_engineer .item_figure .item_job {
    background-color: rgba(143, 36, 143, 0.8);
  }
  #interview_page .filter_item.corporate .item_figure {
    border-color: rgba(165, 204, 39, 0.8);
  }
  #interview_page .filter_item.corporate .item_figure .item_job {
    background-color: rgba(165, 204, 39, 0.8);
  }
  #interview_page .filter_item.global .item_figure {
    border-color: rgba(233, 76, 76, 0.8);
  }
  #interview_page .filter_item.global .item_figure .item_job {
    background-color: rgba(233, 76, 76, 0.8);
  }
  #interview_page .filter_item .item_figure {
    position: relative;
    overflow: hidden;
    border-width: 5px;
    border-style: solid;
  }
}
#interview_page .item_job {
  position: absolute;
  z-index: 10000;
  padding: 8px 0 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  #interview_page .item_job {
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #interview_page .item_job {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14%;
    height: 100%;
    -webkit-background-blend-mode: normal;
    background-blend-mode: normal;
    background-size: 225px 260px;
    background-size: 700% 97%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 2.5;
  }
}
#interview_page .item_occupation {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
}
#interview_page .occupation {
  padding: 6px 0 8px 2px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  border: solid 1px;
  border-color: rgba(23, 145, 220, 0.8);
  width: 24px;
  color: rgba(23, 145, 220, 0.8);
}
#interview_page .occupation.producer {
  color: rgba(239, 146, 36, 0.8);
  border-color: rgba(239, 146, 36, 0.8);
}
#interview_page .occupation.director {
  color: rgba(45, 136, 49, 0.8);
  border-color: rgba(45, 136, 49, 0.8);
}
#interview_page .occupation.designer {
  color: rgba(234, 111, 25, 0.8);
  border-color: rgba(234, 111, 25, 0.8);
}
#interview_page .occupation.system_engineer {
  color: rgba(143, 36, 143, 0.8);
  border-color: rgba(143, 36, 143, 0.8);
}
#interview_page .occupation.corporate {
  color: rgba(165, 204, 39, 0.8);
  border-color: rgba(165, 204, 39, 0.8);
}
#interview_page .occupation.global_color {
  color: rgba(233, 76, 76, 0.8);
  border-color: rgba(233, 76, 76, 0.8);
}
#interview_page .occupation.producer_color {
  color: rgba(239, 146, 36, 0.8);
  border-color: rgba(239, 146, 36, 0.8);
}
@media screen and (max-width: 740px) {
  #interview_page .occupation {
    font-size: 12px;
  }
}
@media screen and (min-width: 741px) {
  #interview_page .item_img img {
    width: 225px;
    height: 260px;
  }
}
@media screen and (max-width: 1024px) {
  #interview_page .item_profile {
    margin-top: 4px;
    margin-bottom: 10px;
    color: #3a3a3a;
    text-align: center;
    letter-spacing: -0.5em;
  }
}
@media screen and (max-width: 740px) {
  #interview_page .item_profile {
    font-size: 10px;
  }
}
@media screen and (min-width: 1025px) {
  #interview_page .item_join,
  #interview_page .item_name {
    z-index: 20000;
  }
}
@media screen and (max-width: 1024px) {
  #interview_page .item_join,
  #interview_page .item_name {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 1025px) {
  #interview_page .item_join {
    position: absolute;
    bottom: 22px;
    right: 10px;
    transform: translateX(-250px);
    transition: all 0.35s ease;
  }
}
@media screen and (min-width: 1025px) {
  #interview_page .item_name {
    position: absolute;
    bottom: 5px;
    right: 10px;
    transform: translateX(-250px);
    transition: all 0.2s ease;
  }
}
@media screen and (max-width: 1024px) {
  #interview_page .item_name {
    margin-left: 1em;
  }
}
#interview_page .img_link:hover .item_join,
#interview_page .img_link:hover .item_name {
  transform: translateX(0);
}
#interview_page .img_link:hover .item_join {
  transition: all 0.35s ease 0.1s;
}
#interview_page .img_link:hover .item_name {
  transition: all 0.35s ease 0.15s;
}
#interview_page .box_b:after {
  content: "";
  clear: both;
  display: block !important;
}
@media screen and (max-width: 740px) {
  #interview_page .box_b {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
@media screen and (max-width: 740px) {
  #interview_page .filter_item_box {
    width: 95%;
  }
  #interview_page .filter_item_box.filter_col3 .filter_item {
    display: block;
    float: left;
    width: 48.75%;
    margin-top: 8px;
    margin-right: 2.5%;
    background: #fff;
  }
  #interview_page .filter_item_box.filter_col3 .filter_item:nth-child(2n) {
    margin-right: 0;
  }
}
.interview.detail .page_header {
  margin-bottom: 0;
}
.interview.detail .page_body {
  padding-top: 0;
}
.interview.detail .main_visual {
  position: relative;
  overflow: hidden;
}
.interview.detail .main_visual:after,
.interview.detail .main_visual:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  z-index: -1;
}
.interview.detail .main_visual:after {
  right: 0;
  width: 100%;
  background-color: #a5cc27;
  background: linear-gradient(to right, #0075bf, #0075bf 50%, #a5cc27 50%, #a5cc27);
  z-index: 10000;
}
@media screen and (min-width: 741px) {
  .interview.detail .main_visual:before {
    bottom: 0;
    right: 0;
    width: 50%;
    height: 366px;
    background-color: #f6f6f6;
  }
}
.interview.detail .profile_area {
  position: relative;
}
.interview.detail .profile_area .container {
  position: relative;
}
@media screen and (min-width: 741px) {
  .interview.detail .profile_area .container {
    height: 366px;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .profile_area .container {
    height: 38vw;
  }
}
.interview.detail .profile_area .container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    #0075bf,
    #0075bf 16.7%,
    #f0870c 16.7%,
    #f0870c 34%,
    #167b1b 34%,
    #167b1b 50%,
    #eb6100 50%,
    #eb6100 66%,
    #860c84 66%,
    #860c84 82.7%,
    #a5cc27 82.7%,
    #a5cc27
  );
  z-index: 20000;
}
@media screen and (min-width: 741px) {
  .interview.detail .profile_img_left.profile_area:after,
  .interview.detail .profile_img_left.profile_area:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    z-index: -1;
  }
  .interview.detail .profile_img_left.profile_area:before {
    width: 50%;
    height: 366px;
    background-image: url(/career/interview/img/main_visual_bg.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: cover;
  }
  .interview.detail .profile_img_left.profile_area:after {
    left: 0;
  }
}
@media screen and (min-width: 741px) and (min-width: 741px) {
  .interview.detail .profile_img_left.profile_area:after {
    width: 100%;
    height: 366px;
    background-image: url(/career/interview/img/main_visual_bg_left_img.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 741px) and (min-width: 1801px) {
  .interview.detail .profile_img_left.profile_area:after {
    width: 100%;
  }
}
.interview.detail .profile_img_right.profile_area:after,
.interview.detail .profile_img_right.profile_area:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  z-index: -1;
}
@media screen and (min-width: 741px) {
  .interview.detail .profile_img_right.profile_area:before {
    width: 50%;
    height: 366px;
    background-image: url(/career/interview/img/main_visual_bg.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: cover;
  }
}
.interview.detail .profile_img_right.profile_area:after {
  right: 0;
}
@media screen and (min-width: 741px) {
  .interview.detail .profile_img_right.profile_area:after {
    width: 100%;
    height: 366px;
    background-image: url(/career/interview/img/main_visual_bg_left_img.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1801px) {
  .interview.detail .profile_img_right.profile_area:after {
    width: 100%;
  }
}
.interview.detail .job_category {
  color: #fff;
}
@media screen and (min-width: 741px) {
  .interview.detail .job_category {
    padding: 20px 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .job_category {
    padding: 2vw 4vw;
  }
}
@media screen and (min-width: 741px) {
  .interview.detail .job_category .container {
    padding-left: 70px;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.interview.detail.sales_staff .job_category {
  background-color: #1791dc;
}
.interview.detail.producer .job_category {
  background-color: #ef9224;
}
.interview.detail.director .job_category {
  background-color: #2d8831;
}
.interview.detail.designer .job_category {
  background-color: #ea6f19;
}
.interview.detail.system_engineer .job_category {
  background-color: #8f248f;
}
.interview.detail.corporate .job_category {
  background-color: #a5cc27;
}
.interview.detail.global .job_category {
  background-color: #e94c4c;
}
.interview.detail .profile_textbox {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1000;
}
@media screen and (min-width: 741px) {
  .interview.detail .profile_textbox {
    width: 560px;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .profile_textbox {
    width: 68vw;
  }
}
@media screen and (min-width: 741px) {
  .interview.detail .profile_img_right .profile_textbox {
    left: 70px;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .profile_img_right .profile_textbox {
    left: 4vw;
  }
}
.interview.detail .profile_img_left .profile_textbox {
  text-align: right;
}
@media screen and (min-width: 741px) {
  .interview.detail .profile_img_left .profile_textbox {
    right: 70px;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .profile_img_left .profile_textbox {
    right: 4vw;
  }
}
.interview.detail .profile {
  margin-top: 0;
  font-weight: 400;
  z-index: 10;
  letter-spacing: -0.5em;
}
@media screen and (min-width: 741px) {
  .interview.detail .profile {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .profile {
    left: 2.5%;
    bottom: 8px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 650px) {
  .interview.detail .profile {
    font-size: 75%;
  }
}
@media screen and (max-width: 500px) {
  .interview.detail .profile {
    font-size: 75%;
  }
}
@media screen and (max-width: 400px) {
  .interview.detail .profile {
    font-size: 60%;
  }
}
.interview.detail .profile_affiliation_div,
.interview.detail .profile_affiliation_position,
.interview.detail .profile_affiliation_unit,
.interview.detail .profile_former_job,
.interview.detail .profile_join,
.interview.detail .profile_name_en,
.interview.detail .profile_name_jp {
  display: inline-block;
  letter-spacing: normal;
}
.interview.detail .profile_img_right .profile_affiliation_div,
.interview.detail .profile_img_right .profile_affiliation_grour,
.interview.detail .profile_img_right .profile_affiliation_position,
.interview.detail .profile_img_right .profile_affiliation_unit,
.interview.detail .profile_img_right .profile_former_job,
.interview.detail .profile_img_right .profile_join,
.interview.detail .profile_img_right .profile_name_en,
.interview.detail .profile_img_right .profile_name_jp {
  margin-right: 1em;
}
@media screen and (max-width: 740px) {
  .interview.detail .profile_img_right .profile_name_jp {
    margin-right: 0.4em;
  }
}
.interview.detail .profile_img_left span + span {
  margin-left: 1em;
}
@media screen and (max-width: 740px) {
  .interview.detail .profile_img_left .profile_name_en {
    margin-left: 0;
  }
}
.interview.detail.sales_staff .profile {
  color: #1791dc;
}
.interview.detail.producer .profile {
  color: #ef9224;
}
.interview.detail.director .profile {
  color: #2d8831;
}
.interview.detail.designer .profile {
  color: #ea6f19;
}
.interview.detail.system_engineer .profile {
  color: #8f248f;
}
.interview.detail.corporate .profile {
  color: #a5cc27;
}
.interview.detail.global .profile {
  color: #e94c4c;
}
.interview.detail .profile_join,
.interview.detail .profile_name {
  display: block;
}
@media screen and (min-width: 741px) {
  .interview.detail .profile_join,
  .interview.detail .profile_name {
    font-size: 32px;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .profile_join,
  .interview.detail .profile_name {
    font-size: 5vw;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .profile_name_jp {
    margin-right: 0.4em;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .profile_name_en {
    font-size: 2.3vw;
  }
}
.interview.detail .profile_data {
  display: block;
  line-height: 1.8;
  color: #444;
  letter-spacing: -0.5em;
}
@media screen and (min-width: 741px) {
  .interview.detail .profile_data {
    font-size: 17px;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .profile_data {
    font-size: 2.5vw;
  }
}
.interview.detail .profile_affiliation_grour {
  letter-spacing: normal;
}
@media screen and (min-width: 1025px) {
  .interview.detail .profile_affiliation_grour {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .interview.detail .profile_affiliation_grour {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .interview.detail .profile_affiliation_div {
    display: block;
  }
}
.interview.detail .profile_img {
  position: absolute;
  display: block;
  bottom: 0;
  width: 60%;
}
.interview.detail .profile_img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 741px) {
  .interview.detail.kikuchi_jun .profile_img_right .profile_img {
    left: 51%;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail.kikuchi_jun .profile_img_right .profile_img {
    left: 48%;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail.segawa .profile_img_left .profile_img {
    left: 4%;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail.yamazaki .profile_img_right .profile_img {
    left: 58%;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail.iino .profile_img_left .profile_img {
    left: 4%;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail.kikuchi_daisuke .profile_img_left .profile_img {
    left: -2%;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail.yamada .profile_img_left .profile_img {
    left: 4%;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail.ono .profile_img_left .profile_img {
    left: 4%;
  }
}
@media screen and (min-width: 741px) {
  .interview.detail .profile_img_right .profile_img {
    left: 56%;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .profile_img_right .profile_img {
    left: 53%;
  }
}
@media screen and (min-width: 741px) {
  .interview.detail .profile_img_left .profile_img {
    right: 40%;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .profile_img_left .profile_img {
    right: 36%;
  }
}
.interview.detail.ono .profile_affiliation_div,
.interview.detail.ono .profile_affiliation_grour {
  display: inline-block;
}
.interview.detail.ono .profile_affiliation_unit {
  display: block;
}
.interview.detail .profile_former_job {
  display: block;
}
.interview.detail .interview_body {
  display: table;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 741px) {
  .interview.detail .interview_body {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .interview_body {
    padding: 4vw;
  }
}
.interview.detail .interview_rowbox:after {
  content: "";
  clear: both;
  display: block !important;
}
@media screen and (min-width: 741px) {
  .interview.detail .interview_rowbox {
    margin: 40px 0 50px;
  }
}
@media screen and (min-width: 741px) {
  .interview.detail .interview_img_left .interview_imgbox {
    float: left;
    margin-left: -3%;
  }
}
@media screen and (min-width: 741px) {
  .interview.detail .interview_img_right .interview_imgbox {
    float: right;
    margin-left: 3%;
  }
}
@media screen and (min-width: 741px) {
  .interview.detail .interview_img_left .interview_textbox {
    float: right;
    margin-left: 3%;
  }
}
@media screen and (min-width: 741px) {
  .interview.detail .interview_img_right .interview_textbox {
    float: left;
  }
}
.interview.detail .interview_imgbox {
  vertical-align: bottom;
}
@media screen and (min-width: 741px) {
  .interview.detail .interview_imgbox {
    width: 35%;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .interview_imgbox {
    text-align: center;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .interview_img {
    display: inline-block;
    overflow: hidden;
    height: 320px;
  }
}
@media screen and (min-width: 1025px) {
  .interview.detail.kikuchi_jun .interview_img {
    overflow: hidden;
    height: 330px;
  }
}
@media screen and (min-width: 1025px) {
  .interview.detail.ishimaru .interview_img {
    overflow: hidden;
    height: 330px;
  }
}
@media screen and (min-width: 1025px) {
  .interview.detail.iino .interview_img {
    overflow: hidden;
    height: 330px;
  }
}
@media screen and (min-width: 1025px) {
  .interview.detail.yamamoto .interview_img {
    overflow: hidden;
    height: 270px;
  }
}
@media screen and (min-width: 1025px) {
  .interview.detail.omata .interview_img {
    overflow: hidden;
    height: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .interview.detail.narita .interview_img {
    overflow: hidden;
    height: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .interview.detail.yamada .interview_img {
    overflow: hidden;
    height: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .interview.detail.fukaki .interview_img {
    overflow: hidden;
    height: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .interview.detail.yamazaki .interview_img {
    overflow: hidden;
    height: 300px;
  }
}
@media screen and (min-width: 741px) {
  .interview.detail .interview_textbox {
    width: 61%;
  }
}
.interview.detail .interview_text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2.31;
}
@media screen and (max-width: 740px) {
  .interview.detail .interview_text {
    font-size: 14px;
  }
}
.interview.detail .interview_text ul {
  padding-left: 20px;
}
.interview.detail .interview_unit + .interview_unit {
  margin-top: 32px;
}
.interview.detail .interview_unit.unit_slogan_felt .interview_title {
  display: block;
}
.interview.detail .slogan {
  margin: -0.2em 0.5em 0;
}
@media screen and (min-width: 741px) {
  .interview.detail .slogan {
    height: 2.5em;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .slogan {
    height: 1.8em;
  }
}
.interview.detail .slogan_block {
  display: inline-block;
}
.ua-edge .interview.detail .slogan_block,
.ua-ie .interview.detail .slogan_block {
  display: inline;
}
.interview.detail .br_ie_edge {
  display: none;
}
.ua-edge .interview.detail .br_ie_edge,
.ua-ie .interview.detail .br_ie_edge {
  display: block;
}
.ua-ie-10 .interview.detail .slogan_block {
  display: inline;
  zoom: 1;
}
.interview.detail .interview_title {
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  border-bottom-style: solid;
}
@media screen and (min-width: 741px) {
  .interview.detail .interview_title {
    display: inline-block;
    margin: 0 0 0 -30px;
    padding: 10px 0 10px 90px;
    border-bottom-width: 5px;
    font-size: 24px;
    background-size: 36px 40px;
    background-position: 30px center;
  }
}
@media screen and (min-width: 1025px) {
  .interview.detail .interview_title {
    min-width: 580px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .interview.detail .interview_title {
    min-width: 380px;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .interview_title {
    padding: 10px 0 10px 8vw;
    border-bottom-width: 3px;
    background-size: 5vw 6vw;
    background-position: left center;
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 741px) {
  .interview.detail .interview_title .slogan {
    height: 2.6em;
    margin: -1.2em 1em 0;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .interview_title .slogan {
    height: 2.2em;
    margin: 0;
  }
}
.interview.detail.sales_staff .interview_title {
  border-bottom-color: #1791dc;
  background-image: url(/career/interview/img/icon_mike_sales_staff.svg);
}
.ua-edge .interview.detail.sales_staff .interview_title,
.ua-ie .interview.detail.sales_staff .interview_title {
  background-image: url(/career/interview/img/icon_mike_sales_staff.png);
}
.interview.detail.producer .interview_title {
  border-bottom-color: #ef9224;
  background-image: url(/career/interview/img/icon_mike_producer.svg);
}
.ua-edge .interview.detail.producer .interview_title,
.ua-ie .interview.detail.producer .interview_title {
  background-image: url(/career/interview/img/icon_mike_producer.png);
}
.interview.detail.director .interview_title {
  border-bottom-color: #2d8831;
  background-image: url(/career/interview/img/icon_mike_director.svg);
}
.ua-edge .interview.detail.director .interview_title,
.ua-ie .interview.detail.director .interview_title {
  background-image: url(/career/interview/img/icon_mike_director.png);
}
.interview.detail.designer .interview_title {
  border-bottom-color: #ea6f19;
  background-image: url(/career/interview/img/icon_mike_designer.svg);
}
.ua-edge .interview.detail.designer .interview_title,
.ua-ie .interview.detail.designer .interview_title {
  background-image: url(/career/interview/img/icon_mike_designer.png);
}
.interview.detail.system_engineer .interview_title {
  border-bottom-color: #8f248f;
  background-image: url(/career/interview/img/icon_mike_system_engineer.svg);
}
.ua-edge .interview.detail.system_engineer .interview_title,
.ua-ie .interview.detail.system_engineer .interview_title {
  background-image: url(/career/interview/img/icon_mike_system_engineer.png);
}
.interview.detail.corporate .interview_title {
  border-bottom-color: #a5cc27;
  background-image: url(/career/interview/img/icon_mike_corporate.svg);
}
.ua-edge .interview.detail.corporate .interview_title,
.ua-ie .interview.detail.corporate .interview_title {
  background-image: url(/career/interview/img/icon_mike_corporate.png);
}
.interview.detail.global .interview_title {
  border-bottom-color: #e94c4c;
  background-image: url(/career/interview/img/icon_mike_global.svg);
}
.ua-edge .interview.detail.global .interview_title,
.ua-ie .interview.detail.global .interview_title {
  background-image: url(/career/interview/img/icon_mike_global.png);
}
.interview.detail .interview_kanji_area {
  display: table;
}
.interview.detail .interview_kanji_area:after {
  content: "";
  clear: both;
  display: block !important;
}
.interview.detail .interview_kanji {
  display: table-cell;
  width: 90px;
  padding: 16px 0;
  vertical-align: middle;
}
.interview.detail .interview_kanji + .interview_text {
  display: table-cell;
  padding: 20px 0 20px 16px;
}
.ua-ie .interview.detail .interview_kanji img {
  width: 90px;
}
.interview.detail .career_interview_title {
  margin-bottom: 50px;
  padding: 10px 10px 10px 50px;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 741px) {
  .interview.detail .career_interview_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .career_interview_title {
    margin-bottom: 8px;
    background-size: 12vw 8vw;
    padding-left: 2.5%;
    padding-right: 2.5%;
    font-size: 18px;
    line-height: 1.6;
  }
}
.interview.detail.sales_staff .career_interview_title {
  background-color: #1791dc;
}
.interview.detail.producer .career_interview_title {
  background-color: #ef9224;
}
.interview.detail.director .career_interview_title {
  background-color: #2d8831;
}
.interview.detail.designer .career_interview_title {
  background-color: #ea6f19;
}
.interview.detail.system_engineer .career_interview_title {
  background-color: #8f248f;
}
.interview.detail.corporate .career_interview_title {
  background-color: #a5cc27;
}
.interview.detail.global .career_interview_title {
  background-color: #e94c4c;
}
.interview.detail .career_interview_nav_list {
  padding: 0;
  list-style: none;
}
.interview.detail .career_interview_nav_list:after {
  content: "";
  clear: both;
  display: block !important;
}
@media screen and (min-width: 741px) {
  .interview.detail .career_interview_nav_list {
    margin: 0 10px;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .career_interview_nav_list {
    width: 100%;
    margin: -8px 0 0 -8px;
    padding: 0 4vw;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.interview.detail .career_interview_nav_list li {
  position: relative;
  float: left;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
.interview.detail .career_interview_nav_list li.is_sales_staff .interview_thumb_job {
  background-color: rgba(23, 145, 220, 0.8);
}
.interview.detail .career_interview_nav_list li.is_producer .interview_thumb_job {
  background-color: rgba(239, 146, 36, 0.8);
}
.interview.detail .career_interview_nav_list li.is_director .interview_thumb_job {
  background-color: rgba(45, 136, 49, 0.8);
}
.interview.detail .career_interview_nav_list li.is_designer .interview_thumb_job {
  background-color: rgba(234, 111, 25, 0.8);
}
.interview.detail .career_interview_nav_list li.is_system_engineer .interview_thumb_job {
  background-color: rgba(143, 36, 143, 0.8);
}
.interview.detail .career_interview_nav_list li.is_corporate .interview_thumb_job {
  background-color: rgba(165, 204, 39, 0.8);
}
.interview.detail .career_interview_nav_list li.is_global .interview_thumb_job {
  background-color: rgba(233, 76, 76, 0.8);
}
@media screen and (min-width: 741px) {
  .interview.detail .career_interview_nav_list li {
    width: 23.5%;
  }
  .interview.detail .career_interview_nav_list li + li {
    margin-left: 2%;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .career_interview_nav_list li {
    width: 47.5%;
    margin-top: 2.5%;
    margin-left: 2.5%;
  }
}
@media screen and (min-width: 530px) and (max-width: 740px) {
  .interview.detail .career_interview_nav_list li {
    width: 30.8%;
  }
}
.interview.detail .career_interview_nav_list a {
  display: block;
}
.interview.detail .interview_thumb_job {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 100%;
  margin: 0;
  padding: 8px 0 0;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 2.5;
  color: #fff;
}
@media screen and (max-width: 740px) {
  .interview.detail .interview_thumb_job {
    width: 34px;
  }
}
.interview.detail .interview_thumb_img {
  margin: 0;
}
.interview.detail .interview_thumb_name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #060606;
  text-align: center;
}
.interview.detail .career_interview_index_link {
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
@media screen and (min-width: 741px) {
  .interview.detail .career_interview_index_link {
    padding-right: 10px;
  }
}
@media screen and (max-width: 740px) {
  .interview.detail .career_interview_index_link {
    padding-right: 4vw;
  }
}
.recruit.index .btn_link {
  min-width: 7em;
}
.recruit.index .recruit_table {
  width: 100%;
}
.recruit.index .recruit_table thead th {
  background: #333;
  color: #fff;
}
.recruit.index .recruit_table thead th + th {
  border-left: 1px solid #666;
}
.recruit.index .recruit_table tbody td:last-child {
  text-align: right;
}
@media screen and (max-width: 740px) {
  .recruit.index .recruit_table table {
    display: block;
  }
  .recruit.index .recruit_table thead {
    display: none;
  }
  .recruit.index .recruit_table td,
  .recruit.index .recruit_table th {
    display: block;
    border: none;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .recruit.index .recruit_table th {
    text-align: center;
  }
  .recruit.index .recruit_table td:last-child {
    padding-bottom: 24px;
  }
}
.apply input::-webkit-input-placeholder,
.apply textarea::-webkit-input-placeholder {
  font-size: 1.3rem;
}
.apply input:-ms-input-placeholder,
.apply textarea:-ms-input-placeholder {
  font-size: 1.3rem;
}
.apply input::-moz-placeholder,
.apply textarea::-moz-placeholder {
  font-size: 1.3rem;
}
.apply .career_table {
  width: 100%;
  table-layout: fixed;
}
.apply .career_table td,
.apply .career_table th {
  padding: 16px;
}
.apply .career_table th {
  width: 190px;
}
.apply .form_table {
  width: 100%;
}
.apply .form_table tr:first-child td,
.apply .form_table tr:first-child th {
  border-top: none;
}
.apply .form_table td,
.apply .form_table th {
  padding-top: 16px;
  padding-bottom: 16px;
  vertical-align: top;
}
.apply .form_table th {
  width: 120px;
  background: 0 0;
  font-weight: 700;
}
.apply .form_table th + td {
  width: 40px;
}
.apply .form_table .input_address input,
.apply .form_table textarea {
  width: 100%;
  line-height: 1.7;
}
.apply .form_table .input_academic_background input,
.apply .form_table .input_email input,
.apply .form_table select[name="job_category"],
.apply .form_table select[name="prefecture"] {
  width: 400px;
}
.apply .form_table .input_birthday input {
  width: 200px;
}
.apply .form_table .first_name,
.apply .form_table .input_tel,
.apply .form_table .input_zip,
.apply .form_table .last_name {
  display: inline-block;
}
.apply .form_table .first_name input,
.apply .form_table .last_name input {
  width: 140px;
}
.apply .form_table .input_tel input {
  width: 90px;
}
.apply .form_table .first_name {
  margin-left: 20px;
}
.apply .form_table .radio_unit {
  display: inline-block;
}
.apply .form_table .gender .radio_unit + .radio_unit {
  margin-left: 4em;
}
.apply .form_table .input_zip input {
  width: 100px;
}
.apply .form_table .current_situation .radio_unit + .radio_unit {
  margin-left: 3em;
}
.apply .btn_entry {
  margin: 16px 0;
}
.apply .btn_entry .btn_link {
  padding: 0;
}
.apply .btn_entry .btn_link input {
  display: inline-block;
  position: relative;
  padding: 1.2em 2em 1.1em 2em;
  border: none;
  background: #cf1818;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.25s ease-in-out;
  min-width: 200px;
}
.apply .btn_entry .btn_link input:hover {
  background: #e62a2a;
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 420px) {
  .apply .btn_entry .btn_link input {
    width: 100%;
  }
}
.apply .btn_entry .btn_link.is_negative input {
  background: #999;
  position: relative;
  background: #999;
}
.apply .btn_entry .btn_link.is_negative input:hover {
  background: #adadad;
}
.apply .btn_entry .btn_link.is_negative input:after {
  left: 1em;
  right: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 740px) {
  .apply .career_table {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .apply .career_table th {
    width: 28%;
  }
  .apply #form_apply {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .apply .form_table td,
  .apply .form_table th {
    border: none;
    padding: 0;
  }
  .apply .form_table th,
  .apply .form_table th + td {
    display: inline-block;
  }
  .apply .form_table th {
    width: auto;
  }
  .apply .form_table td {
    display: block;
  }
  .apply .form_table td:last-child {
    padding-bottom: 24px;
  }
  .apply .form_table .input_academic_background input,
  .apply .form_table .input_email input,
  .apply .form_table select[name="job_category"],
  .apply .form_table select[name="prefecture"] {
    width: 100%;
  }
  .apply .form_table .input_birthday input,
  .apply .form_table .input_zip input {
    width: 100%;
  }
  .apply .form_table .first_name {
    margin-left: 19px;
  }
  .apply .form_table .input_tel input {
    width: 80px;
  }
  .apply .form_table .input_zip input {
    width: 100px;
  }
}
.apply.apply_input .form_table tr > td,
.apply.apply_input .form_table tr > th {
  line-height: 2.5;
}
#confirm_page .form_table th {
  width: 206px;
}
#confirm_page .form_table td {
  width: auto;
}
#confirm_page .btn_entry:first-of-type {
  margin-top: 48px;
}
@media screen and (max-width: 740px) {
  #confirm_page .btn_entry {
    margin-top: 32px;
  }
  #confirm_page .form_table td,
  #confirm_page .form_table th {
    width: 100%;
  }
  #confirm_page .form_table th {
    padding: 8px 0 0;
  }
  #confirm_page .form_table td {
    padding: 0 0 8px;
    border-bottom: 1px solid #e0e0e0;
  }
}
.apply.create .box_b {
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.case .case_title_box {
  width: 100%;
  padding: 16px;
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
.case .case_title_box:after {
  content: "";
  clear: both;
  display: block !important;
}
.case .case_img {
  position: relative;
  float: left;
  width: 220px;
  height: 110px;
  background: #fff;
  border: 1px solid #e6e6e6;
  text-align: center;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
.case .case_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
}
.case .case_body,
.case .case_title {
  margin-left: 240px;
}
.case .case_title {
  font-size: 1.6rem;
  font-weight: 700;
}
.case .case_body {
  font-size: 1.2rem;
}
.case .case_example_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.case .case_example_list li {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
}
.case .case_example_list li:after {
  content: "";
  clear: both;
  display: block !important;
}
.case .case_example_list a {
  color: #333;
  text-decoration: none;
}
.case .case_example_body,
.case .case_example_img {
  display: table-cell;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 16px;
  padding-bottom: 16px;
  vertical-align: middle;
}
.case .case_example_img {
  width: 160px;
}
.case .case_example_body {
  padding-left: 16px;
}
.case .case_example_title {
  margin-bottom: 4px;
  font-size: 1.6rem;
  font-weight: 700;
}
.case .case_example_text {
  margin-top: 0;
}
@media screen and (max-width: 740px) {
  .case .case_title_box {
    padding: 8px 2.5%;
  }
  .case .case_img {
    width: 160px;
    height: auto;
    padding: 8px;
  }
  .case .case_img img {
    position: static;
  }
  .case .case_title {
    margin-left: 180px;
  }
  .case .case_body {
    margin-left: 0;
  }
  .case .case_body {
    margin-top: 8px;
  }
  .case .box_c li,
  .case .box_c p {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .case .case_example_img,
  .case .case_example_img img {
    width: 110px;
  }
}
.movie_wrap {
  position: relative;
  width: 100%;
  padding: 56% 0 0 0;
}
@media screen and (max-width: 740px) {
  .movie_wrap {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
.movie_wrap .movie_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.others .box_b {
  margin-top: 24px;
  margin-bottom: 24px;
}
.others .box_b li:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}
.others .box_b li:last-child:after {
  margin-bottom: 0;
}
.others .box_b .request_to_customer_body {
  margin-top: 0;
  padding: 0;
}
.others .request_to_customer_title {
  margin-bottom: 0;
}
@media screen and (min-width: 741px) {
  .others .box_b ol,
  .others .box_b ul {
    padding-right: 40px;
  }
  .others .box_b ol {
    padding-left: 40px;
  }
  .others .box_b ol ol {
    padding-left: 0;
    padding-right: 0;
  }
  .others .box_b ul {
    padding-left: 48px;
  }
  .others .box_b ul ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .others .box_c {
    padding: 0 2.5%;
  }
}
#st_notification_page .notification_dl dt {
  font-weight: 700;
}
#st_notification_page .notification_dl dd {
  margin: 0;
}
#logoguide_page .about_logo_usage_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  letter-spacing: -0.4em;
}
#logoguide_page .about_logo_usage_list li {
  display: inline-block;
  margin-right: 15px;
  letter-spacing: normal;
}
#logoguide_page .about_logo_usage_list li:first-child:after {
  content: none;
}
#logoguide_page .about_logo_usage_list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 450px) {
  #logoguide_page .about_logo_usage_list li {
    width: 100%;
    margin: 0 0 10px;
  }
  #logoguide_page .about_logo_usage_list li:last-child {
    margin-bottom: 0;
  }
}
#logoguide_page .about_logo_usage_list .btn_link.logoguide_btn_link:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  bottom: 6px;
}
#logoguide_page .logo_download_list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: -0.4em;
}
#logoguide_page .logo_download_list ul li {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  letter-spacing: normal;
}
#logoguide_page .logo_download_list ul li:after {
  content: none;
}
#logoguide_page .logo_download_list ul li:last-child {
  margin-right: 0;
}
#logoguide_page .logo_download_list ul li p {
  margin-bottom: 10px;
  background-color: #b2b2b2;
}
@media screen and (max-width: 740px) {
  .ua-desktop #logoguide_page .logo_download_list {
    display: none;
  }
}
.ua-android #logoguide_page .logo_download_list,
.ua-mobile-ipad #logoguide_page .logo_download_list,
.ua-mobile-iphone #logoguide_page .logo_download_list {
  display: none;
}
@media screen and (max-width: 740px) {
  #logomanual_page .concept figure {
    text-align: center;
  }
}
#logomanual_page .logo_use_list {
  margin: -24px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#logomanual_page .logo_use_list:after {
  content: "";
  clear: both;
  display: block !important;
}
#logomanual_page .logo_use_list li {
  float: left;
  margin-top: 24px;
}
#logomanual_page .logo_use_list li:after {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #logomanual_page .logo_use_list li {
    width: 49%;
    margin-left: 2%;
    font-size: 1.3rem;
  }
  #logomanual_page .logo_use_list li:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #logomanual_page .logo_use_list li {
    width: 171px;
    margin-left: 18px;
  }
  #logomanual_page .logo_use_list li:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  #logomanual_page .logo_use_list li {
    width: 178px;
    margin-left: 27px;
  }
  #logomanual_page .logo_use_list li:nth-child(5n + 1) {
    margin-left: 0;
  }
}
#logomanual_page .logo_use_list .btn_unit {
  margin: 14px 0 10px;
}
#logomanual_page .logo_use_list .btn {
  display: block;
}
@media screen and (max-width: 740px) {
  #logomanual_page .logo_use_list .btn {
    padding: 1.2em 0.4em 1.1em;
  }
}
#logomanual_page .logo_use_list .download_text {
  margin: 10px 0 0;
}
@media screen and (max-width: 740px) {
  #logomanual_page .logo_use_list .download_text a {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  #permisson_page .global_header {
    background-color: #dbd8d0;
  }
}
#permisson_page .header_contents {
  height: 57px;
  margin: auto;
}
@media screen and (min-width: 741px) {
  #permisson_page .header_contents {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  #permisson_page .header_contents {
    height: 60px;
    width: 740px;
  }
}
@media screen and (max-width: 740px) {
  #permisson_page .header_contents {
    height: 55px;
    width: 100%;
  }
}
@media screen and (min-width: 741px) {
  #permisson_page .header_logo {
    padding: 5px 0;
  }
}
@media screen and (max-width: 740px) {
  #permisson_page .header_logo {
    padding: 5px 10px 0 2.5%;
  }
}
#permisson_page .header_logo a {
  pointer-events: none;
}
#permisson_page .footer_nav,
#permisson_page .global_nav,
#permisson_page .global_nav__list {
  display: none;
}
#permisson_page .permisson_lead_text {
  margin: 0 0 33px;
}
#permisson_page .ttl_a {
  padding: 26px 0;
}
@media screen and (max-width: 740px) {
  #permisson_page .ttl_small {
    display: inline-block;
    padding-left: 2.5%;
  }
}
@media screen and (max-width: 350px) {
  #permisson_page .ttl_small {
    display: block;
    padding-left: 0;
  }
}
#permisson_page .permisson_closing_word {
  text-align: right;
}
#permisson_page .global_footer .copyright {
  float: none;
  text-align: center;
}
@media screen and (max-width: 740px) {
  #permisson_page .permisson_closing_word,
  #permisson_page .permisson_lead_text {
    padding: 0 2.5%;
  }
}
#inquiry_page .inquiry_list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 500px) {
  #inquiry_page .inquiry_list li {
    float: left;
    width: 48.8%;
  }
}
@media screen and (min-width: 741px) {
  #inquiry_page .inquiry_list li {
    width: 31.7%;
  }
}
@media screen and (max-width: 499px) {
  #inquiry_page .inquiry_list li:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 500px) and (max-width: 740px) {
  #inquiry_page .inquiry_list li:not(:nth-child(-n + 2)) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 741px) {
  #inquiry_page .inquiry_list li:not(:nth-child(-n + 3)) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 500px) and (max-width: 740px) {
  #inquiry_page .inquiry_list li:not(:nth-child(2n + 1)) {
    margin-left: 2.4%;
  }
}
@media screen and (min-width: 741px) {
  #inquiry_page .inquiry_list li:not(:nth-child(3n + 1)) {
    margin-left: 2.4%;
  }
}
#inquiry_page .inquiry_image_box {
  position: relative;
}
#inquiry_page .inquiry_image_box a {
  display: block;
}
#inquiry_page .inquiry_title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  width: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 20px;
}
#inquiry_page .inquiry_image {
  margin: 0;
}
#inquiry_page .inquiry_image img {
  width: 100%;
}
#inquiry_page .inquiry_lead {
  margin-top: 8px;
}
#adspolicy_page .box_b {
  margin-bottom: 60px;
}
@media screen and (max-width: 740px) {
  #adspolicy_page .box_b {
    margin-bottom: 40px;
  }
}
#adspolicy_page .img_list {
  margin-top: 24px;
  display: flex;
  align-items: center;
  list-style: none;
  margin-block-end: 0;
  padding-inline-start: 0;
}
@media screen and (max-width: 740px) {
  #adspolicy_page .img_list {
    flex-direction: column;
    justify-content: center;
  }
}
#adspolicy_page .img_list .img_list_item {
  margin-right: 24px;
}
@media screen and (max-width: 740px) {
  #adspolicy_page .img_list .img_list_item {
    margin-bottom: 0;
  }
}
#adspolicy_page .img_list .img_list_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  #adspolicy_page .img_list .img_list_item {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
#top_page.en .annuncement__item dt {
  width: 4em;
}
.en.map .company_data_text:before {
  width: 170px;
}
@media screen and (min-width: 741px) {
  #directors_page.en .matsushimayoshiharu .person_photo {
    right: -10px;
  }
}
#purpose_page .container {
  letter-spacing: 0;
}
#purpose_page .purpose_intro .purpose_intro_text {
  font-weight: 400;
}
.en.news .news_item dd {
  min-height: 45px;
}
.news.press.detail .footer_sns {
  margin-top: -8px;
  padding: 8px;
  background: #dbd8d0;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: -0.5em;
}
.news.press.detail .footer_sns,
.news.press.detail .footer_sns a {
  color: #666;
}
.news.press.detail .footer_sns > * {
  letter-spacing: normal;
}
.news.press.detail .footer_sns .footer_sns_text {
  margin-right: 12px;
}
.news.press.detail .footer_sns .footer_sns_item {
  font-size: 1.4rem;
}
.news.press.detail .footer_sns .footer_sns_item + .footer_sns_item {
  margin-left: 8px;
}
.news.press.detail .footer_sns .sns_link__facebook a:before {
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e801";
}
.news.press.detail .footer_sns .sns_link__linkedin a:before {
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
}
.en.recruit .apply_area {
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem;
}
.en.recruit .apply_area a {
  margin-top: 10px;
}
@media screen and (min-width: 741px) {
  .en.recruit .apply_area {
    margin-bottom: 200px;
  }
}
