@charset "UTF-8";
/* //////////////////////////////////////////////////
[Base]
////////////////////////////////////////////////// */
/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
  display: block; }

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html, body {
  width: 100%; }

/* for mozilla: always display scrollbar */
body {
  word-break: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  background: none; }

a {
  color: #2e394b; }

a:link, a:visited {
  text-decoration: none; }

a:hover, a:active {
  text-decoration: none; }

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li {
  list-style: none; }

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  resize: vertical; }

legend {
  display: none; }

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
  border: none;
  vertical-align: top; }

object {
  vertical-align: middle;
  outline: none; }

em, strong {
  font-weight: bold;
  font-style: normal; }

small {
  font-size: 100%; }

abbr, acronym {
  border: none;
  font-variant: normal; }

.clr {
  zoom: 1; }

.clr:after {
  content: "";
  display: block;
  clear: both; }

body {
  min-width: 1025px;
  font-family: TazuganeGothicStdN-Light, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #252525;
  line-height: 1.87;
  font-size: 16px;
  overflow-y: scroll;
  letter-spacing: 0.08em;
  font-feature-settings: "palt"; }
  body:lang(en) {
    letter-spacing: 0em; }
  body.page-template-page-template-jobs .wrapper {
    overflow: hidden; }
  body.page-template-page-template-contacts .wrapper, body.page-template-page-template-contact .wrapper, body.page-template-page-template-pressroom-presskit .wrapper, body.error404 .wrapper, body.page-template-page-template-ir-notice .wrapper, body.page-template-page-template-ir-disclaimer .wrapper {
    min-height: 100vh;
    overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 14px !important; } }
  @media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    body {
      font-size: 12px !important; } }
  body .wrapper {
    position: relative; }
    body .wrapper.contacts-wrapper, body .wrapper.press-room-wrapper, body .wrapper.jobs-wrapper, body .wrapper.error-wrapper {
      min-height: 100vh;
      overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body {
      min-width: 100%;
      min-height: 100%;
      width: 100%;
      overflow-x: hidden; }
      body .wrapper {
        width: 100%;
        overflow-x: hidden; }
      body .sp {
        display: block; }
      body .pc {
        display: none; } }
  body .inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0; }
    @media only screen and (min-width: 1024px) and (max-width: 1199px) {
      body .inner {
        width: 980px;
        max-width: 1160px;
        margin: auto; } }
    @media only screen and (min-width: 1100px) {
      body .inner {
        width: 960px;
        max-width: 1160px;
        margin: auto; } }
    @media only screen and (max-width: 767px) {
      body .inner {
        width: auto;
        max-width: 100%;
        padding: 0 20px; } }
  body .container {
    z-index: 5;
    position: relative;
    width: 100%;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      body .container {
        padding-left: 0; } }
    body .container ::selection {
      background: #CCC;
      color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      body .container {
        font-size: 92%; } }
    @media only screen and (min-width: 1024px) and (max-width: 1199px) {
      body .container {
        font-size: 92%; } }
  body .section {
    padding: 60px 0; }
    @media only screen and (max-width: 767px) {
      body .section {
        padding: 40px 0; } }

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  letter-spacing: 0.08em;
  box-sizing: border-box; }
  *:lang(en) {
    letter-spacing: 0em; }

.no-scroll {
  height: 100vh;
  overflow: hidden; }

a {
  color: #252525;
  cursor: pointer;
  text-decoration: none;
  font-size: 100%; }
  a, a img {
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-property: all;
    -webkit-backface-visibility: hidden; }
  a:hover {
    color: #252525;
    text-decoration: none; }

hr {
  border: none;
  height: 1px;
  background-color: #e8132a; }

ul {
  list-style-type: none;
  padding: 0; }

sup {
  font-size: 11px; }

small {
  font-size: 11px; }

.row {
  box-sizing: content-box; }
  .row:after {
    clear: both;
    content: "";
    display: block; }

.grid-w-1 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 8.33333%; }

.grid-w-2 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 16.66667%; }

.grid-w-3 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 25%; }

.grid-w-4 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 33.33333%; }

.grid-w-5 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 41.66667%; }

.grid-w-6 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 50%; }

.grid-w-7 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 58.33333%; }

.grid-w-8 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 66.66667%; }

.grid-w-9 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 75%; }

.grid-w-10 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 83.33333%; }

.grid-w-11 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 91.66667%; }

.grid-w-12 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%; }

.grid-mt-10 {
  margin-top: 10px !important; }

.grid-mb-10 {
  margin-bottom: 10px !important; }

.grid-ml-10 {
  margin-left: 10px !important; }

.grid-mr-10 {
  margin-right: 10px !important; }

.grid-mt-20 {
  margin-top: 20px !important; }

.grid-mb-20 {
  margin-bottom: 20px !important; }

.grid-ml-20 {
  margin-left: 20px !important; }

.grid-mr-20 {
  margin-right: 20px !important; }

.grid-mt-30 {
  margin-top: 30px !important; }

.grid-mb-30 {
  margin-bottom: 30px !important; }

.grid-ml-30 {
  margin-left: 30px !important; }

.grid-mr-30 {
  margin-right: 30px !important; }

.grid-mt-40 {
  margin-top: 40px !important; }

.grid-mb-40 {
  margin-bottom: 40px !important; }

.grid-ml-40 {
  margin-left: 40px !important; }

.grid-mr-40 {
  margin-right: 40px !important; }

.grid-mt-50 {
  margin-top: 50px !important; }

.grid-mb-50 {
  margin-bottom: 50px !important; }

.grid-ml-50 {
  margin-left: 50px !important; }

.grid-mr-50 {
  margin-right: 50px !important; }

.grid-mt-60 {
  margin-top: 60px !important; }

.grid-mb-60 {
  margin-bottom: 60px !important; }

.grid-ml-60 {
  margin-left: 60px !important; }

.grid-mr-60 {
  margin-right: 60px !important; }

.grid-mt-70 {
  margin-top: 70px !important; }

.grid-mb-70 {
  margin-bottom: 70px !important; }

.grid-ml-70 {
  margin-left: 70px !important; }

.grid-mr-70 {
  margin-right: 70px !important; }

.grid-mt-80 {
  margin-top: 80px !important; }

.grid-mb-80 {
  margin-bottom: 80px !important; }

.grid-ml-80 {
  margin-left: 80px !important; }

.grid-mr-80 {
  margin-right: 80px !important; }

.grid-mt-90 {
  margin-top: 90px !important; }

.grid-mb-90 {
  margin-bottom: 90px !important; }

.grid-ml-90 {
  margin-left: 90px !important; }

.grid-mr-90 {
  margin-right: 90px !important; }

.grid-mt-100 {
  margin-top: 100px !important; }

.grid-mb-100 {
  margin-bottom: 100px !important; }

.grid-ml-100 {
  margin-left: 100px !important; }

.grid-mr-100 {
  margin-right: 100px !important; }

.sp {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  img {
    max-width: 100%;
    height: auto; }
    img.sp {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1; } }
.hide {
  display: none !important; }

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

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

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

.share-button {
  text-align: center; }
  .share-button ul {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1; }
    .share-button ul:after {
      clear: both;
      content: "";
      display: block; }
    .share-button ul li {
      float: left;
      height: 20px;
      line-height: 20px;
      margin: 0 10px;
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1; }
      @media only screen and (max-width: 767px) {
        .share-button ul li {
          margin: 0 5px; } }

