@charset "UTF-8";
/*!
Pure v1.0.1
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/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; }
  a:active, a:hover {
    outline: 0; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  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 {
  -webkit-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;
  text-transform: none; }

/**
 * 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.
 */
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"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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 {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */ }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * 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.
 */
/**
 * 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`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/**
 * 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).
 */
/**
 * 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; }

/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden, [hidden] {
  display: none !important; }

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block; }

/*!
Pure v1.0.1
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
.pure-button {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .pure-button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* Firefox: Get rid of the inner focus border */
/* Inherit .pure-g styles */
.pure-button-group {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */ }

.opera-only :-o-prefocus {
  word-spacing: -0.43em; }

.pure-button-group {
  word-spacing: -0.43em; }
  .pure-button-group .pure-button {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

/*csslint outline-none:false*/
.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0);
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px; }

.pure-button-hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1)); }

.pure-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1)); }
.pure-button:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  outline: 0; }

.pure-button-active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000; }

.pure-button:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000; }
.pure-button[disabled] {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.40;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none; }

.pure-button-disabled {
  border: none;
  background-image: none;
  /* csslint ignore:start */
  filter: alpha(opacity=40);
  /* csslint ignore:end */
  opacity: 0.40;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none; }
  .pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active {
    border: none;
    background-image: none;
    /* csslint ignore:start */
    filter: alpha(opacity=40);
    /* csslint ignore:end */
    opacity: 0.40;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none; }

.pure-button-hidden {
  display: none; }

.pure-button-primary, .pure-button-selected {
  background-color: #0078e7;
  color: #fff; }

a.pure-button-primary, a.pure-button-selected {
  background-color: #0078e7;
  color: #fff; }

/* Button Groups */
.pure-button-group .pure-button {
  margin: 0;
  border-radius: 0;
  border-right: 1px solid #111;
  /* fallback color for rgba() for IE7/8 */
  border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .pure-button-group .pure-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .pure-button-group .pure-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: none; }

/*!
Pure v1.0.1
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/pure-css/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block; } }
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus, .pure-g {
  word-spacing: -0.43em; }

.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*="pure-u"] {
  font-family: sans-serif; }

.pure-u-1, .pure-u-1-1, .pure-u-1-2, .pure-u-1-3, .pure-u-2-3, .pure-u-1-4, .pure-u-3-4, .pure-u-1-5, .pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-5-5, .pure-u-1-6, .pure-u-5-6, .pure-u-1-8, .pure-u-3-8, .pure-u-5-8, .pure-u-7-8, .pure-u-1-12, .pure-u-5-12, .pure-u-7-12, .pure-u-11-12, .pure-u-1-24, .pure-u-2-24, .pure-u-3-24, .pure-u-4-24, .pure-u-5-24, .pure-u-6-24, .pure-u-7-24, .pure-u-8-24, .pure-u-9-24, .pure-u-10-24, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%; }

.pure-u-1-12, .pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%; }

.pure-u-1-8, .pure-u-3-24 {
  width: 12.5000%;
  *width: 12.4690%; }

.pure-u-1-6, .pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%; }

.pure-u-1-5 {
  width: 20%;
  *width: 19.9690%; }

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%; }

.pure-u-1-4, .pure-u-6-24 {
  width: 25%;
  *width: 24.9690%; }

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%; }

.pure-u-1-3, .pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%; }

.pure-u-3-8, .pure-u-9-24 {
  width: 37.5000%;
  *width: 37.4690%; }

.pure-u-2-5 {
  width: 40%;
  *width: 39.9690%; }

.pure-u-5-12, .pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%; }

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%; }

.pure-u-1-2, .pure-u-12-24 {
  width: 50%;
  *width: 49.9690%; }

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%; }

.pure-u-7-12, .pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%; }

.pure-u-3-5 {
  width: 60%;
  *width: 59.9690%; }

.pure-u-5-8, .pure-u-15-24 {
  width: 62.5000%;
  *width: 62.4690%; }

.pure-u-2-3, .pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%; }

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%; }

.pure-u-3-4, .pure-u-18-24 {
  width: 75%;
  *width: 74.9690%; }

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%; }

.pure-u-4-5 {
  width: 80%;
  *width: 79.9690%; }

.pure-u-5-6, .pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%; }

.pure-u-7-8, .pure-u-21-24 {
  width: 87.5000%;
  *width: 87.4690%; }

.pure-u-11-12, .pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%; }

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%; }

.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
  width: 100%; }

/*!
Pure v1.0.1
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-2-3, .pure-u-sm-1-4, .pure-u-sm-3-4, .pure-u-sm-1-5, .pure-u-sm-2-5, .pure-u-sm-3-5, .pure-u-sm-4-5, .pure-u-sm-5-5, .pure-u-sm-1-6, .pure-u-sm-5-6, .pure-u-sm-1-8, .pure-u-sm-3-8, .pure-u-sm-5-8, .pure-u-sm-7-8, .pure-u-sm-1-12, .pure-u-sm-5-12, .pure-u-sm-7-12, .pure-u-sm-11-12, .pure-u-sm-1-24, .pure-u-sm-2-24, .pure-u-sm-3-24, .pure-u-sm-4-24, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.9690%; }

  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.9690%; }

  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.9690%; }

  .pure-u-sm-5-12, .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.9690%; }

  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-sm-7-12, .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.9690%; }

  .pure-u-sm-5-8, .pure-u-sm-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  .pure-u-sm-2-3, .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  .pure-u-sm-3-4, .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.9690%; }

  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.9690%; }

  .pure-u-sm-5-6, .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-sm-7-8, .pure-u-sm-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-5-5, .pure-u-sm-24-24 {
    width: 100%; } }
@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-2, .pure-u-md-1-3, .pure-u-md-2-3, .pure-u-md-1-4, .pure-u-md-3-4, .pure-u-md-1-5, .pure-u-md-2-5, .pure-u-md-3-5, .pure-u-md-4-5, .pure-u-md-5-5, .pure-u-md-1-6, .pure-u-md-5-6, .pure-u-md-1-8, .pure-u-md-3-8, .pure-u-md-5-8, .pure-u-md-7-8, .pure-u-md-1-12, .pure-u-md-5-12, .pure-u-md-7-12, .pure-u-md-11-12, .pure-u-md-1-24, .pure-u-md-2-24, .pure-u-md-3-24, .pure-u-md-4-24, .pure-u-md-5-24, .pure-u-md-6-24, .pure-u-md-7-24, .pure-u-md-8-24, .pure-u-md-9-24, .pure-u-md-10-24, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.9690%; }

  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
    *width: 24.9690%; }

  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.9690%; }

  .pure-u-md-5-12, .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
    *width: 49.9690%; }

  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-md-7-12, .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.9690%; }

  .pure-u-md-5-8, .pure-u-md-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  .pure-u-md-2-3, .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  .pure-u-md-3-4, .pure-u-md-18-24 {
    width: 75%;
    *width: 74.9690%; }

  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.9690%; }

  .pure-u-md-5-6, .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-md-7-8, .pure-u-md-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-5-5, .pure-u-md-24-24 {
    width: 100%; } }
@media screen and (min-width: 64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-2, .pure-u-lg-1-3, .pure-u-lg-2-3, .pure-u-lg-1-4, .pure-u-lg-3-4, .pure-u-lg-1-5, .pure-u-lg-2-5, .pure-u-lg-3-5, .pure-u-lg-4-5, .pure-u-lg-5-5, .pure-u-lg-1-6, .pure-u-lg-5-6, .pure-u-lg-1-8, .pure-u-lg-3-8, .pure-u-lg-5-8, .pure-u-lg-7-8, .pure-u-lg-1-12, .pure-u-lg-5-12, .pure-u-lg-7-12, .pure-u-lg-11-12, .pure-u-lg-1-24, .pure-u-lg-2-24, .pure-u-lg-3-24, .pure-u-lg-4-24, .pure-u-lg-5-24, .pure-u-lg-6-24, .pure-u-lg-7-24, .pure-u-lg-8-24, .pure-u-lg-9-24, .pure-u-lg-10-24, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.9690%; }

  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.9690%; }

  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.9690%; }

  .pure-u-lg-5-12, .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.9690%; }

  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-lg-7-12, .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.9690%; }

  .pure-u-lg-5-8, .pure-u-lg-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  .pure-u-lg-2-3, .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  .pure-u-lg-3-4, .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.9690%; }

  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.9690%; }

  .pure-u-lg-5-6, .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-lg-7-8, .pure-u-lg-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-5-5, .pure-u-lg-24-24 {
    width: 100%; } }
@media screen and (min-width: 80em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-2, .pure-u-xl-1-3, .pure-u-xl-2-3, .pure-u-xl-1-4, .pure-u-xl-3-4, .pure-u-xl-1-5, .pure-u-xl-2-5, .pure-u-xl-3-5, .pure-u-xl-4-5, .pure-u-xl-5-5, .pure-u-xl-1-6, .pure-u-xl-5-6, .pure-u-xl-1-8, .pure-u-xl-3-8, .pure-u-xl-5-8, .pure-u-xl-7-8, .pure-u-xl-1-12, .pure-u-xl-5-12, .pure-u-xl-7-12, .pure-u-xl-11-12, .pure-u-xl-1-24, .pure-u-xl-2-24, .pure-u-xl-3-24, .pure-u-xl-4-24, .pure-u-xl-5-24, .pure-u-xl-6-24, .pure-u-xl-7-24, .pure-u-xl-8-24, .pure-u-xl-9-24, .pure-u-xl-10-24, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.9690%; }

  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.9690%; }

  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.9690%; }

  .pure-u-xl-5-12, .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.9690%; }

  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-xl-7-12, .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.9690%; }

  .pure-u-xl-5-8, .pure-u-xl-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  .pure-u-xl-2-3, .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  .pure-u-xl-3-4, .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.9690%; }

  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.9690%; }

  .pure-u-xl-5-6, .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-xl-7-8, .pure-u-xl-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-5-5, .pure-u-xl-24-24 {
    width: 100%; } }
/*!
Pure v1.0.1
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
/*csslint adjoining-classes: false, box-model:false*/
.pure-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pure-menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3; }

.pure-menu-list, .pure-menu-item {
  position: relative; }

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

.pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%; }

