@charset "UTF-8";
/*===========================================================
=
=　style.css は直接編集しないでください。 
=
===========================================================*/
/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved. 
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  *font-size: small;
  *font: x-small; }

html, body, header, footer, section, article, figure, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

ul, ol {
  margin: 0;
  padding: 0; }

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

img {
  vertical-align: bottom; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0; }

/**
 * 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 {
  border-style: none;
  padding: 0; }

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both; }

.linkbox {
  cursor: pointer; }

.box_hover {
  color: #999;
  text-decoration: underline; }
  .box_hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )"; }

.bold {
  font-weight: bold; }

/*width*/
.w10 {
  width: 10px; }

.w20 {
  width: 20px; }

.w30 {
  width: 30px; }

.w40 {
  width: 40px; }

.w50 {
  width: 50px; }

.w60 {
  width: 60px; }

.w100 {
  width: 100px; }

.w150 {
  width: 150px; }

.w200 {
  width: 200px; }

.w250 {
  width: 250px; }

.w300 {
  width: 300px; }

.w350 {
  width: 350px; }

.w400 {
  width: 400px; }

.w500 {
  width: 500px; }

.w100p {
  width: 100%; }

.h100 {
  height: 100px; }

.h150 {
  height: 150px; }

.h200 {
  height: 200px; }

/*float*/
.tal {
  text-align: left; }

.tar {
  text-align: right; }

.float_l {
  float: left; }

.float_r {
  float: right; }

/*margin*/
.mar_none {
  margin: 0; }

.mt-15 {
  margin-top: -15px; }

.mt-10 {
  margin-top: -10px; }

.mt0 {
  margin-top: 0px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mb-15 {
  margin-bottom: -15px; }

.mb0 {
  margin-bottom: 0px; }

.mb5 {
  margin-bottom: 5px; }

.mb6 {
  margin-bottom: 6px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.ml {
  margin-left: 0; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.ml35 {
  margin-left: 35px; }

.ml40 {
  margin-left: 40px; }

.ml50 {
  margin-left: 50px; }

.ml60 {
  margin-left: 60px; }

.mr {
  margin-right: 0; }

.mr5 {
  margin-right: 5px; }

.mr7 {
  margin-right: 7px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.mr35 {
  margin-right: 35px; }

.mr40 {
  margin-right: 40px; }

.mr50 {
  margin-right: 50px; }

.mr60 {
  margin-right: 60px; }

/*padding*/
.padding10 {
  padding: 10px; }

.padding5 {
  padding: 5px; }

.padding20 {
  padding: 20px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pb0 {
  padding-bottom: 0px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb35 {
  padding-bottom: 35px; }

.pb40 {
  padding-bottom: 40px; }

/*LINE HEIGHT*/
.lh120 {
  line-height: 120%; }

.lh130 {
  line-height: 130%; }

.lh140 {
  line-height: 140%; }

.lh150 {
  line-height: 150%; }

.lh160 {
  line-height: 160%; }

.lh170 {
  line-height: 170%; }

.lh180 {
  line-height: 180%; }

.lh190 {
  line-height: 190%; }

.lh200 {
  line-height: 200%; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

/*--border--*/
.bnon {
  border: none; }

.none {
  display: none; }

/* non */
.none {
  display: none; }

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

基本レイアウト

=======================================================================*/
body {
  font-size: 1.1rem;
  font-family: "Lato", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  font-weight: 200; }

a {
  color: #bba86f; }

::-moz-selection {
  background: #bba86f;
  color: #000000; }

::selection {
  background: #bba86f;
  color: #000000; }

.wrap {
  width: 1100px;
  margin: 0 auto; }

img {
  vertical-align: bottom; }

.sub_ttl {
  text-align: center; }

.eng {
  display: block;
  font-size: 2.2rem; }

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

コンテンツ

=======================================================================*/
header {
  zoom: 1; }
  header:after {
    content: "";
    display: block;
    clear: both; }
  header h1 {
    float: left; }
  header nav {
    float: right; }
    header nav ul {
      display: table; }
      header nav ul li {
        display: table-cell;
        padding: 0 10px;
        vertical-align: middle;
        font-weight: bold;
        font-size: 1.0rem;
        text-align: center; }
        header nav ul li a {
          text-decoration: none;
          color: inherit;
          padding: 0 12px 0;
          display: block;
          font-weight: bold; }
        header nav ul li#nav_contact span {
          display: block; }
          header nav ul li#nav_contact span img {
            width: 20%;
            height: auto; }
    header nav #nav_contact {
      width: 140px;
      padding: 0; }
      header nav #nav_contact span {
        margin-bottom: 3px; }
      header nav #nav_contact a {
        background: #ededed;
        padding: 14px 10px 18px; }

footer {
  background: #241500;
  text-align: center;
  padding: 25px 0;
  color: #ffffff;
  margin-top: 40px; }
  footer #footer_logo {
    margin-bottom: 30px; }
  footer #footer_navi {
    display: table;
    margin: 0 auto 60px;
    border-spacing: 40px 0; }
    footer #footer_navi li {
      display: table-cell; }
      footer #footer_navi li a {
        text-decoration: none;
        color: inherit;
        color: #ffffff;
        font-size: 1.0rem; }
  footer #copyright {
    text-align: center;
    font-size: 0.6rem;
    margin-top: 30px;
    letter-spacing: 2px;
    color: #ffffff; }

#content {
  font-size: 93%;
  float: right;
  width: 697px;
  margin: 0 0 50px 0;
  background: #FFF;
  padding: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.pankuzu {
  background: #ffe100;
  padding: 6px 30px;
  font-size: 0.9rem;
  font-weight: bold;
  zoom: 1; }
  .pankuzu:after {
    content: "";
    display: block;
    clear: both; }
  .pankuzu ul {
    float: right;
    display: table;
    border-spacing: 0px 0; }
    .pankuzu ul li {
      display: table-cell;
      vertical-align: middle; }
      .pankuzu ul li a {
        text-decoration: none;
        color: inherit; }
        .pankuzu ul li a:after {
          background: url(../img/common/icon_arrow_white.png) no-repeat right center;
          content: "";
          width: 13px;
          height: 20px;
          margin-left: 10px;
          margin-right: 10px;
          position: relative;
          top: 3px;
          display: inline-block; }

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

トップ

=======================================================================*/
.top .sub_ttl {
  padding: 40px 0;
  font-size: 1.0rem;
  letter-spacing: 1px;
  line-height: 1.3; }

.top .eng {
  font-size: 1.9rem;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 4px; }

.top main {
  background: #fad400 url(../img/top/main_photo.jpg) no-repeat left top;
  max-height: 48vh;
  min-height: 420px;
  position: relative;
  background-size: 58%;
  min-width: 980px !important; }
  .top main figure {
    position: absolute;
    right: 4%;
    top: 6%; }
    .top main figure img {
      width: 100%;
      height: auto; }

.top #about .list {
  zoom: 1; }
  .top #about .list:after {
    content: "";
    display: block;
    clear: both; }