strong {
  padding: 6px;
  font-weight: bold;
  font-size: 100%;
  letter-spacing: 0.1em; }
  strong.strong-black {
    color: #FFF;
    background: #000; }
  strong.strong-yellow {
    background: #ebc400; }

p {
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0; }

.clear {
  clear: both; }

.font-large {
  font-size: 150%; }

.font-medium {
  font-size: 120%; }

.font-small {
  font-size: 70%; }

.font-bold {
  font-weight: bold; }

.font-dash {
  letter-spacing: -4px;
  padding: 0 6px;
  font-weight: normal; }

.font-din {
  font-family: "URWDINCond-Medium", sans-serif; }

.font-axis {
  font-family: "AXIS Std", TazuganeGothicStdN-Light, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.left {
  float: left; }

.right {
  float: right; }

.vertical-middle-parent {
  display: table;
  height: 100%;
  min-width: 100%; }

.vertical-middle-child {
  display: table-cell;
  min-width: 100%;
  vertical-align: middle; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  max-width: 100%;
  padding: 8px 20px;
  background: #FFF;
  box-sizing: border-box;
  border: 2px solid #FFF;
  -webkit-appearance: none; }
  @media only screen and (max-width: 767px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    textarea {
      padding: 5px 6px;
      font-size: 100%; } }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    border: 2px solid #0b77b8; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #85c2d5;
    font-weight: bold;
    vertical-align: middle; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #85c2d5;
    font-weight: bold;
    vertical-align: middle; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #85c2d5;
    font-weight: bold;
    vertical-align: middle; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #85c2d5;
    font-weight: bold;
    vertical-align: middle; }

.warn {
  color: #e8132a; }

.imgResize img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/assets/img/ajax-loader.gif) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    transform: rotate(-45deg); }
  .modaal-close:after {
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }
.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg); }
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg); }
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }
.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }

  .modaal-gallery-next {
    left: auto;
    right: 20px; }

  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }

  .modaal-instagram iframe {
    width: 600px !important; } }
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  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 {
  from,
  20%,
  53%,
  80%,
  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 {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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); }
  2%,
  6%,
  10% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  4%,
  8%,
  12% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  14% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  animation-duration: 10s !important; }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  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 {
  from,
  20%,
  40%,
  60%,
  80%,
  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-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  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 {
  from,
  60%,
  75%,
  90%,
  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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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(200%, 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, 300%, 0);
    transform: translate3d(0, 300%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 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; }

.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.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s; }
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s; }
  .animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms; }
  .animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms; }
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s; }

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }
.font-color-red {
  color: #e8132a; }

.font-color-green {
  color: #51b1a3; }

.font-color-yellow {
  color: #ebc400; }

.font-color-lightgreen {
  color: #71bf79; }

.font-color-black {
  color: #2d2d2d !important; }

.font-color-darkorange {
  color: #ea9b22 !important; }

.font-color-darkblue {
  color: #081441 !important; }

.section {
  position: relative;
  padding: 90px 0 50px; }

.invisible {
  transition: opacity 1s ease;
  opacity: 0; }

.visible {
  transition: opacity 1s ease;
  opacity: 1; }

.modaal-inner-wrapper {
  padding: 80px 25px; }
  @media only screen and (max-width: 767px) {
    .modaal-inner-wrapper {
      padding: 250px 25px; } }
  .modaal-inner-wrapper .modaal-container {
    height: 100%;
    background: transparent;
    text-align: center; }
    .modaal-inner-wrapper .modaal-container .modaal-content-container {
      padding: 0; }
    .modaal-inner-wrapper .modaal-container .modaal-close:hover::before, .modaal-inner-wrapper .modaal-container .modaal-close:hover::after {
      background: #0b77b8; }

.top-wrapper::before,
.page-template-homepage::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: -moz-linear-gradient(top, #FFC778, transparent);
  background: -webkit-linear-gradient(top, #FFC778, transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  height: 150px;
  width: 100%;
  content: "";
  pointer-events: none;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .top-wrapper::before,
    .page-template-homepage::before {
      height: 100px; } }
.top-wrapper header.header,
.page-template-homepage header.header {
  position: absolute;
  top: 30px;
  right: 40px;
  left: 30px;
  z-index: 1000;
  max-width: 100%;
  width: auto; }
  @media only screen and (max-width: 767px) {
    .top-wrapper header.header,
    .page-template-homepage header.header {
      position: absolute;
      top: 20px;
      right: 30px;
      left: 20px; } }
  .top-wrapper header.header .header-inner .header-container .header-menu-main .header-left .header-toggle .header-lang .ja select,
  .top-wrapper header.header .header-inner .header-container .header-menu-main .header-left .header-toggle .header-lang .en select,
  .page-template-homepage header.header .header-inner .header-container .header-menu-main .header-left .header-toggle .header-lang .ja select,
  .page-template-homepage header.header .header-inner .header-container .header-menu-main .header-left .header-toggle .header-lang .en select {
    border-bottom: 1px solid #fff;
    color: #fff; }
  .top-wrapper header.header .header-inner .header-container .header-menu-main .header-left .header-toggle .menu-toggle span,
  .page-template-homepage header.header .header-inner .header-container .header-menu-main .header-left .header-toggle .menu-toggle span {
    background: #fff; }
  .top-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li a,
  .page-template-homepage header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li a {
    color: #fff;
    opacity: 1; }
    .top-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li a:hover,
    .page-template-homepage header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li a:hover {
      opacity: 0.5; }
  .top-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li:last-child,
  .page-template-homepage header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li:last-child {
    border-right: 1px solid #fff; }
  .top-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-lang .ja a,
  .top-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-lang .en a,
  .page-template-homepage header.header .header-inner .header-container .header-menu-main .header-right .header-lang .ja a,
  .page-template-homepage header.header .header-inner .header-container .header-menu-main .header-right .header-lang .en a {
    color: #fff; }
  .top-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-lang .ja span,
  .top-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-lang .en span,
  .page-template-homepage header.header .header-inner .header-container .header-menu-main .header-right .header-lang .ja span,
  .page-template-homepage header.header .header-inner .header-container .header-menu-main .header-right .header-lang .en span {
    color: #fff; }

.about-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.about a,
.page-template-page-template-about header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.about a,
.page-template-page-template-about-message header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.about a,
.page-template-page-template-about-mission header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.about a,
.page-template-page-template-about-leadership header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.about a,
.page-template-page-template-about-profile header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.about a,
.page-template-page-template-about-history header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.about a {
  opacity: 1; }

.service-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.service a,
.page-template-page-template-service header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.service a {
  opacity: 1; }

.jobs-wrapper::before,
.page-template-page-template-jobs::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #000;
  background: -moz-linear-gradient(top, #FFC778, transparent);
  background: -webkit-linear-gradient(top, #FFC778, transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  height: 150px;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  content: "";
  z-index: 10;
  pointer-events: none; }
  @media only screen and (max-width: 767px) {
    .jobs-wrapper::before,
    .page-template-page-template-jobs::before {
      content: none; } }
.jobs-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li a,
.page-template-page-template-jobs header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li a {
  color: #fff; }
.jobs-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li:last-child,
.page-template-page-template-jobs header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li:last-child {
  border-right: 1px solid #fff; }
.jobs-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.jobs a,
.page-template-page-template-jobs header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.jobs a {
  opacity: 1; }
.jobs-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-lang .ja a,
.jobs-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-lang .en a,
.page-template-page-template-jobs header.header .header-inner .header-container .header-menu-main .header-right .header-lang .ja a,
.page-template-page-template-jobs header.header .header-inner .header-container .header-menu-main .header-right .header-lang .en a {
  color: #fff; }
.jobs-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-lang .ja span,
.jobs-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-lang .en span,
.page-template-page-template-jobs header.header .header-inner .header-container .header-menu-main .header-right .header-lang .ja span,
.page-template-page-template-jobs header.header .header-inner .header-container .header-menu-main .header-right .header-lang .en span {
  color: #fff; }

.contacts-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.contacts a,
.page-template-page-template-contacts header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.contacts a,
.page-template-page-template-contact header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.contacts a {
  opacity: 1; }

.press-room-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.press-room a,
.page-template-page-template-press-room header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.press-room a,
.page-template-page-template-pressroom-presskit header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.press-room a,
.date header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.press-room a,
.category-notice header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.press-room a,
.category-press-release header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.press-room a,
.single-post header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.press-room a {
  opacity: 1; }

.ir-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.ir a,
.page-template-page-template-ir header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.ir a {
  opacity: 1; }

.esg-wrapper header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.esg a,
.page-template-page-template-esg header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li.esg a {
  opacity: 1; }

.page-template-page-template-esg-environment,
.page-template-page-template-esg-governance,
.page-template-page-template-esg-humanrights,
.page-template-page-template-esg-securitypolicy,
.page-template-page-template-esg-social{
  #ir-sub-menu {
    display: none;
  }
}



header.header {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  max-width: 960px;
  width: 960px; }
  @media only screen and (max-width: 767px) {
    header.header {
      position: absolute;
      top: 20px;
      right: 30px;
      left: 20px;
      max-width: 100%;
      width: auto; } }
  header.header .header-inner .header-container .header-menu-main {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      header.header .header-inner .header-container .header-menu-main .header-left {
        display: flex;
        flex-direction: row;
        webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-content: stretch;
        -ms-flex-line-pack: stretch;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
        z-index: 100; } }
    @media only screen and (max-width: 767px) {
      header.header .header-inner .header-container .header-menu-main .header-left .header-logo a h1 img {
        height: 50px;
        width: auto; } }
    header.header .header-inner .header-container .header-menu-main .header-left .header-toggle {
      display: none;
      z-index: 200;
      z-index: 10000; }
      @media only screen and (max-width: 767px) {
        header.header .header-inner .header-container .header-menu-main .header-left .header-toggle {
          display: flex;
          flex-direction: row;
          webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          align-content: stretch;
          -ms-flex-line-pack: stretch; } }
      header.header .header-inner .header-container .header-menu-main .header-left .header-toggle .header-lang {
        margin-top: -5px;
        margin-right: 50px; }
        header.header .header-inner .header-container .header-menu-main .header-left .header-toggle .header-lang .ja select {
          display: inline-block;
          vertical-align: top;
          *display: inline;
          *zoom: 1;
          padding: 0 0 1px 0;
          font-weight: bold;
          font-family: TazuganeGothicStdN-Medium, sans-serif;
          border-bottom: 1px solid #252525;
          background: transparent;
          color: #252525;
          border-radius: 0;
          letter-spacing: 0; }
      header.header .header-inner .header-container .header-menu-main .header-left .header-toggle .menu-toggle {
        position: fixed;
        top: 34px;
        right: 20px;
        display: inline-block;
        z-index: 200;
        width: 40px;
        height: 20px;
        vertical-align: middle;
        cursor: pointer; }
        header.header .header-inner .header-container .header-menu-main .header-left .header-toggle .menu-toggle.active-scroll span {
          background-color: #252525; }
        header.header .header-inner .header-container .header-menu-main .header-left .header-toggle .menu-toggle span {
          display: inline-block;
          position: absolute;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #252525;
          vertical-align: top; }
          header.header .header-inner .header-container .header-menu-main .header-left .header-toggle .menu-toggle span:nth-of-type(1) {
            top: 0; }
          header.header .header-inner .header-container .header-menu-main .header-left .header-toggle .menu-toggle span:nth-of-type(2) {
            top: 50%; }
          header.header .header-inner .header-container .header-menu-main .header-left .header-toggle .menu-toggle span:nth-of-type(3) {
            bottom: 0; }
      header.header .header-inner .header-container .header-menu-main .header-left .header-toggle.active .header-lang .ja select {
        color: #252525;
        border-bottom: 1px solid #252525; }
      header.header .header-inner .header-container .header-menu-main .header-left .header-toggle.active .menu-toggle span {
        background-color: #252525; }
        header.header .header-inner .header-container .header-menu-main .header-left .header-toggle.active .menu-toggle span:nth-of-type(1) {
          -webkit-transform: translateY(9px) rotate(-30deg);
          transform: translateY(9px) rotate(-30deg); }
        header.header .header-inner .header-container .header-menu-main .header-left .header-toggle.active .menu-toggle span:nth-of-type(2) {
          opacity: 0; }
        header.header .header-inner .header-container .header-menu-main .header-left .header-toggle.active .menu-toggle span:nth-of-type(3) {
          -webkit-transform: translateY(-10px) rotate(30deg);
          transform: translateY(-10px) rotate(30deg); }
    header.header .header-inner .header-container .header-menu-main .header-right {
      display: flex;
      flex-direction: row;
      webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-content: stretch;
      -ms-flex-line-pack: stretch;
      margin-top: -4px; }
      @media only screen and (max-width: 767px) {
        header.header .header-inner .header-container .header-menu-main .header-right {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100%;
          margin-top: 0;
          padding: 120px 0 0;
          background: #f2f2f2;
          text-align: center; } }
      @media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        header.header .header-inner .header-container .header-menu-main .header-right {
          min-height: 568px;
          overflow: auto;
          -webkit-overflow-scrolling: touch; } }
      header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul {
        display: flex;
        flex-direction: row;
        webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-content: stretch;
        -ms-flex-line-pack: stretch; }
        @media only screen and (max-width: 767px) {
          header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul {
            display: block; } }
        header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li {
          padding: 0 6px;
          line-height: 1; }
          @media only screen and (max-width: 767px) {
            header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li {
              margin-bottom: 30px;
              padding: 0; } }
          header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li a {
            opacity: 0.5;
            font-family: TazuganeGothicStdN-Medium, sans-serif; }
            header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li a:hover {
              opacity: 1; }
            @media only screen and (max-width: 767px) {
              header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li a {
                font-size: 129%;
                color: #252525 !important; } }
          header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li:last-child {
            padding-right: 16px;
            border-right: 1px solid #252525; }
            @media only screen and (max-width: 767px) {
              header.header .header-inner .header-container .header-menu-main .header-right .header-menu ul li:last-child {
                padding-right: 0;
                border-right: none; } }
      header.header .header-inner .header-container .header-menu-main .header-right .header-menu .header-menu-bottom {
        position: absolute;
        right: 0;
        bottom: 20px;
        left: 0;
        margin: auto; }
        header.header .header-inner .header-container .header-menu-main .header-right .header-menu .header-menu-bottom ul li a {
          font-size: 100%; }
      header.header .header-inner .header-container .header-menu-main .header-right .header-lang {
        display: flex;
        flex-direction: row;
        webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-content: stretch;
        -ms-flex-line-pack: stretch;
        margin-left: 16px; }
        @media only screen and (max-width: 767px) {
          header.header .header-inner .header-container .header-menu-main .header-right .header-lang {
            margin-left: 0;
            justify-content: center;
            align-items: center; } }
        header.header .header-inner .header-container .header-menu-main .header-right .header-lang .ja,
        header.header .header-inner .header-container .header-menu-main .header-right .header-lang .en {
          line-height: 1; }
          header.header .header-inner .header-container .header-menu-main .header-right .header-lang .ja a,
          header.header .header-inner .header-container .header-menu-main .header-right .header-lang .en a {
            opacity: 0.5;
            font-family: TazuganeGothicStdN-Medium, sans-serif; }
            @media only screen and (max-width: 767px) {
              header.header .header-inner .header-container .header-menu-main .header-right .header-lang .ja a,
              header.header .header-inner .header-container .header-menu-main .header-right .header-lang .en a {
                font-size: 139%;
                color: #252525 !important; } }
            header.header .header-inner .header-container .header-menu-main .header-right .header-lang .ja a:hover,
            header.header .header-inner .header-container .header-menu-main .header-right .header-lang .en a:hover {
              opacity: 1; }
            header.header .header-inner .header-container .header-menu-main .header-right .header-lang .ja a.active,
            header.header .header-inner .header-container .header-menu-main .header-right .header-lang .en a.active {
              opacity: 1; }

.header-menu-sub {
  margin-top: -20px; }
  @media only screen and (max-width: 767px) {
    .header-menu-sub {
      margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .header-menu-sub.sp-header-menu-sub {
      position: absolute;
      top: 113px;
      right: 20px;
      left: 20px; } }
  .header-menu-sub ul {
    display: flex;
    flex-direction: row;
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .header-menu-sub ul:lang(en) {
        margin: 0 -12px; } }
    @media only screen and (max-width: 767px) {
      .header-menu-sub ul {
        margin: 0 -15px;
        justify-content: flex-start; } }
    .header-menu-sub ul li {
      position: relative;
      z-index: 100;
      margin: 0 15px; }
      .header-menu-sub ul li:lang(en) {
        margin: 0 12px; }
      .header-menu-sub ul li a {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        position: relative;
        font-size: 82%; }
        @media only screen and (max-width: 767px) {
          .header-menu-sub ul li a {
            font-size: 85.72%; } }
        .header-menu-sub ul li a:lang(en) {
          font-size: 75%; }
          .header-menu-sub ul li a:lang(en)::before {
            position: absolute;
            top: 50%;
            right: -12px;
            width: 7px;
            height: 4px; }
        .header-menu-sub ul li a::before {
          position: absolute;
          top: 50%;
          right: -16px;
          transform: translate(0, -50%);
          width: 10px;
          height: 6px;
          background: url(../img/arrow-bottom-small-black@2x.png) no-repeat 50% 50%;
          background-size: cover;
          content: ""; }

.contacts-wrapper footer.footer::before,
.press-room-wrapper footer.footer::before,
.page-template-page-template-contacts footer.footer::before,
.page-template-page-template-contact footer.footer::before,
.page-template-page-template-pressroom-presskit footer.footer::before,
.error-wrapper footer.footer::before,
.error404 footer.footer::before,
.page-template-page-template-ir-notice footer.footer::before,
.page-template-page-template-ir-disclaimer footer.footer::before {
  position: absolute;
  bottom: -100vh;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #252525;
  content: "";
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .contacts-wrapper footer.footer::before,
    .press-room-wrapper footer.footer::before,
    .page-template-page-template-contacts footer.footer::before,
    .page-template-page-template-contact footer.footer::before,
    .page-template-page-template-pressroom-presskit footer.footer::before,
    .error-wrapper footer.footer::before,
    .error404 footer.footer::before,
    .page-template-page-template-ir-notice footer.footer::before,
    .page-template-page-template-ir-disclaimer footer.footer::before {
      content: none; } }

footer.footer {
  position: relative;
  text-align: center;
  background-color: #252525;
  padding: 51px 0;
  z-index: 10; }
  footer.footer .footer-container .footer-top {
    margin-bottom: 79px; }
    @media only screen and (max-width: 767px) {
      footer.footer .footer-container .footer-top {
        margin-bottom: 46px; } }
    footer.footer .footer-container .footer-top .footer-menu ul {
      display: flex;
      flex-direction: row;
      webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-content: stretch;
      -ms-flex-line-pack: stretch;
      margin: 0 -15px; }
      @media only screen and (max-width: 767px) {
        footer.footer .footer-container .footer-top .footer-menu ul {
          margin: 0 -10px; } }
      footer.footer .footer-container .footer-top .footer-menu ul li {
        margin: 0 10px; }
        @media only screen and (max-width: 767px) {
          footer.footer .footer-container .footer-top .footer-menu ul li {
            margin: 0 10px 17px; } }
        footer.footer .footer-container .footer-top .footer-menu ul li a {
          color: #fff;
          font-family: TazuganeGothicStdN-Medium, sans-serif; }
          footer.footer .footer-container .footer-top .footer-menu ul li a:hover {
            text-decoration: underline; }
  footer.footer .footer-container .footer-bottom .footer-left {
    margin-bottom: 34px; }
    footer.footer .footer-container .footer-bottom .footer-left ul {
      display: flex;
      flex-direction: row;
      webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-items: center;
      margin: 0 -15px; }
      @media only screen and (max-width: 767px) {
        footer.footer .footer-container .footer-bottom .footer-left ul {
          margin: 0 -7px; } }
      footer.footer .footer-container .footer-bottom .footer-left ul li {
        margin: 0 15px; }
        @media only screen and (max-width: 767px) {
          footer.footer .footer-container .footer-bottom .footer-left ul li {
            margin: 0 7px; } }
        footer.footer .footer-container .footer-bottom .footer-left ul li a {
          font-size: 82%;
          color: #fff; }
          @media only screen and (max-width: 767px) {
            footer.footer .footer-container .footer-bottom .footer-left ul li a {
              font-size: 71%; } }
          footer.footer .footer-container .footer-bottom .footer-left ul li a:hover {
            text-decoration: underline; }
  footer.footer .footer-container .footer-bottom .footer-right .footer-copy-right p {
    font-size: 82%;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      footer.footer .footer-container .footer-bottom .footer-right .footer-copy-right p {
        font-size: 71%; } }

section.section-mainvisual {
  background: url(../img/mainvisual@2x.jpg?mm) no-repeat 50% 50%;
  background-size: cover;
  height: 100vh;
  max-height: 1000px;
  min-height: 600px; }
  @media only screen and (max-width: 767px) {
    section.section-mainvisual {
      background: url(../img/sp-mainvisual@2x.jpg?mm) no-repeat 50% 50%;
      background-size: cover; } }
  section.section-mainvisual .inner {
    position: relative;
    width: 100%;
    max-width: 100%; }
    section.section-mainvisual .inner::before {
      position: absolute;
      right: 0;
      bottom: 30px;
      left: 0;
      width: 28px;
      height: 16px;
      margin: auto;
      background: url(../img/arrow-bottom@2x.png) no-repeat 50% 50%;
      background-size: cover;
      content: ""; }
    section.section-mainvisual .inner .section-title {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      transform: translate(0, -50%);
      width: 935px;
      margin: auto; }
      @media only screen and (max-width: 767px) {
        section.section-mainvisual .inner .section-title {
          width: 294px;
          position: absolute;
          top: 50%;
          right: 35px;
          left: 35px;
          text-align: center; } }
      section.section-mainvisual .inner .section-title h1 {
        color: #fff;
        font-size: 500%;
        line-height: 1.25;
        letter-spacing: 0.04em;
        font-family: "helvetica neue", helvetica, Arial, sans-serif;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          section.section-mainvisual .inner .section-title h1 {
            text-align: left;
            font-size: 193%;
            text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
            letter-spacing: 0; } }
        @media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
          section.section-mainvisual .inner .section-title h1 {
            font-size: 180%; } }
    section.section-mainvisual .inner .section-cont {
      position: absolute;
      right: 0;
      bottom: 19%;
      left: 0;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        section.section-mainvisual .inner .section-cont {
          position: absolute;
          right: 0;
          bottom: 95px;
          left: 0; } }
      section.section-mainvisual .inner .section-cont .cont-movie-btn a.btn {
        position: relative;
        padding-left: 45px;
        font-family: "helvetica neue", helvetica, Arial, sans-serif;
        color: #fff;
        font-size: 250%;
        font-weight: 500;
        letter-spacing: 1.6px; }
        @media only screen and (max-width: 767px) {
          section.section-mainvisual .inner .section-cont .cont-movie-btn a.btn {
            padding-left: 10px;
            margin-left: 10px;
            font-size: 129%; } }
        section.section-mainvisual .inner .section-cont .cont-movie-btn a.btn:hover {
          opacity: 0.8; }
          @media only screen and (max-width: 767px) {
            section.section-mainvisual .inner .section-cont .cont-movie-btn a.btn:hover {
              opacity: 1; } }
        section.section-mainvisual .inner .section-cont .cont-movie-btn a.btn::before {
          position: absolute;
          top: 50%;
          left: -30px;
          width: 60px;
          height: 60px;
          transform: translate(0, -50%);
          background: url(../img/mainvisual-play-btn@2x.png) no-repeat 50% 50%;
          background-size: cover;
          content: ""; }
          @media only screen and (max-width: 767px) {
            section.section-mainvisual .inner .section-cont .cont-movie-btn a.btn::before {
              width: 30px;
              height: 30px; } }

.modaal-wrapper.modaal-inline {
  background: #000; }
  .modaal-wrapper.modaal-inline .modaal-inner-wrapper {
    padding: 100px; }
    @media only screen and (max-width: 767px) {
      .modaal-wrapper.modaal-inline .modaal-inner-wrapper {
        padding: 200px 0; } }
    .modaal-wrapper.modaal-inline .modaal-inner-wrapper .modaal-container {
      max-width: 100%; }
      .modaal-wrapper.modaal-inline .modaal-inner-wrapper .modaal-container .modaal-content {
        height: 100%; }
        .modaal-wrapper.modaal-inline .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container {
          height: 100%; }
          @media only screen and (max-width: 767px) {
            .modaal-wrapper.modaal-inline .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container {
              position: relative; } }

.modal-movie {
  display: none; }

.movie {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%); }
  .movie::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .movie iframe {
        width: 100%;
        height: 100%; } }

.modaal-close {
  top: -9px;
  right: 95px;
  width: 0;
  height: 0; }
  @media only screen and (max-width: 767px) {
    .modaal-close {
      top: 9px;
      right: 63px; } }
  .modaal-close:hover {
    background: none; }

.modaal-inner-wrapper .modaal-container .modaal-close:hover::before,
.modaal-inner-wrapper .modaal-container .modaal-close:hover::after {
  background: #fff; }

.modaal-close:before,
.modaal-close:after {
  border-radius: 0;
  height: 90px;
  width: 2px; }
  @media only screen and (max-width: 767px) {
    .modaal-close:before,
    .modaal-close:after {
      height: 40px;
      width: 1px; } }

.modaal-close:before {
  transform: rotate(-60deg); }

.modaal-close:after {
  transform: rotate(60deg); }

.top-wrapper section.section-mission-top,
.page-template-homepage section.section-mission-top {
  background: #d9dee6; }

section.section-mission-top {
  padding: 147px 0; }
  @media only screen and (max-width: 767px) {
    section.section-mission-top {
      padding: 70px 0 75px; } }
  section.section-mission-top .inner .section-title {
    margin-bottom: 46px; }
    @media only screen and (max-width: 767px) {
      section.section-mission-top .inner .section-title {
        margin-bottom: 40px; } }
    section.section-mission-top .inner .section-title h1 {
      margin-bottom: 5px;
      font-size: 250%;
      font-weight: normal;
      line-height: 1.5;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        section.section-mission-top .inner .section-title h1 {
          font-size: 193%;
          margin-bottom: 7px; } }
  section.section-mission-top .inner .section-cont {
    position: relative; }
    @media only screen and (max-width: 767px) {
      section.section-mission-top .inner .section-cont .cont-mission-top-txt {
        margin-bottom: 38px; } }
    section.section-mission-top .inner .section-cont .cont-mission-top-txt p {
      line-height: 1.5;
      font-size: 188%; }
      @media only screen and (max-width: 767px) {
        section.section-mission-top .inner .section-cont .cont-mission-top-txt p {
          font-size: 129%; } }
    section.section-mission-top .inner .section-cont .cont-mission-top-btn {
      position: absolute;
      right: 0;
      bottom: 0; }
      @media only screen and (max-width: 767px) {
        section.section-mission-top .inner .section-cont .cont-mission-top-btn {
          position: relative; } }
      section.section-mission-top .inner .section-cont .cont-mission-top-btn a.btn {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        position: relative;
        padding: 0 100px 18px 0;
        border-bottom: 1px solid #333333; }
        @media only screen and (max-width: 767px) {
          section.section-mission-top .inner .section-cont .cont-mission-top-btn a.btn {
            position: relative;
            width: 100%;
            padding: 10px 0;
            border: 1px solid #252525;
            border-radius: 4px;
            text-align: center; } }
        section.section-mission-top .inner .section-cont .cont-mission-top-btn a.btn:hover p::before {
          position: absolute;
          top: 13px;
          right: 0; }
          @media only screen and (max-width: 767px) {
            section.section-mission-top .inner .section-cont .cont-mission-top-btn a.btn:hover p::before {
              position: absolute;
              top: 50%;
              right: -16px; } }
        section.section-mission-top .inner .section-cont .cont-mission-top-btn a.btn p {
          font-size: 125%;
          line-height: 1.87;
          font-family: TazuganeGothicStdN-Medium, sans-serif; }
          @media only screen and (max-width: 767px) {
            section.section-mission-top .inner .section-cont .cont-mission-top-btn a.btn p {
              position: relative;
              display: inline-block;
              vertical-align: top;
              *display: inline;
              *zoom: 1;
              font-size: 129%; } }
          section.section-mission-top .inner .section-cont .cont-mission-top-btn a.btn p::before {
            position: absolute;
            top: 13px;
            right: 7px;
            width: 8px;
            height: 14px;
            margin-top: -2px;
            background: url(../img/arrow-right@2x.png) no-repeat 50% 50%;
            background-size: cover;
            content: "";
            transition-duration: 250ms;
            transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
            transition-property: all;
            -webkit-backface-visibility: hidden; }
            @media only screen and (max-width: 767px) {
              section.section-mission-top .inner .section-cont .cont-mission-top-btn a.btn p::before {
                position: absolute;
                top: 50%;
                right: -16px;
                transform: translate(0, -50%); } }

@media only screen and (max-width: 767px) {
  .section-pressroom-top .inner .section-title,
  .section-service-top .inner .section-title {
    margin-bottom: 24px; } }
.section-pressroom-top .inner .section-title a h1,
.section-service-top .inner .section-title a h1 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  position: relative;
  font-size: 188%;
  line-height: 1.5;
  font-family: TazuganeGothicStdN-Medium, sans-serif; }
  .section-pressroom-top .inner .section-title a h1:lang(en)::before,
  .section-service-top .inner .section-title a h1:lang(en)::before {
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .section-pressroom-top .inner .section-title a h1:lang(en)::before,
      .section-service-top .inner .section-title a h1:lang(en)::before {
        margin-top: -2px; } }
  @media only screen and (max-width: 767px) {
    .section-pressroom-top .inner .section-title a h1,
    .section-service-top .inner .section-title a h1 {
      font-size: 129%; } }
  .section-pressroom-top .inner .section-title a h1:hover::before,
  .section-service-top .inner .section-title a h1:hover::before {
    position: absolute;
    top: 50%;
    right: -28px; }
    @media only screen and (max-width: 767px) {
      .section-pressroom-top .inner .section-title a h1:hover::before,
      .section-service-top .inner .section-title a h1:hover::before {
        position: absolute;
        top: 50%;
        right: -16px; } }
  .section-pressroom-top .inner .section-title a h1::before,
  .section-service-top .inner .section-title a h1::before {
    position: absolute;
    top: 50%;
    right: -21px;
    transform: translate(0, -50%);
    width: 8px;
    height: 14px;
    margin-top: -3px;
    background: url(../img/arrow-right@2x.png) no-repeat 50% 50%;
    background-size: cover;
    content: "";
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-property: all;
    -webkit-backface-visibility: hidden; }
    @media only screen and (max-width: 767px) {
      .section-pressroom-top .inner .section-title a h1::before,
      .section-service-top .inner .section-title a h1::before {
        position: absolute;
        top: 50%;
        right: -16px; } }

section.section-pressroom-top {
  padding: 120px 0 60px; }
  @media only screen and (max-width: 767px) {
    section.section-pressroom-top {
      padding: 71px 0 32px; } }
  section.section-pressroom-top .inner .section-cont {
    margin-top: -40px; }
    @media only screen and (max-width: 767px) {
      section.section-pressroom-top .inner .section-cont {
        margin-top: 0; } }
    section.section-pressroom-top .inner .section-cont .cont-title ul {
      display: flex;
      flex-direction: row;
      webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-content: stretch;
      -ms-flex-line-pack: stretch;
      justify-content: flex-end;
      border-bottom: 1px solid #252525; }
      @media only screen and (max-width: 767px) {
        section.section-pressroom-top .inner .section-cont .cont-title ul {
          border: 1px solid #252525;
          border-radius: 4px;
          overflow: hidden; } }
      section.section-pressroom-top .inner .section-cont .cont-title ul li {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        width: 350px;
        border-top: 1px solid #252525;
        border-left: 1px solid #252525; }
        @media only screen and (max-width: 767px) {
          section.section-pressroom-top .inner .section-cont .cont-title ul li {
            border-top: none;
            border-left: none;
            width: 50%;
            overflow: hidden; } }
        section.section-pressroom-top .inner .section-cont .cont-title ul li.title-left {
          border-radius: 4px 0 0 0; }
          @media only screen and (max-width: 767px) {
            section.section-pressroom-top .inner .section-cont .cont-title ul li.title-left {
              border-radius: 0; } }
        section.section-pressroom-top .inner .section-cont .cont-title ul li.title-right {
          border-radius: 0 4px 0 0;
          border-right: 1px solid #252525; }
          @media only screen and (max-width: 767px) {
            section.section-pressroom-top .inner .section-cont .cont-title ul li.title-right {
              border-right: none;
              border-radius: unset;
              border-radius: 0; } }
        section.section-pressroom-top .inner .section-cont .cont-title ul li.active {
          background: #252525; }
          section.section-pressroom-top .inner .section-cont .cont-title ul li.active a:hover {
            background: #252525; }
          section.section-pressroom-top .inner .section-cont .cont-title ul li.active a h2 {
            color: #fff; }
        section.section-pressroom-top .inner .section-cont .cont-title ul li a {
          display: inline-block;
          vertical-align: top;
          *display: inline;
          *zoom: 1;
          padding: 15px 21px;
          width: 100%; }
          section.section-pressroom-top .inner .section-cont .cont-title ul li a:hover {
            background: #929292; }
            section.section-pressroom-top .inner .section-cont .cont-title ul li a:hover h2 {
              color: #fff; }
          section.section-pressroom-top .inner .section-cont .cont-title ul li a h2 {
            position: relative;
            line-height: 1.87 0;
            font-weight: normal; }
    section.section-pressroom-top .inner .section-cont .cont-pressroom-top-list .pressroom-top-list {
      display: none; }
      section.section-pressroom-top .inner .section-cont .cont-pressroom-top-list .pressroom-top-list.active {
        display: block; }
      section.section-pressroom-top .inner .section-cont .cont-pressroom-top-list .pressroom-top-list ul li {
        border-bottom: 1px solid #c8c8c8; }
        section.section-pressroom-top .inner .section-cont .cont-pressroom-top-list .pressroom-top-list ul li a {
          display: inline-block;
          vertical-align: top;
          *display: inline;
          *zoom: 1;
          width: 100%;
          padding: 22px 0;
          display: flex;
          flex-direction: row;
          webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          align-content: stretch;
          -ms-flex-line-pack: stretch;
          flex-wrap: nowrap;
          -ms-flex-wrap: nowrap; }
          @media only screen and (max-width: 767px) {
            section.section-pressroom-top .inner .section-cont .cont-pressroom-top-list .pressroom-top-list ul li a {
              display: block;
              padding: 9px 0 13px; } }
          section.section-pressroom-top .inner .section-cont .cont-pressroom-top-list .pressroom-top-list ul li a:hover {
            opacity: 0.6; }
          section.section-pressroom-top .inner .section-cont .cont-pressroom-top-list .pressroom-top-list ul li a span {
            font-size: 82%;
            font-weight: bold;
            font-family: TazuganeGothicStdN-Medium, sans-serif; }
            @media only screen and (max-width: 767px) {
              section.section-pressroom-top .inner .section-cont .cont-pressroom-top-list .pressroom-top-list ul li a span {
                font-size: 71%; } }
          section.section-pressroom-top .inner .section-cont .cont-pressroom-top-list .pressroom-top-list ul li a span.date {
            width: 100px; }
            @media only screen and (max-width: 767px) {
              section.section-pressroom-top .inner .section-cont .cont-pressroom-top-list .pressroom-top-list ul li a span.date {
                margin-right: 15px; } }
          section.section-pressroom-top .inner .section-cont .cont-pressroom-top-list .pressroom-top-list ul li a span.category {
            width: 160px; }
          section.section-pressroom-top .inner .section-cont .cont-pressroom-top-list .pressroom-top-list ul li a p {
            flex: 1;
            display: block;
            position: relative;
            margin-top: -1px;
            overflow: hidden; }
            @media only screen and (max-width: 767px) {
              section.section-pressroom-top .inner .section-cont .cont-pressroom-top-list .pressroom-top-list ul li a p {
                margin-top: 1px; } }

.section-service-top .inner .section-title {
  margin-bottom: -10px; }
  @media only screen and (max-width: 767px) {
    .section-service-top .inner .section-title {
      margin-bottom: 5px; } }
.section-service-top .inner .section-cont .cont-service ul {
  display: flex;
  flex-direction: row;
  webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  margin: 0 -15px; }
  @media only screen and (max-width: 767px) {
    .section-service-top .inner .section-cont .cont-service ul {
      margin: 0; } }
  .section-service-top .inner .section-cont .cont-service ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 300px;
    margin: 30px 15px 0;
    background: #f2f5f6;
    border-radius: 4px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .section-service-top .inner .section-cont .cont-service ul li {
        width: 100%;
        border-radius: 4px;
        margin: 20px 0 0; } }
    .section-service-top .inner .section-cont .cont-service ul li a {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      height: 100%;
      width: 100%;
      padding: 20px 30px 21px; }
      @media only screen and (max-width: 767px) {
        .section-service-top .inner .section-cont .cont-service ul li a {
          padding: 12px 16px 15px; } }
      .section-service-top .inner .section-cont .cont-service ul li a:hover .service-title h3::before {
        position: absolute;
        top: 50%;
        right: -24px; }
        @media only screen and (max-width: 767px) {
          .section-service-top .inner .section-cont .cont-service ul li a:hover .service-title h3::before {
            position: absolute;
            top: 50%;
            right: -15px; } }
      .section-service-top .inner .section-cont .cont-service ul li a .service-title {
        height: 139px; }
        @media only screen and (max-width: 767px) {
          .section-service-top .inner .section-cont .cont-service ul li a .service-title {
            height: 76px; } }
        .section-service-top .inner .section-cont .cont-service ul li a .service-title h3 {
          display: inline-block;
          vertical-align: top;
          *display: inline;
          *zoom: 1;
          position: relative;
          font-weight: normal;
          margin-bottom: 9px;
          font-family: TazuganeGothicStdN-Medium, sans-serif; }
          .section-service-top .inner .section-cont .cont-service ul li a .service-title h3:lang(en)::before {
            margin-top: 0; }
          .section-service-top .inner .section-cont .cont-service ul li a .service-title h3::before {
            position: absolute;
            top: 50%;
            right: -17px;
            transform: translate(0, -50%);
            width: 6px;
            height: 10px;
            margin-top: -2px;
            background: url(../img/arrow-right-small@2x.png) no-repeat 50% 50%;
            background-size: cover;
            content: "";
            transition-duration: 250ms;
            transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
            transition-property: all;
            -webkit-backface-visibility: hidden; }
            @media only screen and (max-width: 767px) {
              .section-service-top .inner .section-cont .cont-service ul li a .service-title h3::before {
                position: absolute;
                top: 50%;
                right: -15px;
                margin-top: -1px; } }
      .section-service-top .inner .section-cont .cont-service ul li a .service-img {
        height: 213px;
        margin: 0 -30px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .section-service-top .inner .section-cont .cont-service ul li a .service-logo img {
            max-height: 42px;
          }
          .section-service-top .inner .section-cont .cont-service ul li a .service-img {
            height: 187px; } }

section.section.section-banner {
  padding: 60px 0 120px; }
  @media only screen and (max-width: 767px) {
    section.section.section-banner {
      padding: 60px 0; } }
  section.section.section-banner .inner .section-cont .cont-banner ul {
    display: flex;
    flex-direction: row;
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    margin: 0 -15px; }
    @media only screen and (max-width: 767px) {
      section.section.section-banner .inner .section-cont .cont-banner ul {
        display: block;
        margin: 0; } }
    section.section.section-banner .inner .section-cont .cont-banner ul li {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      width: 300px;
      margin: 0 15px; }
      @media only screen and (max-width: 767px) {
        section.section.section-banner .inner .section-cont .cont-banner ul li {
          width: 100%;
          margin: 0 0 10px; } }
      section.section.section-banner .inner .section-cont .cont-banner ul li a {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        width: 100%;
        height: 100%; }
        @media only screen and (max-width: 767px) {
          section.section.section-banner .inner .section-cont .cont-banner ul li a {
            display: flex;
            flex-direction: row;
            webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            align-content: stretch;
            -ms-flex-line-pack: stretch; } }
        section.section.section-banner .inner .section-cont .cont-banner ul li a:hover .benner-title h2::before {
          position: absolute;
          top: 50%;
          right: -24px; }
          @media only screen and (max-width: 767px) {
            section.section.section-banner .inner .section-cont .cont-banner ul li a:hover .benner-title h2::before {
              position: absolute;
              top: 50%;
              right: -14px; } }
        @media only screen and (max-width: 767px) {
          section.section.section-banner .inner .section-cont .cont-banner ul li a .banner-img,
          section.section.section-banner .inner .section-cont .cont-banner ul li a .benner-title {
            width: 50%; } }
        section.section.section-banner .inner .section-cont .cont-banner ul li a .banner-img {
          border-radius: 4px;
          margin-bottom: 10px;
          overflow: hidden; }
        @media only screen and (max-width: 767px) {
          section.section.section-banner .inner .section-cont .cont-banner ul li a .benner-title {
            padding-left: 15px; } }
        @media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
          section.section.section-banner .inner .section-cont .cont-banner ul li a .benner-title {
            padding-left: 8px; } }
        section.section.section-banner .inner .section-cont .cont-banner ul li a .benner-title h2 {
          display: inline-block;
          vertical-align: top;
          *display: inline;
          *zoom: 1;
          position: relative;
          font-weight: normal;
          margin-bottom: 3px;
          font-family: TazuganeGothicStdN-Medium, sans-serif; }
          section.section.section-banner .inner .section-cont .cont-banner ul li a .benner-title h2:lang(en)::before {
            margin-top: 0; }
          @media only screen and (max-width: 767px) {
            section.section.section-banner .inner .section-cont .cont-banner ul li a .benner-title h2 {
              line-height: 1.7;
              padding-right: 20px; } }
          section.section.section-banner .inner .section-cont .cont-banner ul li a .benner-title h2::before {
            position: absolute;
            top: 50%;
            right: -17px;
            transform: translate(0, -50%);
            width: 6px;
            height: 10px;
            margin-top: -2px;
            background: url(../img/arrow-right-small@2x.png) no-repeat 50% 50%;
            background-size: cover;
            content: "";
            transition-duration: 250ms;
            transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
            transition-property: all;
            -webkit-backface-visibility: hidden; }
            @media only screen and (max-width: 767px) {
              section.section.section-banner .inner .section-cont .cont-banner ul li a .benner-title h2::before {
                position: absolute;
                top: 50%;
                right: 5px;
                margin-top: -1px; } }
        section.section.section-banner .inner .section-cont .cont-banner ul li a .benner-title p {
          color: #252525;
          font-size: 82%;
          line-height: 1.87; }
          @media only screen and (max-width: 767px) {
            section.section.section-banner .inner .section-cont .cont-banner ul li a .benner-title p {
              font-size: 85.72%; } }

section.section-privacy {
  padding: 200px 0 120px; }
  @media only screen and (max-width: 767px) {
    section.section-privacy {
      padding: 113px 0 67px; } }
  section.section-privacy .inner .section-title {
    margin-bottom: 13px; }
    section.section-privacy .inner .section-title h1 {
      font-size: 188%;
      margin-bottom: 35px;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        section.section-privacy .inner .section-title h1 {
          font-size: 129%; } }
  section.section-privacy .inner .section-cont .cont-privacy .privacy {
    margin-bottom: 13px; }
    @media only screen and (max-width: 767px) {
      section.section-privacy .inner .section-cont .cont-privacy .privacy {
        margin-bottom: 17px; } }

section.section-brand-guideline {
  padding: 200px 0 120px; }
  @media only screen and (max-width: 767px) {
    section.section-brand-guideline {
      padding: 113px 0 67px; } }
    section.section-brand-guideline .brand-guideline .introduction a {
        padding-bottom: 2px;
        color: #11beae;
        border-bottom: 1px solid #11beae;
    }
  section.section-brand-guideline .inner .section-title h1 {
    font-size: 188%;
    margin-bottom: 35px;
    font-family: TazuganeGothicStdN-Medium, sans-serif; }
    @media only screen and (max-width: 767px) {
      section.section-brand-guideline .inner .section-title h1 {
        font-size: 24px; } }
  section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline {
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline {
        margin-bottom: 35px; } }
    section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline h2 {
      margin-bottom: 30px;
      font-size: 125%;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline h2 {
          margin-bottom: 16px;
          font-size: 18px; } }
    section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline h3 {
    margin-bottom: 30px;
    padding-left: 16px;
    font-size: 117%;
    position: relative;
    font-family: TazuganeGothicStdN-Medium, sans-serif; }
    section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline h3::before {
        background: black;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        width: 4px;
    }
    @media only screen and (max-width: 767px) {
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline h3 {
        margin-bottom: 24px;
        font-size: 16px; } }
    section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .img {
      text-align: center;
      margin: 60px 0; }
    section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download {
      margin: 120px 0; }
      @media only screen and (max-width: 767px) {
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download {
          margin: 66px 0; } }
      section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-title {
        margin-bottom: 60px; }
        @media only screen and (max-width: 767px) {
          section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-title {
            margin-bottom: 23px; } }
      section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont {
        display: flex;
        flex-direction: row;
        webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-content: stretch;
        -ms-flex-line-pack: stretch;
        }
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont.precautions {
            justify-content: space-between; }
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left {
            padding-right: 24px;
            margin-bottom: 48px;
            width: 50%;
        }
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-center {
            align-items: center;
            display: flex;
            flex-direction: column;
            margin-bottom: 48px;
            width: 100%;
        }
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-center .logo-img {
            width: 50%;
        }
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-center .logo-img .corporateImage img {
            width: 100%;
        }
        @media only screen and (max-width: 767px) {
          section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-center .logo-img {
              width: 100%;
          }
        }
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .applyContainer {
            display: flex;
            align-items: center;
            background: #f2f5f6;
            padding: 48px;
        }
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .applyItem {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .applyItem span{
            color: #b3b3b3;
            margin-top: 16px;
        }
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .applyItem:not(:last-child) {
            margin-right: 40px;
        }
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .applyItem img {
            width: 150px;
            height: 150px;
        }
        @media only screen and (max-width: 767px) {
            section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .applyContainer {
                padding: 24px;
            }
            section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .applyItem img {
                width: 80px;
                height: 80px;
            }
        }
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-item {
            width: calc(100% / 3 - 24px);
            margin: 0 auto 40px;
        }
        @media only screen and (max-width: 767px) {
            section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-item {
                width: calc(50% - 16px);
            }
        }

        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-item p{
            text-align: center;
        }
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-item img{
            max-width: 100%;
        }
          @media only screen and (max-width: 767px) {
            section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left {
                width: 100%;
            }
        }
            section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-img img{
              max-width: 100%; }
            @media only screen and (max-width: 767px) {
              section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-img {
                margin-bottom: 30px; } }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .logo-img p{
                    margin-top: 16px; }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .logo-img .corporateImage{
                    background: #f2f5f6;
                    padding: 40px;
                }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .tieup{
                    background: #f2f5f6;
                    padding: 40px;
                    display: flex;
                    flex-wrap: wrap;
                    height: auto;
                    align-items: flex-start;
                }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .tieupLabel{
                    background: #0FAFAA;
                    padding: 0 24px;
                    border-radius: 32px;
                    color: white;
                    font-weight: bold;
                    margin: 0 auto 32px;
                }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .tieupLabel.failed{
                    background: #FA6482;
                }
          section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color {
            display: flex;
            flex-direction: row;
            webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            align-content: stretch;
            -ms-flex-line-pack: stretch;
            justify-content: center;
            margin: 60px -20px -40px; }
            @media only screen and (max-width: 767px) {
              section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color {
                justify-content: start;
                margin: 0 0 30px; } }
            section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color .color {
              display: flex;
              flex-direction: row;
              webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              align-content: stretch;
              -ms-flex-line-pack: stretch;
              margin: 0 20px 40px; }
              @media only screen and (max-width: 767px) {
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color .color {
                  margin: 0 13px 15px; } }
              section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color .color .color-image span {
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                width: 30px;
                height: 30px;
                margin-right: 20px; }
                @media only screen and (max-width: 767px) {
                  section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color .color .color-image span {
                    margin-right: 7px; } }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color .color .color-image span.light-green {
                  background: #79c6b6; }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color .color .color-image span.green {
                  background: #29826e; }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color .color .color-image span.red {
                  background: #9a3040; }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color .color .color-image span.pink {
                  background: #ed92a0; }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color .color .color-image span.skin {
                  background: #fbe6c6; }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color .color .color-image span.black {
                  background: #252525; }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color .color .color-image span.white {
                  background: #fff;
                  border: 1px solid #cccccc; }
              section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color .color .color-cont {
                margin-top: -6px; }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-color .color .color-cont p {
                  font-size: 82%; }
                  @media only screen and (max-width: 767px) {
                    section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .logo-color .color .color-cont p {
                      font-size: 71%; } }
                    section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-right {
                        padding-left: 24px;
                        margin-bottom: 48px;
                        width: 50%;
                    }
                    @media only screen and (max-width: 767px) {
                        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left {
                            width: 100%;
                            padding-right: 0;
                            margin-bottom: 24px;
                        }
                        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-right {
                            width: 100%;
                            padding-left: 0;
                            margin-bottom: 24px;
                        }
                    }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-right .logo-img img{
                    max-width: 100%;
                }
                section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-left .logo-img img{
                    max-width: 100%;
                }
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-btn {
          display: flex;
          flex-direction: row;
          margin: 40px auto;
          webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          align-content: stretch;
          -ms-flex-line-pack: stretch; }
          @media only screen and (max-width: 767px) {
            section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-btn {
              display: block; } }
          section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-btn a.btn {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            margin: 0 10px;
            padding: 16px 40px;
            border: 1px solid #252525;
            border-radius: 4px;
            line-height: 1;
            text-align: center; }
            @media only screen and (max-width: 767px) {
              section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-btn a.btn {
                width: 100%;
                margin: 0 0 20px;
                text-align: center; } }
            @media only screen and (max-width: 767px) {
              section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-btn a.btn.sp-mb20 {
                margin-bottom: 20px; } }
            section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-btn a.btn:hover {
              background: #252525;
              color: #fff; }
            section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .download .download-cont .download-btn a.btn p {
              display: inline-block;
              vertical-align: top;
              *display: inline;
              *zoom: 1;
              position: relative;
              letter-spacing: 0em; }
    section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .ng-img ul {
      display: flex;
      flex-direction: row;
      webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-content: stretch;
      -ms-flex-line-pack: stretch;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        section.section-brand-guideline .inner .section-cont .cont-brand-guideline .brand-guideline .ng-img ul li .img {
          margin: 10px 0; } }

section.section-error {
  padding: 200px 0 120px; }
  @media only screen and (max-width: 767px) {
    section.section-error {
      padding: 107px 0 140px; } }
  section.section-error .inner .section-title {
    margin-bottom: 19px; }
    section.section-error .inner .section-title h1 {
      font-size: 188%;
      margin-bottom: 42px;
      font-weight: normal; }
      @media only screen and (max-width: 767px) {
        section.section-error .inner .section-title h1 {
          margin-bottom: 5px;
          font-size: 129%; } }
  section.section-error .inner .section-cont .cont-error .error-txt {
    margin-bottom: 30px; }
    section.section-error .inner .section-cont .cont-error .error-txt h2 {
      font-weight: normal;
      margin-bottom: 10px;
      font-size: 125%; }
      @media only screen and (max-width: 767px) {
        section.section-error .inner .section-cont .cont-error .error-txt h2 {
          font-size: 129%; } }
  section.section-error .inner .section-cont .cont-error .error-btn a.btn {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    position: relative;
    padding: 0 100px 18px 0;
    border-bottom: 1px solid #333333; }
    @media only screen and (max-width: 767px) {
      section.section-error .inner .section-cont .cont-error .error-btn a.btn {
        position: relative;
        width: 100%;
        padding: 10px 0;
        border: 1px solid #252525;
        border-radius: 4px;
        text-align: center; } }
    section.section-error .inner .section-cont .cont-error .error-btn a.btn:hover p::before {
      position: absolute;
      top: 13px;
      right: 0; }
      @media only screen and (max-width: 767px) {
        section.section-error .inner .section-cont .cont-error .error-btn a.btn:hover p::before {
          position: absolute;
          top: 50%;
          right: -16px; } }
    section.section-error .inner .section-cont .cont-error .error-btn a.btn p {
      font-size: 125%;
      line-height: 1.87; }
      @media only screen and (max-width: 767px) {
        section.section-error .inner .section-cont .cont-error .error-btn a.btn p {
          position: relative;
          display: inline-block;
          vertical-align: top;
          *display: inline;
          *zoom: 1;
          font-size: 129%; } }
      section.section-error .inner .section-cont .cont-error .error-btn a.btn p::before {
        position: absolute;
        top: 13px;
        right: 7px;
        width: 8px;
        height: 14px;
        background: url(../img/arrow-right@2x.png) no-repeat 50% 50%;
        background-size: cover;
        content: "";
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        transition-property: all;
        -webkit-backface-visibility: hidden; }
        @media only screen and (max-width: 767px) {
          section.section-error .inner .section-cont .cont-error .error-btn a.btn p::before {
            position: absolute;
            top: 50%;
            right: -16px;
            transform: translate(0, -50%); } }

section.section-about-page-top {
  padding: 200px 0 120px; }
  @media only screen and (max-width: 767px) {
    section.section-about-page-top {
      padding: 107px 0 67px; } }
  section.section-about-page-top .inner .section-title {
    margin-bottom: 42px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-top .inner .section-title {
        margin-bottom: 17px; } }
    section.section-about-page-top .inner .section-title h1 {
      font-size: 188%;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-top .inner .section-title h1 {
          margin-bottom: 14px;
          font-size: 129%; } }
  section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul,
  section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul {
    display: flex;
    flex-direction: row;
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    margin: 0 -15px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul,
      section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul {
        margin: 0; } }
    section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li,
    section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      margin: 0 15px; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li,
        section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li {
          margin: 0 0 22px; } }
      section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li a,
      section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li a {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1; }
        section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li a:hover .title h2::before,
        section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li a:hover .title h2::before {
          position: absolute;
          top: 50%;
          right: -28px; }
          @media only screen and (max-width: 767px) {
            section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li a:hover .title h2::before,
            section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li a:hover .title h2::before {
              position: absolute;
              top: 50%;
              right: -16px; } }
        section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li a .img,
        section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li a .img {
          margin-bottom: 8px;
          border-radius: 4px;
          overflow: hidden; }
          @media only screen and (max-width: 767px) {
            section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li a .img,
            section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li a .img {
              margin-bottom: 3px; } }
          @media only screen and (max-width: 767px) {
            section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li a .img img,
            section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li a .img img {
              width: 100%;
              height: auto; } }
        section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li a .title h2,
        section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li a .title h2 {
          display: inline-block;
          vertical-align: top;
          *display: inline;
          *zoom: 1;
          position: relative;
          font-size: 125%;
          font-family: TazuganeGothicStdN-Medium, sans-serif; }
          section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li a .title h2:lang(en)::before,
          section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li a .title h2:lang(en)::before {
            margin-top: 0; }
            @media only screen and (max-width: 767px) {
              section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li a .title h2:lang(en)::before,
              section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li a .title h2:lang(en)::before {
                margin-top: -2px; } }
          @media only screen and (max-width: 767px) {
            section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li a .title h2,
            section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li a .title h2 {
              font-size: 129%; } }
          section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li a .title h2::before,
          section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li a .title h2::before {
            position: absolute;
            top: 50%;
            right: -21px;
            transform: translate(0, -50%);
            width: 8px;
            height: 14px;
            margin-top: -3px;
            background: url(../img/arrow-right@2x.png) no-repeat 50% 50%;
            background-size: cover;
            content: "";
            transition-duration: 250ms;
            transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
            transition-property: all;
            -webkit-backface-visibility: hidden; }
            @media only screen and (max-width: 767px) {
              section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li a .title h2::before,
              section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li a .title h2::before {
                position: absolute;
                top: 50%;
                right: -16px; } }
  section.section-about-page-top .inner .section-cont .cont-about-page-top .main {
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-top .inner .section-cont .cont-about-page-top .main {
        margin-bottom: 15px; } }
    section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li {
      width: 465px; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-top .inner .section-cont .cont-about-page-top .main ul li {
          width: 100%; } }
  section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li {
    width: 300px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-top .inner .section-cont .cont-about-page-top .sub ul li {
        width: 100%; } }

@media only screen and (max-width: 767px) {
  section.section-about-page-message {
    padding: 198px 0 73px; } }
section.section-about-page-message .bg-max {
  position: relative;
  height: 600px;
  background: url(../img/about-message-about-page-message-title-bg@2x.jpg) no-repeat 50% 50%;
  background-size: cover;
  max-width: 1440px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    section.section-about-page-message .bg-max {
      background: url(../img/sp-about-message-about-page-message-title-bg@2x.jpg) no-repeat 50% 50%;
      background-size: cover;
      height: 250px;
      background-size: cover; } }
  section.section-about-page-message .bg-max .section-title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 655px;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-message .bg-max .section-title {
        position: absolute;
        right: 20px;
        bottom: 0;
        left: 20px; } }
    section.section-about-page-message .bg-max .section-title h1 {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      padding-bottom: 9px;
      font-size: 125%;
      border-bottom: 1px solid #252525;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-message .bg-max .section-title h1 {
          font-size: 129%; } }
  @media all and (-ms-high-contrast: none) {
    section.section-about-page-message .bg-max *::-ms-backdrop, section.section-about-page-message .bg-max .section-title {
      width: 655px; } }
section.section-about-page-message .inner .section-cont {
  padding: 60px 0 120px; }
  @media only screen and (max-width: 767px) {
    section.section-about-page-message .inner .section-cont {
      padding: 36px 0 2px; } }
  section.section-about-page-message .inner .section-cont .cont-about-page-message {
    max-width: 655px;
    margin: auto; }
    section.section-about-page-message .inner .section-cont .cont-about-page-message h2 {
      margin-bottom: 40px;
      font-size: 188%;
      font-weight: normal; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-message .inner .section-cont .cont-about-page-message h2 {
          font-size: 193%;
          margin-bottom: 35px; } }
    section.section-about-page-message .inner .section-cont .cont-about-page-message p {
      text-align: justify; }

section.section-about-page-mission {
  padding: 200px 0 111px; }
  @media only screen and (max-width: 767px) {
    section.section-about-page-mission {
      padding: 198px 0 73px; } }
  section.section-about-page-mission .inner .section-title {
    margin-bottom: 34px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-mission .inner .section-title {
        margin-bottom: 39px; } }
    section.section-about-page-mission .inner .section-title h1 {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      padding-bottom: 9px;
      font-size: 125%;
      border-bottom: 1px solid #252525;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-mission .inner .section-title h1 {
          font-size: 129%; } }
  section.section-about-page-mission .inner .section-cont .cont-mission-txt {
    display: table;}
    @media only screen and (max-width: 767px) {
      section.section-about-page-mission .inner .section-cont .cont-mission-txt {
        margin: 0 auto 42px auto; } }
    section.section-about-page-mission .inner .section-cont .cont-mission-txt h2 {
      margin-bottom: 44px;
      font-size: 375%;
      line-height: 1.5;
      letter-spacing: 0em;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-mission .inner .section-cont .cont-mission-txt h2 {
          margin-bottom: 30px;
          font-size: 180%; } }
    @media all and (-ms-high-contrast: none) {
      section.section-about-page-mission .inner .section-cont .cont-mission-txt *::-ms-backdrop, section.section-about-page-mission .inner .section-cont .cont-mission-txt h2 {
        font-size: 370%; } }
    section.section-about-page-mission .inner .section-cont .cont-mission-txt p {
      margin-bottom: 38px;
      font-size: 125%; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-mission .inner .section-cont .cont-mission-txt p {
          font-size: 100%; } }
  section.section-about-page-mission .inner .section-cont .cont-mission-video iframe {
    width: 100%;
    height: 540px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-mission .inner .section-cont .cont-mission-video iframe {
        height: 240px; } }

section.section-about-page-guidelines {
  padding: 109px 0 111px;
  background: #d9dee6; }
  @media only screen and (max-width: 767px) {
    section.section-about-page-guidelines {
      padding: 72px 0 73px; } }
  section.section-about-page-guidelines .inner .section-title {
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-guidelines .inner .section-title {
        margin-bottom: 46px; } }
    section.section-about-page-guidelines .inner .section-title h1 {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      padding-bottom: 9px;
      font-size: 125%;
      border-bottom: 1px solid #252525;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-guidelines .inner .section-title h1 {
          font-size: 129%; } }
  section.section-about-page-guidelines .inner .section-cont ul li {
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-guidelines .inner .section-cont ul li {
        margin-bottom: 41px; } }
    section.section-about-page-guidelines .inner .section-cont ul li h2 {
      margin-bottom: 13px;
      font-size: 375%;
      font-weight: normal;
      line-height: 1;
      letter-spacing: 0em;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-guidelines .inner .section-cont ul li h2 {
          margin-bottom: 19px;
          font-size: 193%; } }
    section.section-about-page-guidelines .inner .section-cont ul li p {
      font-size: 125%; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-guidelines .inner .section-cont ul li p {
          font-size: 100%; } }

section.section-about-page-leadership {
  padding: 200px 0 66px; }
  @media only screen and (max-width: 767px) {
    section.section-about-page-leadership {
      padding: 198px 0 63px; } }
  section.section-about-page-leadership .inner .section-title {
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-leadership .inner .section-title {
        margin-bottom: 40px; } }
    section.section-about-page-leadership .inner .section-title h1 {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      padding-bottom: 9px;
      font-size: 125%;
      border-bottom: 1px solid #252525;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
  @media only screen and (max-width: 767px) {
    section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership {
      margin: 0 -10px; } }
  section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .main {
    margin-bottom: 103px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .main {
        margin-bottom: 9px; } }
    section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .main ul {
      display: flex;
      flex-direction: row;
      webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-content: stretch;
      -ms-flex-line-pack: stretch;
      margin: 0 -10px; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .main ul {
          margin: 0; } }
      section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .main ul li {
        width: 176px;
        margin: 0 10px; }
        @media only screen and (max-width: 767px) {
          section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .main ul li {
            margin: 0;
            padding: 10px;
            width: 50%; } }
        section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .main ul li .img {
          margin-bottom: 12px;
          border-radius: 4px;
          overflow: hidden; }
        section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .main ul li .txt p {
          margin-bottom: 0; }
        section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .main ul li .txt p.dao-ja {
          font-size: 82%; }
          @media only screen and (max-width: 767px) {
            section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .main ul li .txt p.dao-ja {
              font-size: 71%; } }
        section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .main ul li .txt h2.name {
          font-weight: normal; }
  section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .sub ul {
    display: flex;
    flex-direction: row;
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    margin: 0 -10px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .sub ul {
        margin: 0; } }
    section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .sub ul li {
      width: 142px;
      margin: 0 10px 45px; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .sub ul li {
          margin: 0;
          padding: 10px;
          width: 50%; } }
      section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .sub ul li .txt p {
        margin-bottom: 0;
        font-size: 82%; }
      section.section-about-page-leadership .inner .section-cont .cont-about-page-leadership .sub ul li .txt h2.name {
        font-weight: normal; }

section.section-about-page-profile {
  padding: 200px 0 120px; }
  @media only screen and (max-width: 767px) {
    section.section-about-page-profile {
      padding: 198px 0 80px; } }
  section.section-about-page-profile .inner .section-title {
    margin-bottom: 39px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-profile .inner .section-title {
        margin-bottom: 42px; } }
    section.section-about-page-profile .inner .section-title h1 {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      padding-bottom: 9px;
      font-size: 125%;
      border-bottom: 1px solid #252525;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
  section.section-about-page-profile .inner .section-cont .cont-about-page-profile {
    margin-bottom: 39px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-profile .inner .section-cont .cont-about-page-profile {
        margin-bottom: 37px; } }
    section.section-about-page-profile .inner .section-cont .cont-about-page-profile table {
      border-collapse: collapse;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr {
          display: block;
          margin-bottom: 36px; } }
      section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr th {
        width: 245px; }
        @media only screen and (max-width: 767px) {
          section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr th {
            width: 100%;
            margin-bottom: 0; } }
        section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr th p {
          font-family: TazuganeGothicStdN-Medium, sans-serif; }
      section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr th,
      section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr td {
        text-align: left;
        padding: 12px 0;
        vertical-align: top; }
        @media only screen and (max-width: 767px) {
          section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr th,
          section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr td {
            display: block;
            padding: 0; } }
        section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr th .label p,
        section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr th .cont p,
        section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr td .label p,
        section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr td .cont p {
          margin-bottom: 0; }
        section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr th .label a,
        section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr th .cont a,
        section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr td .label a,
        section.section-about-page-profile .inner .section-cont .cont-about-page-profile table tbody tr td .cont a {
          padding-bottom: 2px;
          color: #11beae;
          border-bottom: 1px solid #11beae; }
  section.section-about-page-profile .inner .section-cont .cont-about-page-profile-map .map {
    height: 470px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-profile .inner .section-cont .cont-about-page-profile-map .map {
        width: 100%;
        height: 350px; } }

section.section-about-page-history {
  padding: 200px 0 120px; }
  @media only screen and (max-width: 767px) {
    section.section-about-page-history {
      padding: 198px 0 80px; } }
  section.section-about-page-history .inner .section-title {
    margin-bottom: 29px; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-history .inner .section-title {
        margin-bottom: 21px; } }
    section.section-about-page-history .inner .section-title h1 {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      padding-bottom: 9px;
      font-size: 125%;
      border-bottom: 1px solid #252525;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
  section.section-about-page-history .inner .section-cont .cont-about-page-history .main ul li {
    display: flex;
    flex-direction: row;
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    padding: 21px 0;
    border-bottom: 1px solid #b2b2b2; }
    @media only screen and (max-width: 767px) {
      section.section-about-page-history .inner .section-cont .cont-about-page-history .main ul li {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap; } }
    section.section-about-page-history .inner .section-cont .cont-about-page-history .main ul li span {
      width: 100px;
      font-weight: bold;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      section.section-about-page-history .inner .section-cont .cont-about-page-history .main ul li span:lang(en) {
        width: 130px; }
      @media only screen and (max-width: 767px) {
        section.section-about-page-history .inner .section-cont .cont-about-page-history .main ul li span.date-year {
          width: 100%;
          margin-bottom: 12px; } }
      @media only screen and (max-width: 767px) {
        section.section-about-page-history .inner .section-cont .cont-about-page-history .main ul li span.date-mounth {
          width: auto;
          margin-right: 10px; } }
    section.section-about-page-history .inner .section-cont .cont-about-page-history .main ul li p {
      flex: 1;
      display: block;
      position: relative;
      margin-top: -1px;
      overflow: hidden;
      margin-bottom: 0; }
    section.section-about-page-history .inner .section-cont .cont-about-page-history .main ul li table {
      border-collapse: collapse;
      width: 100%; }
      section.section-about-page-history .inner .section-cont .cont-about-page-history .main ul li table tbody tr th,
      section.section-about-page-history .inner .section-cont .cont-about-page-history .main ul li table tbody tr td {
        padding: 5px 0; }
      section.section-about-page-history .inner .section-cont .cont-about-page-history .main ul li table tbody tr th {
        width: 45px;
        vertical-align: top; }
        section.section-about-page-history .inner .section-cont .cont-about-page-history .main ul li table tbody tr th:lang(en) {
          width: 105px; }
        section.section-about-page-history .inner .section-cont .cont-about-page-history .main ul li table tbody tr th .title p {
          font-family: TazuganeGothicStdN-Medium, sans-serif; }

section.section-contacts-page-top {
  padding: 200px 0 120px; }
  @media only screen and (max-width: 767px) {
    section.section-contacts-page-top {
      padding: 107px 0 67px; } }
  section.section-contacts-page-top .inner .section-title {
    margin-bottom: 19px; }
    section.section-contacts-page-top .inner .section-title h1 {
      font-size: 188%;
      margin-bottom: 42px;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        section.section-contacts-page-top .inner .section-title h1 {
          margin-bottom: 5px;
          font-size: 129%; } }
    section.section-contacts-page-top .inner .section-title p {
      font-size: 125%; }
      @media only screen and (max-width: 767px) {
        section.section-contacts-page-top .inner .section-title p {
          font-size: 100%; } }
  section.section-contacts-page-top .inner .section-cont .cont-contacts .main ul {
    display: flex;
    flex-direction: row;
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    margin: 0 -10px; }
    @media only screen and (max-width: 767px) {
      section.section-contacts-page-top .inner .section-cont .cont-contacts .main ul {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin: 0 -10px; } }
    section.section-contacts-page-top .inner .section-cont .cont-contacts .main ul li {
      margin: 0 10px; }
      @media only screen and (max-width: 767px) {
        section.section-contacts-page-top .inner .section-cont .cont-contacts .main ul li {
          width: 50%;
          margin: 0;
          padding: 7px 10px 17px; } }
      section.section-contacts-page-top .inner .section-cont .cont-contacts .main ul li a {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1; }
        section.section-contacts-page-top .inner .section-cont .cont-contacts .main ul li a:hover .txt p.txt-bottom::before {
          position: absolute;
          top: 9px;
          right: -24px; }
          @media only screen and (max-width: 767px) {
            section.section-contacts-page-top .inner .section-cont .cont-contacts .main ul li a:hover .txt p.txt-bottom::before {
              position: absolute;
              top: 8px;
              right: -15px; } }
        section.section-contacts-page-top .inner .section-cont .cont-contacts .main ul li a .img {
          margin-bottom: 8px;
          border-radius: 4px;
          overflow: hidden; }
        section.section-contacts-page-top .inner .section-cont .cont-contacts .main ul li a .txt p {
          margin-bottom: 0;
          font-family: TazuganeGothicStdN-Medium, sans-serif; }
          @media only screen and (max-width: 767px) {
            section.section-contacts-page-top .inner .section-cont .cont-contacts .main ul li a .txt p:lang(en) {
              font-size: 86%; } }
        section.section-contacts-page-top .inner .section-cont .cont-contacts .main ul li a .txt p.txt-bottom {
          display: inline-block;
          vertical-align: top;
          *display: inline;
          *zoom: 1;
          position: relative; }
          @media only screen and (max-width: 767px) {
            section.section-contacts-page-top .inner .section-cont .cont-contacts .main ul li a .txt p.txt-bottom:lang(en)::before {
              position: absolute;
              top: 5px;
              right: -15px; } }
          section.section-contacts-page-top .inner .section-cont .cont-contacts .main ul li a .txt p.txt-bottom::before {
            position: absolute;
            top: 9px;
            right: -17px;
            width: 6px;
            height: 10px;
            background: url(../img/arrow-right-small@2x.png) no-repeat 50% 50%;
            background-size: cover;
            content: "";
            transition-duration: 250ms;
            transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
            transition-property: all;
            -webkit-backface-visibility: hidden; }
            @media only screen and (max-width: 767px) {
              section.section-contacts-page-top .inner .section-cont .cont-contacts .main ul li a .txt p.txt-bottom::before {
                position: absolute;
                top: 8px;
                right: -15px; } }

section.section-contact-page {
  padding: 200px 0 105px; }
  @media only screen and (max-width: 767px) {
    section.section-contact-page {
      padding: 107px 0 67px; } }
  section.section-contact-page .inner .section-title {
    margin-bottom: 27px; }
    section.section-contact-page .inner .section-title h1 {
      font-size: 188%;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        section.section-contact-page .inner .section-title h1 {
          font-size: 129%; } }
  section.section-contact-page .inner .section-cont .cont-contact table {
    border-collapse: collapse;
    width: 100%; }
    section.section-contact-page .inner .section-cont .cont-contact table tr {
      display: flex;
      flex-direction: row;
      webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-content: stretch;
      -ms-flex-line-pack: stretch; }
      @media only screen and (max-width: 767px) {
        section.section-contact-page .inner .section-cont .cont-contact table tr {
          display: block;
          margin-bottom: 13px; } }
      section.section-contact-page .inner .section-cont .cont-contact table tr th,
      section.section-contact-page .inner .section-cont .cont-contact table tr td {
        padding: 14px 0; }
        @media only screen and (max-width: 767px) {
          section.section-contact-page .inner .section-cont .cont-contact table tr th,
          section.section-contact-page .inner .section-cont .cont-contact table tr td {
            display: block;
            padding: 4px 0; } }
      section.section-contact-page .inner .section-cont .cont-contact table tr th {
        width: 320px;
        text-align: left; }
        @media only screen and (max-width: 767px) {
          section.section-contact-page .inner .section-cont .cont-contact table tr th {
            width: 100%; } }
        section.section-contact-page .inner .section-cont .cont-contact table tr th .label {
          padding-top: 22px; }
          @media only screen and (max-width: 767px) {
            section.section-contact-page .inner .section-cont .cont-contact table tr th .label {
              padding-top: 0; } }
          section.section-contact-page .inner .section-cont .cont-contact table tr th .label p {
            font-family: TazuganeGothicStdN-Medium, sans-serif;
            margin-bottom: 0; }
      section.section-contact-page .inner .section-cont .cont-contact table tr td {
        width: 640px; }
        @media only screen and (max-width: 767px) {
          section.section-contact-page .inner .section-cont .cont-contact table tr td {
            width: 100%; } }
        section.section-contact-page .inner .section-cont .cont-contact table tr td .form {
          position: relative; }
          section.section-contact-page .inner .section-cont .cont-contact table tr td .form input,
          section.section-contact-page .inner .section-cont .cont-contact table tr td .form textarea,
          section.section-contact-page .inner .section-cont .cont-contact table tr td .form select {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            width: 100%;
            padding: 22px 20px;
            background: #f2f2f2;
            border-radius: 4px; }
            @media only screen and (max-width: 767px) {
              section.section-contact-page .inner .section-cont .cont-contact table tr td .form input,
              section.section-contact-page .inner .section-cont .cont-contact table tr td .form textarea,
              section.section-contact-page .inner .section-cont .cont-contact table tr td .form select {
                padding: 16px; } }
            section.section-contact-page .inner .section-cont .cont-contact table tr td .form input::placeholder,
            section.section-contact-page .inner .section-cont .cont-contact table tr td .form textarea::placeholder,
            section.section-contact-page .inner .section-cont .cont-contact table tr td .form select::placeholder {
              color: #a0a0a0;
              font-weight: normal; }
          section.section-contact-page .inner .section-cont .cont-contact table tr td .form input::-ms-input-placeholder,
          section.section-contact-page .inner .section-cont .cont-contact table tr td .form textarea::-ms-input-placeholder {
            color: #a0a0a0;
            font-weight: normal; }
        section.section-contact-page .inner .section-cont .cont-contact table tr td .submit {
          position: relative;
          cursor: pointer; }
          section.section-contact-page .inner .section-cont .cont-contact table tr td .submit:hover::before {
            position: absolute;
            top: 38%;
            right: 281px; }
          section.section-contact-page .inner .section-cont .cont-contact table tr td .submit::before {
            position: absolute;
            top: 38%;
            right: 288px;
            transform: translate(0, -50%);
            width: 8px;
            height: 14px;
            margin-top: -1px;
            background: url(../img/arrow-right-white@2x.png) no-repeat 50% 50%;
            background-size: cover;
            content: "";
            transition-duration: 250ms;
            transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
            transition-property: all;
            -webkit-backface-visibility: hidden; }
            @media only screen and (max-width: 767px) {
              section.section-contact-page .inner .section-cont .cont-contact table tr td .submit::before {
                content: none; } }
          section.section-contact-page .inner .section-cont .cont-contact table tr td .submit .wpcf7-submit {
            width: 100%;
            padding: 40px 0;
            background: #252525;
            color: #fff;
            border-radius: 4px;
            cursor: pointer; }
            @media only screen and (max-width: 767px) {
              section.section-contact-page .inner .section-cont .cont-contact table tr td .submit .wpcf7-submit {
                padding: 26px 0; } }
          section.section-contact-page .inner .section-cont .cont-contact table tr td .submit .ajax-loader {
            position: absolute;
            bottom: -30px;
            left: 0; }
  section.section-contact-page .inner .section-cont .cont-contact div.wpcf7-validation-errors,
  section.section-contact-page .inner .section-cont .cont-contact div.wpcf7-acceptance-missing {
    border: 2px solid #252525;
    margin: 2em 0 1em; }

section.section-service-page-top {
  padding: 200px 0 90px; }
  @media only screen and (max-width: 767px) {
    section.section-service-page-top {
      padding: 112px 0 60px; } }
  section.section-service-page-top .inner .section-title {
    margin-bottom: 44px; }
    @media only screen and (max-width: 767px) {
      section.section-service-page-top .inner .section-title {
        margin-bottom: 17px; } }
    section.section-service-page-top .inner .section-title h1 {
      font-size: 188%;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        section.section-service-page-top .inner .section-title h1 {
          margin-bottom: 14px;
          font-size: 129%; } }
  section.section-service-page-top .inner .section-cont .cont-service-top ul li {
    margin: -30px;
    padding: 30px; }
    @media only screen and (max-width: 767px) {
      section.section-service-page-top .inner .section-cont .cont-service-top ul li {
        margin: -20px;
        padding: 20px; } }
    section.section-service-page-top .inner .section-cont .cont-service-top ul li .service {
      display: flex;
      flex-direction: row;
      webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-content: stretch;
      -ms-flex-line-pack: stretch;
      margin-bottom: 30px;
      padding: 60px 60px 0;
      border-radius: 4px;
      background: #f2f5f6;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        section.section-service-page-top .inner .section-cont .cont-service-top ul li .service {
          display: block;
          margin-bottom: 20px;
          padding: 13px 19px 19px; } }
      section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-left,
      section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right {
        width: 50%; }
        @media only screen and (max-width: 767px) {
          section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-left,
          section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right {
            width: 100%; } }
      section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-left .service-title {
        position: relative;
        margin-bottom: 2px; }
        section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-left .service-title p {
          margin-bottom: 10px;
          font-family: TazuganeGothicStdN-Medium, sans-serif; }
      section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-left .service-img {
        text-align: center;
        margin-left: -60px; }
        @media only screen and (max-width: 767px) {
          section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-left .service-img {
            margin-left: 0; } }
      section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right .service-txt {
        margin-bottom: 27px; }
        @media only screen and (max-width: 767px) {
          section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right .service-txt {
            margin-bottom: 14px; } }
        section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right .service-txt h3 {
          margin-bottom: 17px;
          font-size: 125%;
          font-weight: bold;
          line-height: 1.5;
          font-family: TazuganeGothicStdN-Medium, sans-serif; }
          @media only screen and (max-width: 767px) {
            section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right .service-txt h3 {
              font-size: 129%; } }
      section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right .service-btn {
        margin: 0 -10px 60px; }
        @media only screen and (max-width: 767px) {
          section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right .service-btn {
            margin: 0; } }
        section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right .service-btn a.btn {
          display: inline-block;
          vertical-align: top;
          *display: inline;
          *zoom: 1;
          margin: 0 10px;
          padding: 16px 38px 16px 15px;
          border: 1px solid #252525;
          border-radius: 4px;
          line-height: 1; }
          @media only screen and (max-width: 767px) {
            section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right .service-btn a.btn {
              width: 100%;
              margin: 0;
              text-align: center; } }
          @media only screen and (max-width: 767px) {
            section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right .service-btn a.btn.sp-mb20 {
              margin-bottom: 20px; } }
          section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right .service-btn a.btn:hover {
            background: #252525;
            color: #fff; }
            section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right .service-btn a.btn:hover p::before {
              background: url(../img/icon-el-white@2x.png) no-repeat 50% 50%;
              background-size: cover; }
          section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right .service-btn a.btn p {
            position: relative;
            font-family: TazuganeGothicStdN-Medium, sans-serif; }
            @media only screen and (max-width: 767px) {
              section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right .service-btn a.btn p {
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1; } }
            section.section-service-page-top .inner .section-cont .cont-service-top ul li .service .service-right .service-btn a.btn p::before {
              position: absolute;
              top: 50%;
              right: -22px;
              transform: translate(0, -50%);
              margin-top: -2px;
              width: 13px;
              height: 10px;
              background: url(../img/icon-el@2x.png) no-repeat 50% 50%;
              background-size: cover;
              content: ""; }

section.section-ir-news {
  padding: 200px 0 60px; }
  @media only screen and (max-width: 767px) {
    section.section-ir-news {
      padding: 120px 0 26px; } }
  @media only screen and (max-width: 767px) {
    section.section-ir-news .inner .section-title {
      margin-bottom: 24px; } }
  section.section-ir-news .inner .section-title a h2 {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    position: relative;
    font-size: 188%;
    font-family: TazuganeGothicStdN-Medium, sans-serif;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      section.section-ir-news .inner .section-title a h2 {
        font-size: 129%; } }
    section.section-ir-news .inner .section-title a h2:hover::before {
      position: absolute;
      top: 50%;
      right: -28px; }
      @media only screen and (max-width: 767px) {
        section.section-ir-news .inner .section-title a h2:hover::before {
          position: absolute;
          top: 50%;
          right: -16px; } }
    section.section-ir-news .inner .section-title a h2::before {
      position: absolute;
      top: 50%;
      right: -21px;
      transform: translate(0, -50%);
      width: 8px;
      height: 14px;
      background: url(../img/arrow-right@2x.png) no-repeat 50% 50%;
      background-size: cover;
      content: "";
      transition-duration: 250ms;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-property: all;
      -webkit-backface-visibility: hidden; }
      @media only screen and (max-width: 767px) {
        section.section-ir-news .inner .section-title a h2::before {
          position: absolute;
          top: 50%;
          right: -16px; } }
  section.section-ir-news .inner .section-cont {
    margin-top: -31px; }
    @media only screen and (max-width: 767px) {
      section.section-ir-news .inner .section-cont {
        margin-top: 0; } }
    section.section-ir-news .inner .section-cont .cont-title {
      display: flex;
      flex-direction: row;
      webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-content: stretch;
      -ms-flex-line-pack: stretch;
      margin: 0 0 35px 245px; }
      @media only screen and (max-width: 767px) {
        section.section-ir-news .inner .section-cont .cont-title {
          margin: 0; } }
      section.section-ir-news .inner .section-cont .cont-title .select {
        display: flex;
        flex-direction: row;
        webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-content: stretch;
        -ms-flex-line-pack: stretch;
        border: 1px solid #252525;
        border-radius: 4px;
        overflow: hidden; }
        section.section-ir-news .inner .section-cont .cont-title .select .select-left {
          border-right: 1px solid #252525; }
        section.section-ir-news .inner .section-cont .cont-title .select .select-left,
        section.section-ir-news .inner .section-cont .cont-title .select .select-right {
          position: relative;
          width: 50%; }
          section.section-ir-news .inner .section-cont .cont-title .select .select-left::before,
          section.section-ir-news .inner .section-cont .cont-title .select .select-right::before {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translate(0, -50%);
            width: 10px;
            height: 6px;
            background: url(../img/arrow-bottom-small-black@2x.png) no-repeat 50% 50%;
            background-size: cover;
            content: "";
            z-index: 10; }
          section.section-ir-news .inner .section-cont .cont-title .select .select-left select,
          section.section-ir-news .inner .section-cont .cont-title .select .select-right select {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            position: relative;
            width: 100%;
            padding: 20px 15px;
            background: #fff; }
      section.section-ir-news .inner .section-cont .cont-title ul {
        display: flex;
        flex-direction: row;
        webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-content: stretch;
        -ms-flex-line-pack: stretch; }
        section.section-ir-news .inner .section-cont .cont-title ul li {
          margin: 0 15px;
          line-height: 1; }
          section.section-ir-news .inner .section-cont .cont-title ul li.title-sort {
            position: relative; }
            section.section-ir-news .inner .section-cont .cont-title ul li.title-sort a h3 {
              position: relative; }
              section.section-ir-news .inner .section-cont .cont-title ul li.title-sort a h3::before {
                position: absolute;
                top: 50%;
                right: 0;
                margin-top: -2px;
                transform: translate(0, -50%);
                width: 10px;
                height: 6px;
                background: url(../img/arrow-bottom-small-black@2x.png) no-repeat 50% 50%;
                background-size: cover;
                content: ""; }
            section.section-ir-news .inner .section-cont .cont-title ul li.title-sort::before {
              position: absolute;
              top: 0;
              left: -15px;
              width: 1px;
              height: 100%;
              background: #252525;
              content: ""; }
          section.section-ir-news .inner .section-cont .cont-title ul li.tab-label.active a h3 {
            opacity: 1; }
          section.section-ir-news .inner .section-cont .cont-title ul li.tab-label a h3 {
            opacity: 0.5; }
          section.section-ir-news .inner .section-cont .cont-title ul li a h3 {
            font-weight: normal;
            font-size: 83%; }
          section.section-ir-news .inner .section-cont .cont-title ul li select {
            background: #fff; }
    section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list {
      display: none; }
      section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list.active {
        display: block; }
      section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list ul li {
        border-bottom: 1px solid #c8c8c8; }
        section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list ul li:first-child {
          border-top: 1px solid #252525; }
          @media only screen and (max-width: 767px) {
            section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list ul li:first-child {
              border-top: none; } }
        section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list ul li a {
          display: inline-block;
          vertical-align: top;
          *display: inline;
          *zoom: 1;
          width: 100%;
          padding: 22px 0;
          display: flex;
          flex-direction: row;
          webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          align-content: stretch;
          -ms-flex-line-pack: stretch;
          flex-wrap: nowrap;
          -ms-flex-wrap: nowrap; }
          @media only screen and (max-width: 767px) {
            section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list ul li a {
              display: block;
              padding: 9px 0 13px; } }
          section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list ul li a:hover {
            opacity: 0.6; }
          section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list ul li a span {
            font-size: 82%;
            font-family: TazuganeGothicStdN-Medium, sans-serif; }
            @media only screen and (max-width: 767px) {
              section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list ul li a span {
                font-size: 71%; } }
          section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list ul li a span.date {
            width: 100px; }
            @media only screen and (max-width: 767px) {
              section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list ul li a span.date {
                margin-right: 15px; } }
          section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list ul li a span.category {
            width: 160px; }
          section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list ul li a p {
            flex: 1;
            display: block;
            position: relative;
            margin-top: -1px;
            overflow: hidden; }
            @media only screen and (max-width: 767px) {
              section.section-ir-news .inner .section-cont .cont-ir-news-list .ir-news-list ul li a p {
                margin-top: 1px; } }

@media only screen and (max-width: 767px) {
  section.section.section-ir-menu-top {
    padding: 25px 0; } }
section.section.section-ir-menu-top:last-child {
  padding-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    section.section.section-ir-menu-top:last-child {
      padding-bottom: 80px; } }
section.section.section-ir-menu-top .inner .section-title {
  margin-bottom: 27px; }
  @media only screen and (max-width: 767px) {
    section.section.section-ir-menu-top .inner .section-title {
      margin-bottom: 9px; } }
  section.section.section-ir-menu-top .inner .section-title h2 {
    font-size: 188%;
    font-family: TazuganeGothicStdN-Medium, sans-serif;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      section.section.section-ir-menu-top .inner .section-title h2 {
        font-size: 129%; } }
section.section.section-ir-menu-top .inner .section-cont .cont-ir-menu-top ul {
  display: flex;
  flex-direction: row;
  webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  margin: 0 -15px; }
  section.section.section-ir-menu-top .inner .section-cont .cont-ir-menu-top ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 300px;
    margin: 0 15px;
    padding: 30px 0;
    border-bottom: 1px solid #252525;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      section.section.section-ir-menu-top .inner .section-cont .cont-ir-menu-top ul li {
        width: 100%;
        padding: 18px 20px;
        border-bottom: 1px solid #c8c8c8; } }
    @media only screen and (max-width: 767px) {
      section.section.section-ir-menu-top .inner .section-cont .cont-ir-menu-top ul li.sp-pl0 {
        padding: 20px 0; } }
    section.section.section-ir-menu-top .inner .section-cont .cont-ir-menu-top ul li a {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      position: relative;
      line-height: 1; }
      section.section.section-ir-menu-top .inner .section-cont .cont-ir-menu-top ul li a:hover::before {
        position: absolute;
        top: 50%;
        right: -22px; }
        @media only screen and (max-width: 767px) {
          section.section.section-ir-menu-top .inner .section-cont .cont-ir-menu-top ul li a:hover::before {
            position: absolute;
            top: 50%;
            right: -15px; } }
      section.section.section-ir-menu-top .inner .section-cont .cont-ir-menu-top ul li a::before {
        position: absolute;
        top: 50%;
        right: -15px;
        transform: translate(0, -50%);
        width: 6px;
        height: 10px;
        background: url(../img/arrow-right-small@2x.png) no-repeat 50% 50%;
        background-size: cover;
        content: "";
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        transition-property: all;
        -webkit-backface-visibility: hidden; }

section.section-ir-underlayer-menu-page {
  padding: 200px 0 120px; }
  @media only screen and (max-width: 767px) {
    section.section-ir-underlayer-menu-page {
      padding: 120px 0 73px; } }
  section.section-ir-underlayer-menu-page .inner .section-title {
    margin-bottom: 73px; }
    @media only screen and (max-width: 767px) {
      section.section-ir-underlayer-menu-page .inner .section-title {
        margin-bottom: 33px; } }
    section.section-ir-underlayer-menu-page .inner .section-title h2 {
      display: block;
      position: relative;
      padding-bottom: 9px;
      font-size: 125%;
      border-bottom: 1px solid #252525;
      letter-spacing: 1px;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        section.section-ir-underlayer-menu-page .inner .section-title h2 {
          font-weight: normal;
          font-size: 100%;
          padding-bottom: 11px; } }
    section.section-ir-underlayer-menu-page .inner .section-title .grandchild-menu {
      margin-top: 25px; }
      @media only screen and (max-width: 767px) {
        section.section-ir-underlayer-menu-page .inner .section-title .grandchild-menu {
          margin-top: 13px; } }
      section.section-ir-underlayer-menu-page .inner .section-title .grandchild-menu ul {
        display: flex;
        flex-direction: row;
        webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-items: center;
        margin: 0 -15px; }
        @media only screen and (max-width: 767px) {
          section.section-ir-underlayer-menu-page .inner .section-title .grandchild-menu ul {
            justify-content: flex-start; } }
        section.section-ir-underlayer-menu-page .inner .section-title .grandchild-menu ul li {
          margin: 0 15px; }
          section.section-ir-underlayer-menu-page .inner .section-title .grandchild-menu ul li a {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            position: relative;
            font-size: 82%; }
            @media only screen and (max-width: 767px) {
              section.section-ir-underlayer-menu-page .inner .section-title .grandchild-menu ul li a {
                font-size: 85.72%; } }
            section.section-ir-underlayer-menu-page .inner .section-title .grandchild-menu ul li a::before {
              position: absolute;
              top: 50%;
              right: -16px;
              transform: translate(0, -50%);
              width: 10px;
              height: 6px;
              background: url(../img/arrow-bottom-small-black@2x.png) no-repeat 50% 50%;
              background-size: cover;
              content: ""; }
  section.section-ir-underlayer-menu-page .inner .section-cont .cont-title {
    margin-bottom: 60px; }
    section.section-ir-underlayer-menu-page .inner .section-cont .cont-title h3 {
      font-size: 188%;
      font-weight: normal; }
      @media only screen and (max-width: 767px) {
        section.section-ir-underlayer-menu-page .inner .section-cont .cont-title h3 {
          font-size: 129%; } }

.category-news section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a,
.category-press-release section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a,
.category-notice section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a {
  background: #252525; }
  .category-news section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a:hover,
  .category-press-release section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a:hover,
  .category-notice section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a:hover {
    background: #252525; }
  .category-news section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a::before,
  .category-press-release section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a::before,
  .category-notice section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a::before {
    opacity: 1; }
  .category-news section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a h2,
  .category-press-release section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a h2,
  .category-notice section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a h2 {
    color: #fff; }
    .category-news section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a h2::before,
    .category-press-release section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a h2::before,
    .category-notice section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a h2::before {
      background: url(../img/arrow-bottom-small-white@2x.png) no-repeat 50% 50%;
      background-size: cover; }

.category-media section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-02 a {
  background: #252525; }
  .category-media section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-02 a:hover {
    background: #252525; }
  .category-media section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-02 a::before {
    opacity: 1; }
  .category-media section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-02 a h2 {
    color: #fff; }
    .category-media section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-02 a h2::before {
      background: url(../img/arrow-bottom-small-white@2x.png) no-repeat 50% 50%;
      background-size: cover; }

.date section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03 a {
  background: #252525; }
  .date section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03 a:hover {
    background: #252525; }
  .date section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03 a::before {
    opacity: 1; }
  .date section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03 a h2 {
    color: #fff; }
    .date section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03 a h2::before {
      background: url(../img/arrow-bottom-small-white@2x.png) no-repeat 50% 50%;
      background-size: cover; }

section.section-press-room-page-top {
  padding: 200px 0 101px; }
  @media only screen and (max-width: 767px) {
    section.section-press-room-page-top {
      padding: 111px 0 67px; } }
  section.section-press-room-page-top .inner .section-title {
    margin-bottom: 44px; }
    @media only screen and (max-width: 767px) {
      section.section-press-room-page-top .inner .section-title {
        margin-bottom: 20px; } }
    section.section-press-room-page-top .inner .section-title h1 {
      font-size: 188%;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        section.section-press-room-page-top .inner .section-title h1 {
          font-size: 129%; } }
  section.section-press-room-page-top .inner .section-cont .cont-title {
    margin-bottom: 53px; }
    @media only screen and (max-width: 767px) {
      section.section-press-room-page-top .inner .section-cont .cont-title {
        margin-bottom: 29px; } }
    section.section-press-room-page-top .inner .section-cont .cont-title ul {
      display: flex;
      flex-direction: row;
      webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-content: stretch;
      -ms-flex-line-pack: stretch;
      border: 1px solid #252525;
      border-radius: 4px; }
      @media only screen and (max-width: 767px) {
        section.section-press-room-page-top .inner .section-cont .cont-title ul {
          overflow: hidden; } }
      section.section-press-room-page-top .inner .section-cont .cont-title ul li.title {
        position: relative;
        width: 25%;
        text-align: center;
        border-left: 1px solid #e9e9e9; }
        @media only screen and (max-width: 767px) {
          section.section-press-room-page-top .inner .section-cont .cont-title ul li.title {
            width: 50%;
            border-left: none; } }
        section.section-press-room-page-top .inner .section-cont .cont-title ul li.title:first-child {
          border-left: none; }
        section.section-press-room-page-top .inner .section-cont .cont-title ul li.title.active a {
          background: #252525; }
          section.section-press-room-page-top .inner .section-cont .cont-title ul li.title.active a:hover {
            background: #252525; }
          section.section-press-room-page-top .inner .section-cont .cont-title ul li.title.active a::before {
            opacity: 1; }
          section.section-press-room-page-top .inner .section-cont .cont-title ul li.title.active a h2 {
            color: #fff; }
        section.section-press-room-page-top .inner .section-cont .cont-title ul li.title a {
          display: inline-block;
          vertical-align: top;
          *display: inline;
          *zoom: 1;
          position: relative;
          width: 100%;
          padding: 30px 0;
          z-index: 10;
          height: 100%; }
          @media only screen and (max-width: 767px) {
            section.section-press-room-page-top .inner .section-cont .cont-title ul li.title a {
              padding: 10px 0; } }
          section.section-press-room-page-top .inner .section-cont .cont-title ul li.title a::before {
            position: absolute;
            right: 0;
            bottom: -7px;
            left: 0;
            width: 10px;
            height: 6px;
            margin: auto;
            background: url(../img/arrow-bottom-triangle@2x.png) no-repeat 50% 50%;
            background-size: cover;
            opacity: 0;
            transition-duration: 250ms;
            transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
            transition-property: all;
            -webkit-backface-visibility: hidden;
            content: ""; }
            @media only screen and (max-width: 767px) {
              section.section-press-room-page-top .inner .section-cont .cont-title ul li.title a::before {
                content: none; } }
          section.section-press-room-page-top .inner .section-cont .cont-title ul li.title a:hover {
            background: #929292; }
            section.section-press-room-page-top .inner .section-cont .cont-title ul li.title a:hover h2 {
              color: #fff; }
          section.section-press-room-page-top .inner .section-cont .cont-title ul li.title a h2 {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            position: relative;
            font-family: TazuganeGothicStdN-Medium, sans-serif; }
        section.section-press-room-page-top .inner .section-cont .cont-title ul li.title select {
          display: inline-block;
          vertical-align: top;
          *display: inline;
          *zoom: 1;
          position: relative;
          width: 100%;
          padding: 30px 0;
          cursor: pointer;
          background: #fff;
          text-align: center;
          z-index: 10;
          border-radius: 4px 0 0 4px;
          line-height: 1.87;
          opacity: 0;
          transition-duration: 250ms;
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-property: all;
          -webkit-backface-visibility: hidden; }
          @media only screen and (max-width: 767px) {
            section.section-press-room-page-top .inner .section-cont .cont-title ul li.title select {
              padding: 10px 0; } }
          section.section-press-room-page-top .inner .section-cont .cont-title ul li.title select:hover {
            background: #929292;
            color: #fff; }
      section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01,
      section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03 {
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        transition-property: all;
        -webkit-backface-visibility: hidden; }
        section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01:hover,
        section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03:hover {
          background: #929292; }
          section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01:hover a h2,
          section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03:hover a h2 {
            color: #fff; }
            section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01:hover a h2::before,
            section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03:hover a h2::before {
              background: url(../img/arrow-bottom-small-white@2x.png) no-repeat 50% 50%;
              background-size: cover; }
        section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a,
        section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03 a {
          position: absolute;
          top: 0;
          left: 0; }
      @media only screen and (max-width: 767px) {
        section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 {
          border-right: 1px solid #252525;
          border-bottom: 1px solid #252525; } }
      section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-02 a h2::before {
        display: none; }
      @media only screen and (max-width: 767px) {
        section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-02 {
          border-bottom: 1px solid #252525; } }
      @media only screen and (max-width: 767px) {
        section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03 {
          border-right: 1px solid #252525; } }
      section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a:hover h2::before,
      section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-02 a:hover h2::before,
      section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03 a:hover h2::before {
        background: url(../img/arrow-bottom-small-white@2x.png) no-repeat 50% 50%;
        background-size: cover; }
      section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a h2:lang(en)::before,
      section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-02 a h2:lang(en)::before,
      section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03 a h2:lang(en)::before {
        margin-top: 0; }
      section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a h2::before,
      section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-02 a h2::before,
      section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03 a h2::before {
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translate(0, -50%);
        width: 10px;
        height: 6px;
        margin-top: -2px;
        background: url(../img/arrow-bottom-small-black@2x.png) no-repeat 50% 50%;
        background-size: cover;
        content: ""; }
        @media only screen and (max-width: 767px) {
          section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-01 a h2::before,
          section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-02 a h2::before,
          section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-03 a h2::before {
            position: absolute;
            top: 50%;
            right: -20px;
            margin-top: -1px; } }
      section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-04 {
        border-left: 1px solid #252525; }
        @media only screen and (max-width: 767px) {
          section.section-press-room-page-top .inner .section-cont .cont-title ul li.title-04 {
            border-left: none; } }
  section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list ul {
    margin-bottom: 100px; }
    @media only screen and (max-width: 767px) {
      section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list ul {
        margin-bottom: 68px; } }
    section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list ul li {
      border-bottom: 1px solid #c8c8c8; }
      section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list ul li a {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        width: 100%;
        padding: 22px 0;
        display: flex;
        flex-direction: row;
        webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-content: stretch;
        -ms-flex-line-pack: stretch;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap; }
        @media only screen and (max-width: 767px) {
          section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list ul li a {
            display: block;
            padding: 9px 0 13px; } }
        section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list ul li a:hover {
          opacity: 0.6; }
        section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list ul li a span {
          font-size: 82%;
          font-weight: bold;
          font-family: TazuganeGothicStdN-Medium, sans-serif; }
          @media only screen and (max-width: 767px) {
            section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list ul li a span {
              font-size: 71%; } }
        section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list ul li a span.date {
          width: 100px; }
          @media only screen and (max-width: 767px) {
            section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list ul li a span.date {
              width: 100%;
              margin-right: 15px; } }
        section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list ul li a span.category {
          width: 160px; }
        section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list ul li a p {
          flex: 1;
          display: block;
          position: relative;
          margin-top: -1px;
          overflow: hidden; }
  section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list .pager {
    text-align: center; }
    section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list .pager a,
    section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list .pager span {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      margin: 0 15px !important;
      font-size: 188%;
      color: #b2b2b2;
      font-weight: normal;
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list .pager a,
        section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list .pager span {
          font-size: 129%;
          margin: 0 6px !important; } }
    section.section-press-room-page-top .inner .section-cont .cont-pressroom-top-list .pager .current {
      color: #252525; }
  section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit ul {
    display: flex;
    flex-direction: row;
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    margin: 0 -15px 40px; }
    @media only screen and (max-width: 767px) {
      section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit ul {
        margin: 0;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap; } }
    section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit ul li {
      margin: 0 15px; }
      @media only screen and (max-width: 767px) {
        section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit ul li {
          margin: 0 0 22px; } }
      section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit ul li a:hover .title h2::before {
        position: absolute;
        top: 50%;
        right: -28px; }
        @media only screen and (max-width: 767px) {
          section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit ul li a:hover .title h2::before {
            position: absolute;
            top: 50%;
            right: -21px; } }
      section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit ul li a .img {
        margin-bottom: 9px;
        border-radius: 4px;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit ul li a .img img {
            width: 100%;
            height: auto; } }
      section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit ul li a .title h2 {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        position: relative;
        font-size: 125%;
        font-family: TazuganeGothicStdN-Medium, sans-serif; }
        section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit ul li a .title h2:lang(en) {
          font-size: 100%; }
          @media only screen and (max-width: 767px) {
            section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit ul li a .title h2:lang(en)::before {
              margin-top: -2px; } }
        @media only screen and (max-width: 767px) {
          section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit ul li a .title h2 {
            font-size: 129%; } }
        section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit ul li a .title h2 span {
          font-size: 12px; }
        section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit ul li a .title h2::before {
          position: absolute;
          top: 50%;
          right: -21px;
          transform: translate(0, -50%);
          width: 8px;
          height: 14px;
          margin-top: -3px;
          background: url(../img/arrow-right@2x.png) no-repeat 50% 50%;
          background-size: cover;
          content: "";
          transition-duration: 250ms;
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-property: all;
          -webkit-backface-visibility: hidden; }
  section.section-press-room-page-top .inner .section-cont .cont-pressroom-press-kit .notice p a {
    padding-bottom: 2px;
    color: #11beae;
    border-bottom: 1px solid #11beae; }

article.article-press-detail {
  padding: 200px 0 120px; }
  @media only screen and (max-width: 767px) {
    article.article-press-detail {
      padding: 116px 0 71px; } }
  article.article-press-detail .inner .article-title {
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      article.article-press-detail .inner .article-title {
        margin-bottom: 42px; } }
    article.article-press-detail .inner .article-title h1 {
      font-size: 188%;
      line-height: 1.5;
      margin-bottom: 9px;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        article.article-press-detail .inner .article-title h1 {
          font-size: 129%; } }
    article.article-press-detail .inner .article-title span {
      font-size: 82%;
      font-weight: bold; }
    article.article-press-detail .inner .article-title span.date {
      margin-right: 30px; }
    article.article-press-detail .inner .article-title a.category {
      font-size: 82%;
      font-weight: bold;
      text-decoration: underline; }
      article.article-press-detail .inner .article-title a.category.category-press-release {
        color: #9a3040; }
  article.article-press-detail .inner .article-cont .cont-article-detail {
    letter-spacing: 0;
    font-feature-settings: normal; }
    article.article-press-detail .inner .article-cont .cont-article-detail img {
      margin: 31px 0 51px;
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 767px) {
        article.article-press-detail .inner .article-cont .cont-article-detail img {
          margin: 23px 0; } }
    article.article-press-detail .inner .article-cont .cont-article-detail a {
      letter-spacing: 0em; }
    article.article-press-detail .inner .article-cont .cont-article-detail h2 {
      font-size: 125%;
      line-height: 2;
      margin-bottom: 26px;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        article.article-press-detail .inner .article-cont .cont-article-detail h2 {
          margin-bottom: 16px;
          font-size: 129%; } }
    article.article-press-detail .inner .article-cont .cont-article-detail h3 {
      font-size: 82%;
      margin-bottom: 26px;
      font-weight: normal; }
      @media only screen and (max-width: 767px) {
        article.article-press-detail .inner .article-cont .cont-article-detail h3 {
          font-size: 86%; } }
    article.article-press-detail .inner .article-cont .cont-article-detail p {
      margin-bottom: 26px;
      letter-spacing: 0em; }
      @media only screen and (max-width: 767px) {
        article.article-press-detail .inner .article-cont .cont-article-detail p {
          margin-bottom: 16px; } }
      article.article-press-detail .inner .article-cont .cont-article-detail p a {
        padding-bottom: 2px;
        color: #11beae;
        border-bottom: 1px solid #11beae;
        word-wrap: break-word;
        overflow-wrap: break-word; }
    article.article-press-detail .inner .article-cont .cont-article-detail img + span.txt {
      display: block;
      margin: -47px 0 30px;
      font-size: 82%; }
      @media only screen and (max-width: 767px) {
        article.article-press-detail .inner .article-cont .cont-article-detail img + span.txt {
          margin: -13px 0 30px;
          font-size: 71%; } }
    article.article-press-detail .inner .article-cont .cont-article-detail span.line,
    article.article-press-detail .inner .article-cont .cont-article-detail hr {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      width: 100%;
      height: 1px;
      margin: 51px 0;
      background: #929292; }
      @media only screen and (max-width: 767px) {
        article.article-press-detail .inner .article-cont .cont-article-detail span.line,
        article.article-press-detail .inner .article-cont .cont-article-detail hr {
          margin: 21px 0; } }
    article.article-press-detail .inner .article-cont .cont-article-detail strong {
      padding: 0;
      letter-spacing: 0em; }
  article.article-press-detail .inner .article-cont .cont-article-share {
    margin-top: 50px; }
    article.article-press-detail .inner .article-cont .cont-article-share ul {
      display: flex;
      flex-direction: row;
      webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-content: stretch;
      -ms-flex-line-pack: stretch;
      margin: 0 -15px; }
      article.article-press-detail .inner .article-cont .cont-article-share ul li {
        margin: 0 15px; }
  article.article-press-detail .inner .article-cont .cont-article-link {
    max-width: 925px;
    margin: auto;
    display: flex;
    flex-direction: row;
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    justify-content: space-between;
    margin-top: 109px; }
    article.article-press-detail .inner .article-cont .cont-article-link .next a,
    article.article-press-detail .inner .article-cont .cont-article-link .list a,
    article.article-press-detail .inner .article-cont .cont-article-link .prev a {
      position: relative;
      font-size: 125%;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
      @media only screen and (max-width: 767px) {
        article.article-press-detail .inner .article-cont .cont-article-link .next a,
        article.article-press-detail .inner .article-cont .cont-article-link .list a,
        article.article-press-detail .inner .article-cont .cont-article-link .prev a {
          font-size: 129%; } }
    article.article-press-detail .inner .article-cont .cont-article-link .prev a:hover::before {
      position: absolute;
      top: 50%;
      right: -24px; }
      @media only screen and (max-width: 767px) {
        article.article-press-detail .inner .article-cont .cont-article-link .prev a:hover::before {
          position: absolute;
          top: 50%;
          right: 0; } }
    article.article-press-detail .inner .article-cont .cont-article-link .prev a::before {
      position: absolute;
      top: 50%;
      right: -17px;
      transform: translate(0, -50%);
      width: 8px;
      height: 14px;
      margin-top: -2px;
      background: url(../img/arrow-right@2x.png) no-repeat 50% 50%;
      background-size: cover;
      content: "";
      transition-duration: 250ms;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-property: all;
      -webkit-backface-visibility: hidden; }
      @media only screen and (max-width: 767px) {
        article.article-press-detail .inner .article-cont .cont-article-link .prev a::before {
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: 15px; } }
    article.article-press-detail .inner .article-cont .cont-article-link .next a:hover::before {
      position: absolute;
      top: 50%;
      left: -24px; }
      @media only screen and (max-width: 767px) {
        article.article-press-detail .inner .article-cont .cont-article-link .next a:hover::before {
          position: absolute;
          top: 50%;
          left: 0; } }
    article.article-press-detail .inner .article-cont .cont-article-link .next a::before {
      position: absolute;
      top: 50%;
      left: -17px;
      transform: translate(0, -50%);
      width: 8px;
      height: 14px;
      margin-top: -2px;
      background: url(../img/arrow-left@2x.png) no-repeat 50% 50%;
      background-size: cover;
      content: "";
      transition-duration: 250ms;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-property: all;
      -webkit-backface-visibility: hidden; }
      @media only screen and (max-width: 767px) {
        article.article-press-detail .inner .article-cont .cont-article-link .next a::before {
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: 15px; } }

section.section-mainvisual-jobs {
  background: url(../img/jobs-mainvisual-jobs-bg@2x.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-color: #000;
  height: 600px;
  max-width: 1440px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    section.section-mainvisual-jobs {
      height: 560px;
      background: url(../img/sp-jobs-mainvisual-jobs-bg@2x.jpg) no-repeat 50% 50%;
      background-size: cover; } }
  section.section-mainvisual-jobs .inner::before {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    width: 28px;
    height: 16px;
    margin: auto;
    background: url(../img/arrow-bottom@2x.png) no-repeat 50% 50%;
    background-size: cover;
    content: none; }
    @media only screen and (max-width: 767px) {
      section.section-mainvisual-jobs .inner::before {
        content: ""; } }
  section.section-mainvisual-jobs .inner .section-title {
    padding: 194px 0 128px; }
    @media only screen and (max-width: 767px) {
      section.section-mainvisual-jobs .inner .section-title {
        padding: 80px 0 0;
        margin-left: 0; } }
    section.section-mainvisual-jobs .inner .section-title h1,
    section.section-mainvisual-jobs .inner .section-title h2 {
      margin-left: -10px; }
    section.section-mainvisual-jobs .inner .section-title h1,
    section.section-mainvisual-jobs .inner .section-title p {
      color: #fff;
      text-shadow: 0px 0px 10px black; }
    section.section-mainvisual-jobs .inner .section-title h1 {
      margin-bottom: 12px; }
      @media only screen and (max-width: 767px) {
        section.section-mainvisual-jobs .inner .section-title h1 img {
          margin: auto; } }
    section.section-mainvisual-jobs .inner .section-title h2 {
      margin-bottom: 12px; }
      @media only screen and (max-width: 767px) {
        section.section-mainvisual-jobs .inner .section-title h2 {
          margin-bottom: 13px; } }
      @media only screen and (max-width: 767px) {
        section.section-mainvisual-jobs .inner .section-title h2 img {
          margin: auto; } }
    section.section-mainvisual-jobs .inner .section-title p {
      font-family: TazuganeGothicStdN-Medium, sans-serif;
      font-size: 125%; }
      @media only screen and (max-width: 767px) {
        section.section-mainvisual-jobs .inner .section-title p {
          position: absolute;
          right: 0;
          bottom: 60px;
          left: 0;
          margin: auto;
          text-align: center;
          font-size: 100%; } }

section.section-mission-jobs {
  padding: 107px 0 60px; }
  section.section-mission-jobs .section-title {
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      section.section-mission-jobs .section-title {
        margin-bottom: 42px; } }
    section.section-mission-jobs .section-title h1 {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      padding-bottom: 9px;
      font-size: 125%;
      border-bottom: 1px solid #252525; }
  section.section-mission-jobs .section-cont .cont-title {
    margin-bottom: 46px; }
    @media only screen and (max-width: 767px) {
      section.section-mission-jobs .section-cont .cont-title {
        margin-bottom: 40px; } }
    section.section-mission-jobs .section-cont .cont-title h2 {
      margin-bottom: 5px;
      font-size: 250%;
      font-family: TazuganeGothicStdN-Medium, sans-serif;
      line-height: 1.5; }
      @media only screen and (max-width: 767px) {
        section.section-mission-jobs .section-cont .cont-title h2 {
          font-size: 193%;
          margin-bottom: 7px; } }
  @media only screen and (max-width: 767px) {
    section.section-mission-jobs .section-cont .cont-mission-top-txt {
      margin-bottom: 38px; } }
  section.section-mission-jobs .section-cont .cont-mission-top-txt p {
    line-height: 1.5;
    font-size: 188%; }
    @media only screen and (max-width: 767px) {
      section.section-mission-jobs .section-cont .cont-mission-top-txt p {
        font-size: 129%; } }
  section.section-mission-jobs .section-cont .cont-mission-top-btn {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 767px) {
      section.section-mission-jobs .section-cont .cont-mission-top-btn {
        position: relative; } }
    section.section-mission-jobs .section-cont .cont-mission-top-btn a.btn {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      position: relative;
      padding: 0 100px 18px 0;
      border-bottom: 1px solid #333333; }
      @media only screen and (max-width: 767px) {
        section.section-mission-jobs .section-cont .cont-mission-top-btn a.btn {
          position: relative;
          width: 100%;
          padding: 10px 0;
          border: 1px solid #252525;
          border-radius: 4px;
          text-align: center; } }
      section.section-mission-jobs .section-cont .cont-mission-top-btn a.btn:hover p::before {
        position: absolute;
        top: 13px;
        right: 0; }
        @media only screen and (max-width: 767px) {
          section.section-mission-jobs .section-cont .cont-mission-top-btn a.btn:hover p::before {
            position: absolute;
            top: 50%;
            right: -16px; } }
      section.section-mission-jobs .section-cont .cont-mission-top-btn a.btn p {
        font-size: 125%;
        line-height: 1.87;
        font-family: TazuganeGothicStdN-Medium, sans-serif; }
        @media only screen and (max-width: 767px) {
          section.section-mission-jobs .section-cont .cont-mission-top-btn a.btn p {
            position: relative;
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            font-size: 129%; } }
        section.section-mission-jobs .section-cont .cont-mission-top-btn a.btn p::before {
          position: absolute;
          top: 13px;
          right: 7px;
          width: 8px;
          height: 14px;
          margin-top: -2px;
          background: url(../img/arrow-right@2x.png) no-repeat 50% 50%;
          background-size: cover;
          content: "";
          transition-duration: 250ms;
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-property: all;
          -webkit-backface-visibility: hidden; }
          @media only screen and (max-width: 767px) {
            section.section-mission-jobs .section-cont .cont-mission-top-btn a.btn p::before {
              position: absolute;
              top: 50%;
              right: -16px;
              transform: translate(0, -50%); } }

section.section-guidelines-jobs {
  padding: 37px 0 153px; }
  @media only screen and (max-width: 767px) {
    section.section-guidelines-jobs {
      padding: 21px 0 42px; } }
  section.section-guidelines-jobs .inner .section-title {
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      section.section-guidelines-jobs .inner .section-title {
        margin-bottom: 42px; } }
    section.section-guidelines-jobs .inner .section-title h1 {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      padding-bottom: 9px;
      font-size: 125%;
      border-bottom: 1px solid #252525;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
  section.section-guidelines-jobs .inner .section-cont .cont-guidelines ul {
    display: flex;
    flex-direction: row;
    webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: stretch;
    -ms-flex-line-pack: stretch; }
    @media only screen and (max-width: 767px) {
      section.section-guidelines-jobs .inner .section-cont .cont-guidelines ul {
        display: block;
        margin: 0; } }
    section.section-guidelines-jobs .inner .section-cont .cont-guidelines ul li {
      width: 320px; }
      @media only screen and (max-width: 767px) {
        section.section-guidelines-jobs .inner .section-cont .cont-guidelines ul li {
          margin: 0 0 30px; } }
      section.section-guidelines-jobs .inner .section-cont .cont-guidelines ul li .guidelines h2 {
        font-size: 250%;
        line-height: 1.5;
        letter-spacing: 0em;
        font-family: TazuganeGothicStdN-Medium, sans-serif; }
        @media only screen and (max-width: 767px) {
          section.section-guidelines-jobs .inner .section-cont .cont-guidelines ul li .guidelines h2 {
            font-size: 193%; } }

section.section-company-jobs {
  padding: 109px 0 152px;
  background: #d9dee6; }
  @media only screen and (max-width: 767px) {
    section.section-company-jobs {
      padding: 72px 0 72px; } }
  section.section-company-jobs .inner .section-title {
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      section.section-company-jobs .inner .section-title {
        margin-bottom: 49px; } }
    section.section-company-jobs .inner .section-title h1 {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      padding-bottom: 9px;
      font-size: 125%;
      border-bottom: 1px solid #252525;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
  section.section-company-jobs .inner .section-cont .cont-company iframe {
    box-shadow: none !important; }

section.section-company-img-slider-jobs {
  background: #252525; }
  section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider {
    position: relative; }
    @media only screen and (max-width: 767px) {
      section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider {
        margin: 0 -20px; } }
    section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul {
      margin: 0 -160px; }
      section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul .slick-list {
        overflow: visible !important; }
      section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul.slick-dotted.slick-slider {
        margin-bottom: 0; }
      section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul li {
        width: 100%; }
      section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul .slick-prev,
      section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul .slick-next {
        width: 41px;
        height: 41px;
        background: url(../img/arrow-bottom-bg-white@2x.png) no-repeat 50% 50%;
        background-size: cover;
        z-index: 10; }
        section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul .slick-prev::before,
        section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul .slick-next::before {
          content: none; }
      section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul .slick-prev {
        left: 180px; }
      section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul .slick-next {
        right: 180px;
        transform: scale(-1, 1); }
      section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul .slick-dots {
        margin: 0;
        bottom: 14px; }
        @media only screen and (max-width: 767px) {
          section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul .slick-dots {
            bottom: 0; } }
        section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul .slick-dots li {
          width: auto; }
          section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul .slick-dots li button::before {
            color: #fff;
            opacity: 1;
            font-size: 14px; }
            @media only screen and (max-width: 767px) {
              section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul .slick-dots li button::before {
                font-size: 12px; } }
          section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul .slick-dots li.slick-active button::after {
            position: absolute;
            top: 0;
            left: 0;
            content: "•";
            width: 20px;
            height: 20px;
            font-family: "slick";
            font-size: 10px;
            line-height: 20px;
            text-align: center;
            color: #252525;
            opacity: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
@-moz-document url-prefix() {
  section.section-company-img-slider-jobs .inner .section-cont .cont-company-img-slider ul .slick-dots li.slick-active button::after {
    margin-top: -1px; } }
section.section-recruit-jobs {
  padding: 110px 0 60px; }
  @media only screen and (max-width: 767px) {
    section.section-recruit-jobs {
      padding: 72px 0 60px; } }
  section.section-recruit-jobs .inner .section-title {
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      section.section-recruit-jobs .inner .section-title {
        margin-bottom: 42px; } }
    section.section-recruit-jobs .inner .section-title h1 {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      padding-bottom: 9px;
      font-size: 125%;
      border-bottom: 1px solid #252525;
      font-family: TazuganeGothicStdN-Medium, sans-serif; }
  section.section-recruit-jobs .inner .section-cont .cont-recruit .txt {
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      section.section-recruit-jobs .inner .section-cont .cont-recruit .txt {
        margin-bottom: 46px; } }
  section.section-recruit-jobs .inner .section-cont .cont-recruit .btn {
    text-align: center; }
    section.section-recruit-jobs .inner .section-cont .cont-recruit .btn a {
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      position: relative;
      width: 100%;
      padding: 30px 0;
      border: 1px solid #252525;
      border-radius: 4px; }
      @media only screen and (max-width: 767px) {
        section.section-recruit-jobs .inner .section-cont .cont-recruit .btn a {
          padding: 10px 0; } }
      section.section-recruit-jobs .inner .section-cont .cont-recruit .btn a:hover {
        background: #252525;
        color: #fff; }
        section.section-recruit-jobs .inner .section-cont .cont-recruit .btn a:hover p::before {
          position: absolute;
          top: 50%;
          right: -28px;
          background: url(../img/arrow-right-white@2x.png) no-repeat 50% 50%;
          background-size: cover; }
          @media only screen and (max-width: 767px) {
            section.section-recruit-jobs .inner .section-cont .cont-recruit .btn a:hover p::before {
              position: absolute;
              top: 10px;
              right: -21px; } }
      section.section-recruit-jobs .inner .section-cont .cont-recruit .btn a p {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        font-size: 188%;
        position: relative;
        font-family: TazuganeGothicStdN-Medium, sans-serif; }
        @media only screen and (max-width: 767px) {
          section.section-recruit-jobs .inner .section-cont .cont-recruit .btn a p {
            font-size: 129%; } }
        section.section-recruit-jobs .inner .section-cont .cont-recruit .btn a p::before {
          position: absolute;
          top: 50%;
          right: -21px;
          width: 8px;
          height: 14px;
          margin-top: -2px;
          transform: translate(0, -50%);
          background: url(../img/arrow-right@2x.png) no-repeat 50% 50%;
          background-size: cover;
          content: "";
          transition-duration: 250ms;
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-property: all;
          -webkit-backface-visibility: hidden; }


.sub2{
  margin-top:-40px !important;
}
@media only screen and (max-width: 767px) {
  .sub2{
    margin-top:0 !important;
  }
}



/* ESG画面 */
.section-esg {
  padding: 200px 0 120px;
  @media only screen and (max-width: 767px) {
    section.section-esg {
      padding: 113px 0 67px; }
  }
}
.cont-esg {
  margin-bottom: 40px;
}
.cont-esg h2 {
  margin: 40px 0 20px;
  font-size: 200%;
  font-family: TazuganeGothicStdN-Medium, sans-serif;
}
.cont-esg h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 130%;
  font-family: TazuganeGothicStdN-Medium, sans-serif;
}
.cont-esg h4 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 100%;
  font-family: TazuganeGothicStdN-Medium, sans-serif;
  align-items: center;
  display: flex;
}
.cont-esg h4::before {
  background-color: #252525;
  content: "";
  height: 3px;
  width: 12px;
}
.cont-esg h4::before {
  margin-right: 10px;
}
.cont-esg p a {
  text-decoration: underline;
}
.cont-esg ul {
  padding-left: 18px;
  margin-bottom: 20px;
}
.cont-esg li {
  list-style: disc;
}
.cont-esg ul li ul li {
  list-style: circle;
}
.esgImage {
  padding: 40px;
  border-radius: 4px;
  background: #f2f5f6;
}
.esgImage img {
  width: 100%;
  text-align: center;
}
.esgMessageImage img {
  width: 100%;
  text-align: center;
}
.esgPhoto {
  display: flex;
  margin: 32px 0 32px 0;
}
.esgPhotoText {
  margin: 0 0 0 24px;
  font-size: 90%;
}
.esgPhotoImage {
  min-width: 340px;
}
.esgPhotoImage img {
  width: 340px;
  text-align: center;
}


/* ------ ESGナビゲーション ------ */
.esg-navigation {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px;
  gap: 30px;
}
.esg-navigation li {
  display: inline-flex;
}
.esg-navigation li.esg-navigation-current {
  font-weight: bold;
}
.esg-navigation li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 8px 20px;
  min-width:160px;
  border: 1px solid #333;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.esg-navigation li a:hover {
  background-color: #f5f5f5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.esg-navigation li a:hover::after {
  transform: translateX(4px);
}
.esg-declaration {
  width: 100%;
  padding: 24px;
  margin: 60px 0 100px;
  background-color: #F0F1F4;
}
.esg-declaration-title {
  font-size: 120%;
  font-weight: 700;
}
.esg-declaration-text {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .esg-declaration {
    margin: 20px 0 40px;
  }
  .esg-navigation {
    gap: 10px;
    margin: 16px 0;
  }
  .esg-navigation li a {
    min-width:100px;
    padding: 8px 10px;
  }
  .esgImage {
    padding: 10px;
  }
  .esgPhoto {
    display: block;
    margin: 20px 0 20px 0;
  }
  .esgPhotoImage {
    min-width: 100%;
    margin: 0 0 20px 0;
  }
  .esgPhotoImage img {
    width: 100%;
    text-align: center;
  }
  .esgPhotoText {
    margin: 0;
    font-size: 90%;
  }
}



.page-template-page-template-jobs .sns-list {
  display: flex;
  flex-wrap: nowrap;
  margin-top:40px;
}
.page-template-page-template-jobs .sns-list__item {
  margin-right: 24px;
}
.page-template-page-template-jobs .sns-list__icon {
  height: 40px;
}

.page-template-page-template-jobs .service-btn {
  display: flex;
  margin: 16px auto;
  justify-content: center;
}
.page-template-page-template-jobs .service-btn a.btn {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin: 0 10px;
  padding: 16px 38px 16px 15px;
  border: 1px solid #252525;
  border-radius: 4px;
  line-height: 1; }
@media only screen and (max-width: 767px) {
  .page-template-page-template-jobs .service-btn a.btn {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .page-template-page-template-jobs .service-btn a.btn.sp-mb20 {
    margin-bottom: 20px;
  }
  .page-template-page-template-jobs .service-btn a.btn p {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
  }
}
.page-template-page-template-jobs .service-btn a.btn:hover {
  background: #252525;
  color: #fff;
}
.page-template-page-template-jobs .service-btn a.btn:hover p::before {
  background: url(../img/icon-el-white@2x.png) no-repeat 50% 50%;
  background-size: cover;
}
.page-template-page-template-jobs .service-btn a.btn p {
  position: relative;
  font-family: TazuganeGothicStdN-Medium, sans-serif;
}
.page-template-page-template-jobs　.service-btn a.btn p::before {
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translate(0, -50%);
  margin-top: -2px;
  width: 13px;
  height: 10px;
  background: url(../img/icon-el@2x.png) no-repeat 50% 50%;
  background-size: cover;
  content: "";
}



/* 2023/05/10 更新分 */
.section-about-page-foundation {
  padding: 200px 0 111px;
  background-color: #252525;
  color: #FFF;
  margin: 0 auto;
}
.section-about-page-mission .inner,
.section-about-page-foundation .inner,
.section-about-page-guidelines .inner {
    max-width: 800px !important;
}
.section-about-page-mission-title {
    font-weight: bold;
    font-size: 160% !important;
    border-bottom: none !important;
    margin: 0 0 16px 0;
}
.section-about-page-foundation-cont {
    display: table;
    margin: 0 auto 92px auto;
}
.section-about-page-foundation-title {
    margin-bottom: 34px;
}
.section-about-page-mission-title-sub {
  font-size: 100%;
  font-weight: bold;
   margin-bottom: 34px;
}
.cont-foundation-txt h2 {
    margin-bottom: 44px;
    font-size: 375%;
    line-height: 1.5;
    letter-spacing: 0em;
    font-family: TazuganeGothicStdN-Medium, sans-serif;
}
.cont-foundation-txt p {
    font-size: 125%;
}
.cont-foundation-txt p.cont-foundation-txt-sub {
  font-size: 110%;
}
.cont-foundation-image img {
    width: 100%;
    margin: 32px auto;
}

@media only screen and (max-width: 767px) {
  .section-about-page-foundation {
    padding: 72px 0 73px;
  }
  .section-about-page-mission-title {
    margin: 0;
  }
  .cont-foundation-txt p {
      font-size: 100%;
  }
  .cont-foundation-txt h2 {
    font-size: 180%;
  }
  .section.section-about-page-mission .inner .section-cont .cont-mission-txt {
    margin: 0 0 42px 0 !important;
    display: block !important;
  }
}