@charset "UTF-8";
/*! normalize.css v3.0.1 | 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,
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 < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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 {
  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 */
  /* 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;
}

.l-container {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.l-row {
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: content-box;
}
.l-row:after {
  clear: both;
  content: "";
  display: block;
}

[class*="l-grid-"] {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
}

.l-grid-1 {
  width: 8.33333%;
}

.l-grid-2 {
  width: 16.66667%;
}

.l-grid-3 {
  width: 25%;
}

.l-grid-4 {
  width: 33.33333%;
}

.l-grid-5 {
  width: 41.66667%;
}

.l-grid-6 {
  width: 50%;
}

.l-grid-7 {
  width: 58.33333%;
}

.l-grid-8 {
  width: 66.66667%;
}

.l-grid-9 {
  width: 75%;
}

.l-grid-10 {
  width: 83.33333%;
}

.l-grid-11 {
  width: 91.66667%;
}

.l-grid-12 {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .l-container {
    width: 1180px;
  }
}
@media only screen and (max-width: 999px) {
  .l-container {
    width: 740px;
  }
}
@media only screen and (max-width: 720px) {
  .l-container {
    width: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .l-row {
    margin-right: 0;
    margin-left: 0;
  }

  [class*="l-grid-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
    width: auto !important;
  }
}
.align-center {
  text-align: center;
}

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

.is-sp {
  display: none;
}

@media only screen and (max-width: 600px) {
  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }
}
/* Common Style */
* {
  box-sizing: border-box;
}

body {
  font-size: 13px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  color: #555;
}
body.is-top {
  font-smoothing: antialiased;
}