.top #about a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%; }

.top #about #about_01 {
  background: url(../img/top/business_about.jpg) no-repeat;
  width: 525px;
  height: 260px;
  float: left;
  position: relative; }
  .top #about #about_01 h3 {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000000;
    color: #ffffff;
    display: inline-block;
    padding: 8px 8px;
    font-size: 1.2rem; }

.top #about #about_02 {
  background: url(../img/top/business_company.jpg) no-repeat;
  width: 525px;
  height: 260px;
  float: right;
  position: relative; }
  .top #about #about_02 h3 {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000000;
    color: #ffffff;
    display: inline-block;
    padding: 8px 8px;
    font-size: 1.2rem; }

.top #news {
  margin: 30px 0; }
  .top #news .list {
    width: 100%;
    zoom: 1; }
    .top #news .list:after {
      content: "";
      display: block;
      clear: both; }
    .top #news .list .col {
      float: left;
      margin-right: 30px;
      width: 328px; }
      .top #news .list .col h3 {
        font-size: 1.0rem;
        line-height: 1; }
      .top #news .list .col:nth-of-type(3n) {
        margin-right: 0; }

.top .bg_join {
  background: url(../img/top/bg_join.jpg) no-repeat;
  width: 100%;
  height: 30vh;
  margin-top: 30px;
  background-size: cover; }

