@charset "UTF-8";
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

i {
  font-style: normal;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* add PPT */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

hr {
  border: none;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #009DE6; /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #009DE6; /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* 文字色 */
/* 共通スタイル定設
-----------------------------------------------------------------*/
body, html {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  color: #53565A;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

body.scrollLock, html.scrollLock {
  overflow: hidden;
}

html {
  font-size: 10px;
}

body {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 300;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 768px;
  }
}
@media print, screen and (max-width: 767px) {
  body {
    min-width: 2px;
  }
}
body {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 768px;
  }
}
@media print, screen and (max-width: 767px) {
  body {
    min-width: 2px;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

button,
input[type=button] {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ht {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none;
}

@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .dn-tab_pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important;
  }
}
@media print, screen and (max-width: 1024px) {
  .dn-sp_tab {
    display: none !important;
  }
}
@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}
.slick-slider * {
  outline: 0;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 6px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  overflow: hidden;
}

.slick-slide {
  float: left;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0;
}

/*
  CUSTOM
———————————————–*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%;
}

.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0;
}

.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute;
}

.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__item {
  right: 0;
  bottom: 0;
}

.pswp__img {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
.header {
  pointer-events: all;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.6s ease;
  transition: transform 0.2s ease, opacity 0.6s ease, -webkit-transform 0.2s ease;
}

@media print, screen and (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header {
    padding: 19px 0 14px;
  }
}
.header.is-disabled {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}

.header.is-top {
  background-color: transparent;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .header_inner {
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .header_inner {
    padding: 0 20px;
  }
}
.headerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (max-width: 767px) {
  .headerLogo_main {
    max-width: 89px;
    width: 100%;
  }
}
.headerLogo_main img {
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .headerLogo_sub {
    max-width: 193px;
    width: 100%;
    margin-left: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .headerLogo_sub {
    margin-left: 20px;
  }
}
.headerLogo_sub img {
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .headerEntry {
    margin-left: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .headerEntry {
    margin-left: 40px;
  }
}
.headerEntry_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FF8200;
  border: 1px solid #FF8200;
  color: #fff;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

@media print, screen and (max-width: 767px) {
  .headerEntry_button {
    width: 74px;
    height: 44px;
    border-radius: 5px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .headerEntry_button {
    width: 190px;
    height: 47px;
    border-radius: 6px;
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .headerEntry_button:hover {
    color: #FF8200;
    background-color: #fff;
  }
}
.pageTop {
  pointer-events: all;
  z-index: 20;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media print, screen and (max-width: 767px) {
  .pageTop {
    position: relative;
    padding: 40px 40px 0;
    background-color: #fff;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .pageTop {
    position: fixed;
    bottom: 20px;
    right: 88px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageTop.is-disabled {
    pointer-events: none;
    opacity: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .pageTop.is-fixed {
    position: absolute;
    top: -30px;
  }
}
.pageTop_btn {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #707070;
  border: 1px solid #707070;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.pageTop_btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 17px;
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-pagetop_arrow_wht.svg);
  background-size: 100%;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (hover: hover) {
  .pageTop_btn:hover {
    background-color: #fff;
  }
  .pageTop_btn:hover:after {
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-pagetop_arrow_gray.svg);
  }
}
.footer {
  position: relative;
  z-index: 20;
  width: 100%;
}

.footer_top {
  background-color: #fff;
}

@media print, screen and (max-width: 1024px) {
  .footer_top {
    padding: 40px 0 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footer_top {
    padding: 60px 0 30px;
  }
}
.footer_top_inner {
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .footer_top_inner {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_top_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1240px;
    padding: 0 20px;
    gap: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .footerTopLogo {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .footerTopLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerTopLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footerTopLogo_main {
  display: inline-block;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .footerTopLogo_main {
    max-width: 464px;
  }
}
.footerTopLogo_main img {
  width: 100%;
}

.footerTopLogo_sub {
  display: inline-block;
  width: 100%;
}

@media print, screen and (max-width: 1024px) {
  .footerTopLogo_sub {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .footerTopLogo_sub {
    max-width: 262px;
    margin-left: 20px;
  }
}
.footerTopLogo_sub img {
  width: 100%;
}

.footerTopLinks {
  width: 100%;
}

@media print, screen and (max-width: 1024px) {
  .footerTopLinks {
    max-width: 430px;
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerTopLinks {
    max-width: 430px;
    margin-left: 24px;
  }
}
.footerTopLinks_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerTopLinks_up_node {
  width: 100%;
}

@media print, screen and (max-width: 1024px) {
  .footerTopLinks_up_node + .footerTopLinks_up_node {
    margin-left: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerTopLinks_up_node + .footerTopLinks_up_node {
    margin-left: 10px;
  }
}
.footerTopUpLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #009DE6;
  border-radius: 6px;
  border: 1px solid #009DE6;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.1rem;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}

@media print, screen and (max-width: 1024px) {
  .footerTopUpLink {
    padding: 10px 5px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerTopUpLink {
    padding: 10px 16px;
    font-size: 1.6rem;
  }
}
.footerTopUpLink span {
  display: inline-block;
  width: 100%;
  font-weight: 400;
}

@media print, screen and (max-width: 1024px) {
  .footerTopUpLink span {
    margin-top: 3px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerTopUpLink span {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.footerTopUpLink:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 10px;
  margin-top: 10px;
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-blank_wht.svg);
  background-size: 100%;
  background-position: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media (hover: hover) {
  .footerTopUpLink:hover {
    color: #009DE6;
    background-color: #fff;
  }
  .footerTopUpLink:hover:after {
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-blank_skyblue.svg);
  }
}
.footerTopLinks_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 1024px) {
  .footerTopLinks_down {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerTopLinks_down {
    margin-top: 18px;
  }
}
.footerTopLinks_down_node + .footerTopLinks_down_node {
  margin-left: 20px;
}

.footerTopDownLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #009DE6;
}

.footerTopDownLink:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 20px;
  margin-left: 10px;
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-blank_skyblue.svg);
  background-size: 10px 8px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #009DE6;
  border-radius: 20px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media (hover: hover) {
  .footerTopDownLink:hover:after {
    background-color: #009DE6;
    background-image: url(/service/salesmarketing/recruit/assets/images/icon-blank_wht.svg);
  }
}
.footer_middle {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .footer_middle {
    padding: 14px 0;
    border-top: 1px solid #D9D9D6;
  }
}
.footer_middle_inner {
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .footer_middle_inner {
    padding: 20px 15px 30px;
    border-top: 1px solid #D9D9D6;
    max-width: 375px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_middle_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
    padding: 0 20px;
  }
}
.footerMiddleText {
  font-size: 1.6rem;
  padding: 10px 10px 10px 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .footerMiddleText:hover {
    opacity: 0.6;
  }
}
@media print, screen and (max-width: 767px) {
  .footerMiddleLinks {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .footerMiddleLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 767px) {
  .footerMiddleLinks_node + .footerMiddleLinks_node {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .footerMiddleLinks_node + .footerMiddleLinks_node {
    margin-left: 20px;
  }
}
.footerMiddleLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footerMiddleLink:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  border-radius: 50%;
  background-image: url(/service/salesmarketing/recruit/assets/images/icon-footerlink_arrow.svg);
  background-size: 3px 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #53565A;
}

@media (hover: hover) {
  .footerMiddleLink:hover {
    opacity: 0.6;
  }
}
.footer_bottom {
  background-color: #707070;
}

@media print, screen and (max-width: 767px) {
  .footer_bottom {
    padding-top: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_bottom {
    padding: 30px 0 20px;
  }
}
.footer_bottom_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media print, screen and (max-width: 767px) {
  .footer_bottom_inner {
    padding: 0 15px;
  }
}
.footerBottomLogos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
}

.footerBottomLogos_left {
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .footerBottomLogos_left {
    max-width: 108px;
  }
}
@media print, screen and (min-width: 768px) {
  .footerBottomLogos_left {
    max-width: 240px;
  }
}
.footerBottomLogos_left img {
  width: 100%;
}

.footerBottomLogos_right {
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .footerBottomLogos_right {
    max-width: 136px;
  }
}
@media print, screen and (min-width: 768px) {
  .footerBottomLogos_right {
    max-width: 300px;
  }
}
.footerBottomLogos_right img {
  width: 100%;
}

.footerBottomCopy {
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .footerBottomCopy {
    margin: 0 -15px;
    padding: 10px 0;
    background-color: #fff;
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footerBottomCopy {
    font-size: 1.1rem;
    color: #fff;
  }
}


