<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-------------------------------------*/
/* GLOBAL HEADER */
/*-------------------------------------*/
#g-header {
  border-bottom: 3px solid #0D5D91;
  padding-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 736px) {
  #g-header {
    padding-bottom: 10px;
  }
}
#g-header .btn-company {
  width: 100px;
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  #g-header .btn-company {
    display: none;
  }
}

.logo {
  margin: 0;
  width: 172px;
  font-size: xx-small;
}

#g-nav {
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  #g-nav {
    width: 80%;
    text-align: left;
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    margin-top: 0;
    font-size: 16px;
    font-size: 1.14286rem;
    z-index: 20;
  }
}

.sp-nav-button {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp-nav-button {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 736px) {
  .sp-nav-button, .nav-title {
    background: #0D5D91;
    line-height: 1;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

.nav-title {
  margin: 0;
  display: none;
}
@media screen and (max-width: 736px) {
  .nav-title {
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 20px 10px;
    text-align: left;
    font-weight: normal;
  }
  .nav-title:after {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 10px;
  }
}

.navigation {
  width: 100%;
  display: table;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 736px) {
  .navigation {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #FFF;
  }
}
.navigation li {
  display: table-cell;
  line-height: 1;
}
@media screen and (max-width: 736px) {
  .navigation li {
    display: list-item;
  }
  .navigation li img {
    display: none;
  }
  .navigation li a {
    display: block;
    background: #E4EBF1;
    border-top: 1px solid #FFF;
    padding: 15px 25px 15px 10px;
    color: #464637;
    text-decoration: none;
    position: relative;
  }
  .navigation li a.current {
    background: #0D5D91;
    color: #FFF;
  }
  .navigation li a:before {
    content: attr(data-sptext);
  }
  .navigation li a:after {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
  }
}

/*-------------------------------------*/
/* GLOBAL FOOTER */
/*-------------------------------------*/
#g-footer {
  background: #0D5D91;
  padding-top: 30px;
  text-align: center;
  color: #FFF;
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  #g-footer {
    background: #EEE;
    padding-top: 15px;
    margin-top: 30px;
  }
  #g-footer .grid-inner {
    padding: 0;
  }
}
#g-footer a {
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 736px) {
  #g-footer a {
    color: #444;
    text-decoration: underline;
  }
  #g-footer a:before {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    color: #8E8E8E;
    margin-right: 5px;
  }
  #g-footer a br {
    display: none;
  }
}
#g-footer .copy {
  padding-bottom: 10px;
}
#g-footer .copy small {
  font-size: 12px;
  font-size: 0.85714rem;
}
@media screen and (max-width: 736px) {
  #g-footer .copy {
    background: #0D5D91;
    padding: 10px 0;
  }
}

.footer-navi {
  width: 100%;
  display: table;
  margin: 0 auto 30px;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 736px) {
  .footer-navi {
    display: block;
    text-align: left;
    width: auto;
    padding: 0 20px;
    margin: 0;
  }
}
.footer-navi li {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #FFF;
}
.footer-navi li.only-sp {
  display: none;
}
@media screen and (max-width: 736px) {
  .footer-navi li {
    display: list-item !important;
    border-right: none;
    margin-bottom: 15px;
  }
}
.footer-navi li:first-of-type {
  border-left: 1px solid #FFF;
}
@media screen and (max-width: 736px) {
  .footer-navi li:first-of-type {
    border-left: none;
  }
}
.footer-navi li span {
  display: block;
}

@media screen and (max-width: 736px) {
  .icon-pc:after {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 5px;
  }
}

/*-------------------------------------*/
/* COMMON */
/*-------------------------------------*/
html {
  background: #0D5D91;
  font-size: 14px;
}