.top #join {
  background: #fdd000;
  text-align: center; }
  .top #join .eng {
    margin-bottom: 0px;
    padding-top: 40px; }
  .top #join h2 {
    margin-bottom: 30px; }
  .top #join .txt {
    margin-bottom: 30px; }
  .top #join .btn_list {
    display: table;
    margin: 0 auto 20px;
    border-spacing: 15px 0;
    padding-bottom: 30px; }
    .top #join .btn_list li {
      display: table-cell; }
      .top #join .btn_list li a {
        background: #000000;
        text-decoration: none;
        color: inherit;
        color: #ffffff;
        display: block;
        width: 278px;
        padding: 15px 0;
        position: relative;
        font-weight: bold;
        font-size: 1.2rem;
        letter-spacing: 0.1rem; }
        .top #join .btn_list li a:after {
          background: url(../img/common/icon_arrow_white.png) transparent no-repeat right center;
          content: "";
          width: 13px;
          height: 20px;
          display: inline-block;
          position: absolute;
          right: 10px;
          margin-top: 8px; }
  .top #join .recruit_inquiry {
    background: url(../img/top/bg_interview.png) no-repeat;
    width: 100%;
    height: 300px;
    background-size: cover;
    color: #ffffff;
    position: relative; }
    .top #join .recruit_inquiry .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .top #join .recruit_inquiry a {
      text-decoration: none;
      color: inherit; }
    .top #join .recruit_inquiry .btn {
      display: inline-block;
      position: relative; }
      .top #join .recruit_inquiry .btn a {
        display: block;
        background: #fdd000;
        color: #000000;
        padding: 15px 90px;
        font-weight: bold; }
      .top #join .recruit_inquiry .btn:after {
        background: url(../img/common/icon_arrow.png) transparent no-repeat right center;
        content: "";
        width: 13px;
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 20px; }

.top footer {
  margin-top: 0; }

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

シューキとは

=======================================================================*/
#about_p main {
  background: url(../img/about/main_img.png) no-repeat;
  background-size: cover;
  text-align: center;
  height: 40vh;
  padding-top: 18vh; }

#about_p article {
  background: #f7f8f8;
  padding: 60px 0;
  text-align: center; }
  #about_p article .wrap {
    position: relative; }
  #about_p article .bg_list {
    /* --- right --- */ }
    #about_p article .bg_list #bg_01 {
      position: absolute;
      left: -60px;
      top: 30px; }
    #about_p article .bg_list #bg_02 {
      position: absolute;
      left: 120px;
      top: 350px; }
    #about_p article .bg_list #bg_03 {
      position: absolute;
      left: -70px;
      top: 440px; }
    #about_p article .bg_list #bg_04 {
      position: absolute;
      left: -100px;
      top: 700px; }
    #about_p article .bg_list #bg_05 {
      position: absolute;
      left: -30px;
      top: 850px; }
    #about_p article .bg_list #bg_06 {
      position: absolute;
      right: 0;
      top: 0; }
    #about_p article .bg_list #bg_07 {
      position: absolute;
      right: -100px;
      top: 240px; }
    #about_p article .bg_list #bg_08 {
      position: absolute;
      right: -50px;
      top: 550px; }
    #about_p article .bg_list #bg_09 {
      position: absolute;
      right: -120px;
      top: 850px; }
  #about_p article h2 {
    margin-bottom: 50px; }
  #about_p article p {
    margin-bottom: 30px; }

#about_p footer {
  margin-top: 0; }

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

事業案内

=======================================================================*/
#business_p .wrap {
  width: 950px; }

#business_p .main_txt {
  padding: 40px 0;
  line-height: 1.8; }

#business_p main {
  background: url(../img/business/main_img.png) no-repeat;
  background-size: cover;
  text-align: center;
  height: 40vh;
  padding-top: 18vh; }

#business_p article section {
  background: #fdd000;
  zoom: 1;
  margin: 0 auto 30px; }
  #business_p article section:after {
    content: "";
    display: block;
    clear: both; }
  #business_p article section .img {
    float: right; }
  #business_p article section .info {
    float: left;
    padding: 30px 50px;
    margin-top: 30px; }
    #business_p article section .info h2 {
      margin-bottom: 30px; }
  #business_p article section:nth-of-type(2) .img {
    float: left; }
  #business_p article section:nth-of-type(2) .info {
    float: right;
    margin-right: 80px; }

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

会社案内

=======================================================================*/
#company_p main {
  background: url(../img/company/main_img.png) no-repeat;
  background-size: cover;
  text-align: center;
  height: 40vh;
  padding-top: 18vh; }

#company_p article {
  padding: 60px 0; }
  #company_p article table {
    width: 810px;
    margin: 0 auto;
    border-collapse: collapse; }
    #company_p article table tr th, #company_p article table tr td {
      border: 1px solid #ffe100;
      padding: 25px 15px; }

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

採用情報

=======================================================================*/
#recruit_p main {
  background: url(../img/recruit/main_img.png) no-repeat;
  background-size: cover;
  text-align: center;
  height: 40vh;
  padding-top: 18vh; }

#recruit_p #about {
  padding: 30px 0;
  width: 907px;
  margin: 0 auto; }
  #recruit_p #about h2 {
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 2.0; }
    #recruit_p #about h2 span {
      background: #ffe100;
      padding: 3px 10px; }