.pure-menu-link, .pure-menu-heading {
  display: block;
  text-decoration: none;
  white-space: nowrap; }

/* HORIZONTAL MENU */
.pure-menu-horizontal {
  width: 100%;
  white-space: nowrap; }
  .pure-menu-horizontal .pure-menu-list {
    display: inline-block; }
  .pure-menu-horizontal .pure-menu-item, .pure-menu-horizontal .pure-menu-heading, .pure-menu-horizontal .pure-menu-separator {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle; }

/* Initial menus should be inline-block so that they are horizontal */
/* Submenus should still be display: block; */
.pure-menu-item .pure-menu-item {
  display: block; }

.pure-menu-children {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 3; }

.pure-menu-horizontal .pure-menu-children {
  left: 0;
  top: auto;
  width: inherit; }

.pure-menu-allow-hover:hover > .pure-menu-children, .pure-menu-active > .pure-menu-children {
  display: block;
  position: absolute; }

/* Vertical Menus - show the dropdown arrow */
.pure-menu-has-children > .pure-menu-link:after {
  padding-left: 0.5em;
  content: "\25B8";
  font-size: small; }

/* Horizontal Menus - show the dropdown arrow */
.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
  content: "\25BE"; }

/* scrollable menus */
.pure-menu-scrollable {
  overflow-y: scroll;
  overflow-x: hidden; }
  .pure-menu-scrollable .pure-menu-list {
    display: block; }

.pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* a little extra padding for this style to allow for scrollbars */
  padding: .5em 0; }
  .pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
    display: inline-block; }

/* misc default styling */
.pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: .3em 0; }

.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: .3em 0; }
.pure-menu-horizontal .pure-menu-separator {
  width: 1px;
  height: 1.3em;
  margin: 0 0.3em; }
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  display: block;
  width: auto; }