body {
  min-width: 700px;
  background: #FFF;
  color: #717171;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
@media screen and (max-width: 736px) {
  body {
    min-width: 0;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #070707;
}

.alpha {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.alpha:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.f-left {
  float: left;
}
.f-right {
  float: right;
}

.clfix {
  *zoom: 1;
}
.clfix:after {
  content: "";
  display: table;
  clear: both;
}

.inblock-list {
  width: 100%;
  word-spacing: -1em;
  display: table;
  display: block\9;
  margin: 0;
  padding-left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inblock-list li {
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.grid-inner {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .grid-inner {
    width: auto;
    padding: 0 10px;
  }
}

.arrow {
  width: 15px;
  height: 100%;
  vertical-align: middle;
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 17px;
  font-size: 1.21429rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  background: #196393;
  padding: 0 10px;
  display: table-cell;
}
@media screen and (max-width: 736px) {
  .arrow {
    padding: 0 6px;
  }
}
.shoku-text-area .arrow {
  border-right: 1px solid #002040;
  border-bottom: 1px solid #002040;
}

/*-------------------------------------*/
/* TOPICPATH */
/*-------------------------------------*/
.topicpath {
  color: #999;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .topicpath {
    display: none;
  }
}
.topicpath a {
  color: #999;
}
.topicpath a:hover {
  text-decoration: none;
}
.topicpath li:after {
  content: '&gt;';
  margin: 0 5px;
}
.topicpath li:last-of-type:after {
  display: none;
}

/*-------------------------------------*/
/* BUTTONS */
/*-------------------------------------*/
.button {
  line-height: 1;
  padding: 10px 30px;
  text-decoration: none;
  display: block;
}

.shadow-button {
  color: #666;
  text-align: center;
  font-weight: bold;
  background: #EDEDED;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #d4d4d4), color-stop(100%, #ededed));
  background-image: -moz-linear-gradient(left, #d4d4d4, #ededed);
  background-image: -webkit-linear-gradient(left, #d4d4d4, #ededed);
  background-image: linear-gradient(to right, #d4d4d4, #ededed);
  border: 1px solid #BBB;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05), inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05), inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05), inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.index-button {
  min-width: 200px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #3498DB;
  border: 3px solid #3498DB;
  color: #FFF;
}
li .index-button {
  margin: 0 30px;
}
#contact-contents .index-button {
  width: 60%;
  text-align: center;
  margin: 40px auto 0;
}

.contact-button {
  background: #0D5D91;
  display: inline-block;
  position: relative;
  color: #FFF;
  padding: 10px 40px 10px 30px;
  font-size: 18px;
  font-size: 1.28571rem;
}
.contact-button:after {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.submit-button {
  text-align: center;
}
.submit-button li {
  margin: 0 10px;
}
@media screen and (max-width: 736px) {
  .submit-button li {
    margin: 0 0 10px;
    display: block;
  }
  .submit-button li:last-of-type {
    margin-bottom: 0;
  }
}
.submit-button input {
  border: none;
  padding: 10px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.submit-button input[type="submit"] {
  background: #0D5D91;
  border: 1px solid #0D5D91;
  color: #FFF;
}
.submit-button input#button-back {
  color: #717171;
  background: #FFF;
  border: 1px solid #717171;
}
@media screen and (max-width: 736px) {
  .submit-button input {
    min-width: 80%;
  }
}

/*-------------------------------------*/
/* CONTENTS */
/*-------------------------------------*/
.contents-title {
  color: #717171;
  font-size: 26px;
  font-size: 1.85714rem;
  margin: 0 0 30px;
  border-bottom: 1px solid #717171;
  padding-bottom: 3px;
  line-height: 1.4;
}
@media screen and (max-width: 736px) {
  .contents-title {
    margin-bottom: 10px;
  }
}
.contents-title span {
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  padding-left: 20px;
}
@media screen and (max-width: 736px) {
  .contents-title span {
    display: block;
    padding-left: 0;
  }
}
section .contents-title {
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: normal;
  margin: 0 0 10px;
}
.know-section .contents-title {
  font-size: 17px;
  font-size: 1.21429rem;
}
#privacy-contents .contents-title {
  margin-top: 40px;
}

.item-title {
  color: #0D5D91;
  margin: 0 0 10px;
  font-size: 22px;
  font-size: 1.57143rem;
  font-weight: normal;
}
.item-title:before {
  content: '■';
  margin-right: 5px;
}
.item-title span {
  font-size: 16px;
  font-size: 1.14286rem;
}
#privacy-contents .item-title {
  margin-top: 30px;
}

.text-contents p {
  margin: 0 0 15px;
}

.pagenation {
  margin-top: 50px;
  text-align: center;
}
.pagenation li {
  vertical-align: middle;
}
@media screen and (max-width: 736px) {
  .pagenation li.prev {
    float: left;
  }
  .pagenation li.next {
    float: right;
  }
}
.pagenation li.js-move-button.disable {
  display: none;
}

.back-to-index {
  margin-top: 10px;
  min-width: 0;
}

.main-contents {
  line-height: 1.6;
}

/*-------------------------------------*/
/* TABLE */
/*-------------------------------------*/
.recruit-table {
  width: 100%;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .recruit-table {
    border: none;
  }
}
.recruit-table thead {
  font-weight: bold;
}
.recruit-table thead th, .recruit-table thead td {
  background: #A2BBD0;
}
@media screen and (max-width: 736px) {
  .recruit-table thead {
    display: none;
  }
}
.recruit-table th {
  text-align: left;
  background: #EFF7FE;
}
.recruit-table td {
  width: 75%;
}
.recruit-table th, .recruit-table td {
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 736px) {
  .recruit-table th, .recruit-table td {
    width: 100%;
    border: none;
    display: block;
    float: left\9;
    clear: both\9;
  }
}
.recruit-table label {
  display: block;
  margin-bottom: 10px;
}
.recruit-table label:last-of-type {
  margin-bottom: 0;
}
.recruit-table .required, .recruit-table .error {
  color: #C00;
}
.recruit-table .required {
  padding-left: 5px;
}
.recruit-table .error {
  display: block;
}
.recruit-table input[type="text"], .recruit-table textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #717171;
}
.recruit-table input[type="text"] {
  width: 80%;
}
.recruit-table input[type="radio"], .recruit-table input[type="checkbox"] {
  margin-right: 5px;
}
.recruit-table input.min {
  width: 50%;
}
.recruit-table input.date {
  width: 20%;
  margin: 0 5px;
}
.recruit-table textarea {
  width: 80%;
}
.recruit-table .note {
  color: #999;
  margin: 5px 0 0;
}
.recruit-table .captcha {
  margin-bottom: 10px;
}
.recruit-table .keiken-skill {
  list-style-type: decimal;
  margin: 5px 0 0;
  padding-left: 2em;
}
.recruit-table .table-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.confirm-text {
  margin: 0 0 10px;
  text-align: center;
}

/*-------------------------------------*/
/* ATTENTION */
/*-------------------------------------*/
.attention-text {
  border: 1px solid #C00;
  color: #C00;
  padding: 15px;
  margin: 0 0 40px;
}

/*-------------------------------------*/
/* COLUMN */
/*-------------------------------------*/
.column-layout .thumb {
  width: 240px;
  float: left;
}
@media screen and (max-width: 736px) {
  .column-layout .thumb {
    width: auto;
    float: none !important;
    margin: 15px 15px 0 !important;
    text-align: center;
  }
}
.column-layout .text {
  margin: 0 0 0 260px;
}
@media screen and (max-width: 736px) {
  .column-layout .text {
    margin: 15px 0 0 !important;
  }
}

/*-------------------------------------*/
/* TOP */
/*-------------------------------------*/
#mainvisual {
  width: 720px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 736px) {
  #mainvisual {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  #mainvisual .pc {
    display: none;
  }
}
#mainvisual .sp {
  display: none;
}
@media screen and (max-width: 736px) {
  #mainvisual .sp {
    display: block;
    background: url(../images/top/bg_mainvisual.jpg) no-repeat center top;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 20px;
  }
  #mainvisual .sp .bx-prev, #mainvisual .sp .bx-next {
    position: absolute;
    top: 50%;
    margin-top: 9px;
    text-indent: -9999px;
    width: 10px;
    height: 18px;
    display: block;
  }
  #mainvisual .sp .bx-prev {
    left: -10px;
    background: url(../images/top/arrow_mainvisual_prev.png) no-repeat left top;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #mainvisual .sp .bx-next {
    right: -10px;
    background: url(../images/top/arrow_mainvisual_next.png) no-repeat left top;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #mainvisual .sp #js-smp-slider {
    text-align: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  #mainvisual .sp p {
    margin: 0;
    padding-top: 20px;
  }
}