a {
  color: #4e8a00;
  text-decoration: underline;
}
a:hover {
  color: #315700;
}
a:hover img {
  opacity: 0.7;
}
a:hover img.onoff {
  opacity: 1;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

/* Layout */
.l-content {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.l-topContainer {
  float: left;
  width: 100%;
  margin: 0 auto;
}

.l-container {
  width: 1000px;
  padding: 0 10px 50px;
  margin: 0 auto;
}
.l-container:after {
  clear: both;
  content: "";
  display: block;
}

.is-fixed + .l-container {
  padding-top: 90px;
}

.l-main {
  width: 700px;
  float: left;
}
.l-main.is-noside {
  width: 100%;
  float: none;
}

.l-side {
  width: 210px;
  float: right;
  border: 2px solid #ddd;
  padding: 2px;
}

.l-section {
  margin-bottom: 50px;
}

.is-smooth .l-section {
  padding-top: 90px;
  margin-top: -90px;
}

/* Module */
.m-breadcrumb {
  font-size: 11px;
  color: #959595;
  margin-bottom: 15px;
}
.m-breadcrumb strong {
  font-weight: normal;
}

.m-mainTitle {
  color: #222;
  min-height: 51px;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: normal;
  background: #efefef url(../images/p_cmn_mainTitle.png) left top no-repeat;
  border-bottom: 1px solid #ddd;
  padding-left: 57px;
  margin: 0 0 25px;
}
.m-mainTitle span {
  display: block;
  margin-right: 10px;
  padding-top: 12px;
  border-bottom: 2px solid #fff;
  margin-bottom: 9px;
}

.m-subTitle {
  border-left: 5px solid #4e8a00;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #222;
  line-height: 1;
  padding: 10px 0 10px 20px;
  margin: 0 0 25px 0;
}

.m-imgFrame {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: 4px;
}
.m-imgFrame > * {
  vertical-align: top;
  width: 100%;
}

.is-blank {
  padding-right: 20px;
  background: url(../images/i_blank.png) right center no-repeat;
}

/* Header */
.l-header {
  width: 100%;
  min-width: 1000px;
  height: 80px;
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.l-header:after {
  clear: both;
  content: "";
  display: block;
}
.l-header.is-fixed {
  position: fixed;
}

.m-header-border {
  background: #8dc21f;
  background: linear-gradient(to right, #8dc21f 0%, #597a13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc21f', endColorstr='#597a13',GradientType=1 );
  height: 3px;
}
.m-header-logo {
  margin: 25px 0 0;
  float: left;
}
.m-header-menuList {
  margin-top: 12px;
  float: right;
  padding: 0;
}
.m-header-menuList:after {
  clear: both;
  content: "";
  display: block;
}
.m-header-menuList-item {
  float: left;
  width: 138px;
}
.m-header-menuList-item a {
  display: block;
  text-decoration: none;
}
.m-header-menuList-item a:hover {
  background: url(../images/bg_cmn_hdr_hover.jpg) 0 0 repeat;
}
.m-header-menuList-item a:hover p {
  color: #959595;
}
.m-header-menuList-item p {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans serif;
  color: #222;
  font-size: 18px;
  padding: 13px 0 1px 10px;
  border-left: 2px solid #dddddd;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
}
.m-header-menuList-item span {
  font-size: 11px;
  line-height: 1;
  display: block;
  margin-top: 3px;
  padding: 0px 0 1px 10px;
}
.m-header-menuList-item--about span {
  border-left: 2px solid #e60012;
  color: #e60012;
}
.m-header-menuList-item--service span {
  border-left: 2px solid #4e8a00;
  color: #4e8a00;
}
.m-header-menuList-item--information span {
  border-left: 2px solid #0068b7;
  color: #0068b7;
}
.m-header-menuList-item--recruit span {
  border-left: 2px solid #f19149;
  color: #f19149;
}

.is-win .m-header-menuList-item p, .touch .m-header-menuList-item p {
  font-family: "Anton", sans-serif;
  font-weight: normal;
  font-size: 16px;
  padding: 13px 0 3px 10px;
}
.is-win .m-header-menuList-item span, .touch .m-header-menuList-item span {
  padding: 1px 0 1px 10px;
}

/* Footer */
.l-footer {
  background: #8dc21f;
  background: linear-gradient(to right, #8dc21f 0%, #597a13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc21f', endColorstr='#597a13',GradientType=1 );
  height: 60px;
  width: 100%;
  min-width: 1000px;
  color: #fff;
}
.l-footer a {
  color: #fff;
  text-decoration: none;
}
.l-footer a:hover {
  text-decoration: underline;
}

.is-top .l-footer {
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.m-footer-menuList {
  padding: 10px 40px 5px;
  font-size: 12px;
}
.m-footer-menuList li + li {
  border-left: 1px solid #fff;
  padding-left: 5px;
}
.m-footer-menuList-item {
  padding-right: 5px;
  display: inline;
}
.m-footer-copy {
  font-size: 11px;
  padding-left: 40px;
}

/* TopPage */
body {
  background: #fff;
  position: relative;
  height: 100%;
  margin: 0 auto;
  font-smoothing: antialiased;
}

.m-outline-outer {
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: none;
}

.m-outline {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.is-top .l-wrapper {
  height: 100% !important;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.l-section-bg {
  background-size: cover;
  width: 100%;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center 0;
  position: absolute;
  top: 0;
}

.l-section-bg-outer {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
}

.m-btn-topScroll {
  background: url(../images/btn_top_scroll.png) 0 0 no-repeat;
  width: 38px;
  height: 38px;
  position: fixed;
  bottom: 10px;
  left: 50%;
  margin-left: -19px;
  cursor: pointer;
  z-index: 10;
}
.m-btn-topScroll:hover {
  opacity: 0.7;
}

.l-sec-inner {
  position: absolute;
}
.l-sec-inner > h3, .l-sec-inner > p, .l-sec-inner > a {
  position: relative;
  top: 10px;
  opacity: 0;
}
.l-sec-inner--intro {
  right: 5%;
  top: 35%;
}
.l-sec-inner--intro p {
  padding-top: 10px;
}
.l-sec-inner--left {
  left: 5%;
  top: 50%;
  margin-top: -100px;
}
.l-sec-inner--left h3 {
  margin-bottom: 5px;
}
.l-sec-inner--left .m-btn-topMore {
  margin-left: 7px;
}
.l-sec-inner--right {
  right: 10%;
  top: 50%;
  margin-top: -100px;
  text-align: right;
}
.l-sec-inner--right h3 {
  margin-bottom: 5px;
}
.l-sec-inner--right .m-btn-topMore {
  margin-right: 7px;
}
.l-sec-inner--center {
  width: 100%;
  top: 50%;
  margin-top: -100px;
  text-align: center;
}
.l-sec-inner--center h3 {
  margin-bottom: 5px;
}

.warning{
    width: 60%;
    background-color: #fff;
    padding: 25px;
    text-align: center;
    position: absolute;
    z-index: 9999;
    top: 80px;
    bottom: 0%;
    left: -100px;
    height: 400px;
    overflow-y: scroll;
}
.warning h2{
    font-size: 18px;
    margin: 0 auto 10px;
    color: #ff0012;
}
.warning h2.warning_kara{
    margin: 15px auto 0px;
}
.warning p{
    font-size: 16px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.4;
}

.warning span{
  font-size: 16px;
  margin: 15px auto;
  text-align: center;
  line-height: 1.4;
    display: block;
}

.m-sec1-ttl img {
  width: 332px;
}
.m-sec1-sub img {
  width: 356px;
}

.m-sec2-ttl img {
  width: 242px;
}
.m-sec2-sub img {
  width: 342px;
}

.m-sec3-ttl img {
  width: 195px;
}
.m-sec3-sub img {
  width: 382px;
}

.m-sec4-ttl img {
  width: 254px;
}
.m-sec4-sub img {
  width: 413px;
}

.m-sec5-ttl img {
  width: 78px;
}
.m-sec5-sub img {
  width: 444px;
}

.m-sec6-ttl img {
  width: 135px;
}
.m-sec6-sub img {
  width: 585px;
}

.m-sec-btn {
  display: inline-block;
  width: 140px;
}

.is-top .l-section {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.l-section-bg1 {
  background-image: url(../images/bg_top_section1.gif);
}
.l-section-bg2 {
  background-image: url(../images/bg_top_section2.jpg);
}
.l-section-bg3 {
  background-image: url(../images/bg_top_section3.jpg);
}
.l-section-bg4_1 {
  background-image: url(../images/bg_top_section4_1.jpg);
}
.l-section-bg4_2 {
  background-image: url(../images/bg_top_section4_2.jpg);
  opacity: 0;
}
.l-section-bg4_3 {
  background-image: url(../images/bg_top_section4_3.jpg);
  opacity: 0;
}
.l-section-bg5 {
  background-image: url(../images/bg_top_section5.jpg);
}
.l-section-bg6 {
  background-image: url(../images/bg_top_section6.jpg);
}

.onepage-pagination {
  right: 0;
  margin-top: -60px;
}
.onepage-pagination li {
  margin-right: 5px;
}
.onepage-pagination li a {
  padding: 13px 10px;
  width: 6px;
  height: 6px;
}
.onepage-pagination li a:before {
  background: #999999;
  width: 6px;
  height: 6px;
}
.onepage-pagination li a.active:before {
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  background-color: #fff;
  left: 9px;
  margin-top: -2px;
}
.onepage-pagination-outer {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 4;
  margin: 0;
  padding: 0;
  width: 26px;
}

/* single */
.l-main p {
  line-height: 1.8;
}
.l-main p + p {
  margin-top: 1em;
}

.m-catchCopy {
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 27px;
  line-height: 1.6;
  color: #4e8a00;
  margin: 0 0 20px;
}

.m-dlTable {
  margin: 0;
  line-height: 1.3;
}
.m-dlTable:after {
  clear: both;
  content: "";
  display: block;
}
.m-dlTable dt {
  clear: both;
  float: left;
  padding: 16px 10px;
}
.m-dlTable dt.first {
  border-top: 0px;
}
.m-dlTable dt.last {
  border-bottom: 0px;
}
.m-dlTable dd {
  padding: 16px 10px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
}
.m-dlTable dd.first {
  border-top: 0px;
}
.m-dlTable dd.last {
  border-bottom: 0px;
}
.m-dlTable--srvDetail dt {
  width: 100px;
}
.m-dlTable--srvDetail dd {
  width: 320px;
  margin: 0 0 0 100px;
}
.m-dlTable--info {
  font-size: 15px;
}
.m-dlTable--info dt {
  width: 120px;
}
.m-dlTable--info dd {
  width: 580px;
  margin: 0 0 0 120px;
}
.m-dlTable--green dt {
  color: #fff;
  background-color: #8dc21f;
  border-bottom: 1px solid #82b419;
  border-top: 1px solid #bbdd75;
}
.m-dlTable--gray dt {
  background-color: #eaeaea;
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #fefefe;
}

/* side */
.l-side h3 {
  position: relative;
  width: 100%;
  height: 70px;
  margin: 0;
}
.l-side h3 img {
  margin: 20px 0 0 15px;
}
.l-side--srv h3 {
  background: url(../images/bg_side_srv.png) 0 0 repeat;
}
.l-side--about h3 {
  background: url(../images/bg_side_about.png) 0 0 repeat;
}
.l-side--info h3 {
  background: url(../images/bg_side_info.png) 0 0 repeat;
}

.m-sideMenuList {
  font-size: 14px;
}
.m-sideMenuList-item {
  margin-top: 2px;
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  background: #efefef url(../images/i_list_close.png) 25px center no-repeat;
  cursor: pointer;
  text-decoration: none;
  color: #555;
}
.m-sideMenuList-item:hover {
  color: #555;
  background-color: #dedede;
}
.m-sideMenuList-item.is-active {
  background: #dedede url(../images/i_list_open.png) 22px center no-repeat;
}
.m-sideMenuList--sub li {
  margin: 2px 0 0 0;
  font-size: 12px;
}
.m-sideMenuList--sub a {
  background: #f7f7f7 url(../images/i_list_sub.png) 25px center no-repeat;
  line-height: 30px;
  height: 30px;
  padding-left: 50px;
  color: #555;
  display: block;
  text-decoration: none;
}
.m-sideMenuList--sub a:hover {
  background-color: #fefefe;
  color: #a2a2a2;
}

/* serviceArchive */
.m-srvTitle {
  margin: 0 0 25px 0;
  width: 100%;
  height: 80px;
}
.m-srvTitle--pachinko {
  background: url(../images/bg_srv_a_ttl_pachinko.png) 0 0 no-repeat;
}
.m-srvTitle--pachinko img {
  margin-top: 18px;
}
.m-srvTitle--restaurant {
  background: url(../images/bg_srv_a_ttl_restaurant.png) 0 0 no-repeat;
}
.m-srvTitle--restaurant img {
  margin-top: 18px;
}
.m-srvTitle--amusement {
  background: url(../images/bg_srv_a_ttl_amusement.png) 0 0 no-repeat;
}
.m-srvTitle--amusement img {
  margin-top: 18px;
}
.m-srvTitle--taxi {
  background: url(../images/bg_srv_a_ttl_taxi.png) 0 0 no-repeat;
}
.m-srvTitle--taxi img {
  margin-top: 18px;
}
.m-srvTitle img {
  margin-left: 20px;
}

.l-srvContainer:after {
  clear: both;
  content: "";
  display: block;
}

.m-srv-item {
  float: left;
  position: relative;
  color: #fff;
  margin-bottom: 20px;
  display: block;
  width: 340px;
  height: 210px;
}
.m-srv-item img {
  vertical-align: top;
}
.m-srv-item-black {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
.m-srv-item-title {
  margin: 0;
  position: absolute;
  left: 10px;
  top: 10px;
}
.m-srv-item-title h3 {
  margin: -15px 0 0 15px;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #fff;
  padding: 8px 20px;
}
.m-srv-item-square {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
}
.m-srv-item-address {
  position: absolute;
  bottom: 10px;
  right: 5px;
  text-align: right;
  font-size: 12px;
}
.m-srv-item--right {
  float: right;
}
.m-srv-item-btn {
  opacity: 0;
  font-family: "Open Sans Condensed", sans-serif;
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 2;
  margin-left: -23px;
  margin-top: -23px;
  line-height: 46px;
  text-decoration: none;
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.m-srv-item-btn:hover {
  color: #000;
  background-color: #fff;
}

/* serviceDetail */
.l-srvDetail-info:after {
  clear: both;
  content: "";
  display: block;
}
.l-srvDetail-info--table {
  float: left;
  width: 420px;
}
.l-srvDetail-info--img {
  float: right;
  width: 260px;
}

/* about */
.m-aboutList {
  width: 640px;
  margin: 25px auto 0;
}
.m-aboutList:after {
  clear: both;
  content: "";
  display: block;
}
.m-aboutList > ul {
  float: left;
  width: 200px;
  text-align: center;
}
.m-aboutList ul + ul {
  margin-left: 20px;
}
.m-aboutList-item {
  opacity: 1;
  border: 1px solid #ddd;
  padding: 5px 0;
  margin-bottom: 6px;
}
.m-aboutList-ttl {
  opacity: 1;
  height: 44px;
  line-height: 44px;
  margin-bottom: 10px;
}
.m-aboutList-ttl img {
  vertical-align: middle;
}
.m-aboutList-ttl.yuugi {
  background-color: #ed4c59;
}
.m-aboutList-ttl.service {
  background-color: #f1904c;
}
.m-aboutList-ttl.bowling {
  background-color: #4c95cc;
}
.m-aboutList-ttl.taxi {
  background-color: #83ad4c;
}

.m-aboutHistory tr.last {
  border-bottom: 1px solid #ddd;
}
.m-aboutHistory tr + tr {
  border-top: 1px solid #ddd;
}
.m-aboutHistory td {
  padding: 9px 0;
}
.m-aboutHistory-year {
  width: 80px;
}
.m-aboutHistory-year span {
  background-color: #efefef;
  padding: 2px 9px;
}
.m-aboutHistory-month {
  width: 50px;
}
.m-aboutHistory-item--img td {
  padding-top: 0;
}
.m-aboutHistory-rel {
  position: relative;
  width: 100%;
}
.m-aboutHistory-note {
  position: absolute;
  text-align: right;
  font-size: 14px;
  color: #fff;
  right: 0;
  bottom: 2%;
}

.m-aboutHistory-item + .m-aboutHistory-item--img {
  border-top: 0px;
}

/*  information  */
.m-info-group-item h4 {
  padding-left: 10px;
  border-left: 5px solid #4e8a00;
  font-size: 17px;
  margin: 0 0 15px 0;
}
.m-info-group-item + .m-info-group-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #4e8a00;
}

/*  message  */
.l-main .m-msg-desc + .m-msg-desc {
  margin-top: 2em;
}

.m-msg-catchCopy {
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 27px;
  line-height: 1.6;
  color: #4e8a00;
  margin: 0 0 20px;
}
.m-msg-president {
  text-align: right;
  margin-top: 30px;
}
.m-msg-president img {
  display: inline-block;
  margin-top: 10px;
}

/*  recruit  */
.m-rec-box {
  width: 570px;
  margin: 30px auto 0;
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  padding: 20px 30px;
}
.m-rec-box:after {
  clear: both;
  content: "";
  display: block;
}
.m-rec-box-elga {
  position: absolute;
  bottom: 0;
  right: 0;
}
.m-rec-box-link {
  width: 500px;
  height: 180px;
  margin: 0 auto;
  position: relative;
  padding: 20px;
  background: url(../images/bg_rec_box.png) 0 0 repeat;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}
.m-rec-box-link h4 {
  position: relative;
  text-align: center;
}
.m-rec-box-link h4 span {
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  color: #4e8a00;
  padding-left: 10px;
  border-left: 5px solid #4e8a00;
}

.m-rec-btn {
  position: relative;
  top: 0px;
  background: #4e8a00;
  border-radius: 8px;
  box-shadow: 0 3px 0 #2f5300;
  display: block;
  padding: 15px 10px;
  width: 280px;
  margin: 0 auto;
}
.m-rec-btn:hover {
  top: 2px;
  box-shadow: 0 1px 0 #2f5300;
}
.m-rec-btn:hover img {
  opacity: 1;
}
.m-rec-btn img {
  margin-left: 5px;
}

.is-notPc .onepage-pagination-outer {
  display: none;
}
.is-notPc .m-btn-topScroll {
  opacity: 0;
}
.is-notPc.is-top {
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 999px) {

  .warning{
    width: 47%;
    background-color: #fff;
    padding: 25px;
    text-align: center;
    position: absolute;
    z-index: 9999;
    top: 130px;
    bottom: 0%;
    left: 0;
    height: 630px;
}
.warning h2{
    font-size: 16px;
    margin: 0 auto 5px;
    color: #ff0012;
}
.warning p{
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.4;
}

.warning span{
  font-size: 14px;
  margin: 15px auto;
  text-align: center;
  line-height: 1.4;
    display: block;
}


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

  .l-content {
    width: 100%;
    max-width: 100%;
  }

  .l-header {
    min-width: 100%;
  }

  .m-header-logo {
    width: 40%;
  }
  .m-header-menuList {
    width: 58%;
  }
  .m-header-menuList-item {
    width: 25%;
  }
  .m-header-menuList-item p {
    font-size: 15px;
  }

  .l-container {
    width: 100%;
  }

  .l-side {
    width: 200px;
  }

  .l-side--about h3 img {
    width: 87%;
  }

  .l-main {
    width: 70%;
  }

  .l-srvDetail-info--table {
    width: 58%;
  }
  .l-srvDetail-info--img {
    width: 38%;
  }

  .m-dlTable--srvDetail dt {
    width: 24%;
  }
  .m-dlTable--srvDetail dd {
    margin-left: 24%;
    width: 76%;
  }

  .m-aboutList {
    width: 100%;
  }
  .m-aboutList > ul {
    width: 32%;
  }
  .m-aboutList ul + ul {
    margin-left: 2%;
  }

  .m-aboutList-ttl img {
    padding: 0 2%;
  }

  .m-srv-item {
    width: 49%;
    height: auto;
  }

  .m-dlTable--info dt {
    width: 17%;
  }
  .m-dlTable--info dd {
    width: 83%;
    margin-left: 17%;
  }

  .l-footer {
    min-width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .warning{
    width: 90%;
    background-color: #fff;
    padding: 3vw;
    text-align: center;
    position: absolute;
    z-index: 9999;
    top: 11vw;
    bottom: 0%;
    left: 0;
    height: 147vw;
    margin: 0 auto;
    right: 0;
}
.warning h2{
    font-size: 4.2vw;
    margin: 0 auto 5px;
    color: #ff0012;
}
.warning p{
    font-size: 3.6vw;
    margin: 0 auto;
    text-align: left;
    line-height: 1.4;
}

.warning span{
    font-size: 3.6vw;
    margin: 2vw auto;
    text-align: center;
    line-height: 1.4;
    display: block;
}


  .touch .m-header-menuList {
    width: 58%;
  }
  .touch .m-header-menuList-item {
    width: 25%;
  }
  .touch .m-header-menuList-item p {
    font-size: 13px;
    padding-left: 5px;
  }
  .touch .m-header-menuList-item span {
    font-size: 10px;
    padding-left: 5px;
  }

  .l-main {
    width: 100%;
    float: none;
  }

  .l-side {
    float: none;
    width: 100%;
  }

  .l-side--about h3 img {
    width: auto;
  }

  .m-sideMenuList {
    font-size: 16px;
  }
  .m-sideMenuList--sub li {
    font-size: 14px;
  }
  .m-sideMenuList--sub a {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .l-header {
    height: 60px;
  }

  .m-header-logo {
    width: 80%;
    margin-top: 10px;
  }

  .onepage-pagination-outer {
    display: none;
  }

  .m-header-menuList--sp {
    margin-top: 15px;
    float: right;
    margin-right: 3%;
  }
  .m-header-menuList--sp .m-menuBtn {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 0;
    padding-top: 25px;
    background: #000;
  }
  .m-header-menuList--sp .m-menuBtn:before, .m-header-menuList--sp .m-menuBtn:after {
    position: absolute;
    left: 0;
    content: "";
    width: 30px;
    height: 0;
    border-top: 5px solid #fff;
  }
  .m-header-menuList--sp .m-menuBtn:before {
    top: 5px;
  }
  .m-header-menuList--sp .m-menuBtn:after {
    bottom: 5px;
  }
  .m-header-menuList--sp .m-menuInner {
    position: absolute;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.8);
    top: 56px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4% 2%;
    display: none;
  }
  .m-header-menuList--sp .m-header-menuList-item {
    width: 100%;
    border-top: 1px solid #fff;
    float: none;
  }
  .m-header-menuList--sp .m-header-menuList-item p {
    display: inline-block;
    font-size: 22px;
    padding: 0 0 0 10px;
    border-left: 0px;
  }
  .m-header-menuList--sp .m-header-menuList-item a {
    padding: 8px 0;
    margin: 15px 0;
    display: block;
  }
  .m-header-menuList--sp .m-header-menuList-item a:hover {
    background: none;
  }
  .m-header-menuList--sp .m-header-menuList-item a:hover p {
    color: #222;
  }
  .m-header-menuList--sp .m-header-menuList-item--about a {
    border-left: 6px solid #e60012;
  }
  .m-header-menuList--sp .m-header-menuList-item--service a {
    border-left: 6px solid #4e8a00;
  }
  .m-header-menuList--sp .m-header-menuList-item--information a {
    border-left: 6px solid #0068b7;
  }
  .m-header-menuList--sp .m-header-menuList-item--recruit a {
    border-left: 6px solid #f19149;
  }
  .m-header-menuList--sp .m-header-menuList-item span {
    display: inline-block;
    border-left: 0px;
    font-size: 16px;
  }
  .m-header-menuList--sp .m-menuClose span {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
    margin: 20px 0;
    background-color: #ccc;
    border-radius: 5px;
    width: 100%;
  }

  .l-sec-inner--intro {
    right: auto;
    width: 77%;
  }
  .l-sec-inner--left, .l-sec-inner--right, .l-sec-inner--center {
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    width: 85%;
  }
  .l-sec-inner--center {
    width: 100%;
    top: 10%;
  }

  .m-sec-item img {
    width: auto;
  }

  p.m-sec-item img {
    height: 60px;
  }

  p.m-sec6-sub img {
    width: 90%;
    height: auto;
  }

  h3.m-sec-item img {
    height: 30px;
  }

  h3.m-sec4-ttl img {
    height: 45px;
  }

  .m-sec-btn img {
    height: 28px;
  }

  .m-btn-topScroll {
    display: none;
  }

  .is-top {
    -webkit-overflow-scrolling: touch;
  }

  .l-footer {
    height: 220px;
  }

  .m-footer-menuList {
    width: 100%;
    padding: 10px 20px 5px;
  }
  .m-footer-menuList:after {
    clear: both;
    content: "";
    display: block;
  }
  .m-footer-menuList li + li {
    border-left: 0;
    padding-left: 0;
  }
  .m-footer-menuList-item {
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
    padding-right: 0;
  }
  .m-footer-copy {
    padding-left: 0;
    text-align: center;
    font-size: 10px;
  }

  .is-smooth .l-section {
    padding-top: 70px;
    margin-top: -70px;
  }

  .is-fixed + .l-container {
    padding-top: 70px;
  }

  .m-mainTitle {
    background-image: none;
    padding-left: 10px;
  }
  .m-mainTitle:before {
    content: "●";
    float: left;
    color: #4e8a00;
    font-size: 18px;
    padding-top: 12px;
    padding-right: 5px;
  }

  .l-srvDetail-info--img {
    width: 100%;
    float: none;
  }
  .l-srvDetail-info--table {
    float: none;
    width: 100%;
  }

  .m-imgFrame {
    margin-bottom: 20px;
  }

  .m-srv-item {
    width: 100%;
    float: none;
  }
  .m-srv-item img {
    width: 100%;
  }
  .m-srv-item--right {
    float: none;
  }

  .m-srv-item-btn {
    display: none;
  }

  .m-srvTitle img {
    margin-left: 0;
    padding: 0 3%;
  }

  .m-dlTable--info dt {
    width: 24%;
  }
  .m-dlTable--info dd {
    width: 76%;
    margin-left: 24%;
  }

  .m-rec-box {
    width: 100%;
    padding: 15px;
  }
  .m-rec-box-link {
    width: 100%;
    padding: 10px 20px;
  }
  .m-rec-box-link h4 {
    margin: 0 auto 20px;
    text-align: left;
    font-size: 16px;
  }

  .m-rec-btn {
    width: 100%;
    padding: 10px 10px;
  }

  .m-aboutList > ul {
    width: 100%;
  }
  .m-aboutList ul + ul {
    margin-left: 0;
  }
}
/*@ sourceMappingURL=style.css.map */