/* Need to reset the separator since submenu is vertical */
.pure-menu-heading {
  text-transform: uppercase;
  color: #565d64; }

.pure-menu-link {
  color: #777; }

.pure-menu-children {
  background-color: #fff; }

.pure-menu-link, .pure-menu-disabled, .pure-menu-heading {
  padding: .5em 1em; }

.pure-menu-disabled {
  opacity: .5; }
  .pure-menu-disabled .pure-menu-link:hover {
    background-color: transparent; }

.pure-menu-active > .pure-menu-link {
  background-color: #eee; }

.pure-menu-link:hover, .pure-menu-link:focus {
  background-color: #eee; }

.pure-menu-selected > .pure-menu-link {
  color: #000; }
  .pure-menu-selected > .pure-menu-link:visited {
    color: #000; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?40egkk");
  src: url("../fonts/icomoon.eot?40egkk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?40egkk") format("truetype"), url("../fonts/icomoon.woff?40egkk") format("woff"), url("../fonts/icomoon.svg?40egkk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-up:before {
  content: "\e900"; }

.icon-left:before {
  content: "\e901"; }

.icon-right:before {
  content: "\e902"; }

.icon-right-l:before {
  content: "\e903"; }

.icon-window:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e905"; }

/* css for glide slide */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }

.glide * {
  box-sizing: inherit; }

.glide__track {
  overflow: hidden; }

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform; }

.glide__slides--dragging {
  user-select: none; }

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none; }

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none; }

.glide--rtl {
  direction: rtl; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }

.glide__arrow:focus {
  outline: none; }

.glide__arrow:hover {
  border-color: white; }

.glide__arrow--left {
  left: 2em; }

.glide__arrow--right {
  right: 2em; }

.glide__arrow--disabled {
  opacity: 0.33; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }

.glide__bullet:focus {
  outline: none; }

.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5); }

.glide__bullet--active {
  background-color: white; }

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

/* custom */
/*!
 * 薬樹 css ver.1.0
 * overriding Pure.scss
 */
* {
  box-sizing: border-box;
  letter-spacing: 0.06em !important; }

/* common --------- */
html {
  scroll-behavior: smooth;
  font-size: 58%; }
  @media (min-width: 48em) {
    html {
      font-size: 62.5%; } }

body {
  position: relative;
  animation: fadeIn 1s ease 0s 1 normal;
  min-height: 100vh;
  margin: 0;
  padding: 0 0 22.4rem;
  line-height: 1.57;
  font-family: "noto sans", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 1.4em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #1d1d1d;
  overflow-x: hidden;
  width: 100vw;
  -webkit-overflow-scrolling: touch;
  border-top: 2px solid #007440;
}

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
a {
  color: #1d1d1d;
  text-decoration: none; }
  a:hover {
    color: #007e87; }
    a:hover img {
      opacity: 0.8; }

.container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }

/* nav */
.global_nav {
  margin: 0 auto;
  margin-top: 3em; }
  @media (max-width: 47.9rem) {
    .global_nav {
      margin-top: -2rem; } }
  @media (max-width: 35.4rem) {
    .global_nav {
      margin-top: 3em; } }

.global_nav-above,
.global_nav-below {
  width: 100%;
  display: flex; }

.global_nav-above {
  max-width: 1000px;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 2.9rem !important;
  margin-top: 7rem !important; }
  .global_nav-above-right {
    display: inline-flex;
    justify-content: center;
    padding: 0 !important; }
    .global_nav-above-right a {
      padding: 1rem 1rem 0;
      font-weight: 700;
      white-space: nowrap;
      letter-spacing: 0.2rem !important; }
      .global_nav-above-right a span {
        border-bottom: 1px solid #007440;
        padding-bottom: 1rem; }
    @media (min-width: 48em) {
      .global_nav-above-right {
        justify-content: flex-end; }
        .global_nav-above-right a {
          padding: 1rem 2rem 0; } }
  @media (max-width: 47.9rem) {
    .global_nav-above {
      margin-top: 9rem !important; } }
  .global_nav-above-corp {
    position: relative;
    padding-right: 0 !important; }
    @media (max-width: 35.4em) {
      .global_nav-above-corp {
        position: absolute;
        top: 0;
        right: 0.6rem; } }
  .global_nav-above-logo {
    padding-right: 0 !important;
    padding-left: 0.6rem !important;
    padding-top: 0 !important; }
    @media (min-width: 1000px) {
      .global_nav-above-logo {
        padding-left: 0 !important; } }
    @media (max-width: 47.9rem) {
      .global_nav-above-logo {
        padding-top: 1.5rem !important;
        padding-left: 0.6rem !important; } }
    @media (max-width: 35.4em) {
      .global_nav-above-logo {
        position: absolute;
        top: 0; } }

.global_nav-below {
  background-image: linear-gradient(to left, #6ebe5a, #f6eb00);
  line-height: 6.5rem;
  height: 6.5rem; }
  .global_nav-below a {
    font-weight: 700;
    text-decoration: underline;
    padding: 0 0.5rem; }
  .global_nav-below > div {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-evenly; }
  @media (max-width: 47.9em) {
    .global_nav-below {
      white-space: nowrap;
      height: auto;
      padding: 15px;
      line-height: 1.2em;
      flex-wrap: wrap; }
      .global_nav-below a {
        padding: 5px; }
      .global_nav-below > div {
        justify-content: space-evenly;
        width: auto;
        flex-wrap: wrap; } }

/* footer */
footer {
  border-top: 2px solid #007440;
  width: 100%;
  position: absolute;
  bottom: 0; }
  footer small {
    color: #8b8b8b;
    font-weight: 700;
    font-size: 1.2rem; }

/* grid */
.pure-g {
  margin: 0; }
  @media screen and (min-width: 64em) {
    .pure-g {
      margin: 0 -1rem; } }

.pure-g > div {
  padding: 1rem; }

/* box */
article {
  padding: 0 1.3rem 0; }
  @media screen and (min-width: 1000px) {
    article {
      padding: 0; } }

section {
  margin: 8rem 0 0 !important; }
  @media (min-width: 48em) {
    section {
      margin-right: auto !important;
      margin-left: auto !important; } }

/* typo */
.font-12 {
  font-size: 1.2rem; }

.font-14 {
  font-size: 1.4rem; }

.font-15 {
  font-size: 1.5rem;
  line-height: 1.6; }

.font-16 {
  font-size: 1.6rem; }

.font-20 {
  font-size: 2rem; }

.font-23 {
  font-size: 2.3rem; }
  @media (max-width: 48em) {
    .font-23 {
      font-size: 2rem; } }

.font-24 {
  font-size: 2.4rem;
  line-height: 1.25; }
  @media (max-width: 48em) {
    .font-24 {
      font-size: 2rem; } }

.font-25 {
  font-size: 2.5rem; }
  @media (max-width: 48em) {
    .font-25 {
      font-size: 2.3rem; } }

.font-30 {
  font-size: 3rem; }
  @media (max-width: 48em) {
    .font-30 {
      font-size: 2.2rem; } }

.font-36 {
  font-size: 3.6rem;
  line-height: 1.39; }
  @media (max-width: 48em) {
    .font-36 {
      font-size: 2.5rem; } }

.font-93 {
  font-size: 9.3rem; }

.font-100 {
  font-size: 10rem; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  margin-top: 0; }

.font-u {
  text-decoration: underline; }

.font-b {
  font-weight: 700; }

.font-m {
  font-weight: 500; }

.font-l {
  font-weight: 200; }

.font-primary {
  color: #007440; }

.font-tertiary {
  color: #642f04; }

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

img.align-center {
  margin-right: auto;
  margin-left: auto; }

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

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

.pull-right {
  float: right; }

.title-tertiary,
.title-tertiary-u {
  color: #642f04; }

.title-tertiary-u {
  position: relative;
  padding-bottom: 3.5rem; }
  .title-tertiary-u:after {
    content: "";
    display: block;
    height: 0;
    width: 7rem;
    border-bottom: 1px solid #642f04;
    position: absolute;
    left: 50%;
    margin-left: -3.5rem;
    margin-top: 3.5rem; }

.title-wood {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #642f04;
  background-image: url('../images/bg-wood.png');
  margin-bottom: 3.7rem;
  font-size: 2.4rem; }
  @media (max-width: 999px) {
    .title-wood {
      padding-left: 1.3rem;
      margin: 2rem -1.3rem 3rem; } }
  .title-wood h2,
  .title-wood h3,
  .title-wood h4 {
    margin-bottom: 0; }

.bg-wood {
  box-sizing: border-box;
  background-image: url('../images/bg-wood.png');
  background-repeat: repeat;
}

.hero-wood {
  background-image: url('../images/bg-wood.png');
  height: 18rem;
  line-height: 18rem;
  width: auto;
  margin-right: -1.3rem;
  margin-left: -1.3rem;
}
@media screen and ( min-width: 64em ) {
  .hero-wood {
    margin-right: 0;
    margin-left: 0;
  }
}

/* button */
.pure-button,
.pure-button-selected {
  background-color: #007e87;
  color: #fff;
  line-height: 1.32;
  padding: 2rem 3rem;
  font-weight: 500; }
  @media (min-width: 48em) {
    .pure-button,
    .pure-button-selected {
      padding: 2rem 5rem; } }

a.pure-button, a.pure-button-selected {
  background-color: #007e87;
  color: #fff; }

a.button-l {
  position: relative;
  font-size: 2rem;
  padding-right: 8rem; }
  @media screen and (min-width: 64em) {
    a.button-l {
      font-size: 2.5rem;
      padding-right: 8rem; } }
  a.button-l::after {
    content: "\e903";
    font-family: "icomoon";
    position: absolute;
    right: 2rem;
    top: 50%;
    margin-top: -1.5rem; }

a.button-u {
  font-size: 1.5rem;
  background: transparent;
  font-weight: 700;
  color: #007e87;
  border-bottom: 1px solid #007e87;
  border-radius: 0;
  padding-bottom: 2rem;
  padding-right: 1rem;
  padding-left: 0; }

a.button-outline {
  font-size: 1.5rem;
  background: transparent;
  font-weight: 700;
  color: #007e87;
  border: 1px solid #007e87;
  border-radius: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 6rem;
  padding-left: 6rem; }

/* .top --------- */
@media (min-width: 64em) {
  .top-2,
  .top-3,
  .top-4,
  .top-5 {
    opacity: 0;
    transform: translateY(6rem);
    transition: all 0.8s; }

  .top .fade_on {
    transform: translateY(0);
    opacity: 1; } }
.top .global_nav {
  position: relative; }

@media (max-width: 35.4em) {
  .top .global_nav-above-logo, .top .global_nav-above-corp {
    top: -65px !important; } }
.top-slide {
  width: 100%;
  height: auto; }
  @media (min-width: 35.5em) {
    .top-slide {
      display: flex;
      align-items: flex-start; } }
  .top-slide-title {
    font-size: 1.6rem;
    font-weight: 500;
    white-space: nowrap;
    padding: 1rem; }
    @media (min-width: 35.5em) {
      .top-slide-title {
        font-size: 2.5rem;
        font-weight: 200;
        padding: 0; } }
    @media (min-width: 48em) {
      .top-slide-title {
        font-size: 2.8rem;
        font-weight: 200;
        padding: 0; } }
    @media (min-width: 64em) {
      .top-slide-title {
        font-size: 3.6rem;
        font-weight: 200;
        padding: 0; } }
  .top-slide-text {
    font-size: 1.4rem;
    line-height: 1.6; }
    .top-slide-text p:first-of-type {
      padding-top: 0.5rem; }
    @media (min-width: 35.5em) {
      .top-slide-text {
        font-size: 1.5rem; } }
  .top-slide-left {
    margin-top: 14rem; }
    .top-slide-left h2,
    .top-slide-left p {
      background: rgba(255, 255, 255, 0.9);
      display: inline-block; }
    @media (min-width: 35.5em) {
      .top-slide-left {
        margin-top: 0rem;
        width: 30%; }
        .top-slide-left h2,
        .top-slide-left p {
          background: transparent;
          display: inherit; } }
  .top-slide-right {
    width: 100%;
    position: absolute;
    top: 0; }
    @media (min-width: 35.5em) {
      .top-slide-right {
        width: 70%;
        position: relative;
        top: auto; } }
    .top-slide-right-img {
      position: absolute;
      background: url(../images/top-1-1.png) no-repeat;
      background-size: cover;
      background-position: 50%;
      z-index: -1;
      left: 0;
      height: calc(19rem + 10vw);
      width: 100%;
      top: 0; }
      @media (min-width: 35.5em) {
        .top-slide-right-img {
          height: calc(30rem + 5vw);
          width: calc(100vw - 30%);
          top: -8.6rem; } }
      @media (min-width: 1001px) {
        .top-slide-right-img {
          height: 56.2rem;
          width: calc(100vw - 30%);
          top: -8.6rem; } }
  .top-slide .bg-top-2 {
    background: url(../images/top-1-2.png) no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: calc(100% + 30%); }
  .top-slide .bg-top-3 {
    background: url(../images/top-1-3.png) no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: calc(100% + 30%); }

.glide,
.top-slide {
  height: 30rem; }
  @media (min-width: 35.5em) {
    .glide,
    .top-slide {
      height: calc(30rem + 5vw); } }
  @media (min-width: 1001px) {
    .glide,
    .top-slide {
      height: 56.2rem; } }

.glide__bullets {
  z-index: 999;
  bottom: 3rem; }
  @media screen and (max-width: 35.4em) {
    .glide__bullets {
      bottom: -2rem; } }

.glide__bullet {
  background-color: #dddddd; }
  .glide__bullet--active {
    background-color: #007440; }
  .glide__bullet:hover, .glide__bullet:focus {
    background-color: #8b8b8b; }

.glide__track,
.glide__slides {
  overflow: visible; }

.glide__slides {
  transform: translate3d(0, 0, 0) !important; }

.glide__slide {
  position: absolute;
  top: 0;
  left: 0;
  order: 2;
  opacity: 0;
  transition: opacity 1250ms ease-in-out; }

.glide__slide.glide__slide--active {
  position: relative;
  order: 1;
  opacity: 1;
  z-index: 1; }

.top article {
  overflow-x: hidden; }

.top-1 {
  margin-top: 4rem !important; }
  @media (min-width: 35.5em) {
    .top-1 {
      margin-top: 11rem !important; } }

.top-2 {
  margin-top: 6rem !important;
  overflow-x: hidden;
  overflow-y: hidden;
}
  @media (max-width: 35.4em) {
    .top-2 {
      align-items: top;
      text-align: justify;
      margin-top: 6rem !important; } }
  @media (min-width: 48em) {
    .top-2 {
      align-items: top;
      text-align: justify;
      margin-top: 8rem !important; } }
  @media (min-width: 1000px) {
    .top-2 {
      overflow-y: visible; } }
  .top-2-content {
    position: relative; }
    @media (min-width: 35.5em) {
      .top-2-content {
        display: flex;
        align-items: center; } }
    .top-2-content img {
      width: 80%;
      margin: 0 auto; }
      @media (min-width: 1000px) {
        .top-2-content img {
          width: 60%; } }
    .top-2-content-bg {
      height: 58rem;
      position: absolute;
      width: calc(100vw - 37.5%);
      top: 0;
      right: 0;
      z-index: -1; }
  .top-2 h3 {
    margin-bottom: 7rem;
    line-height: 1;
    padding-left: 0.5rem; }
  .top-2 p {
    line-height: 1.934;
    font-weight: 700;
    margin-bottom: 2.8rem; }

.top-3-content {
  position: relative;
  margin-top: 3rem;
  padding: 2.2rem;
}
.top-3 .top_member_name {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 7px 13px;
  font-size: clamp( 12px, 4vw, 16px );
  font-weight: 900;
  color: #642F04;
  opacity: 1;
  background: url(../images/top-3_parts01.png) no-repeat center center;
  background-size: cover;
  z-index: 100;
}
.top-3 h4 {
  position: relative;
  font-size: clamp( 15px, 5.07vw, 24px );
}
  .top-3 h4:before {
    content: "“";
    font-size: 10.9rem;
    font-family: serif;
    color: #e8e8e8;
    position: absolute;
    top: 0;
    margin-top: -3.5rem;
    margin-left: -3rem;
    z-index: -1; }

.top-5-bg {
  background: url(../images/top-4.png);
  background-size: cover;
  background-position: 50%;
  padding: 5rem; }
  .top-5-bg .pure-g {
    margin-right: -5rem;
    margin-left: -5rem; }
  .top-5-bg [class*="pure-u"] {
    padding: 0 5rem;
    text-align: justify; }
.top-5 .container {
  color: #fff !important; }
  .top-5 .container h4 {
    margin-top: 1rem;
    margin-bottom: 4rem; }

.top-6 h3 {
  margin-bottom: 9rem; }
.top-6 img {
  margin: 0 auto; }
.top-6 .pure-g {
  margin: 0 auto; }
.top-6 [class*="pure-u"] {
  padding: 0; }

@media (min-width: 48em) {
  .top .global_nav-below {
    position: absolute;
    margin-top: calc(40rem + 5vw);
    max-width: 100vw;
    left: 50%;
    margin-left: -50vw;
    z-index: 10; }

  .top-1 {
    display: flex;
    align-items: center; }

  .top-3 {
    max-width: 1300px; }
    .top-3 .row .column {
      padding: 0 20px; } }
@media (min-width: 1000px) {
  .top .global_nav-below {
    position: absolute;
    margin-top: 49rem;
    max-width: 1000px;
    left: 50%;
    margin-left: -500px;
    z-index: 10; } }
/* .about */
.about-1 {
  background-image: url(../images/about-1.png);
  background-size: cover;
  margin-top: 0 !important;
  padding: 7rem 0 5rem; }
  .about-1 .container {
    max-width: 71.2rem; }
  .about-1-content {
    padding-left: 4rem; }
  @media (max-width: 999px) {
    .about-1 {
      width: auto;
      margin-right: -1.3rem !important;
      margin-left: -1.3rem !important;
      padding-right: 1.3rem;
      padding-left: 1.3rem; } }

.about-2 {
  color: #007440; }

.about-3 h4 {
  margin: 2.4rem 0 0; }
.about-3 p {
  margin-top: 0; }

@media (max-width: 999px) {
  .about-4 img {
    margin: 0 auto 1rem; } }
@media (max-width: 35.4rem) {
  .about-4 h4 {
    text-align: center;
    margin-bottom: 1rem; } }
.about-4-lineup p {
  position: relative; }
.about-4-lineup p::before {
  content: "";
  display: block;
  background: #fff97c;
  position: absolute;
  z-index: -1;
  width: 8rem;
  height: 1.6rem;
  margin-left: -1rem;
  margin-top: -0.6rem; }
.about-4-lineup .pure-g {
  margin: 0 -2.4rem; }
  @media (max-width: 999px) {
    .about-4-lineup .pure-g {
      margin: 0 -1.3rem; } }
.about-4-lineup [class*="pure-u"] {
  padding: 2rem 2.4rem; }
  @media (max-width: 999px) {
    .about-4-lineup [class*="pure-u"] {
      margin-left: 0;
      padding: 1rem 1rem 0; } }

.about-5-lineup {
  font-size: 2.4rem;
  color: #642f04; }
  .about-5-lineup [class*="pure-u"] li:last-of-type {
    border-bottom: 1px solid #6cbb5a; }
  @media (max-width: 47.9rem) {
    .about-5-lineup {
      font-size: 2rem; }
      .about-5-lineup [class*="pure-u-1-1"]:last-of-type {
        padding-top: 0;
        margin-top: -1rem; }
        .about-5-lineup [class*="pure-u-1-1"]:last-of-type li:first-child {
          border-top: 0; } }
  @media (max-width: 999px) {
    .about-5-lineup {
      font-size: 2rem; } }
  .about-5-lineup span {
    color: #007440;
    font-family: "Open Sans", sans-serif;
    margin-right: 1rem; }
  .about-5-lineup ul {
    margin: 0;
    padding: 1rem; }
  .about-5-lineup li {
    border-top: 1px solid #6cbb5a;
    list-style: none;
    padding: 1rem 60px 1rem 0;
    position: relative; }
  .about-5-lineup img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -35px; }

.about-6 {
  overflow: hidden; }
  .about-6-content {
    max-width: 750px; }
    .about-6-content p {
      line-height: 2.6;
      font-size: 1.5rem; }
    .about-6-content .name {
      float: right;
      line-height: inherit; }
    .about-6-content .title {
      border-bottom: 1px solid #007440;
      margin-top: 13rem;
      padding-bottom: 4rem;
      margin-bottom: 4rem; }
  @media( max-width: 48em ){
    .about-6-content .title {
      margin-top: 3rem;
    }
  }

/* .about */
.privacy h2 {
  margin-top: 4rem;
  margin-bottom: 2.5rem; }
.privacy hr {
  height: 0;
  border: 0;
  border-top: 1px dashed #c8e0c2; }

/* 子ページ共通 */
.hero-child {
  height: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: -1.3rem;
  margin-left: -1.3rem;
  width: auto; }
  @media screen and (min-width: 64em) {
    .hero-child {
      height: 30rem; } }
  @media screen and (min-width: 64em) {
    .hero-child {
      margin-right: 0;
      margin-left: 0; } }
  .hero-child h1 {
    margin: 0; }
    .hero-child h1::after {
      content: "";
      display: block;
      height: 0;
      border-top: 1px solid #fff; }
  .hero-child--entry {
    background-image: url(../images/entry-1.png); }
  .hero-child--career {
    background-image: url(../images/career-1.png); }
  .hero-child--internship {
    background-image: url(../images/internship-1.png); }
  .hero-child--welfare {
    background-image: url(../images/welfare-1.png); }
  .hero-child--development {
    background-image: url(../images/development-1.png); }
  .hero-child--member {
    background-image: url(../images/member-1.png); }
  .hero-child--member-child {
    background-image: url(../images/member-1.png);
    height: 18rem; }
  .hero-child--in-numbers {
    background-image: url(../images/in-numbers-1.png); }

/* .career & .internship */
.career-content,
.internship-content {
  border: 1px solid #007440;
  padding: 3.6rem 4rem 4.8rem;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1); }
  .career-content p,
  .internship-content p {
    margin-bottom: 0; }

.career h2,
.internship-content h2 {
  border-bottom: 1px solid #007440;
  color: #007440;
  position: relative;
  font-weight: 200;
  line-height: 1.3;
  padding-bottom: 1rem; }
  .career h2::before,
  .internship-content h2::before {
    content: "";
    display: inline-block;
    width: 0.9rem;
    height: 5.2rem;
    background: #007440;
    position: absolute;
    left: 0;
    margin-left: -4rem;
    bottom: 0; }

.internship-content img {
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 48em) {
    .internship-content img {
      float: right;
      margin-left: 9.6rem; } }
.internship h2 {
  padding-bottom: 4rem; }
  .internship h2:before {
    bottom: auto;
    top: 1rem; }
.internship h3 {
  border-bottom: 1px solid #6cbb5a;
  color: #007440;
  margin-top: 5rem;
  padding-bottom: 1rem;
  clear: both; }
.internship li {
  font-weight: 700; }
  .internship li p {
    margin-top: 0;
    margin-bottom: 3rem;
    font-weight: 400; }

/* .welfare */
.welfare h3 {
  color: #007440;
  border-bottom: 1px solid #6cbb5a; }
.welfare .pure-g {
  margin: 0 -2rem; }
.welfare [class*="pure-u"] {
  padding: 2rem; }
.welfare h4 {
  margin-bottom: 0; }

.development-3 {
  position: relative;
  margin-top: 5.2rem;
  margin-left: -5rem;
  margin-right: -5rem;
  max-width: calc(1000px + 14rem); }
  @media (min-width: 48em) {
    .development-3 [class*="pure-u"] {
      padding-right: 5rem;
      padding-left: 5rem; } }
.development-4-title {
  position: absolute; }
  .development-4-title p {
    font-weight: 700;
    color: #333333; }
  .development-4-title span {
    color: #f4ab00; }

/* .member */
.member .pure-g > div {
  padding: 0; }
.member-2 h3 {
  margin-bottom: 1rem;
  position: relative; }
  .member-2 h3:before {
    content: "“";
    font-size: 10.9rem;
    font-family: serif;
    color: #e8e8e8;
    position: absolute;
    top: 0;
    margin-top: -5rem;
    margin-left: -3rem;
    z-index: -1; }
.member-2-content {
  padding: 0 1rem !important; }
@media (min-width: 64em) {
  .member-2-content {
    padding: 5rem 5rem 0 !important; } }

.member-kv {
  background-size: cover;
  position: relative;
  width: 100%;
  padding-bottom: 40px !important; }
  .member-kv img {
    z-index: 100;
    margin: 0 0 auto auto; }
  .member-kv .member-kv-name {
    box-sizing: border-box;
    background: url(../images/member-child_name-bg.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 101;
    bottom: 0;
    padding: 40px 30px 20px; }
    @media (max-width: 48em) {
      .member-kv .member-kv-name {
        position: static;
        padding: 2em 1em 1em;
        margin-bottom: 1em; } }
    .member-kv .member-kv-name h2 {
      font-size: 25px;
      text-align: right;
      font-weight: 400; }
      @media (max-width: 48em) {
        .member-kv .member-kv-name h2 {
          font-size: 18px;
          text-align: center; } }
    .member-kv .member-kv-name p {
      font-size: 17px;
      color: #642F04;
      text-align: right;
      font-weight: 900; }
      @media (max-width: 48em) {
        .member-kv .member-kv-name p {
          font-size: 14px; } }
    .member-kv .member-kv-name p span {
      display: block;
      font-size: 35px;
      color: #FFF;
      font-weight: 900; }
      @media (max-width: 48em) {
        .member-kv .member-kv-name p span {
          font-size: 12px; } }

.member-child-note {
  font-size: 1.6rem;
  margin-top: 4rem;
  line-height: 2;
  background: url(../images/member-bg.png);
  line-height: 2.5em;
  text-align: justify; }
.member-child-afterword {
  background: #c8e0c2;
  width: 100%;
  padding: 2rem !important;
  margin-left: 0;
  margin-top: 7.5rem; }
.member-child-balloon {
  background: #fff;
  padding: 1rem;
  border-radius: 1.2rem;
  position: relative; }
  .member-child-balloon:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border: 10px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    margin-left: -20px; }
.member-child-3 .pure-g {
  margin-right: -2rem;
  margin-left: -2rem; }
.member-child-3 [class*="pure-u"] {
  padding-right: 2rem;
  padding-left: 2rem;
  text-align: justify; }
.member-child h4 {
  border-bottom: 1px solid #6cbb5a;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

/* .in-numbers */
.in-numbers-2 .pure-g {
  margin-right: -5rem;
  margin-left: -5rem; }
.in-numbers-2 [class*="pure-u"] {
  padding: 5rem;
  text-align: justify; }
.in-numbers-2 img {
  margin-bottom: 4rem; }

/* .entry */
.entry-2 .pure-g {
  margin-right: -2rem;
  margin-left: -2rem; }
.entry-2 [class*="pure-u"] {
  padding: 1rem 2rem; }
.entry-2 .pure-button {
  display: block; }
.entry-3 {
  padding: 4.6rem;
  border: 1px solid #007440;
  border-radius: 5px; }
  .entry-3-phone {
    position: absolute;
    color: #c8e0c2;
    font-size: 4.7rem;
    transform: rotate(10deg);
    bottom: 0;
    left: -6rem; }
    @media (max-width: 48em) {
      .entry-3-phone {
        left: -3rem;
        bottom: 4rem; } }
  .entry-3 .tel,
  .entry-3 .tel>a {
    line-height: 1.2;
    letter-spacing: -0.2rem !important;
    font-weight: 500;
    font-size: 5.3rem;
    color: #007440;
  }
  @media ( max-width: 48em ) {
    .entry-3 .tel,
    .entry-3 .tel>a {
      font-size: 9.0vw;
    }
  }
  .entry-3 p {
    display: inline-block;
    position: relative; }

/* .faq */
.faq article p {
  margin: 0;
  font-size: 1.8rem; }
.faq article h2 {
  color: #007440;
  border-bottom: 1px solid #007440;
  padding-bottom: 1.6rem;
  margin-bottom: 3rem;
  clear: both; }
.faq article b {
  margin-right: 1rem;
  font-size: 2.4rem;
  color: #007e87;
  font-weight: 200;
  border-radius: 100%;
  width: 4.2rem;
  height: 4.2rem;
  line-height: 3.8rem;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #007e87;
  margin-top: -1rem;
  text-indent: 0.5rem;
  letter-spacing: -0.1rem !important; }
  .faq article b + div {
    overflow: hidden; }
    .faq article b + div p:last-of-type {
      margin-bottom: 7rem; }

/* util */
@media screen and (max-width: 35.4em) {
  .hidden-sm {
    display: none !important; }

  .hidden-md {
    display: inherit; }

  .hidden-lg {
    display: inherit; } }
@media screen and (max-width: 47.9em) {
  .hidden-sm {
    display: none !important; }

  .hidden-md {
    display: none !important; }

  .hidden-lg {
    display: inherit; } }
@media (min-width: 48em) and (max-width: 63.9em) {
  .hidden-sm {
    display: inherit; }

  .hidden-md {
    display: none !important; }

  .hidden-lg {
    display: inherit; } }
@media (min-width: 64em) {
  .hidden-sm {
    display: inherit; }

  .hidden-md {
    display: inherit; }

  .hidden-lg {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 1060px) {
  .top-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .top-3 h3 { margin-top: 0 !important; }
  .top-5-bg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-3 h4 { font-size: clamp( 15px, 2.21vw, 18px ); }
  .top-3 .top_member_name { font-size: 13px; }
}
@media screen and (max-width: 767px) {
  .top-2 .pure-button {
    display: block;
    float: none; }

  .top-2-content-bg {
    width: 100vw;
    margin-right: -1.3rem;
    height: 320px; }

  .top-2-content {
    width: 100%;
    text-align: center;
    padding-top: 36px !important; }
    .top-2-content img {
      width: 250px;
      margin: 0 auto; }

  .top-2 h3 {
    margin-top: 3.5rem;
    margin-bottom: 4rem;
    padding-left: 0; } }
  @media screen and (max-width: 767px) and (max-width: 47.9rem) {
    .top-2 h3 {
      text-align: center; } }

@media screen and (max-width: 767px) {
  .top-3 .title-tertiary-u {
    margin-top: 0 !important; }

  .top-3-content {
    text-align: center;
    position: relative; }
    .top-3-content img {
      margin-left: auto;
      margin-right: auto; }

  .top-3 h4 {
    margin-bottom: 20px; }
  .top-3 .pure-button {
    margin-top: 3rem !important; }

  .top-5 .container h4 {
    margin-bottom: 2.8rem; }

  .top-5-content {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .top-6 h3 {
    margin-top: 8rem !important;
    margin-bottom: 7rem !important; }

  footer.bg-wood {
    margin-top: 48px;
    padding-bottom: 2px;
  }
  footer.bg-wood a {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
  }
  footer.bg-wood>p {
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */


/* *****************************
Utility
******************************* */
.clearfix{width:100%;}
.clearfix::after{display:block;clear:both;height:0;visibility:hidden;content:".";zoom:1;overflow:hidden;font-size:0.1em;line-height:0;}


/* *****************************
Header
******************************* */
#mainNavi {
  box-sizing: border-box;
  margin: 2.5em auto 1.5em;
}
#mainNavi>ul, #mainNavi>ul>li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainNavi>ul>li { list-style-position: outside; /* for IE */ *display: inline; *zoom: 1; }
#mainNavi>.logos,
#mainNavi>.links {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mainNavi>.logos>li:nth-child(3) { padding: 4px 0 0 1.4em; }
#mainNavi>.logos>li>div {
  box-siziing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 16px;
  font-size: clamp( 9px, 3.2vw, 12px );
}
#mainNavi>.logos>li>div>span {
  box-siziing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 100%;
  max-height: 40px;
  padding: 2px 1em;
  line-height: clamp( 11px, 3.8vw, 14px );
  font-weight: 900;
  color: #565656;
  background-color: #eaf0f0;
  border-radius: 4px;
}
#mainNavi>.links>li>a {
  box-sizing: border-box;
  display: block;
  height: 48px;
  margin: 0 .5em;
  padding: 1.5em 0 0;
  font-weight: 700;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #007440;
}

/* Fold 280px --------------------------------------------- */
@media all and (max-width: 319px) {

#mainNavi { margin: 0 auto 1em; }
#mainNavi>.logos { flex-wrap: wrap; }
#mainNavi>.logos>li:first-child {
  box-sizing: border-box;
  width: 100%;
  margin: 0 2.5em 1.5em;
  padding: 1.5em 1em 1em;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #aaa;
}
#mainNavi>.logos>li:first-child>a>img {
  display: block;
  margin: 0 auto;
}
#mainNavi>.links>li>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .5em 0 0;
  font-size: clamp( 8px, 3.6vw, 14px );
}

}

/* Pad 768px --------------------------------------------- */
@media all and (min-width: 768px) {

#mainNavi {
  margin: 4em auto 1.5em;
  padding: 0 1em;
}
#mainNavi>.logos { display: block; }
#mainNavi>.logos>li { float: right; }
#mainNavi>.logos>li:first-child { float: left; }
#mainNavi>.logos>li:nth-child(2) { padding: 12px 0 0; }
#mainNavi>.logos>li:nth-child(3) { padding: 14px 0 0; }

}

/* PC 1024px --------------------------------------------- */
@media all and (min-width: 1024px) {

#mainNavi { padding: 0 3.5%; }
#mainNavi>.links {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding: 0 2em 0 0;
}

}


/* *****************************
Footer
******************************* */
footer .grpLine {
  text-align: center;
  color: #4c4c4c;
}
footer>.grpArea { display: none; }


/* *****************************
Home
******************************* */
ul.link_entry {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 10px auto 0;
  list-style-type: none;
}
ul.link_entry>li {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  max-width: 480px;
  padding: 0;
  margin: 0 auto;
  background-image: url('../images/home/btn_wood.jpg');
  border-radius: 5px;
}
ul.link_entry>li:hover {
  opacity: .9;
}
ul.link_entry>li:before {
  content: '';
  display: block;
  padding-top: 12.5%;
}
ul.link_entry>li:first-child {
  margin: 0 10px 0 auto;
}
ul.link_entry>li>a {
  position: absolute;
  display: block;
  top: 32%;
  width: 100%;
  text-align: center;
  color: #7c4c24;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  ul.link_entry>li>a {
    top: 24%;
  }
}
@media screen and (max-width: 767px) {

.global_nav-below.fix_nav {
  position: fixed;
  top: 0;
  z-index: 1000;
}
ul.link_entry {
  display: block;
}
ul.link_entry>li {
  max-width: 100%;
}
ul.link_entry>li:first-child {
  margin: 10px 0;
}
ul.link_entry>li:last-child {
  margin: 10px 0 0;
}
ul.link_entry>li>a {
  font-size: 2.8vw;
}
}
@media screen and (max-width: 35.4em) {

ul.link_entry>li>a {
  top: 20%;
  font-size: 4.2vw;
}

}


/* *****************************
entry
******************************* */
#entry .container {
  max-width: 920px;
}
#entry .container ul {
  box-sizing: border-box;
  list-style-type: none;
  padding: 0;
}
#entry .container>ul>li {
  box-sizing: border-box;
  width: 100%;
}
#entry .container>ul>li:nth-child(odd),
#entry .container>ul>li:nth-child(even) {
  padding: 20px 0 0;
}
#entry .pure-button { line-height: 1.32; }
#entry .entry-2>ul {
  box-sizing: border-box;
  margin: 0 auto;
}
#entry .entry-2>ul:first-of-type {
  padding: 0 0 40px;
  border-width: 0 0 2px;
  border-style: dotted;
  border-color: #00825f;
  border-color: #ccc;
}
#entry a.button-l {
  box-sizing: border-box;
  height: 100px;
  text-align: left;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
#entry a.button-l.mynavi {
  background-color: #fff;
  border: 1px solid #009DE8;
}
#entry a.button-l.yakucar {
  background-color: #fff;
  border: 1px solid #00825F;
}
#entry a.button-l.asagaku {
  background-color: #fff;
  background-size: 50%;
  border: 1px solid #007e87;
}

@media( min-width: 48em ){

#entry .container>ul>li {
  float: left;
  width: 50%;
}
#entry .container>ul>li:nth-child(odd) {
  padding: 30px 30px 0 0;
}
#entry .container>ul>li:nth-child(even) {
  padding: 30px 0 0 30px;
}

}