.top-banners-area {
  width: 478px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .top-banners-area {
    width: 100%;
    margin-bottom: 10px;
  }
}
.top-banners-area li {
  width: 234px;
}
@media screen and (max-width: 736px) {
  .top-banners-area li {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}
.top-banners-area li:nth-of-type(odd) {
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  .top-banners-area li:nth-of-type(odd) {
    padding-right: 5px;
    margin-right: 0;
  }
}
@media screen and (max-width: 736px) {
  .top-banners-area li:nth-of-type(even) {
    padding-left: 5px;
  }
}

.news-area {
  width: 205px;
}
@media screen and (max-width: 736px) {
  .news-area {
    width: 100%;
  }
}
.news-area .news-title {
  margin: 0 0 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #0B3366;
  color: #0D5D91;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: normal;
}
.news-area .news-link {
  margin: 0;
}
.news-area .news-link a:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}

/*-------------------------------------*/
/* INTERVIEW */
/*-------------------------------------*/
.interview-list {
  table-layout: fixed;
}
.interview-list a {
  display: block;
  text-decoration: none;
}
.interview-list li {
  margin-left: 30px;
  margin-right: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .interview-list li {
    margin: 0 0 15px;
  }
}
.interview-list li.min {
  width: 184px;
}
@media screen and (max-width: 736px) {
  .interview-list li.min {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .interview-list li.min.odd {
    padding-right: 5px;
  }
  .interview-list li.min.even {
    padding-left: 5px;
  }
}
.interview-list li.long {
  width: 412px;
}
@media screen and (max-width: 736px) {
  .interview-list li.long {
    width: 100%;
  }
}
.interview-list .job-section {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.14286rem;
  background: #A5AFB4;
  line-height: 1.2;
  display: table;
}
.interview-list .job-section:before {
  display: block;
  content: '';
  float: left;
  height: 50px;
}
.interview-list .job-section span {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.4) 0 0 3px;
}
@media screen and (max-width: 736px) {
  .interview-list .job-section span {
    padding: 5px;
  }
}