#recruit_p table {
  width: 810px;
  margin: 0 auto;
  border-collapse: collapse; }
  #recruit_p table tr th, #recruit_p table tr td {
    border: 1px solid #ffe100;
    padding: 25px 20px; }

#recruit_p #request_person {
  padding: 0 40px; }
  #recruit_p #request_person h2 {
    text-align: center;
    margin: 20px 0; }
  #recruit_p #request_person .col {
    zoom: 1;
    margin: 60px 0; }
    #recruit_p #request_person .col:after {
      content: "";
      display: block;
      clear: both; }
    #recruit_p #request_person .col .img {
      float: right; }
    #recruit_p #request_person .col .info {
      float: left;
      width: 500px; }
      #recruit_p #request_person .col .info h3 {
        font-size: 1.2rem;
        background: #ffe100;
        display: inline-block;
        margin-bottom: 15px;
        padding: 0 10px; }
    #recruit_p #request_person .col:nth-of-type(2n) .img {
      float: left; }
    #recruit_p #request_person .col:nth-of-type(2n) .info {
      float: right; }

#recruit_p #message {
  width: 907px;
  margin: 0 auto; }
  #recruit_p #message h2 {
    text-align: center;
    margin: 20px 0; }
  #recruit_p #message h3 {
    font-size: 1.2rem;
    background: #ffe100;
    display: inline-block;
    padding: 0 10px; }
  #recruit_p #message .txt {
    margin: 20px 0; }

#recruit_p #inquiry {
  width: 819px;
  margin: 30px auto; }

#recruit_p .center {
  margin-top: 30px; }

#recruit_p .btn {
  display: inline-block;
  position: relative; }
  #recruit_p .btn a {
    display: block;
    background: #ffe100;
    text-decoration: none;
    color: inherit;
    color: #000000;
    padding: 15px 90px;
    font-weight: bold; }
  #recruit_p .btn:after {
    background: url(../img/common/icon_arrow.png) transparent no-repeat right center;
    content: "";
    width: 13px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 20px; }

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

ニュース・新着情報

=======================================================================*/
#news_p main {
  text-align: center;
  padding: 30px 0; }

#news_p .list {
  zoom: 1; }
  #news_p .list:after {
    content: "";
    display: block;
    clear: both; }
  #news_p .list .col {
    float: left;
    margin-right: 30px;
    width: 328px;
    margin-bottom: 15px; }
    #news_p .list .col a {
      text-decoration: none;
      color: inherit; }
    #news_p .list .col h2 {
      font-size: 1.1rem; }
    #news_p .list .col:nth-of-type(3n) {
      margin-right: 0; }
    #news_p .list .col .img {
      margin-bottom: 10px; }

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

社員インタビュー

=======================================================================*/
#interview_p main {
  background: url(../img/interview/main_img.png) no-repeat;
  background-size: cover;
  text-align: center;
  height: 40vh;
  padding-top: 18vh; }

#interview_p article {
  padding: 60px 0; }

#interview_p .list ul {
  zoom: 1;
  width: 998px;
  margin: 0 auto; }
  #interview_p .list ul:after {
    content: "";
    display: block;
    clear: both; }
  #interview_p .list ul li {
    float: left;
    margin-bottom: 30px; }
    #interview_p .list ul li:nth-of-type(2n) {
      float: right; }

#interview_1 main {
  background: url(../img/interview/interview_01/main_img.png) no-repeat;
  background-size: cover; }
  #interview_1 main .wrap {
    position: relative;
    height: 40vh; }
    #interview_1 main .wrap .label {
      position: absolute;
      left: 0;
      top: 50px; }
    #interview_1 main .wrap .main_txt {
      position: absolute;
      left: 0;
      bottom: 0; }

#interview_2 main {
  background: url(../img/interview/interview_02/main_img.png) no-repeat;
  background-size: cover; }
  #interview_2 main .wrap {
    position: relative;
    height: 40vh; }
    #interview_2 main .wrap .label {
      position: absolute;
      left: 0;
      top: 50px; }
    #interview_2 main .wrap .main_txt {
      position: absolute;
      left: 0;
      bottom: 0; }

#interview_3 main {
  background: url(../img/interview/interview_03/main_img.png) no-repeat;
  background-size: cover; }
  #interview_3 main .wrap {
    position: relative;
    height: 40vh; }
    #interview_3 main .wrap .label {
      position: absolute;
      left: 0;
      top: 50px; }
    #interview_3 main .wrap .main_txt {
      position: absolute;
      left: 0;
      bottom: 0; }

