@charset "UTF-8";
/* Default */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; /* 1 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; /* 1 */
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.nav_wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
:root {
  --font-acumin: acumin-variable, sans-serif;
  --font-acumin-regular: "slnt" 0, "wdth" 100, "wght" 400;
  --font-acumin-bold: "slnt" 0, "wdth" 100, "wght" 600;
  --background-main: #efefef;
  --background-sub: rgba(255, 255, 255, 0.9);
  --color-base: #41418c;
  --color-link: #41418c;
}

.panel_title, .hero_sub, .footer, .header_subtitles {
  font-family: var(--font-acumin);
  font-variation-settings: var(--font-acumin-regular);
}

.links_box, .title_en, .hero_title, .nav_wrap {
  font-family: var(--font-acumin);
  font-variation-settings: var(--font-acumin-bold);
}

img {
  max-width: 100%;
  height: auto;
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

/* Adjust if you needed */
body {
  padding-top: 150px;
  background: var(--background-main);
  color: var(--color-base);
  font-size: 15px;
  line-height: 1.9;
  font-family: yu-gothic-pr6n, sans-serif;
}
body.home {
  padding-top: 0;
}

::-moz-selection {
  background: var(--color-base);
  color: #fff;
}

::selection {
  background: var(--color-base);
  color: #fff;
}

a {
  color: var(--color-link);
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: var(--color-link);
  text-decoration: none;
  opacity: 0.5;
}
a:focus {
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

@media print {
  * html body {
    zoom: 0.7;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* [ Sample ] */
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.header_title {
  position: fixed;
  top: 20px;
  left: 20px;
  margin: 0;
  margin: 9px 0;
  line-height: 0;
}
.header_title_logo {
  width: 140px;
}

.header_subtitles {
  /* ここからがポイント */
  position: fixed;
  bottom: 100%;
  left: 100%;
  width: 100vh;
  padding: 27px 90px;
  -webkit-transform: rotate(90deg) translateY(100%);
      -ms-transform: rotate(90deg) translateY(100%);
          transform: rotate(90deg) translateY(100%);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  font-size: 10px;
  text-align: center;
}
.header_subtitles_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_subtitles_box {
  width: 33%;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.nav {
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  padding: 130px 50px 50px 50px;
  -webkit-transform: translateX(110%);
      -ms-transform: translateX(110%);
          transform: translateX(110%);
  background-color: var(--background-sub);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.nav_wrapper {
  position: relative;
}

.nav_icon {
  display: inline-block;
  z-index: 3;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.nav_icon span {
  display: block;
  height: 1.5px;
  margin: 8.2px 0;
  border-radius: 2px;
  background: var(--color-base);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav_title {
  margin-bottom: 40px;
}
.nav_title_logo {
  width: 180px;
}

.nav_wrap {
  font-size: 30px;
}

.nav_list {
  margin: 15px 0;
}

.nav_link {
  text-decoration: none;
}

/* ハンバーガーがXに変形 */
#nav_toggle:checked + .nav_icon span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

#nav_toggle:checked + .nav_icon span:nth-child(2) {
  opacity: 0;
}

#nav_toggle:checked + .nav_icon span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

/* メニュー本体（左から出す） */
#nav_toggle:checked ~ .nav {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.inner {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.footer {
  margin-top: 50px;
  padding: 30px;
  font-size: 10px;
  text-align: right;
}
.footer_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer_copy {
  margin-left: 40px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hero {
  position: relative;
  height: calc(100vh - 80px);
}
.home .hero {
  height: 100vh;
}
.hero_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero_title {
  margin: 0;
  margin-bottom: 10px;
  font-size: min(16vw, 90px);
  line-height: 1;
  line-height: 0.7;
  letter-spacing: 0.01em;
}

.hero_sub {
  font-size: min(4.93vw, 27.8px);
  letter-spacing: 0.01em;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.title_en {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: min(9vw, 46px);
  line-height: 0.8;
}

.title_ja {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: min(4.5vw, 28px);
  word-break: auto-phrase;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex_title {
  width: 310px;
}

.flex_content {
  width: calc(100vw - 310px);
}
.flex_content p:first-child {
  margin-top: 0;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.section {
  margin: 80px 0;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.panel {
  padding: 20px 0;
  border-bottom: solid 1px var(--color-base);
}
.panel_titles {
  position: relative;
  cursor: pointer;
}
.panel_titles:after {
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_open.svg);
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.panel_titles.active:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.panel_title {
  margin: 0;
  padding-right: 30px;
  font-size: min(5.7vw, 28px);
  line-height: 1.2;
}
.panel_title_sub {
  font-size: 18px;
}

.panel_content {
  display: none;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 14px;
}
.panel_content p {
  margin: 0;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.sheet {
  border-top: solid 1px var(--color-base);
}
.sheet input,
.sheet textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.recruit_content .sheet {
  border-top: none;
}
.sheet_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: solid 1px var(--color-base);
}
.recruit_content .sheet_wrap:first-child .sheet_content {
  font-size: 16px;
}

.sheet_header {
  width: 180px;
}

.sheet_data {
  width: calc(100% - 200px);
}

.sheet_title {
  margin: 0;
  font-size: 15px;
}
.sheet_title_en {
  font-size: 12px;
}

@media only screen and (max-width: 770px) {
  .sheet_wrap {
    display: block;
  }
  .sheet_header {
    width: auto;
  }
  .sheet_data {
    width: auto;
    margin-top: 20px;
  }
}
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.results_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.results_list_box {
  display: block;
  width: 48%;
  margin: 30px 0 0 0;
  text-decoration: none;
}
.results_list_small .results_list_box {
  width: 24%;
  font-size: 13px;
}
.results_list_sub .results_list_box {
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 13px;
}

.results_list_ph {
  margin-bottom: 5px;
  line-height: 0;
}
.results_list_ph img {
  aspect-ratio: 12/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 1px var(--color-base);
}

.results_list_title {
  margin: 0;
}

.results_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.results_content {
  width: 70%;
}
.results_content_ph {
  line-height: 0;
}
.results_content_ph img {
  border: solid 1px var(--color-base);
}

.results_other {
  width: 25%;
}

.results_client {
  margin: 20px 0;
}
.results_client_sub {
  font-size: 13px;
  line-height: 1;
}

.results_single figure {
  margin-right: 0;
  margin-left: 0;
}

.results_title {
  margin: 10px 0;
  font-size: 16px;
}

@media only screen and (max-width: 880px) {
  .results_wrap {
    display: block;
  }
  .results_content {
    width: 100%;
  }
  .results_other {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px var(--color-base);
  }
  .results_list_sub .results_list_box {
    width: 48%;
  }
}
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
@-webkit-keyframes lineAnimation {
  0% {
    right: auto;
    left: 0;
    width: 0;
  }
  50% {
    right: auto;
    left: 0;
    width: 100%;
  }
  51% {
    right: 0;
    left: auto;
    width: 100%;
  }
  100% {
    right: 0;
    left: auto;
    width: 0;
  }
}
@keyframes lineAnimation {
  0% {
    right: auto;
    left: 0;
    width: 0;
  }
  50% {
    right: auto;
    left: 0;
    width: 100%;
  }
  51% {
    right: 0;
    left: auto;
    width: 100%;
  }
  100% {
    right: 0;
    left: auto;
    width: 0;
  }
}
.links_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.links_box {
  position: relative;
  width: 48%;
  border: solid 1px #fff;
  font-size: 30px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.links_box span {
  display: block;
  padding: 20px 20px;
  border: solid 1px var(--color-base);
}
.links_box:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon_arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.links_box:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--color-base);
  content: "";
  -webkit-animation: lineAnimation 2s infinite;
          animation: lineAnimation 2s infinite;
}
.links_box:hover {
  border: solid 1px var(--color-base);
  opacity: 1;
}
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.recruit_content {
  margin-bottom: 60px;
}

.recruit_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 60px;
}
.recruit_link_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-left: auto;
  padding: 10px 80px;
  border: none;
  border-top: solid 1px var(--color-base);
  border-right: solid 4px var(--color-base);
  border-bottom: solid 4px var(--color-base);
  border-left: solid 1px var(--color-base);
  background-color: var(--background-main);
  color: var(--color-base);
  font-weight: 600;
  font-size: 20px;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.recruit_link_btn:hover {
  -webkit-transform: translateY(3px) translatex(3px);
      -ms-transform: translateY(3px) translatex(3px);
          transform: translateY(3px) translatex(3px);
  border-right-width: 1px;
  border-bottom-width: 1px;
  text-decoration: none;
  opacity: 1;
}
.form_send .recruit_link_btn {
  margin: 20px auto;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.form_send {
  height: 60px;
}

span.must {
  position: relative;
}
span.must:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -40px;
  padding: 3px 6px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  background-color: #a63333;
  content: "必須";
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-family: sans-serif;
}

.wpcf7-response-output {
  background-color: #fff;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hreader_wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
}

.fadein {
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fadein.active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  body {
    padding-top: 105px;
    line-height: 1.7;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .nav {
    width: 100vw;
    padding: 140px 30px 30px 30px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .inner {
    width: 80%;
    margin-left: 5%;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .flex {
    display: block;
  }
  .flex_title {
    width: auto;
  }
  .flex_content {
    width: auto;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .panel_titles:after {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  .panel_title_sub {
    margin-top: 5px;
    font-size: 16px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .sheet {
    margin-top: 30px;
  }
  .sheet_wrap {
    padding: 15px 0;
  }
  .sheet_data {
    margin-top: 10px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .results_list_box {
    width: 48%;
  }
  .results_list_small .results_list_box {
    width: 48%;
  }
  .results_list_title {
    font-size: 13px;
  }
  .results_list_more {
    font-size: 12px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .links_wrap {
    display: block;
  }
  .links_box {
    display: block;
    width: 100%;
    margin: 20px 0;
    font-size: 22px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .hero_wrap {
    top: auto;
    bottom: 50px;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .section {
    margin: 40px 0;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .recruit_link_btn {
    width: 100%;
  }
}