.video-section {
  width: 486px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .video-section {
    display: none;
  }
}

#interview-contents .interview-section {
  margin-top: 20px;
}
#interview-contents .interview-section:nth-of-type(even) .thumb {
  float: right;
}
#interview-contents .interview-section:nth-of-type(even) .text {
  margin-right: 260px;
  margin-left: 0;
}
#interview-contents .newfaces-section {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  #interview-contents .newfaces-section {
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #interview-contents .newfaces-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#interview-contents .newfaces-section .name {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 260px;
  padding-bottom: 0;
}
@media screen and (max-width: 736px) {
  #interview-contents .newfaces-section .name {
    position: static;
    clear: both;
    padding-top: 10px;
  }
}

/*-------------------------------------*/
/* MESSAGE */
/*-------------------------------------*/
#message-contents .sign {
  text-align: right;
  margin-top: 40px;
}
#message-contents .contents-title {
  margin-bottom: 0;
}

#message-contents .text-contents {
  padding: 0 20px;
  /*background: url(../images/message/bg_message.jpg) no-repeat right top;*/
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
#message-contents .text-contents p {
  margin: 0;
  padding-top: 30px;
}

/*-------------------------------------*/
/* SHINSOTSU */
/*-------------------------------------*/
.rikunabi-button {
  text-align: center;
  margin-top: 40px;
}
.rikunabi-button a {
  display: block;
}
.rikunabi-button p {
  margin: 10px 0 0;
}

/*-------------------------------------*/
/* SHOKU */
/*-------------------------------------*/
.shoku-linkbox {
  background: #DFE8F1;
  margin: 0 30px 30px;
}
@media screen and (max-width: 736px) {
  .shoku-linkbox {
    margin: 0 0 30px;
  }
}
.shoku-linkbox a {
  text-decoration: none;
  display: block;
}
.shoku-linkbox .shoku-title {
  background: #4A84B9;
  color: #FFF;
  margin: 0;
  padding: 10px;
  font-size: 23px;
  font-size: 1.64286rem;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 736px) {
  .shoku-linkbox .shoku-title {
    font-size: 20px;
    font-size: 1.42857rem;
    padding: 5px;
  }
}
.shoku-linkbox .shoku-title span {
  font-size: 17px;
  font-size: 1.21429rem;
}
@media screen and (max-width: 736px) {
  .shoku-linkbox .shoku-title span {
    display: block;
    font-size: 14px;
    font-size: 1rem;
  }
}
.shoku-linkbox .shoku-text-area {
  padding: 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
}
@media screen and (max-width: 736px) {
  .shoku-linkbox .shoku-text-area {
    padding: 5px;
  }
}
.shoku-linkbox .thumb, .shoku-linkbox .text {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 736px) {
  .shoku-linkbox .thumb, .shoku-linkbox .text {
    vertical-align: top;
  }
}
.shoku-linkbox .thumb {
  width: 152px;
  padding-right: 10px;
}
@media screen and (max-width: 736px) {
  .shoku-linkbox .thumb {
    width: 100px;
    padding-right: 5px;
  }
}
.shoku-linkbox .text {
  font-size: 21px;
  font-size: 1.5rem;
  padding-right: 10px;
}
@media screen and (max-width: 736px) {
  .shoku-linkbox .text {
    font-size: 14px;
    font-size: 1rem;
    padding-right: 5px;
  }
}