#interview_4 main {
  background: url(../img/interview/interview_04/main_img.png) no-repeat;
  background-size: cover; }
  #interview_4 main .wrap {
    position: relative;
    height: 40vh; }
    #interview_4 main .wrap .label {
      position: absolute;
      left: 0;
      top: 50px; }
    #interview_4 main .wrap .main_txt {
      position: absolute;
      left: 0;
      bottom: 0; }

.interview_d_p article .profile {
  margin-top: 30px; }

.interview_d_p article h2 {
  background: url(../img/interview/bg_interview_n.png) no-repeat;
  height: 65px;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 30px;
  padding-top: 8px; }

.interview_d_p article section {
  padding: 30px 0; }

.interview_d_p article .wrap {
  width: 812px; }

.interview_d_p article .btn {
  display: inline-block;
  position: relative; }
  .interview_d_p article .btn a {
    display: block;
    background: #ffe100;
    text-decoration: none;
    color: #000000;
    padding: 15px 60px;
    font-weight: bold; }
  .interview_d_p article .btn:after {
    background: url(../img/common/icon_arrow.png) transparent no-repeat right center;
    content: "";
    width: 13px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 20px; }

.interview_d_p article .pagenation {
  zoom: 1;
  margin-top: 15px; }
  .interview_d_p article .pagenation:after {
    content: "";
    display: block;
    clear: both; }
  .interview_d_p article .pagenation .prev {
    float: left; }
    .interview_d_p article .pagenation .prev a {
      background: url(../img/common/icon_prev.svg) no-repeat left center;
      text-decoration: none;
      color: inherit;
      padding-left: 20px; }
  .interview_d_p article .pagenation .next {
    float: right; }
    .interview_d_p article .pagenation .next a {
      background: url(../img/common/icon_next.svg) no-repeat right center;
      text-decoration: none;
      color: inherit;
      padding-right: 20px; }

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

お問い合わせ

=======================================================================*/
#contact_p main {
  text-align: center;
  padding: 40px 0 60px; }

#contact_p article h2 {
  margin-bottom: 15px; }

#contact_p article .wrap {
  width: 802px; }

#contact_p article #contact_tel {
  text-align: center;
  padding: 15px 0; }

#contact_p article #contact_form {
  padding: 15px 0; }
  #contact_p article #contact_form dl {
    display: table;
    width: 450px;
    margin: 0 auto 30px; }
    #contact_p article #contact_form dl dt {
      width: 120px;
      font-weight: bold; }
    #contact_p article #contact_form dl dt, #contact_p article #contact_form dl dd {
      display: table-cell; }
    #contact_p article #contact_form dl.w_dl {
      display: block;
      width: 100%;
      margin-bottom: 15px; }
      #contact_p article #contact_form dl.w_dl dt {
        width: 100%; }
      #contact_p article #contact_form dl.w_dl dt, #contact_p article #contact_form dl.w_dl dd {
        display: block;
        text-align: center; }
      #contact_p article #contact_form dl.w_dl .box {
        background: #f4f4f4;
        padding: 15px 0; }
        #contact_p article #contact_form dl.w_dl .box label {
          margin-right: 15px; }
    #contact_p article #contact_form dl .hiss {
      font-size: 0.8rem;
      margin-left: 6px;
      color: #fdc907; }
  #contact_p article #contact_form input[type="text"], #contact_p article #contact_form textarea {
    background: #f4f4f4;
    border: 1px solid #bababa;
    font-size: 1.4rem;
    padding: 4px;
    width: 100%; }
  #contact_p article #contact_form input[type="radio"] {
    margin-right: 5px; }
  #contact_p article #contact_form textarea {
    min-height: 140px; }
  #contact_p article #contact_form input[type="submit"], #contact_p article #contact_form button[type="submit"] {
    display: inline-block;
    background: #ffe100;
    color: #000000;
    padding: 18px 70px;
    font-weight: bold;
    border-radius: 0;
    border: none;
    position: relative; }
    #contact_p article #contact_form input[type="submit"]:after, #contact_p article #contact_form button[type="submit"]:after {
      background: url(../img/common/icon_arrow.png) transparent no-repeat right center;
      content: "";
      width: 13px;
      height: 20px;
      display: inline-block;
      position: absolute;
      right: 10px;
      top: 15px; }
  #contact_p article #contact_form #submit_btn {
    display: table;
    margin: 0 auto;
    border-spacing: 15px; }
    #contact_p article #contact_form #submit_btn p {
      display: table-cell; }
  #contact_p article #contact_form .confirm_btn {
    text-align: center;
    margin: 0 auto; }
