

p,
.u-text-normal {
  margin: 0;
}



small,
.u-text-small {
  font-size: 0.85em;
}

strong,
.u-text-strong {
  font-weight: 700;
}

del,
.u-text-del {
  text-decoration: line-through;
}

a,
.u-text-link {
  color: #006600;
  text-decoration: underline;
  cursor: pointer;
}

a:hover,
.u-text-link:hover,
.u-text-link.is-hover {
  opacity: 0.8;
}

.u-text-danger {
  color: #cc2919;
}

.u-text-info {
  color: #378da3;
}

.u-text-success {
  color: #378da3;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  z-index: 999;
  height: 7.5rem;
}
@media screen and (max-width: 59.3125em) {
  .l-header {
    height: 3.75rem;
  }
}
.l-header__content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 59.3125em) {
  .l-header__content {
    padding: 0.4375rem 0.9375rem 0 0.9375rem;
  }
}
.l-header__heading {
  padding-left: 1.875rem;
  margin: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 82.5em) {
  .l-header__heading {
    padding-left: 0.875rem;
  }
}
@media screen and (max-width: 71.25em) {
  .l-header__heading {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-header__heading {
    padding-left: 0;
  }
}
.l-header__heading a {
  display: block;
  width: 265px;
}
@media screen and (max-width: 71.25em) {
  .l-header__heading a {
    width: 175px;
  }
}
.l-header__inner {
  display: flex;
  margin-left: auto;
  padding: 0.3125rem 0.3125rem 0.3125rem 0;
  height: 100%;
}
@media screen and (max-width: 59.3125em) {
  .l-header__inner {
    display: none;
  }
}
.l-header__other {
  display: flex;
  justify-content: flex-end;
}
.l-header__keyword {
  margin-right: 2rem;
  max-width: 10.625rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 71.25em) {
  .l-header__keyword {
    margin-right: 1rem;
  }
}
.l-header__keyword-form {
  border-bottom: 1px solid #CCC;
  position: relative;
  padding-bottom: 0.5rem;
}
.l-header__keyword-form input {
  border: none !important;
  padding: 0 2.1875rem 0 0.3125rem !important;
}
.l-header__keyword-form input::-moz-placeholder {
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
  font-weight: 500;
}
.l-header__keyword-form input:-ms-input-placeholder {
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
  font-weight: 500;
}
.l-header__keyword-form input::placeholder {
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
  font-weight: 500;
}
.l-header__keyword-form button {
  position: absolute;
  top: 0;
  right: 0;
  background: none !important;
  border: none !important;
}
.l-header__smlinks {
  display: flex;
}
.l-header__smlinks-link {
  display: flex;
  align-items: center;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  color: #111111;
  margin-right: 1.25rem;
}
@media screen and (max-width: 71.25em) {
  .l-header__smlinks-link {
    margin-right: 0.625rem;
  }
}
.l-header__smlinks-link:last-of-type {
  margin-right: 0;
}
.l-header__smlinks-link img {
  max-width: 0.5625rem;
  margin-right: 0.375rem;
}
.l-header__smlinks-link:hover {
  color: #006600;
}
.l-header__labels {
  display: flex;
  margin-left: 1.875rem;
}
@media screen and (max-width: 71.25em) {
  .l-header__labels {
    margin-left: 0.625rem;
  }
}
.l-header__labels-link {
  color: #fff;
  background: #006600;
  text-decoration: none;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  line-height: 1.4615384615;
  font-weight: bold;
  text-align: center;
  padding: 0.8125rem 0.625rem;
  width: 100%;
  min-width: 10rem;
  margin-right: 0.3125rem;
  white-space: nowrap;
}
@media screen and (max-width: 71.25em) {
  .l-header__labels-link {
    min-width: auto;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: bold;
  }
}
.l-header__labels-link:last-of-type {
  margin-right: 0;
}
.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.5625rem;
}
.l-header__item.is-over .l-header__link {
  padding-right: 1.25rem;
}
.l-header__item.is-over .l-header__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.5625rem;
  height: 0.5625rem;
  background: url(../images/icon-sm-arrow-right-green.png) no-repeat center center/cover;
  transform: rotate(90deg);
}
.l-header__link {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: bold;
  margin-right: 2.1875rem;
  text-decoration: none;
  color: #111111;
  position: relative;
}
@media screen and (max-width: 82.5em) {
  .l-header__link {
    margin-right: 0.9375rem;
  }
}
@media screen and (max-width: 71.25em) {
  .l-header__link {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: bold;
  }
}
.l-header__link:last-of-type {
  margin-right: 1.875rem;
}
@media screen and (max-width: 82.5em) {
  .l-header__link:last-of-type {
    margin-right: 0.9375rem;
  }
}
.l-header__link:hover {
  color: #006600;
}
.l-header__contact {
  background: #fee539;
  color: #111111;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 2.5rem;
  margin-left: 0.3125rem;
}
@media screen and (max-width: 82.5em) {
  .l-header__contact {
    padding: 1.25rem;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    line-height: 1.5384615385;
    font-weight: bold;
  }
}
.l-header__item.is-over:hover .l-header__overs {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s 0s ease;
}
.l-header__overs {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s 0s ease;
  background: rgba(255, 255, 255, 0.98);
  position: absolute;
  top: calc(100% - 25px);
  right: -100%;
  left: -100%;
  margin: auto;
  width: 100vw;
  padding: 4.0625rem 0;
}
.l-header__overs-inner {
  max-width: 71.25rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 75em) {
  .l-header__overs-inner {
    padding: 0 1rem;
  }
}
.l-header__overs-title {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.0416666667;
  font-weight: 900;
  margin-bottom: 1.5625rem;
}
.l-header__overs-list {
  display: flex;
  flex-wrap: wrap;
}
.l-header__overs-item {
  width: 25%;
  text-decoration: none;
  display: block;
  color: #111111;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  padding: 1.625rem 2.5rem 1.5625rem 1.5625rem;
  position: relative;
  background: #f7f7f7;
  border: 1px solid #CCC;
  border-right: none;
}
.l-header__overs-item:last-child {
  border-right: 1px solid #CCC;
}
.l-header__overs-item:nth-child(4n) {
  border-right: 1px solid #CCC;
}
.l-header__overs-item:nth-child(n+5) {
  border-top: none;
}
.l-header__overs-item:hover {
  color: #006600;
}
.l-header__overs-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5625rem;
  bottom: 0;
  margin: auto;
  width: 0.5625rem;
  height: 0.5625rem;
  background: url(../images/icon-sm-arrow-right-green.png) no-repeat center center/cover;
}