@media all and (min-width: 820px) {

#entry .entry-3 {
  background-image: url('../images/phone.svg');
  background-size: 60px;
  background-position: 85% 45%;
  background-repeat: no-repeat;
}

}

@media all and (min-width: 1024px) {

#entry .entry-3 { background-position: 80% 45%; }

}


/* *****************************
in-numbers
******************************* */
#in-numbers h2 {
  color: #007440;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
@media( max-width: 64em ){
  #in-numbers h2 { font-size: 2.1rem; }
}

#in-numbers .container>ul {
  list-style-type: none;
  padding: 0;
}
#in-numbers .container>ul>li {
  box-sizing: border-box;
  width: 100%;
}
#in-numbers .container>ul>li:nth-child(odd),
#in-numbers .container>ul>li:nth-child(even) {
  padding: 50px 0 0;
}
#in-numbers .container>ul li:first-child {
  padding: 0;
}
#in-numbers .container>ul>li>div {
  height: 100px;
  vertical-align: middle;
}

@media( min-width: 48em ){

#in-numbers .container>ul>li {
  float: left;
  width: 50%;
}
#in-numbers .container>ul>li:first-child,
#in-numbers .container>ul>li:nth-child(2) {
  height: 410px;
}
#in-numbers .container>ul>li:last-child,
#in-numbers .container>ul>li:nth-child(3) {
  height: 340px;
}
#in-numbers .container>ul>li:nth-child(odd) {
  padding: 0 40px 0 0;
}
#in-numbers .container>ul>li:nth-child(even) {
  padding: 0 0 0 40px;
}

}


/* *****************************
welfare
******************************* */
#welfare h2 {
  margin-bottom: 5rem;
}
#welfare h3 {
  font-size: 2rem;
  color: #007440;
  border-bottom: 1px solid #6cbb5a;
}
#welfare .container>ul {
  list-style-type: none;
  padding: 0;
}
#welfare .container>ul>li {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 30px;
}
#welfare .container>ul>li:last-child {
  padding-bottom: 0;
}
#welfare .container>ul>li:last-child>p {
  font-size: 2rem;
}

@media screen and ( min-width: 48em ) {

#welfare .container>ul>li {
  float: left;
  width: 50%;
  height: 160px;
  padding-bottom: 0;
}
#welfare .container>ul li:nth-child(odd) {
  padding: 0 20px 0 0;
}
#welfare .container>ul li:nth-child(even) {
  padding: 0 0 0 20px;
}
#welfare .container>ul>li:last-child {
  width: 100%;
  height: auto;
  padding: 0;
}

}

