@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville");
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents 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;
  margin: 0.67em 0;
}

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}

/* SASS変数 */
/* @media queries */
/* ブレークポイント */
main,
section,
article,
div {
  box-sizing: border-box;
}

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

@media only screen and (min-width: 1080px) {
  .sp-only {
    display: none;
  }
}

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

.fluid-container {
  width: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1080px) {
  .container {
    width: 1080px;
  }
}

.row {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.col,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1,
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1 {
  box-sizing: border-box;
  width: 100%;
  float: left;
}

/* Column sizes with no breakpoints */
.col-11 {
  width: 91.667%;
}

.col-10 {
  width: 83.333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.667%;
}

.col-7 {
  width: 58.333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.667%;
}

.col-4 {
  width: 33.33%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.667%;
}

.col-1 {
  width: 8.333%;
}

/* Column sizes for extra small (480px) breakpoint */
@media only screen and (min-width: 480px) {
  .col-xs-11 {
    width: 91.667%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-10 {
    width: 83.333%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-8 {
    width: 66.667%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-7 {
    width: 58.333%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-5 {
    width: 41.667%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-4 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-2 {
    width: 16.667%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-1 {
    width: 8.333%;
  }
}

/* Column sizes for small (768px) breakpoint */
@media only screen and (min-width: 768px) {
  .col-sm-11 {
    width: 91.667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-10 {
    width: 83.333%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-8 {
    width: 66.667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-7 {
    width: 58.333%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-5 {
    width: 41.667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-4 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-2 {
    width: 16.667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-1 {
    width: 8.333%;
  }
}

/* Column sizes for medium (992px) breakpoint */
@media only screen and (min-width: 1080px) {
  .col-md-11 {
    width: 91.667%;
  }
}

@media only screen and (min-width: 1080px) {
  .col-md-10 {
    width: 83.333%;
  }
}

@media only screen and (min-width: 1080px) {
  .col-md-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 1080px) {
  .col-md-8 {
    width: 66.667%;
  }
}

@media only screen and (min-width: 1080px) {
  .col-md-7 {
    width: 58.333%;
  }
}

@media only screen and (min-width: 1080px) {
  .col-md-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 1080px) {
  .col-md-5 {
    width: 41.667%;
  }
}

@media only screen and (min-width: 1080px) {
  .col-md-4 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 1080px) {
  .col-md-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 1080px) {
  .col-md-2 {
    width: 16.667%;
  }
}

@media only screen and (min-width: 1080px) {
  .col-md-1 {
    width: 8.333%;
  }
}

/* Column sizes for medium (992px) breakpoint */
@media only screen and (min-width: 1200px) {
  .col-lg-11 {
    width: 91.667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-10 {
    width: 83.333%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-8 {
    width: 66.667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-7 {
    width: 58.333%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-5 {
    width: 41.667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-4 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-2 {
    width: 16.667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.333%;
  }
}

html {
  font-size: 16px;
}

/* Default text when other styles don't apply */
body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  color: #333333;
  text-shadow: none;
}

/* Default paragraph styling */
p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.0625em;
}

/* Link styling */
a {
  text-decoration: none;
}

/* Global Navigation Menu */
nav {
  width: 100%;
  height: 60px;
  background: #000000;
}
nav .nav-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 0;
  padding: 0;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul.brand {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20px;
  line-height: 60px;
}
nav ul.brand li {
  float: left;
}
nav ul.priority-list {
  float: right;
  padding-right: 60px;
  display: inline-block;
}
nav ul.priority-list li {
  position: relative;
  display: inline-block;
}
nav ul.priority-list li a {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
nav ul.priority-list li a:hover {
  background: #ffffff;
  color: #000000;
}
nav ul.priority-list li a:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
nav ul.nav-list {
  width: 100%;
  display: none;
  position: absolute;
  top: 60px;
}
nav ul.nav-list li {
  position: relative;
}
nav ul.nav-list li a {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
nav ul.nav-list li a:hover {
  background: #ffffff;
  color: #000000;
}
nav ul.nav-list li a:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
nav ul.nav-list li .nav-dropdown {
  position: static;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
nav ul.nav-list li .nav-dropdown li {
  min-width: 190px;
}
nav ul.nav-list li .nav-dropdown li a {
  padding: 15px;
  line-height: 20px;
}
nav .nav-mobile {
  position: absolute;
  top: 0;
  right: 0;
  background: #000000;
  height: 60px;
  width: 60px;
}
nav #nav-toggle {
  position: absolute;
  left: 12px;
  top: 12px;
  cursor: pointer;
  padding: 10px 0px 0px 0px;
  text-align: center;
}
nav #nav-toggle p {
  color: #ffffff;
  position: relative;
  left: -5px;
  top: -3px;
}
nav #nav-toggle span,
nav #nav-toggle span:before,
nav #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
nav #nav-toggle span:before {
  top: -10px;
}
nav #nav-toggle span:after {
  bottom: -10px;
}
nav #nav-toggle.active span {
  background-color: transparent;
}
nav #nav-toggle.active span:before,
nav #nav-toggle.active span:after {
  top: 0;
}
nav #nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav #nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1080px) {
  nav .nav-container {
    width: 1080px;
    padding: 0;
  }
  nav .nav-mobile {
    display: none;
  }
  nav ul.brand {
    float: left;
  }
  nav ul.priority-list {
    padding: 0;
  }
  nav ul.priority-list li {
    display: block !important;
    float: left;
  }
  nav ul.priority-list li .nav-dropdown {
    position: absolute;
  }
  nav ul.nav-list {
    width: auto;
    float: right;
    display: inline-block !important;
    position: static;
  }
  nav ul.nav-list li {
    float: left;
  }
  nav ul.nav-list li .nav-dropdown {
    position: absolute;
  }
}

main {
  background-image: url("../img/texture_white.jpg");
}

footer .ribbon {
  position: relative;
  bottom: -1px;
  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;
}
footer .ribbon img {
  display: block;
}
footer .entry {
  padding: 4em 1em;
  font-size: 0.8125em;
  background-image: url("../img/ftr_entry_bg.jpg");
  background-position: center center;
  background-size: cover;
}
footer .entry .waku {
  display: inline-block;
  position: relative;
  top: 6px;
  left: 6px;
  border: 1px solid #ffffff;
  background: transparent;
}
footer .entry .waku .btn {
  display: inline-block;
  position: relative;
  top: -6px;
  left: -6px;
  padding: 2em 5em;
  font-size: 0.875em;
  line-height: 1.25;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
}
footer .entry .waku .btn .en {
  display: block;
  font-size: 2.857em;
  font-family: "Libre Baskerville", serif;
  font-weight: 100;
}
footer .entry .waku .btn:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "▶";
  width: 2em;
  height: 2em;
  line-height: 2.2;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
footer .entry .waku .btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

footer .entry {
}
footer .entry p {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
footer .entry ul {
  overflow: hidden;
  display: block;
  max-width: 600px;
  margin: 2em auto 0;
  padding: 0;
}
footer .entry ul li {
  list-style: none;
  float: none;
  margin: 0 auto;
  width: 50%;
}
footer .entry ul li:last-child {
  float: none;
}
footer .entry ul li a {
  display: block;
  text-align: center;
  padding: 1.5em 0em;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .entry ul li a:hover {
  color: #fff;
  background-color: rgb(100, 172, 62, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .entry ul li a span {
  font-size: 20px;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
}
footer .entry ul li a span:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .entry ul li a:hover span:after {
  right: 0.5em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .entry h2 {
  color: #fff;
}
footer .entry h2 span {
}
footer .entry ul li a span small {
  line-height: 1.7em;
  margin: 0.2em 0 0.2em;
  display: block;
  font-size: 10px;
}
li a.li_last {
  border-right: 0.5px solid #59493f;
}

@media only screen and (max-width: 768px) {
  footer .entry ul li {
    width: 100%;
  }
  footer .entry ul li:last-child {
    margin-top: 5%;
  }
}

@media only screen and (min-width: 768px) {
  footer .entry {
    font-size: 0.9375em;
  }
}
@media only screen and (min-width: 1080px) {
  footer .entry {
    font-size: 1em;
  }
}
footer .copyright {
  padding: 1.5em 1em;
  text-align: center;
  color: #ffffff;
  background: #1b0f08;
}
footer .copyright img {
  max-width: 50%;
  margin: 1.5em 0;
}
footer .copyright p {
  font-size: 0.75em;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

body.home section {
  font-size: 0.8125em;
}
@media only screen and (min-width: 768px) {
  body.home section {
    font-size: 0.9375em;
  }
}
@media only screen and (min-width: 1080px) {
  body.home section {
    font-size: 1em;
  }
}
body.home .mv {
  position: relative;
  height: 400px;
  max-height: 100vh;
  font-size: 0.4em;
  background-image: url("../img/home/mv.jpg");
  background-size: cover;
  background-position: center center;
}
body.home .mv .logo {
  display: inline-block;
  padding: 2em;
  max-width: 40%;
  float: right;
}
@media only screen and (min-width: 1080px) {
  body.home .mv .logo {
    float: none;
  }
}
body.home .mv h1 {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 1.4;
  font-size: 4.25em;
  color: #ffffff;
  opacity: 0.7;
  text-shadow: 3px 3px 14px rgba(0, 0, 0, 0.35);
}
body.home .mv h1 .en {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 1.056em;
  font-weight: 100;
}
body.home .mv h1 small {
  display: block;
  font-size: 0.461em;
}
@media only screen and (min-width: 480px) {
  body.home .mv {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) {
  body.home .mv {
    font-size: 0.75em;
    height: 700px;
  }
}
@media only screen and (min-width: 1080px) {
  body.home .mv {
    height: 900px;
    font-size: 1em;
  }
}
body.home section.recruit {
  padding: 4.5em 1em 6.875em;
}
body.home section.recruit .msgTile {
  padding: 1em;
  background-image: url("../img/texture_brown.jpg");
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
body.home section.recruit .msgTile .contents {
  padding: 0 1em 3.5em;
  text-align: center;
  color: #59493f;
  border: 1px solid #b6a991;
}
body.home section.recruit .msgTile .contents .kazari {
  margin: 1em 0;
}
body.home section.recruit .msgTile .contents p {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 1.375em;
  margin: 1em 0 0.5em;
}
body.home section.recruit .msgTile .contents p.date {
  display: inline-block;
  margin: 0.2em 0.3em;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-style: italic;
  font-size: 2.875em;
  font-weight: 100;
}
body.home section.recruit .msgTile .contents p.date span {
  display: inline-block;
  vertical-align: middle;
}
body.home section.recruit .msgTile .contents p.date .day {
  font-size: 1.3em;
  margin-top: -0.15em;
}
body.home section.recruit .msgTile .contents p.date .en {
  font-family: "Libre Baskerville", serif;
  font-size: 0.65em;
}
body.home section.recruit .msgTile .contents p.notes {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
  line-height: 1.5;
}
body.home section.recruit .msgTile .contents p.title {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: 700;
  font-size: 2em;
}
@media only screen and (min-width: 1080px) {
  body.home section.recruit {
    font-size: 1em;
    padding: 4.5em 0 6.875em;
  }
  body.home section.recruit .msgTile .contents p.date {
    width: auto;
  }
}

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