/*
---

category: Layout
---
*/
.l-header-variable {
  background-color: #fff;
  width: 100%;
  z-index: 9990;
  padding-left: 2rem;
  padding-top: 1rem;
  padding-right: 12.5rem;
  height: 7.75rem;
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable {
    width: 100%;
    padding: 0.875rem 4rem 0.875rem 1rem;
    height: 3.4375rem;
  }
}
.l-header-variable__inner {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable__inner {
    flex-wrap: wrap;
  }
}
.l-header-variable__text {
  color: rgba(17, 17, 17, 0.7);
  font-size: 0.8125rem;
  letter-spacing: 0;
  margin: 0 0 0 1.375rem;
  font-weight: 400;
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable__text {
    font-size: 0.625rem;
    letter-spacing: 0;
    display: none;
  }
}
.l-header-variable__tel {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #111111;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 1.25rem;
  margin-left: auto;
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable__tel {
    display: none;
  }
}
.l-header-variable__tel span {
  color: #111111;
  font-weight: bold;
  font-size: 1.375rem !important;
  letter-spacing: 0;
  line-height: 1.0909090909;
}
.l-header-variable__tel span:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background-image: url(../images/icon-tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  top: 2px;
}
.l-header-variable__tel small {
  font-size: 0.8125rem;
  letter-spacing: 0;
}
.l-header-variable__heading {
  margin: 0;
  width: 15.375rem;
  flex-shrink: 0;
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable__heading {
    width: 3.1666666667rem;
  }
}
.l-header-variable__heading a,
.l-header-variable__heading img {
  display: block;
}
.l-header-variable__content {
  display: flex;
  align-items: center;
}
.l-header-variable__nav {
  margin-left: auto;
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable__nav {
    display: none;
  }
}
.l-header-variable__nav ul {
  display: flex;
  align-items: center;
  width: 100%;
}
.l-header-variable__nav ul li {
  margin-left: 0.75rem;
  margin-left: 3rem;
}
.l-header-variable__nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #111111;
  font-size: 0.875rem;
  position: relative;
  padding-bottom: 1.5rem;
  transition: all 0.3s ease;
}
.l-header-variable__nav ul li a span {
  display: block;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 0.75rem;
}
.l-header-variable__nav ul li a small {
  display: block;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.l-header-variable__nav ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0.125rem;
  background-color: #006600;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.l-header-variable__nav ul li a:hover {
  opacity: 1;
  color: #006600;
}
.l-header-variable__nav ul li a:hover:after {
  width: 100%;
  opacity: 1;
}
.l-header-variable__nav ul li a span {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.l-header-variable__nav ul li a small {
  text-align: center;
  font-size: 0.625rem;
  line-height: 1.2;
}
.l-header-variable__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 9.375rem !important;
  height: 7.75rem;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable__button {
    display: none;
  }
}
.l-header-variable__button:after {
  display: none;
}
.l-header-variable__button i {
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
}
.l-header-variable__button span {
  display: block;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.l-header-variable__button small {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.is-slidebar-active .l-header-variable {
  position: fixed;
  top: 0;
  left: 0;
}

html {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

/**
 * Remove default margin.
 */
body {
  color: #111111;
  margin: 0;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 16px;
  margin-top: 7.5rem;
  font-weight: 500;
}
@media screen and (max-width: 59.3125em) {
  body {
    margin-top: 3.75rem;
  }
}
body.is-slidebar-active {
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  body {
    font-size: 14px;
  }
}

/* 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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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;
  font-weight: bold;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.6rem;
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.5rem;
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.4rem;
  margin-top: 1.3rem;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/**
 * 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;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * 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: 0;
}

/**
 * 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 */
  margin: 4px 32px 16px 0px;
  transform: scale(1.5);
}

/**
 * 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.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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;
}

/* dl
   ========================================================================== */
/**
 * Remove most spacing between dl, dd.
 */
dl, dd {
  margin: 0;
}

/* ul
   ========================================================================== */
/**
 * Remove most spacing between ul, li.
 */
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
}

a {
  transition: all 0.3s 0s ease;
}
a:hover {
  transition: all 0.3s 0s ease;
}

p.is-sm {
  font-size: 0.75rem;
}

p.is-weight {
  font-weight: bold;
}

p small.is-block {
  display: block;
}/*# sourceMappingURL=header.css.map */


.form_head {
  margin: 0 auto 24px;
  width: 980px;
}

.form_head img {
  width: 265px;
}