.shoku-section .clfix {
  padding-bottom: 30px;
}
.shoku-section .clfix:last-of-type {
  padding-bottom: 0;
}

/*-------------------------------------*/
/* EDUCATION */
/*-------------------------------------*/
.edu-title {
  color: #0D5D91;
  font-size: 22px;
  font-size: 1.57143rem;
  font-weight: normal;
  margin: 0 0 10px;
}

.education-image {
  margin: 30px 0 50px;
  text-align: center;
}

.know-section {
  margin-bottom: 30px;
}
.know-section .thumb {
  float: right;
}
.know-section .text {
  margin: 0 260px 0 0;
}

/*-------------------------------------*/
/* KEIKEN */
/*-------------------------------------*/
.keiken-recruit-section {
  padding: 0 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .keiken-recruit-section {
    padding: 0;
    margin-bottom: 30px;
  }
}

.keiken-title {
  margin: 0;
  background: #F4F5F6;
  color: #424251;
  border-left: 3px solid #424251;
  border-bottom: 1px solid #DBDBEA;
  line-height: 1;
  padding: 10px;
}

.keiken-recruit-list {
  line-height: 1;
}
@media screen and (max-width: 736px) {
  .keiken-recruit-list {
    display: block;
  }
}
.keiken-recruit-list li {
  min-width: 260px;
  margin: 30px 0 0 40px;
}
@media screen and (max-width: 736px) {
  .keiken-recruit-list li {
    min-width: 0;
    margin: 15px 30px 0;
    display: list-item;
    list-style: none;
  }
}
.keiken-recruit-list a {
  display: block;
  color: #0C5D91;
  background: #DEE5EB;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 40px 15px 20px;
  font-size: 20px;
  font-size: 1.42857rem;
  text-decoration: none;
  position: relative;
  border-right: 1px solid #868695;
  border-bottom: 1px solid #868695;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.keiken-recruit-list a:after {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 20px;
}

.entry-button {
  text-align: center;
}

/*-------------------------------------*/
/* FAQ */
/*-------------------------------------*/
.faq-list {
  margin: 0 0 30px;
  list-style: none;
  padding-left: 0;
}
.faq-list a {
  display: block;
}

.faq-add-icon {
  position: relative;
  padding-left: 4em;
  margin-bottom: 10px;
  min-height: 3em;
}

.faq-icon {
  display: inline-block;
  padding: 15px 8px;
  line-height: 1;
  position: absolute;
  font-weight: normal;
  top: 0;
  left: 0;
}
.faq-icon.q-icon {
  color: #0D5D91;
  background: #DFE8F1;
}
.faq-icon.a-icon {
  color: #910D0D;
  background: #F1DFDF;
}

.contact-area {
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 30px;
}
.contact-area p {
  margin: 0 0 10px;
}

.faq-answer-section {
  margin: 0;
  color: #070707;
}
.faq-answer-section dt {
  margin-top: 30px;
  font-weight: bold;
}
.faq-answer-section dd {
  margin-left: 0;
}



.mb15{
	margin-bottom:15px;
}

/*2021/03/09*/

.inovetion{
	/*font-size:larger;*/
	font-size:20px;
	font-weight:bold;
	margin-top:25px;
	margin-left:15px;
	/*margin-bottom:500px;*/
}

</pre></body></html>