@charset "UTF-8";
/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * 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 */
  *display: inline;
  *zoom: 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.
 */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
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;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px;
}

/**
 * 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 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

/**
 * 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;
}

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * 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: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -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.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * 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. Remove 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 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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 {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 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. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 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;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .p-gh .p-gn .p-gn__links:before, .clearfix:after, .p-gh .p-gn .p-gn__links:after {
  content: " ";
  display: table;
}
.clearfix:after, .p-gh .p-gn .p-gn__links:after {
  clear: both;
}

/* ==================================================================
 *
 * VARIABLES
 *
 * ------------------------------------------------------------------
 *
 *
 *
 * ------------------------------------------------------------------ */
/* ---------------------------------
 *   Compass   */
html {
  font-size: 87.5%;
  line-height: 1.5em;
}

/* ---------------------------------
 *   Grid   */
/* ---------------------------------
 *   Ratio   */
/* ---------------------------------
 *   Font   */
/* ---------------------------------
 *   Color   */
/* ---------------------------------
 *   z-index   */
/* ---------------------------------
 *   line-height   */
/* ==================================================================
 *
 * MIXIN
 *
 * ------------------------------------------------------------------ */
/* ==================================================================
 * REM Font Size
 * ------------------------------------------------------------------ */
/* ==================================================================
 * Font Smoothing
 * ------------------------------------------------------------------ */
/* ==================================================================
 * Font Feature Settings
 * ------------------------------------------------------------------ */
/* ==================================================================
 * Responsive Layout
 * ------------------------------------------------------------------ */
/* ==================================================================
 * CSS Image Sprite
 * ------------------------------------------------------------------ */
/* ==================================================================
 * Vertical Middle
 * ------------------------------------------------------------------ */
/* ==================================================================
 * Line Clamp
 * ------------------------------------------------------------------ */
/* ==================================================================
 * hover
 * ------------------------------------------------------------------ */
/* ==================================================================
 * CSS Animation
 * ------------------------------------------------------------------ */
/* ==================================================================
 * Grid
 * ------------------------------------------------------------------ */
/*

    grid(3, width, false);
    |     col     | pad |     col     | pad |     col     |

    $grid--col * 3 + $grid--pad * 2

    --------------------

    grid(3, width, invert);
    | pad |     col     | pad |     col     | pad |

    $grid--col * 2 + $grid--pad * 3

*/
/* ==================================================================
 *
 * Basic
 *
 * ------------------------------------------------------------------ */
html {
  line-height: 1.5em;
  font-size: 87.5%;
}
html.is-spview {
  font-size: 81.25%;
}

html, body {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}
figure[data-image] {
  background: #f5f5f5 !important;
}

label {
  cursor: pointer;
}

svg {
  -ms-transform: translate(0.5px, 0.5px);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* ==================================================================
 * Link Border
 * ------------------------------------------------------------------ */
a:focus {
  outline: none;
  border: 0;
}

button::-moz-focus-inner {
  border: 0;
}

/* ==================================================================
 *
 * Typography
 *
 * ------------------------------------------------------------------ */
/* ---------------------------------
 *   Adobe Blank   */
@font-face {
  font-family: 'Adobe Blank';
  src: url("/assets/fonts/AdobeBlank/AdobeBlank.eot");
  /* IE9 Compat Modes */
  src: url("/assets/fonts/AdobeBlank/AdobeBlank.eot") format("embedded-opentype"), url("/assets/fonts/AdobeBlank/AdobeBlank.woff") format("woff"), url("/assets/fonts/AdobeBlank/AdobeBlank.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
/* ---------------------------------
 *   Yaku Han JP   */
@font-face {
  font-family: 'YakuHanJP-Thin';
  font-style: normal;
  font-weight: 100;
  src: url("/assets/fonts/YakuHanJP/YakuHanJP-Thin.woff2") format("woff2"), url("/assets/fonts/YakuHanJP/YakuHanJP-Thin.woff") format("woff"), url("/assets/fonts/YakuHanJP/YakuHanJP-Thin.eot");
}
@font-face {
  font-family: 'YakuHanJP-Light';
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"), url("/assets/fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff"), url("/assets/fonts/YakuHanJP/YakuHanJP-Light.eot");
}
@font-face {
  font-family: 'YakuHanJP-DemiLight';
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/YakuHanJP/YakuHanJP-DemiLight.woff2") format("woff2"), url("/assets/fonts/YakuHanJP/YakuHanJP-DemiLight.woff") format("woff"), url("/assets/fonts/YakuHanJP/YakuHanJP-DemiLight.eot");
}
@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("/assets/fonts/YakuHanJP/YakuHanJP-Regular.woff") format("woff"), url("/assets/fonts/YakuHanJP/YakuHanJP-Regular.eot");
}
@font-face {
  font-family: 'YakuHanJP-Medium';
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"), url("/assets/fonts/YakuHanJP/YakuHanJP-Medium.woff") format("woff"), url("/assets/fonts/YakuHanJP/YakuHanJP-Medium.eot");
}
@font-face {
  font-family: 'YakuHanJP-Bold';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("/assets/fonts/YakuHanJP/YakuHanJP-Bold.woff") format("woff"), url("/assets/fonts/YakuHanJP/YakuHanJP-Bold.eot");
}
@font-face {
  font-family: 'YakuHanJP-Black';
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/YakuHanJP/YakuHanJP-Black.woff2") format("woff2"), url("/assets/fonts/YakuHanJP/YakuHanJP-Black.woff") format("woff"), url("/assets/fonts/YakuHanJP/YakuHanJP-Black.eot");
}
/* ---------------------------------
 *   icomoon   */
@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon/icomoon.eot?anrgsa");
  src: url("/assets/fonts/icomoon/icomoon.eot?anrgsa") format("embedded-opentype"), url("/assets/fonts/icomoon/icomoon.ttf?anrgsa") format("truetype"), url("/assets/fonts/icomoon/icomoon.woff?anrgsa") format("woff"), url("/assets/fonts/icomoon/icomoon.svg?anrgsa") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "YakuHanJP", "TsukuGoPr5-R", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "MS UI Gothic", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-size: 1rem;
  font-feature-settings: "kirn";
  -webkit-font-feature-settings: "kirn";
  -moz-font-feature-settings: "kirn";
  -moz-font-feature-settings: "kirn=1";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.x-large {
  font-size: 28px;
  font-size: 2rem;
}

.large {
  font-size: 21px;
  font-size: 1.5rem;
}

.mid {
  font-size: 16px;
  font-size: 1.17rem;
}

.normal {
  font-size: 14px;
  font-size: 1rem;
}

.small {
  font-size: 12px;
  font-size: 0.83rem;
}

.x-small {
  font-size: 9px;
  font-size: 0.67rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.3;
  font-size: 14px;
  font-size: 1rem;
}

p {
  margin: 0;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  p {
    line-height: 1.8;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  p {
    line-height: 1.55;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  p {
    line-height: 1.55;
  }
}

p + p {
  margin-top: 1em;
}

strong, b {
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

input {
  font-family: "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "MS UI Gothic", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif !important;
}

/* ---------------------------------
 *   placeholder ¤Î¥Ç¥Õ¥©¥ë¥ÈÅäÉ«  */
input::-webkit-input-placeholder {
  color: #aaa !important;
}

input:-ms-input-placeholder {
  color: #aaa !important;
}

input:-moz-placeholder {
  color: #aaa !important;
}

input::-moz-placeholder {
  color: #aaa !important;
}

textarea::-webkit-input-placeholder {
  color: #aaa !important;
}

textarea:-ms-input-placeholder {
  color: #aaa !important;
}

textarea:-moz-placeholder {
  color: #aaa !important;
}

textarea::-moz-placeholder {
  color: #aaa !important;
}

/* ==================================================================
 *
 * UTILITY
 *
 * ------------------------------------------------------------------
 *
 *
 *
 * ------------------------------------------------------------------ */
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .u-br {
    font-size: 1px;
    line-height: 100%;
  }
  .u-br:before {
    content: '\A';
    white-space: pre;
    font-size: 1px;
    line-height: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .u-br--sp {
    font-size: 1px;
    line-height: 100%;
  }
  .u-br--sp:before {
    content: '\A';
    white-space: pre;
    font-size: 1px;
    line-height: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .u-br--sp {
    font-size: 1px;
    line-height: 100%;
  }
  .u-br--sp:before {
    content: '\A';
    white-space: pre;
    font-size: 1px;
    line-height: 100%;
  }
}

.u-clearfix {
  *zoom: 1;
}
.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.u-vertical-middle {
  display: table-cell;
  vertical-align: middle;
}

.u-text--ib {
  display: inline-block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .u-hidden--sp {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .u-hidden--sp {
    display: none;
  }
}

/* ==================================================================
 *
 * COMPONENT (COMMON)
 *
 * ------------------------------------------------------------------
 *
 *
 *
 * ------------------------------------------------------------------ */
/* ==================================================================
 *
 * Icomoon
 *
 * ------------------------------------------------------------------ */
.c-icon, .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a:before {
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  line-height: 1;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icon--lang_en:before {
  content: '\e900';
}

.c-icon--lang_ja:before {
  content: '\e901';
}

.c-icon--search:before {
  content: '\e902';
}

.c-icon--access:before {
  content: '\e903';
}

.c-icon--menu:before {
  content: '\e904';
}

.c-icon--arrow1:before {
  content: '\e905';
  font-size: 28px;
}

.c-icon--arrow2:before {
  content: '\e906';
}

.c-icon--caret_down:before {
  content: '\e907';
}

.c-icon--caret_right:before, .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a:before {
  content: '\e908';
}

.c-icon--map_pin:before {
  content: '\e909';
}

.c-icon--times:before {
  content: '\e90a';
}

.icon--external:before {
  content: '\e90b';
}

/* ==================================================================
 *
 * Header Title
 *
 * ------------------------------------------------------------------ */
.c-title {
  position: relative;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .c-title {
    padding-bottom: 30px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .c-title {
    padding-bottom: 18px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .c-title {
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .c-title.c-title--ja {
    font-size: 26px;
    font-size: 1.85714rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .c-title.c-title--ja {
    font-size: 22px;
    font-size: 1.59714rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .c-title.c-title--ja {
    font-size: 22px;
    font-size: 1.59714rem;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .c-title.c-title--ja.c-title--medium {
    padding-bottom: 25.38462px;
    font-size: 22px;
    font-size: 1.57143rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .c-title.c-title--ja.c-title--medium {
    padding-bottom: 25.38462px;
    font-size: 19px;
    font-size: 1.35143rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .c-title.c-title--ja.c-title--medium {
    padding-bottom: 25.38462px;
    font-size: 19px;
    font-size: 1.35143rem;
  }
}
.c-title.c-title--en {
  color: #999999;
  font-weight: bold;
  font-family: Lato, "Gill Sans", sans-serif;
  line-height: 1;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .c-title.c-title--en {
    font-size: 26px;
    font-size: 1.85714rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .c-title.c-title--en {
    font-size: 22px;
    font-size: 1.59714rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .c-title.c-title--en {
    font-size: 22px;
    font-size: 1.59714rem;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .c-title.c-title--en.c-title--medium {
    padding-bottom: 25.38462px;
    font-size: 22px;
    font-size: 1.57143rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .c-title.c-title--en.c-title--medium {
    padding-bottom: 25.38462px;
    font-size: 19px;
    font-size: 1.35143rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .c-title.c-title--en.c-title--medium {
    padding-bottom: 25.38462px;
    font-size: 19px;
    font-size: 1.35143rem;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .c-title.c-title--en.c-title--nano {
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .c-title.c-title--en.c-title--nano.with-rhythm {
    padding-bottom: 13.84615px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .c-title.c-title--en.c-title--nano {
    font-size: 10px;
    font-size: 0.73714rem;
  }
  .c-title.c-title--en.c-title--nano.with-rhythm {
    padding-bottom: 13.84615px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .c-title.c-title--en.c-title--nano {
    font-size: 10px;
    font-size: 0.73714rem;
  }
  .c-title.c-title--en.c-title--nano.with-rhythm {
    padding-bottom: 13.84615px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .c-title.with-border.c-title--en:after {
    top: -32px;
    bottom: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .c-title.with-border.c-title--en:after {
    top: -32px;
    bottom: auto;
  }
}
.c-title.with-border:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 4px;
  background: #cccccc;
  content: '';
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .c-title.with-double-border:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 2px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    content: '';
  }
}

@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .c-title-caption {
    margin-top: -1em;
    padding-left: 84px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .c-title-caption {
    margin-top: 14px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .c-title-caption {
    margin-top: 14px;
  }
}

/* ==================================================================
 *
 * Buttons
 *
 * ------------------------------------------------------------------ */
.c-button {
  display: inline-block;
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .c-button {
    padding: 0 40px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .c-button {
    padding: 0 24px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .c-button {
    padding: 0 24px;
  }
}
.no-touch .c-button:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.touch .c-button.hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.c-button span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.85714rem;
  height: 36px;
  vertical-align: middle;
  line-height: 36px;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .c-button.c-button--large {
    padding: 0 110px;
  }
}
.c-button.c-button--large span {
  position: relative;
  margin-left: 38px;
  text-decoration: underline;
  height: 54px;
  vertical-align: middle;
  line-height: 54px;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .c-button.c-button--large span {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .c-button.c-button--large span {
    font-size: 15px;
    font-size: 1.10571rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .c-button.c-button--large span {
    font-size: 15px;
    font-size: 1.10571rem;
  }
}
.c-button.c-button--large span i {
  position: absolute;
  top: 50%;
  left: -38px;
  margin-top: -14px;
}
.c-button.c-button--gray {
  background: #999999;
  color: #fff;
}
.c-button.c-button--border {
  border: 1px solid #cccccc;
}

.c-gn-button--close {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .c-gn-button--close {
    width: 96px;
    height: 96px;
    background: #eeeeee;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .c-gn-button--close {
    width: 74px;
    height: 74px;
    background: #611f9b;
    color: #fff;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .c-gn-button--close {
    width: 74px;
    height: 74px;
    background: #611f9b;
    color: #fff;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .no-touch .c-gn-button--close:hover {
    color: #fff;
    background: #999999;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .no-touch .c-gn-button--close:hover {
    background: #6f24b0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .no-touch .c-gn-button--close:hover {
    background: #6f24b0;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .touch .c-gn-button--close.hover {
    color: #fff;
    background: #999999;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .touch .c-gn-button--close.hover {
    background: #6f24b0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .touch .c-gn-button--close.hover {
    background: #6f24b0;
  }
}
.c-gn-button--close span {
  font-size: 16px;
}

/* ==================================================================
 *
 * Owl Carousel
 *
 * ------------------------------------------------------------------ */
/* ---------------------------------
 *   Dots   */
.c-owlcarousel__dots {
  z-index: 50;
  height: 0;
  text-align: center;
  font-size: 1px;
  line-height: 1;
}
.c-owlcarousel__dots .owl-dot {
  display: inline-block;
  margin: 0 11px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.c-owlcarousel__dots .owl-dot.active {
  background-color: #000;
}

/* ---------------------------------
 *   Arrows   */
.c-owlcarousel__arrows {
  z-index: 40;
}
.c-owlcarousel__arrows a {
  display: block;
  width: 40px;
  height: 40px;
  background: #dddddd;
  text-align: center;
  cursor: pointer;
}
.no-touch .c-owlcarousel__arrows a:hover {
  background: #541b86;
}
.touch .c-owlcarousel__arrows a.hover {
  background: #541b86;
}
.c-owlcarousel__arrows a .c-owlcarousel__arrow {
  display: inline-block;
  padding-left: 1px;
  width: 40px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
}
.c-owlcarousel__arrows a.owl-prev span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ==================================================================
 *
 * 3µã¥ê©`¥À©`
 *
 * ------------------------------------------------------------------ */
.c-3-leader {
  position: absolute;
  top: -100px;
  left: -100px;
  display: none;
  font-size: 1px;
}

/* ==================================================================
 *
 * LAYOUT (COMMON)
 *
 * ------------------------------------------------------------------
 *
 *
 *
 * ------------------------------------------------------------------ */
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .l-section {
    padding: 54px 0 54px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .l-section {
    padding: 32px 0 32px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .l-section {
    padding: 32px 0 32px 0;
  }
}

@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .l-section--small {
    padding: 54px 0 30px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .l-section--small {
    padding: 32px 0 18px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .l-section--small {
    padding: 32px 0 18px 0;
  }
}

@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .l-section--no-bottom {
    padding: 54px 0 0 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .l-section--no-bottom {
    padding: 32px 0 0 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .l-section--no-bottom {
    padding: 32px 0 0 0;
  }
}

.l-container--center {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .l-container--center {
    width: 1146px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .l-container--center {
    width: 89.3%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .l-container--center {
    width: 89.3%;
  }
}

/* ==================================================================
 *
 * PROJECT (COMMON)
 *
 * ------------------------------------------------------------------
 *
 *
 *
 * ------------------------------------------------------------------ */
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-superwrapper {
    padding: 0 21px 21px;
    min-width: 1188px;
    background: #541b86;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.p-superwrapper .p-supercontainer {
  overflow: hidden;
  background: #fff;
}

@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .is-all .p-superwrapper,
  .is-closeup .p-superwrapper,
  .is-home .p-superwrapper {
    padding: 0 21px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .is-all .p-superwrapper,
  .is-closeup .p-superwrapper,
  .is-home .p-superwrapper {
    padding: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .is-all .p-superwrapper,
  .is-closeup .p-superwrapper,
  .is-home .p-superwrapper {
    padding: 0;
  }
}

/* ==================================================================
 *
 * Global Header
 *
 * ------------------------------------------------------------------ */
.p-gh {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  will-change: transform, position;
  /* ==================================================================
   * Global Navigation
   * ------------------------------------------------------------------ */
  /* ==================================================================
   * Slide Menu
   * ------------------------------------------------------------------ */
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh {
    min-width: 1188px;
    height: 96px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh {
    height: 74px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh {
    height: 74px;
  }
}
.p-gh .p-gh__wrapper {
  position: relative;
}
.p-gh .p-gh__container {
  position: relative;
  z-index: 10;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-gh__container {
    margin: 0 21px;
    height: 96px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-gh__container {
    height: 74px;
    background: #fff;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-gh__container {
    height: 74px;
    background: #fff;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  }
}
.p-gh .p-gh__container h1 {
  display: table;
  position: relative;
  z-index: 5;
  -moz-animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-gh__container h1 {
    width: 462px;
    height: 96px;
    background: #fff;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-gh__container h1 {
    width: 74px;
    height: 74px;
    border-right: 1px solid whitesmoke;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-gh__container h1 {
    width: 74px;
    height: 74px;
    border-right: 1px solid whitesmoke;
  }
}
.p-gh .p-gh__container h1 a {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-gh__container h1 a {
    width: 462px;
    height: 96px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-gh__container h1 a {
    width: 20%;
    height: 74px;
    text-align: center;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-gh__container h1 a {
    width: 20%;
    height: 74px;
    text-align: center;
  }
}
.p-gh .p-gh__container h1 a span {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url(/g4rifp00000000m2-img/g4rifp00000000m7.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-gh__container h1 a span {
    display: block;
    margin-left: 21px;
    width: 418px;
    height: 52px;
    -moz-background-size: 418px 52px;
    -o-background-size: 418px 52px;
    -webkit-background-size: 418px 52px;
    background-size: 418px 52px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-gh__container h1 a span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: 0 0;
    -moz-background-size: 400px 50px;
    -o-background-size: 400px 50px;
    -webkit-background-size: 400px 50px;
    background-size: 400px 50px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-gh__container h1 a span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: 0 0;
    -moz-background-size: 400px 50px;
    -o-background-size: 400px 50px;
    -webkit-background-size: 400px 50px;
    background-size: 400px 50px;
  }
}
.p-gh .p-gn {
  position: absolute;
  top: 0;
  z-index: 20;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-gn {
    right: 21px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-gn {
    right: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-gn {
    right: 0;
  }
}
.p-gh .p-gn .p-gn__links li {
  display: table;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-gn .p-gn__links li {
    width: 97px;
    height: 96px;
    border-left: 1px solid rgba(245, 245, 245, 0);
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-gn .p-gn__links li {
    width: 75px;
    height: 74px;
    border-left: 1px solid whitesmoke;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-gn .p-gn__links li {
    width: 75px;
    height: 74px;
    border-left: 1px solid whitesmoke;
  }
}
.no-touch .p-gh .p-gn .p-gn__links li:hover {
  background: #611f9b;
  color: #fff;
}
.no-touch .p-gh .p-gn .p-gn__links li:hover a {
  color: #fff;
}
.touch .p-gh .p-gn .p-gn__links li.hover {
  background: #611f9b;
  color: #fff;
}
.touch .p-gh .p-gn .p-gn__links li.hover a {
  color: #fff;
}
.p-gh .p-gn .p-gn__links li.is-active {
  background: #611f9b;
  color: #fff;
}
.p-gh .p-gn .p-gn__links li.is-active a {
  color: #fff !important;
}
.p-gh .p-gn .p-gn__links li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-gn .p-gn__links li a {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  }
}
.p-gh .p-gn .p-gn__links li a .p-gn__link__icon {
  display: block;
  font-size: 24px;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-gn .p-gn__links li a .p-gn__link__icon {
    margin-top: 6px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-gn .p-gn__links li a .p-gn__link__icon {
    margin-top: 4.5px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-gn .p-gn__links li a .p-gn__link__icon {
    margin-top: 4.5px;
  }
}
.p-gh .p-gn .p-gn__links li a .p-gn__link__text {
  font-family: "TsukuGoPr5-D";
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-gn .p-gn__links li a .p-gn__link__text {
    font-size: 13px;
    font-size: 0.92857rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-gn .p-gn__links li a .p-gn__link__text {
    font-size: 11px;
    font-size: 0.79857rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-gn .p-gn__links li a .p-gn__link__text {
    font-size: 11px;
    font-size: 0.79857rem;
  }
}
.p-gh .p-gn .p-gn__links li.p-gn__link--lang a .p-gn__link__text {
  font-weight: bold;
  font-family: Lato, "Gill Sans", sans-serif;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-gn .p-gn__links li.p-gn__link--lang a .p-gn__link__text {
    font-size: 11px;
    font-size: 0.78571rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-gn .p-gn__links li.p-gn__link--lang a .p-gn__link__text {
    font-size: 9px;
    font-size: 0.67571rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-gn .p-gn__links li.p-gn__link--lang a .p-gn__link__text {
    font-size: 9px;
    font-size: 0.67571rem;
  }
}
.p-gh .p-gn .p-gn__links li.is-hidden {
  position: relative;
  border-left: none;
  pointer-events: none;
}
.p-gh .p-gn .p-gn__links li.is-hidden span {
  display: none;
}
.p-gh .p-gn .p-gn__links li.is-hidden:hover a {
  background: #FFF !important;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh.is-focused .p-gh__container {
    background: #fff;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  }
  .p-gh.is-focused .p-gh__container h1 {
    border-right: 1px solid #f5f5f5;
    -moz-box-shadow: 0 1px 4px 0 transparent;
    -webkit-box-shadow: 0 1px 4px 0 transparent;
    box-shadow: 0 1px 4px 0 transparent;
  }
  .p-gh.is-focused .p-gn .p-gn__links li {
    border-left: 1px solid #f5f5f5;
  }
  .p-gh.is-focused .p-gn .p-gn__links li a {
    color: #000;
    text-shadow: 0 1px 4px transparent;
    text-shadow: 0 1px 4px 0 transparent;
  }
  .p-gh.is-focused .p-gn .p-gn__links li.is-hidden {
    border-left: none;
  }
}
.p-gh .p-slidemenu {
  position: absolute;
  display: none;
  *zoom: 1;
}
.p-gh .p-slidemenu:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-slidemenu {
    top: 96px;
    right: 117px;
    z-index: 0;
    width: 1126px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-slidemenu {
    top: 74px;
    right: 0;
    z-index: 50;
    width: 100%;
  }
  .p-gh .p-slidemenu:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-slidemenu {
    top: 74px;
    right: 0;
    z-index: 50;
    width: 100%;
  }
  .p-gh .p-slidemenu:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-slidemenu .p-slidemenu__container {
    overflow-y: scroll;
    height: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-slidemenu .p-slidemenu__container {
    overflow-y: scroll;
    height: 100%;
  }
}
.p-gh .p-slidemenu .p-slidemenu__close {
  position: absolute;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-slidemenu .p-slidemenu__close {
    top: -96px;
    right: -96px;
    display: block;
    width: 96px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-slidemenu .p-slidemenu__close {
    top: -74px;
    right: 0px;
    display: table;
    padding-left: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-slidemenu .p-slidemenu__close {
    top: -74px;
    right: 0px;
    display: table;
    padding-left: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.p-gh .p-slidemenu .p-slidemenu__ul ul:after {
  content: "";
  display: block;
  clear: both;
}
.p-gh .p-slidemenu .p-slidemenu__ul--sub {
  overflow: hidden;
  width: 0;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub {
    float: right;
    height: 438px;
    background: #999999;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub {
    position: relative;
    border-top: 1px solid #fff;
    background: #888;
  }
  .p-gh .p-slidemenu .p-slidemenu__ul--sub:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #BFC0BF;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub {
    position: relative;
    border-top: 1px solid #fff;
    background: #888;
  }
  .p-gh .p-slidemenu .p-slidemenu__ul--sub:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #BFC0BF;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul {
    margin: 0 auto;
    width: 460px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul {
    width: 100%;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li {
    height: 108px;
    border-bottom: 2px solid #adadad;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li {
    height: 59px;
    border-bottom: 1px solid #BFC0BF;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li {
    height: 59px;
    border-bottom: 1px solid #BFC0BF;
  }
}
.p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a {
  position: relative;
  display: table;
  width: 100%;
  color: #fff;
  font-family: "YakuHanJP", "TsukuGoPr5-D", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "MS UI Gothic", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a {
    height: 108px;
  }
  .no-touch .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
  }
  .touch .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a.hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a {
    height: 59px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a {
    height: 59px;
  }
}
.p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a:before {
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a:before {
    right: 20px;
    margin-top: -8px;
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a:before {
    right: 5.35%;
    margin-top: -4px;
    font-size: 8px;
    font-size: 0.57143rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a:before {
    right: 5.35%;
    margin-top: -4px;
    font-size: 8px;
    font-size: 0.57143rem;
  }
}
.p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-family: "YakuHanJP", "TsukuGoPr5-D", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "MS UI Gothic", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a div br {
  display: none;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a div {
    padding: 0 40px 0 20px;
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a div {
    padding: 0 9% 0 5.35%;
    font-size: 14px;
    font-size: 1rem;
  }
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a div br {
    display: inline;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a div {
    padding: 0 9% 0 5.35%;
    font-size: 14px;
    font-size: 1rem;
  }
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li a div br {
    display: inline;
  }
}
.p-gh .p-slidemenu .p-slidemenu__ul--sub ul li.p-slidemenu__li__link-page a:before {
  content: "";
  position: absolute;
  background: url(/assets/images/common/icon10.png) 0 0 no-repeat;
  background-size: 24px auto;
  width: 24px;
  height: 30px;
  margin: -14px 0 0 9px;
  vertical-align: middle;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li.p-slidemenu__li__link-page a:before {
    background-size: 16px auto;
    width: 16px;
    height: 20px;
    margin-top: -11px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-slidemenu .p-slidemenu__ul--sub ul li.p-slidemenu__li__link-page a:before {
    background-size: 16px auto;
    width: 16px;
    height: 20px;
    margin-top: -11px;
  }
}
.p-gh .p-slidemenu .p-slidemenu__ul--main {
  overflow: hidden;
  width: 0;
  background: #dddddd;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--main {
    float: right;
    height: 438px;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul {
    padding: 0 20px;
    width: 490px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul {
    margin-bottom: -1px;
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul {
    margin-bottom: -1px;
    width: 100%;
  }
}
.p-gh .p-slidemenu .p-slidemenu__ul--main ul li {
  position: relative;
  float: left;
  width: 50%;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul li {
    height: 108px;
    border-bottom: 2px solid #cccccc;
  }
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul li:nth-child(2n) a:after {
    position: absolute;
    top: 24px;
    left: -1px;
    display: block;
    width: 2px;
    height: 60px;
    background: #cccccc;
    content: '';
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul li {
    border-bottom: 1px solid #fff;
  }
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul li:nth-child(2n+1):after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    content: '';
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul li {
    border-bottom: 1px solid #fff;
  }
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul li:nth-child(2n+1):after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    content: '';
  }
}
.p-gh .p-slidemenu .p-slidemenu__ul--main ul li a {
  position: relative;
  width: 100%;
  line-height: 1.35;
  font-weight: bold;
  font-family: "YakuHanJP", "TsukuGoPr5-D", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "MS UI Gothic", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul li a {
    display: table;
    padding: 24px 20px;
  }
  .no-touch .p-gh .p-slidemenu .p-slidemenu__ul--main ul li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
  }
  .touch .p-gh .p-slidemenu .p-slidemenu__ul--main ul li a.hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul li a {
    display: table;
    overflow: hidden;
    padding: 0 10.7%;
    height: 59px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul li a {
    display: table;
    overflow: hidden;
    padding: 0 10.7%;
    height: 59px;
  }
}
.p-gh .p-slidemenu .p-slidemenu__ul--main ul li a div {
  vertical-align: middle;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul li a div {
    display: table-cell;
    height: 60px;
    font-size: 24px;
    font-size: 1.71429rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul li a div {
    display: table-cell;
    font-size: 17px;
    font-size: 1.21429rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gh .p-slidemenu .p-slidemenu__ul--main ul li a div {
    display: table-cell;
    font-size: 17px;
    font-size: 1.21429rem;
  }
}
.p-gh .p-bread {
  font-family: "TsukuGoPr5-D";
  font-size: 13px;
  font-size: 0.92857rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 194px 0 463px;
  height: 96px;
  display: table;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-gh .p-bread ul {
  background: rgba(255, 255, 255, 0.8);
  display: table-cell;
  vertical-align: bottom;
  padding: 15px 31px;
}
.p-gh .p-bread li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 22px;
  position: relative;
  z-index: 1;
}
.p-gh .p-bread li:before {
  content: ">";
  z-index: 1;
  position: absolute;
  top: 0;
  left: -14px;
}
.p-gh .p-bread li:first-child:before {
  display: none;
}
.p-gh .p-bread li:first-child {
  margin: 0;
}
.p-gh .p-bread a {
  text-decoration: underline;
}

@media only screen and (max-device-width: 767px) and (min-device-width: 320px) and (orientation: landscape) {
  .p-gh .p-bread {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .p-gh .p-bread {
    display: none !important;
  }
}
.p-gh .p-lang {
  top: 96px;
  right: 216px;
  z-index: 0;
  width: 378px;
  position: absolute;
  z-index: 1;
  display: none;
}

.p-gh .p-lang__close {
  position: absolute;
  top: 0;
  right: -96px;
  display: block;
  width: 96px;
}

.p-gh .p-lang__ul {
  background: #999999;
  padding: 0 29px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
}

.p-gh .p-lang__ul li {
  border-top: 2px solid #adadad;
}

.p-gh .p-lang__ul li:first-child {
  border-top: none;
}

.p-gh .p-lang__ul a {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  height: 86px;
}

.p-gh .p-lang__ul a:hover span {
  opacity: 0.65;
}

.p-gh .p-lang__ul span {
  display: block;
  padding: 0 20px;
  font-size: 17px;
  font-size: 1.21429rem;
  z-index: 1;
  display: table-cell;
  color: #fff;
  vertical-align: middle;
}

.p-gh .p-lang__ul span:before {
  right: 0;
  margin-top: -8px;
  font-size: 16px;
  font-size: 1.14286rem;
  position: absolute;
  top: 50%;
  content: '\e908';
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'icomoon' !important;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 640px) {
  .p-gh .p-lang__ul {
    background: #666;
    padding: 0;
    top: 74px;
    right: 0%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p-gh .p-lang__ul li {
    border-width: 1px;
  }

  .p-gh .p-lang {
    top: 0;
    right: 0;
    z-index: 50;
    width: 100%;
  }

  .p-gh .p-lang__close {
    top: -74px;
    right: 74px;
    display: table;
    width: 74px;
    padding: 0 0 0 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p-gh .p-lang__ul span {
    font-size: 15px;
    font-size: 1.07143rem;
    padding: 0 22px;
  }

  .p-gh .p-lang__ul span:before {
    font-size: 11px;
    font-size: 0.78571rem;
    right: 10px;
    top: 56%;
  }

  .p-gh .p-lang__ul a {
    height: 56px;
  }

  .p-gh .p-lang__ul a:hover span {
    opacity: 1;
  }
}
@media screen and (min-width: 641px) {
  .is-academics .p-gh .p-gh__container h1,
  .is-all .p-gh .p-gh__container h1,
  .is-about .p-gh .p-gh__container h1,
  .is-news .p-gh .p-gh__container h1,
  .is-major .p-gh .p-gh__container h1,
  .is-story .p-gh .p-gh__container h1,
  .is-closeup .p-gh .p-gh__container h1 {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.is-academics .p-gh .p-gn .p-gn__links li a,
.is-all .p-gh .p-gn .p-gn__links li a,
.is-about .p-gh .p-gn .p-gn__links li a,
.is-news .p-gh .p-gn .p-gn__links li a,
.is-major .p-gh .p-gn .p-gn__links li a,
.is-story .p-gh .p-gn .p-gn__links li a,
.is-closeup .p-gh .p-gn .p-gn__links li a {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.is-academics .p-gh .p-gn .p-gn__links li.is-active a,
.is-all .p-gh .p-gn .p-gn__links li.is-active a,
.is-about .p-gh .p-gn .p-gn__links li.is-active a,
.is-news .p-gh .p-gn .p-gn__links li.is-active a,
.is-major .p-gh .p-gn .p-gn__links li.is-active a,
.is-story .p-gh .p-gn .p-gn__links li.is-active a,
.is-closeup .p-gh .p-gn .p-gn__links li.is-active a {
  background: #611f9b;
}

@media screen and (min-width: 641px) {
  .no-touch .is-academics .p-gh .p-gn .p-gn__links li:hover a,
  .no-touch .is-all .p-gh .p-gn .p-gn__links li:hover a,
  .no-touch .is-about .p-gh .p-gn .p-gn__links li:hover a,
  .no-touch .is-news .p-gh .p-gn .p-gn__links li:hover a,
  .no-touch .is-major .p-gh .p-gn .p-gn__links li:hover a,
  .no-touch .is-story .p-gh .p-gn .p-gn__links li:hover a,
  .no-touch .is-closeup .p-gh .p-gn .p-gn__links li:hover a {
    background: #611f9b;
  }
  .no-touch .is-academics .p-gh .p-gn .p-gn__links li:hover,
  .no-touch .is-all .p-gh .p-gn .p-gn__links li:hover,
  .no-touch .is-about .p-gh .p-gn .p-gn__links li:hover,
  .no-touch .is-news .p-gh .p-gn .p-gn__links li:hover,
  .no-touch .is-major .p-gh .p-gn .p-gn__links li:hover,
  .no-touch .is-story .p-gh .p-gn .p-gn__links li:hover,
  .no-touch .is-closeup .p-gh .p-gn .p-gn__links li:hover {
    background: transparent;
  }
}

/* ==================================================================
 *
 * Global Footer
 *
 * ------------------------------------------------------------------ */
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gf {
    padding-top: 48px;
    min-width: 1188px;
    background: #595757;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gf {
    position: relative;
    background: #999999;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gf {
    position: relative;
    background: #999999;
  }
}
.p-gf .pagetop-btn {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gf .pagetop-btn {
    display: block;
    width: 100%;
    padding: 13px 0;
    border: none;
    background-color: #F5F5F5;
    outline: none;
    -webkit-appearance: none;
  }
  .p-gf .pagetop-btn span {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    color: #999;
    font-size: 12px;
    font-size: 0.85714rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .p-gf .pagetop-btn span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 6px;
    border-bottom-color: #999;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gf .pagetop-btn {
    display: block;
    width: 100%;
    padding: 13px 0;
    border: none;
    background-color: #F5F5F5;
    outline: none;
    -webkit-appearance: none;
  }
  .p-gf .pagetop-btn span {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    color: #999;
    font-size: 12px;
    font-size: 0.85714rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .p-gf .pagetop-btn span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    border-color: transparent;
    border-style: solid;
    border-width: 12px 6px;
    border-bottom-color: #999;
  }
}
.p-gf .p-bread {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gf .p-bread {
    display: block;
    padding: 10px 20px;
    background-color: #FFF;
    overflow: hidden;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .p-gf .p-bread li {
    float: left;
    position: relative;
    padding-right: 25px;
  }
  .p-gf .p-bread li:after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 3px;
    line-height: 1;
  }
  .p-gf .p-bread li:last-child {
    padding-right: 0;
  }
  .p-gf .p-bread li:last-child:after {
    content: none;
  }
  .p-gf .p-bread a {
    color: #6A3392;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gf .p-bread {
    display: block;
    padding: 10px 20px;
    background-color: #FFF;
    overflow: hidden;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .p-gf .p-bread li {
    float: left;
    position: relative;
    padding-right: 25px;
  }
  .p-gf .p-bread li:after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 3px;
    line-height: 1;
  }
  .p-gf .p-bread li:last-child {
    padding-right: 0;
  }
  .p-gf .p-bread li:last-child:after {
    content: none;
  }
  .p-gf .p-bread a {
    color: #6A3392;
  }
}
.p-gf .p-gf__upper {
  position: relative;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gf .p-gf__upper {
    margin-left: 365px;
    *zoom: 1;
  }
  .p-gf .p-gf__upper:after {
    content: "";
    display: table;
    clear: both;
  }
  .p-gf .p-gf__upper ul {
    float: left;
  }
  .p-gf .p-gf__upper ul + ul {
    margin-left: 30px;
  }
}
.p-gf .p-gf__upper li {
  position: relative;
}
.p-gf .p-gf__upper li a {
  position: relative;
  display: block;
  color: #fff;
}
.no-touch .p-gf .p-gf__upper li a:hover {
  color: #cccccc;
}
.no-touch .p-gf .p-gf__upper li a:hover span:before {
  color: #777777;
}
.touch .p-gf .p-gf__upper li a.hover {
  color: #cccccc;
}
.touch .p-gf .p-gf__upper li a.hover span:before {
  color: #777777;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gf .p-gf__upper ul.p-gf__links--1st {
    width: 240.48px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gf .p-gf__upper ul.p-gf__links--1st {
    margin: 0 auto;
    padding: 40px 0;
    *zoom: 1;
  }
  .p-gf .p-gf__upper ul.p-gf__links--1st:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gf .p-gf__upper ul.p-gf__links--1st {
    margin: 0 auto;
    padding: 40px 0;
    *zoom: 1;
  }
  .p-gf .p-gf__upper ul.p-gf__links--1st:after {
    content: "";
    display: table;
    clear: both;
  }
}
.p-gf .p-gf__upper ul.p-gf__links--1st li a {
  position: relative;
  white-space: nowrap;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gf .p-gf__upper ul.p-gf__links--1st li {
    border-top: 1px solid #999999;
  }
  .p-gf .p-gf__upper ul.p-gf__links--1st li a {
    padding: 0 14px 0 12px;
    height: 39px;
    vertical-align: middle;
    line-height: 39px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gf .p-gf__upper ul.p-gf__links--1st li {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 0.92857rem;
  }
  .p-gf .p-gf__upper ul.p-gf__links--1st li:nth-child(1) a, .p-gf .p-gf__upper ul.p-gf__links--1st li:nth-child(2) a {
    border-top: 1px solid #666666;
  }
  .p-gf .p-gf__upper ul.p-gf__links--1st li:nth-child(2n+1) {
    padding-right: 12.5px;
  }
  .p-gf .p-gf__upper ul.p-gf__links--1st li:nth-child(2n) {
    padding-left: 12.5px;
  }
  .p-gf .p-gf__upper ul.p-gf__links--1st li a {
    padding: 0 50% 0 10px;
    border-bottom: 1px solid #666666;
    height: 39px;
    vertical-align: middle;
    line-height: 39px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gf .p-gf__upper ul.p-gf__links--1st li {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 0.92857rem;
  }
  .p-gf .p-gf__upper ul.p-gf__links--1st li:nth-child(1) a, .p-gf .p-gf__upper ul.p-gf__links--1st li:nth-child(2) a {
    border-top: 1px solid #666666;
  }
  .p-gf .p-gf__upper ul.p-gf__links--1st li:nth-child(2n+1) {
    padding-right: 12.5px;
  }
  .p-gf .p-gf__upper ul.p-gf__links--1st li:nth-child(2n) {
    padding-left: 12.5px;
  }
  .p-gf .p-gf__upper ul.p-gf__links--1st li a {
    padding: 0 50% 0 10px;
    border-bottom: 1px solid #666666;
    height: 39px;
    vertical-align: middle;
    line-height: 39px;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gf .p-gf__upper ul.p-gf__links--1st li:last-child {
    border-bottom: 1px solid #999999;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gf .p-gf__upper ul.p-gf__links--1st li:last-child a {
    border-bottom: 1px solid #666666;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gf .p-gf__upper ul.p-gf__links--1st li:last-child a {
    border-bottom: 1px solid #666666;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gf .p-gf__upper ul.p-gf__links--2nd {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 510px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gf .p-gf__upper ul.p-gf__links--2nd {
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 1.2;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gf .p-gf__upper ul.p-gf__links--2nd {
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gf .p-gf__upper ul.p-gf__links--2nd li {
    border-bottom: 1px solid #999999;
    width: 240.48px;
  }
  .p-gf .p-gf__upper ul.p-gf__links--2nd li a {
    padding: 0 14px;
    height: 39px;
    vertical-align: middle;
    line-height: 39px;
  }
  .p-gf .p-gf__upper ul.p-gf__links--2nd li:nth-child(1) {
    border-top: 1px solid #999999;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gf .p-gf__upper ul.p-gf__links--2nd li a {
    padding: 13px 10px 12px;
    border-bottom: 1px solid #cccccc;
  }
  .p-gf .p-gf__upper ul.p-gf__links--2nd li:nth-child(1) a {
    border-top: 1px solid #cccccc;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gf .p-gf__upper ul.p-gf__links--2nd li a {
    padding: 13px 10px 12px;
    border-bottom: 1px solid #cccccc;
  }
  .p-gf .p-gf__upper ul.p-gf__links--2nd li:nth-child(1) a {
    border-top: 1px solid #cccccc;
  }
}
.p-gf .p-gf__lower {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gf .p-gf__lower {
    padding-top: 35px;
    padding-bottom: 45px;
    padding-left: 365px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gf .p-gf__lower .p-gf__lower__list {
    margin: 40px -6%;
    padding: 15px 0;
    background: #818181;
    line-height: 2em;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gf .p-gf__lower .p-gf__lower__list {
    margin: 40px -6%;
    padding: 15px 0;
    background: #818181;
    line-height: 2em;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gf .p-gf__lower .p-gf__links--3rd {
    margin: 0 auto;
    width: 89.3%;
    line-height: 1.6;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gf .p-gf__lower .p-gf__links--3rd {
    margin: 0 auto;
    width: 89.3%;
    line-height: 1.6;
  }
}
.p-gf .p-gf__lower .p-gf__links--3rd li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gf .p-gf__lower .p-gf__links--3rd li {
    margin-right: 2em;
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gf .p-gf__lower .p-gf__links--3rd li {
    margin-right: 25px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gf .p-gf__lower .p-gf__links--3rd li {
    margin-right: 25px;
  }
}
.p-gf .p-gf__lower .p-gf__links--3rd li a {
  color: #fff;
}
.no-touch .p-gf .p-gf__lower .p-gf__links--3rd li a:hover {
  color: #e6e6e6;
}
.touch .p-gf .p-gf__lower .p-gf__links--3rd li a.hover {
  color: #e6e6e6;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gf .p-gf__lower .p-gf__lower__copyright {
    padding: 24px 0 0;
    font-size: 12px;
    font-size: 0.85714rem;
    color: #878787;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gf .p-gf__lower .p-gf__lower__copyright {
    position: absolute;
    bottom: 27px;
    padding: 0 6%;
    font-size: 10px;
    font-size: 0.71429rem;
    color: #000;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gf .p-gf__lower .p-gf__lower__copyright {
    position: absolute;
    bottom: 27px;
    padding: 0 6%;
    font-size: 10px;
    font-size: 0.71429rem;
    color: #000;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gf .p-gf__lower .p-gf__signature {
    position: absolute;
    bottom: 150px;
    left: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gf .p-gf__lower .p-gf__signature {
    padding-bottom: 54px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gf .p-gf__lower .p-gf__signature {
    padding-bottom: 54px;
  }
}
.p-gf .p-gf__lower .p-gf__signature p {
  line-height: 1;
}
.p-gf .p-gf__lower .p-gf__signature .p-gf__signature__logo {
  display: block;
}
.p-gf .p-gf__lower .p-gf__signature .p-gf__signature__logo img {
  width: auto;
  height: auto;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-gf .p-gf__lower .p-gf__signature .p-gf__signature__logo img {
    max-width: 312px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-gf .p-gf__lower .p-gf__signature .p-gf__signature__logo img {
    max-width: 240px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-gf .p-gf__lower .p-gf__signature .p-gf__signature__logo img {
    max-width: 240px;
  }
}

/* ==================================================================
 *
 * ¡¡¹²Í¨
 *
 * ------------------------------------------------------------------
 *
 *
 *
 * ------------------------------------------------------------------ */
.is-bread-hidden .p-gh .p-bread li {
  visibility: hidden;
}
.is-bread-hidden .p-gf .p-bread {
  display: none;
}

.main {
  font-family: "TsukuGoPr5-L";
  word-wrap: break-word;
}

.sp-block {
  display: none;
}

/*.sub-standard{
  @include compass-font-size(15px);
  line-height: 1.55;
}*/
/*¡¡clearfix
-------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: block;
  min-height: 1%;
  height: 1%;
  display: block;
}
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/*.sub-en{
  margin: 0 0 12px;
  color: #CBCBCB;
  @include compass-font-size(12px);
  letter-spacing: 1px;
}*/
/*.sub-en.sub-en-border span{
  position: relative;
  z-index: 1;
}
.sub-en.sub-en-border span:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #CBCBCB;
  width: 50px;
  height: 4px;
  bottom: -24px;
  left: 0;
}
.sub-en.sub-en-border{
  margin: 0 0 62px;
}*/
/*.sub-link1{
  display: inline-block;
  padding: 8px 40px;
  border: 1px solid #cccccc;
  background: #fff;
  @include compass-font-size(12px);
}
.sub-link1:hover span{
  opacity: 0.5;
}
p.sub-link1:hover span{
  opacity: 1;
}
.sub-link2{
  display: inline-block;
  padding: 13px 94px;
  border: 1px solid #cccccc;
  background: #fff;
  @include compass-font-size(15px);
}
.sub-link2:hover span{
  opacity: 0.5;
}

.sub-link-arrow{
  position: relative;
  z-index: 1;
  left: 17px;
}
.sub-link-arrow:before{
  font-family: 'icomoon' !important;
  content: '\e905';
  @include compass-font-size(28px);
  z-index: 1;
  position: absolute;
  top: 1px;
  left: -39px;
  color: #000;
}*/
/*.sub-title-en01{
  @include compass-font-size(12px);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 19px;
  color: #cccccc;
}


.sub-title01{
  @include compass-font-size(26px);
  margin: 0 0 24px;

  &:after{
  content: "";
  background-color: #cccccc;
  height: 4px;
  display: block;
  margin: 23px 0 0;
  width: 50px;
  }
}*/
/*.sub-hed{
  font-family: $font-family--tsukuMinD;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 276px 0 179px;
  text-align: center;
  -moz-background-size:cover;
  background-size:cover;
}
.sub-hed-inner{
  background: #fff;
  display: inline-block;
  padding: 24px 54px;
}
.sub-hed-title{
  position: relative;
  @include compass-font-size(50px);
}
.sub-hed-title span{
  @include compass-font-size(12px);
  letter-spacing: 1px;
  display: block;
  padding: 19px 0 0;
  &:before{
    content: "";
    background-color: #ccc;
    display: block;
    width: 50px;
    height: 4px;
    margin: 0 auto 26px;
  }
}

.sub-hed-title:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #CCC;
  width: 50px;
  height: 4px;
  bottom: -13px;
  right:0;
  left: 0;
  margin: 0 auto;
}*/
.sub-img-risize img {
  max-width: 100%;
  height: auto;
}

.sub-img-risize2 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .sp-none {
    display: none;
  }

  .sp-block {
    display: block;
  }

  br.sp-block {
    display: inline;
  }

    /*.sub-en{}
    .sub-en.sub-en-border span{}
    .sub-en.sub-en-border span:before{
      bottom: -19px;
      width: 25px;
      height: 2px;
    }
    .sub-en.sub-en-border{
      margin: 0 0 37px;
    }
  
    .sub-link1:hover span{
      opacity: 1;
    }
    .sub-link2{
      @include compass-font-size(12px);
      padding: 13px 55px;
      &:hover span{
        opacity: 1;
      }
    }
  
    .sub-link-arrow:before{
      @include compass-font-size(18px);
      left: -30px;
    }
  
    .sub-title-en01{
      @include compass-font-size(12px);
      margin: 0 0 14px;
    }
  
    .sub-title01{
      @include compass-font-size(20px);
      margin: 0 0 17px;
      &:after{
      margin: 11px 0 0;
  
      width: 25px;
      height: 2px;
      }
    }*/
  br.sub-br-none,
  .sub-br-none br {
    display: none;
  }

  /*.sub-hed{
    margin: 74px 0 0;
    padding: 98px 0 55px;
    text-align: left;
  }
  .sub-hed-inner{
    padding: 6px 22px 15px;
  }
  .sub-hed-title{
    @include compass-font-size(30px);
  }
  .sub-hed-title span{
    padding: 8px 0 0;
    @include compass-font-size(11px);
  }
  .sub-hed-title:before{
    height: 2px;
    width: 25px;
  }*/
}
/* ==================================================================
 *
 * ¡¡¹²Í¨
 *
 * ------------------------------------------------------------------
 *
 *
 *
 * ------------------------------------------------------------------ */
.all {
  padding: 170px 0 0;
}

.all-hed-body {
  margin-bottom: 70px;
}

.w-title1 {
  position: relative;
  font-size: 50px;
  font-size: 3.57143rem;
  line-height: 1.8;
  text-align: center;
  padding: 0 0 6px;
  margin: 0 0 16px;
}
.w-title1:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #CCC;
  width: 50px;
  height: 4px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.all-hed-mes {
  font-size: 13px;
  font-size: 0.92857rem;
  font-family: Lato, "Gill Sans", sans-serif;
  text-align: center;
}

.w-title2 {
  font-size: 32px;
  font-size: 2.28571rem;
  padding: 0px 23px;
  border-left: #531B85 solid 5px;
  margin: 70px 0 42px;
  font-family: TsukuMinPr6-D;
  line-height: 1.5;
}

.w-title3 {
  font-size: 24px;
  font-size: 1.71429rem;
  margin: 0 0 59px;
  position: relative;
  z-index: 1;
  font-family: "TsukuGoPr5-D";
}

.w-title3 span {
  position: relative;
  z-index: 1;
  display: block;
}

.w-title3 span:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #CCC;
  width: 50px;
  height: 4px;
  bottom: -31px;
  left: 0;
}

.w-title4 {
  font-size: 18px;
  font-size: 1.28571rem;
  padding: 0 0 0 33px;
  position: relative;
  z-index: 1;
  margin: 0 0 29px;
  font-family: "TsukuGoPr5-D";
}

.w-title4:before {
  content: "";
  z-index: 1;
  position: absolute;
  border-left: 14px solid #75499d;
  border-right: 6px solid #CBBADA;
  width: 0px;
  height: 20px;
  top: 3px;
  left: 0;
}

.w-title5 {
  font-size: 16px;
  font-size: 1.14286rem;
  border-left: #531B85 solid 2px;
  padding: 0 0 1px 16px;
  margin: 0 0 20px;
  font-family: "TsukuGoPr5-D";
}

.w-text {
  font-size: 16px;
  font-size: 1.14286rem;
}

.w-link a {
  text-decoration: underline;
  color: #531b85;
}

.wysiwyg {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.8;
}
.wysiwyg p {
  margin: 0 0 15px;
}
.wysiwyg b {
  font-family: "TsukuGoPr5-D";
  font-weight: normal;
}
.wysiwyg a {
  text-decoration: underline;
  color: #531b85;
}
.wysiwyg .left {
  text-align: left;
}
.wysiwyg .center {
  text-align: center;
}
.wysiwyg .right {
  text-align: right;
}
.wysiwyg ul {
  padding: 0 0 0 36px;
  margin: 0 0 37px;
  overflow: hidden;
}
.wysiwyg ul span {
  position: relative;
  color: #000;
}
.wysiwyg ul span:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  margin: 12px 11px 0 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #531b85;
}
.wysiwyg ul li + li {
  margin: 8px 0 0;
}
.wysiwyg ol {
  padding: 0 0 0 36px;
  color: #531b85;
  margin: 0 0 37px;
  overflow: hidden;
}
.wysiwyg ol span {
  color: #000;
}
.wysiwyg ol li {
  list-style-type: decimal;
}
.wysiwyg ol li + li {
  margin: 11px 0 0;
}

.table-box ul {
  list-style-type: disc;
  font-size: 13px;
  font-size: 0.92857rem;
  padding: 0 0 0 18px;
  color: #531b85;
  margin: 0 0 37px;
}
.table-box ul span {
  color: #000;
  font-size: 13px;
  font-size: 0.92857rem;
}
.table-box ul li {
  list-style-type: disc;
}
.table-box ul li + li {
  margin: 8px 0 0;
}
.table-box ol {
  list-style-type: disc;
  font-size: 13px;
  font-size: 0.92857rem;
  padding: 0 0 0 18px;
  color: #531b85;
  margin: 0 0 37px;
}
.table-box ol span {
  color: #000;
  font-size: 13px;
  font-size: 0.92857rem;
}
.table-box ol li {
  list-style-type: decimal;
}
.table-box ol li + li {
  margin: 8px 0 0;
}
.table-box a {
  text-decoration: underline;
  color: #531b85;
}

.link {
  font-size: 14px;
  font-size: 1rem;
  padding: 0 0 0 40px;
  position: relative;
  z-index: 1;
  color: #000;
  display: inline-block;
  text-decoration: none;
}

.link:before {
  font-family: 'icomoon' !important;
  content: '\e905';
  font-size: 28px;
  font-size: 2rem;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: -1px;
  color: #ccc;
  line-height: 1;
}

.btn {
  display: inline-block;
  font-size: 15px;
  font-size: 1.07143rem;
  border: #CCCCCC solid 1px;
  padding: 11px 45px 11px 88px;
  position: relative;
  z-index: 1;
  color: #000;
}

.btn:before {
  font-family: 'icomoon' !important;
  content: '\e905';
  font-size: 28px;
  font-size: 2rem;
  z-index: 1;
  position: absolute;
  top: 11px;
  left: 46px;
  color: #000;
  line-height: 1;
}

.btn span {
  text-decoration: underline;
}

.link span {
  position: relative;
  z-index: 1;
  text-decoration: underline;
}

.link-set {
  margin: 35px 0 55px;
}
.p-image-set + .p-link-set .link-set, .p-move-set + .p-link-set .link-set {
  margin-top: 25px;
}

.link-page span:after {
  content: "";
  display: inline-block;
  background: url(/assets/images/common/icon04.png) 0 0 no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 20px;
  margin: -3px 0 0 9px;
  vertical-align: middle;
}

.link-page--white span:after {
  background-image: url(/assets/images/common/icon10.png);
}

.link-pdf span:after {
  content: "";
  display: inline-block;
  background: url(/assets/images/common/icon03.png) 0 0 no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 20px;
  margin: -4px 0 0 9px;
  vertical-align: middle;
}

.link-ppt span:after {
  content: "";
  display: inline-block;
  background: url(/assets/images/common/icon07.png) 0 0 no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 21px;
  margin: -4px 0 0 9px;
  vertical-align: middle;
}

.link-doc span:after {
  content: "";
  display: inline-block;
  background: url(/assets/images/common/icon08.png) 0 0 no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 22px;
  margin: -4px 0 0 9px;
  vertical-align: middle;
}

.link-xlsx span:after {
  content: "";
  display: inline-block;
  background: url(/assets/images/common/icon09.png) 0 0 no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 22px;
  margin: -4px 0 0 9px;
  vertical-align: middle;
}

/*-----------------------------*/
.table-box-main {
  background: #F0F4F5;
  padding: 46px 0;
  margin: 0 0 65px;
}
.table-box-main .ol-list li + li {
  margin: 5px 0 0;
}
.table-box-main .ul-list li + li {
  margin: 5px 0 0;
}

.table-inner {
  margin: 0 auto;
  width: 1070px;
}

.table-box table {
  border-top: 1px solid #f0f4f5;
  border-left: 1px solid #f0f4f5;
}
.table-box table th,
.table-box table td {
  font-size: 14px;
  font-size: 1rem;
  border-bottom: 3px solid #f0f4f5;
  border-right: 3px solid #f0f4f5;
}
.table-box table th {
  font-weight: bolder;
  background: #C8D7DB;
  text-align: left;
  padding: 10px;
  font-weight: normal;
}
.table-box table td {
  background: #fff;
  padding: 10px;
  vertical-align: top;
}

.table-box table ol,
.table-box table ul {
  font-size: 13px;
  font-size: 0.92857rem;
  margin: 0;
}

/*-----------------------------*/
.p-move-set + .l-container--center .w-title2 {
  margin-top: 45px;
}

.move-set {
  margin: 25px 0;
}
.move-set .move-text {
  padding-bottom: 25px;
}

.move-left .w-title2 {
  float: left;
  width: 100%;
}

.move-left .move-frame {
  float: left;
  margin: 0 76px 25px 0;
  width: 535px;
}

.move-right .w-title2 {
  float: left;
  width: 100%;
}

.move-right .move-frame {
  float: right;
  width: 535px;
  margin: 0 0 25px 76px;
}

.move-frame {
  position: relative;
  z-index: 5;
  margin: 0 0 29px;
}

.move-frame video {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
}

.move-frame iframe {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
}

.move-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.move-text {
  font-size: 16px;
  font-size: 1.14286rem;
}

/*-----------------------------*/
.p-image-set + .l-container--center .w-title2 {
  margin-top: 45px;
}

.image-set {
  margin: 25px 0;
}
.image-set .image ~ .image {
  margin-top: 15px;
}
.image-set .image-body {
  padding-bottom: 25px;
}
.image-set .image-text {
  margin-bottom: 0;
}

.image-set-link,
.image-set-btn {
  margin-top: 1.5em;
}

.image-set .w-title3,
.move-set .w-title3 {
  margin-bottom: 28px;
}
.image-set .w-title3 span,
.move-set .w-title3 span {
  display: inline;
}
.image-set .w-title3 span:before,
.move-set .w-title3 span:before {
  content: none;
}
.image-set .w-title3 span:after,
.move-set .w-title3 span:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #CCC;
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.image-left .image-main {
  float: left;
  margin: 0 76px 25px 0;
  width: 535px;
}

.image-right .image-main {
  float: right;
  margin: 0 0 25px 76px;
  width: 535px;
}

.image-center .image-main {
  max-width: 100%;
  margin: 0 auto 34px;
  text-align: center;
}

.p-image-2column + .l-container--center .w-title2 {
  margin-top: 45px;
}

.image-2column {
  padding-bottom: 25px;
}

.image-2column .image-main {
  margin: 0 0 24px;
}

.image-2column-text .w-title3 {
  margin: 0 0 35px;
}
.image-2column-text .w-title3 span:before {
  bottom: -22px;
}

.image-main img {
  max-width: 100%;
  height: auto;
}

.image-name {
  font-size: 11px;
  font-size: 0.78571rem;
  margin-top: 7px;
  line-height: 1.3;
}

.image-text {
  margin: 0 0 14px;
  font-size: 16px;
  font-size: 1.14286rem;
}

.image-list section {
  float: left;
  width: 46.67%;
  margin: 0 0 65px 6.6%;
}

.image-list section:nth-child(2n+1) {
  margin-left: 0;
}

.image-list section:nth-last-child(1) {
  margin-bottom: 0;
}

.image-2column-even .image-list section:nth-last-child(2) {
  margin-bottom: 0;
}

.image-left .w-title3 + p,
.image-right .w-title3 + p,
.move-left .w-title3 + p,
.move-right .w-title3 + p {
  position: relative;
  z-index: 1;
}

.move-text a,
.image-text a {
  text-decoration: underline;
}

/*-----------------------------*/
.accordionset {
  margin: 0 0 50px;
}

.accordionset-list {
  margin-top: 42px;
  border-top: 1px solid #ccc;
}
.p-image-set + .p-accordionset .accordionset-list {
  margin-top: 0;
}

.accordionset-list section {
  border: 1px solid #ccc;
  border-top: none;
}

.accordionset-list section section {
  border: none;
}

.accordionset-btn {
  font-family: "TsukuGoPr5-M";
  display: block;
  text-decoration: none;
  padding: 18px 60px 18px 35px;
  font-size: 18px;
  font-size: 1.28571rem;
  position: relative;
  z-index: 1;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
}

.accordionset-btn:hover {
  background-color: #F5F5F5;
}

.accordionset-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: url(/assets/images/common/icon01_on3.png) 0 50% no-repeat;
  background-size: 40px auto;
  width: 40px;
  top: 0;
  bottom: 0;
  right: 8px;
}

.accordionset-btn-on:before {
  background-image: url(/assets/images/common/icon01_off.png);
}

.accordionset-text {
  padding: 18px 35px;
  display: none;
}
.accordionset-text .l-container--center:first-child .image-set:first-child,
.accordionset-text .l-container--center:first-child .move-set:first-child {
  margin-top: 0;
}
.accordionset-text .l-container--center:last-child > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordionset-mes {
  font-size: 16px;
  font-size: 1.14286rem;
}

.accordionset-btn-q {
  position: relative;
  z-index: 1;
  padding: 18px 60px 18px 86px;
}

.accordionset-btn-q span {
  font-size: 20px;
  font-size: 1.42857rem;
  position: absolute;
  z-index: 1;
  top: 19px;
  left: 33px;
  color: #521A85;
}

.accordionset-text-a {
  position: relative;
  z-index: 1;
  padding: 18px 35px 18px 85px;
}

.accordionset-text-a:before {
  content: "A";
  z-index: 1;
  position: absolute;
  font-size: 20px;
  font-size: 1.42857rem;
  color: #777777;
  top: 16px;
  left: 31px;
  line-height: 1;
}

.accordionset .l-container--center {
  width: auto;
}

.accordionset .move-left .w-title3 + p:before,
.accordionset .image-left .w-title3 + p:before {
  top: -28px;
  right: auto;
}
.accordionset .move-right .w-title3 + p:before,
.accordionset .image-right .w-title3 + p:before {
  top: -28px;
  left: 0px;
}

/*-----------------------------*/
.paging {
  background: #FAF8F5;
  padding: 0 0 62px;
}

.paging-list1-box {
  background: #FAF8F5;
  padding: 65px 0 30px;
}
.paging-list1-box .w-title2 {
  margin-top: 0;
}
.paging-list1-box + .l-container--center {
  margin-top: 70px;
}

.paging-list1 a {
  font-size: 16px;
  font-size: 1.14286rem;
  display: block;
  float: left;
  border-top: 4px solid #531B85;
  border-bottom: 2px solid #CBCBCB;
  background: #fff;
  text-decoration: none;
  padding: 27px 25px 34px;
  width: 363px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 29px 28px;
  position: relative;
  z-index: 1;
  font-family: "TsukuGoPr5-D";
}
.paging-list1 a:hover span {
  opacity: 0.5;
}

.paging-list1 a:nth-child(3n+1) {
  margin-left: 0;
}

.paging-list1 a:before {
  font-family: 'icomoon' !important;
  content: '\e905';
  font-size: 28px;
  font-size: 2rem;
  z-index: 1;
  position: absolute;
  bottom: 1px;
  right: 13px;
  color: #531b85;
  line-height: 1;
}

.paging-list2-box {
  background: #FAF8F5;
  padding: 35px 0;
}
.paging-list2-box .w-title2 {
  margin-top: 0;
}
.paging-list2-box + .l-container--center {
  margin-top: 70px;
}

.paging-list2 a {
  font-size: 16px;
  font-size: 1.14286rem;
  display: block;
  float: left;
  border-top: 3px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 19px 30px;
  width: 550px;
  margin: 0 0 19px 46px;
  position: relative;
  z-index: 1;
}

.paging-list2 a:hover span {
  opacity: 0.5;
}

.paging-list2 a:nth-child(2n+1) {
  margin-left: 0;
}

.paging-list2 a:before {
  font-family: 'icomoon' !important;
  content: '\e905';
  font-size: 28px;
  font-size: 2rem;
  z-index: 1;
  position: absolute;
  bottom: -1px;
  right: 11px;
  color: #000;
  line-height: 1;
}

/*-----------------------------*/
.enclose {
  border: solid #CCC 1px;
  padding: 51px 55px;
  margin: 0 0 64px;
}
.enclose .w-title2:first-child {
  margin-top: 0;
}

.enclose p {
  font-size: 14px;
  font-size: 1rem;
}

/*-----------------------------*/
.keyword-word {
  background: url(/assets/images/common/line2.png) 0 8px repeat-x;
}

.keyword-box {
  border: 1px solid #ccc;
  padding: 34px 53px;
  margin: 0 0 66px;
}

.keyword-box .keyword-name {
  font-size: 16px;
  font-size: 1.14286rem;
}

.keyword-box p {
  font-size: 14px;
  font-size: 1rem;
}

/*-----------------------------*/
.wysiwyg-mb {
  margin-bottom: 37px;
}

/*-----------------------------*/
.annotation-set {
  margin: 40px 0 60px;
}

.annotation-main {
  font-size: 16px;
  font-size: 1.14286rem;
}

.annotation-mes {
  margin: 0;
  font-size: 12px;
  font-size: 0.85714rem;
}

.annotation-side .annotation {
  width: 534px;
  float: left;
  margin: 0 0 0 78px;
}

.annotation-side .annotation:nth-child(2n+1) {
  margin-left: 0;
}

/*-----------------------------*/
.question-set {
  margin: 33px 0;
}
.question-set .question {
  width: 100%;
}
.question-set .question-link a {
  margin-bottom: 0;
}

.question {
  display: table;
  margin: 0 0 33px;
}

.question-title {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 24px;
  font-size: 1.71429rem;
  padding: 63px 51px;
  width: 382px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: "TsukuGoPr5-M";
}

.question-title:before {
  font-family: Lato, "Gill Sans", sans-serif;
  content: "Q";
  z-index: 1;
  position: absolute;
  font-size: 25px;
  font-size: 1.78571rem;
  color: #521A85;
  top: 22px;
  left: 26px;
  line-height: 1;
}

.question-main {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-left: none;
  padding: 63px 65px 51px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.question-main:before {
  font-family: Lato, "Gill Sans", sans-serif;
  content: "A";
  z-index: 1;
  position: absolute;
  font-size: 25px;
  font-size: 1.78571rem;
  color: #777777;
  top: 22px;
  left: 26px;
  line-height: 1;
}

.question-name {
  font-size: 18px;
  font-size: 1.28571rem;
}

.question-text {
  font-size: 14px;
  font-size: 1rem;
}

.question-link {
  text-align: center;
}

.question-link a {
  text-decoration: none;
  font-size: 18px;
  font-size: 1.28571rem;
  display: inline-block;
  background: #989898;
  color: #fff;
  margin: 0 0 42px;
  padding: 17px 36px 17px 79px;
  font-family: "TsukuGoPr5-D";
}

.question-link a > span {
  position: relative;
  z-index: 1;
}

.question-link a span span {
  text-decoration: underline;
}

.question-link a > span:before {
  font-family: 'icomoon' !important;
  content: '\e905';
  font-size: 28px;
  font-size: 2rem;
  z-index: 1;
  position: absolute;
  top: 3px;
  left: -48px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-----------------------------*/
.related-link {
  margin: 0 0 55px;
}

.related-link-title {
  display: block;
  font-size: 12px;
  font-size: 0.85714rem;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  margin: 0 0 10px;
  color: #CBCBCB;
}

.related-link-list a {
  margin: 0 49px 10px 0;
  display: inline-block;
}

.related-link-list a.link-pdf,
.related-link-list a.link-page {
  margin: 0 73px 10px 0;
}

/*-----------------------------*/
.contact {
  background: #F9F8F6;
  padding: 39px 0;
  margin: 0 0 46px;
}
.contact--no-mb {
  margin-bottom: 0 !important;
}
.contact .w-title3 {
  margin: 0 0 31px;
}

.contact-box {
  background: #fff;
  margin: -28px 0 0 77px;
  margin: 0 0 0 77px;
  padding: 36px 42px 25px 42px;
}
.contact-box .link-set {
  margin: 1em 0 0;
}

.contact-main {
  font-style: normal;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.5;
  margin: 0 0 8px;
}

.contact-mes {
  font-size: 14px;
  font-size: 1rem;
  margin: 0 0 5px;
}

.contact-link {
  font-size: 12px;
  font-size: 0.85714rem;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 241px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #CCCCCC solid 1px;
  padding: 8px 10px;
}

.contact-link:hover span {
  opacity: 0.5;
}

/*-----------------------------*/
.list-column {
  height: 491px;
  display: table;
  border-bottom: solid #ddd 1px;
  border-top: solid #ddd 1px;
  margin: 0 0 75px;
  width: 100%;
}

.list-column-img {
  display: table-cell;
  width: 50%;
  background-position: 50% 50%;
  background-size: cover;
}

.list-column-img-not {
  background-image: url(/assets/images/common/bg1.png);
  -moz-background-size: auto;
  background-size: auto;
}

.list-column-body {
  vertical-align: middle;
  display: table-cell;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 94px;
}

.list-column-title {
  font-size: 36px;
  font-size: 2.57143rem;
  position: relative;
  z-index: 1;
  margin: 0 0 61px;
  font-family: TsukuMinPr6-D;
}

.list-column-title:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #531B85;
  width: 50px;
  height: 4px;
  bottom: -29px;
  left: 0;
}

.list-column-mes {
  font-size: 16px;
  font-size: 1.14286rem;
  margin: 0 0 10px;
  font-family: "TsukuGoPr5-R";
}

.list-column-link {
  font-size: 12px;
  font-size: 0.85714rem;
  text-align: center;
  border: solid 1px #ccc;
  padding: 9px 0;
  display: block;
  width: 137px;
  font-family: "TsukuGoPr5-D";
}

.list-column-link:hover span {
  opacity: 0.5;
}

/*-----------------------------*/
.list-image {
  margin: -20px 0 59px;
}

.list-image img {
  width: 100%;
  height: auto;
}

.list-image .list-image-box {
  float: left;
}

.list-image .list-image-box a {
  display: block;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
}

.list-image-text {
  padding: 0 12px 30px;
}

.list-image .list-image-box a {
  height: 100%;
}

.list-image .list-image-box a:hover {
  box-shadow: 0px 3px 11px 5px #e8e8e8;
  -moz-box-shadow: 0px 3px 11px 5px #e8e8e8;
  -webkit-box-shadow: 0px 3px 11px 5px #e8e8e8;
}

.list-image-2column .list-image-box:nth-child(2n+1) {
  margin-left: 0;
}

.list-image-2column .list-image-box {
  width: 535px;
  margin: 20px 0 0 76px;
}

.list-image-2column .list-image-img,
.list-image-3column .list-image-img,
.list-image-4column .list-image-img {
  background-position: 50% 50%;
  background-size: cover;
}

.list-image-2column .list-image-img {
  width: 535px;
  height: 330px;
}

.list-image-3column .list-image-img {
  width: 363px;
  height: 240px;
}

.list-image-4column .list-image-img {
  width: 270px;
  height: 200px;
}

.list-image-2column .list-image-title {
  font-size: 22px;
  font-size: 1.57143rem;
  margin: 0 0 5px;
  font-family: TsukuMinPr6-D;
}

.list-image-3column .list-image-box:nth-child(3n+1) {
  margin-left: 0;
}

.list-image-3column .list-image-box {
  width: 363px;
  margin: 20px 0 0 28px;
}

.list-image-3column .list-image-title {
  font-size: 18px;
  font-size: 1.28571rem;
  margin: 0 0 5px;
  font-family: TsukuMinPr6-D;
}

.list-image-4column .list-image-box:nth-child(4n+1) {
  margin-left: 0;
}

.list-image-4column .list-image-box {
  width: 270px;
  margin: 20px 0 0 22px;
}

.list-image-4column .list-image-title {
  font-size: 18px;
  font-size: 1.28571rem;
  margin: 0 0 14px;
  font-family: TsukuMinPr6-D;
}

.list-image-4column .list-image-img {
  margin: 0 0 8px;
}

.list-image-img {
  margin: 0 0 13px;
}

.list-image-mes {
  margin: 0 0 22px;
  font-size: 14px;
  font-size: 1rem;
}

.list-image-link {
  font-size: 12px;
  font-size: 0.85714rem;
  text-align: center;
  border: solid 1px #ccc;
  padding: 9px 0;
  display: block;
  width: 137px;
  margin: 0 auto;
}

.p-slide {
  margin: 70px 0;
}
.p-slide .owl-item {
  text-align: center;
}
.p-slide .owl-item img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.p-slide figure {
  display: inline-block;
  position: relative;
}
.p-slide figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 15px;
  background-color: rgba(136, 136, 136, 0.7);
  text-align: left;
  color: #FFF;
  font-size: 16px;
  font-size: 1.14286rem;
}
.p-slide__nav {
  margin-top: 32px;
  padding-bottom: 12px;
  text-align: center;
}
.p-slide__nav__inner {
  display: inline-block;
  position: relative;
}
.p-slide__nav .owl-prev,
.p-slide__nav .owl-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-slide__nav .owl-prev {
  right: 100%;
  margin-right: 80px;
}
.p-slide__nav .owl-next {
  left: 100%;
  margin-left: 80px;
}
.p-slide__nav .c-owlcarousel__dots {
  height: auto;
}

@media screen and (max-width: 640px) {
  .all {
    padding: 120px 0 0px;
  }

  .all-hed-body {
    margin-bottom: 43px;
  }

  .w-title1 {
    font-size: 30px;
    font-size: 2.14286rem;
    padding: 0 0 14px;
    margin: 0 0 10px;
    line-height: 1.4;
  }
  .w-title1:before {
    width: 25px;
    height: 2px;
    bottom: 0;
  }

  .all-hed-mes {
    padding: 0;
  }

  .w-title2 {
    font-size: 24px;
    font-size: 1.71429rem;
    border-width: 4px;
    padding: 5px 14px;
    margin: 43px 0 20px;
  }

  .w-title3 {
    margin: 0 0 32px;
    font-size: 20px;
    font-size: 1.42857rem;
  }

  .w-title3 span:before {
    height: 2px;
    width: 25px;
    bottom: -13px;
  }

  .w-title4 {
    font-size: 16px;
    font-size: 1.14286rem;
    margin: 0 0 11px;
  }

  .w-title4:before {
    top: 1px;
    line-height: 1.5;
  }

  .w-title5 {
    font-size: 15px;
    font-size: 1.07143rem;
    margin: 0 0 11px;
  }

  .w-text {
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.55;
  }

  .wysiwyg {
    line-height: 1.55;
  }
  .wysiwyg p {
    font-size: 15px;
    font-size: 1.07143rem;
  }
  .wysiwyg ul {
    padding-left: 32px;
  }
  .wysiwyg ul li:before {
    margin: 10px 9px 0 0;
  }
  .wysiwyg ul span {
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.55;
  }
  .wysiwyg ol span {
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.55;
  }

  .ul-list {
    font-size: 14px;
    font-size: 1rem;
  }

  .ol-list {
    font-size: 14px;
    font-size: 1rem;
  }

  .link-set {
    margin: 35px 0;
  }
  .p-image-set + .p-link-set .link-set, .p-move-set + .p-link-set .link-set {
    margin-top: 35px;
  }

  .btn {
    display: block;
    padding: 16px 23px 16px 53px;
  }
  .btn:before {
    top: 15px;
    left: 17px;
  }

  /*-----------------------------*/
  .table-inner {
    width: auto;
  }
  .table-inner .mCSB_container {
    width: 1000px !important;
  }
  .table-inner .mCSB_scrollTools {
    opacity: 1;
  }

  .table-box .w-title3 {
    margin: 0 0 31px;
  }
  .table-box ul li + li {
    margin: 4px 0 0;
  }
  .table-box ol li + li {
    margin: 4px 0 0;
  }

  .table-box-main {
    margin: 0 0 34px;
    padding: 25px 0;
  }

  .table-box table {
    width: 89.3%;
    margin: 0 auto 10px auto;
  }
  .table-box table th,
  .table-box table td {
    font-size: 13px;
    font-size: 0.92857rem;
  }
  .table-box table th {
    padding: 2% 1.8%;
  }
  .table-box table th:first-child {
    width: 30%;
  }
  .table-box table td {
    padding: 1.5% 1.8%;
  }

  /*-----------------------------*/
  .p-move-set + .l-container--center .w-title2 {
    margin-top: 43px;
  }

  .move-set {
    margin: 15px 0 25px;
  }
  .move-set .move-text {
    padding-bottom: 0;
  }

  .move-frame {
    float: none !important;
    width: auto !important;
    margin: 0 0 10px !important;
  }

  .move-text p,
  .move-text {
    float: none !important;
    width: auto !important;
    font-size: 1.07143rem !important;
    line-height: 1.55 !important;
  }

  /*-----------------------------*/
  .p-image-set + .l-container--center .w-title2 {
    margin-top: 43px;
  }

  .image-set {
    margin: 15px 0 35px;
  }
  .image-set .image ~ .image {
    margin-top: 30px;
  }
  .image-set .image-body {
    padding-bottom: 0;
  }

  .image-set .w-title3,
  .move-set .w-title3 {
    margin-bottom: 10px;
  }
  .image-set .w-title3 span:after,
  .move-set .w-title3 span:after {
    width: 25px;
    height: 2px;
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  .image-left .image-main {
    float: none;
    margin: 0 0 10px;
    width: auto;
  }

  .image-right .image-main {
    float: none;
    margin: 0 0 10px;
    width: auto;
  }

  .image-center .image-main {
    width: auto !important;
  }

  .image-main {
    margin: 0 0 27px !important;
  }

  .image-text p,
  .image-text {
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.55 !important;
  }

  .image-list section {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }

  .image-list section:nth-child(2n+1) {
    margin-left: 0;
  }

  .image-list section:nth-last-child(1) {
    margin-bottom: 0;
  }

  .p-image-2column + .l-container--center .w-title2 {
    margin-top: 43px;
  }

  .image-2column {
    padding-bottom: 0;
  }
  .image-2column .image-list section:last-child .image-main {
    margin-bottom: 0 !important;
  }

  .image-2column-even .image-list section:nth-last-child(2) {
    margin-bottom: 30px;
  }

  .move-left .w-title3 + p:before,
  .image-left .w-title3 + p:before {
    width: 25px;
    height: 2px;
    top: -18px;
    right: auto;
  }

  .move-right .w-title3 + p:before,
  .image-right .w-title3 + p:before {
    width: 25px;
    height: 2px;
    top: -18px;
    left: 0px;
  }

  /*-----------------------------*/
  .accordionset {
    margin: 0 0 30px;
  }

  .accordionset-list {
    margin-top: 20px;
  }

  .accordionset-btn {
    font-size: 16px;
    font-size: 1.14286rem;
    padding: 18px 60px 18px 15px;
  }

  .accordionset-btn:hover {
    background-color: #fff;
  }

  .accordionset-text {
    padding: 10px 15px 19px;
  }
  .accordionset-text .l-container--center .image-set,
  .accordionset-text .l-container--center .move-set {
    margin: 15px 0 35px;
  }

  .accordionset-mes {
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.55;
  }

  .accordionset-btn-q {
    padding: 18px 50px 18px 60px;
  }

  .accordionset-text-a:before {
    top: 13px;
    left: 21px;
  }

  .accordionset-btn-q span {
    left: 12px;
  }

  .accordionset-text-a {
    padding: 12px 35px 12px 44px;
  }

  /*-----------------------------*/
  .paging-list1-box {
    padding: 30px 0;
  }
  .paging-list1-box + .l-container--center {
    margin-top: 43px;
  }

  .paging-list1 a {
    margin: 0 0 2px;
    float: none;
    width: 100%;
    padding: 14px 16px 14px 43px;
    border: none;
    border-left: 4px solid #531B85;
  }
  .paging-list1 a:hover span {
    opacity: 1;
  }

  .paging-list1 a:before {
    color: #ccc;
    bottom: auto;
    right: auto;
    left: 12px;
    top: 16px;
    font-size: 19px;
    font-size: 1.35714rem;
  }

  .paging-list2-box {
    padding: 30px 0;
  }
  .paging-list2-box + .l-container--center {
    margin-top: 43px;
  }

  .paging-list2 {
    /*    margin: 0 0 20px;*/
  }

  .paging-list2 a {
    padding: 14px 16px 14px 43px;
    width: auto;
    float: none;
    margin: 0 0 2px;
    border: none;
    border-left: 3px solid #CCCCCC;
  }

  .paging-list2 a:hover span {
    opacity: 1;
  }

  .paging-list2 a:before {
    color: #000;
    bottom: auto;
    right: auto;
    left: 12px;
    top: 18px;
    font-size: 19px;
    font-size: 1.35714rem;
  }

  /*-----------------------------*/
  .enclose {
    padding: 20px;
    margin: 0 0 35px;
  }

  .enclose p {
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.55;
  }

  /*-----------------------------*/
  .keyword-word {
    background-position: 0 12px;
  }

  .keyword-box {
    padding: 20px;
    margin: 0 0 35px;
  }

  .keyword-box p {
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.55;
  }

  /*-----------------------------*/
  /*-----------------------------*/
  .annotation {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }

  .annotation-set {
    margin: 25px 0 35px;
  }

  .annotation-main {
    margin: 0 0 5px;
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.55;
  }

  .annotation-side .annotation + .annotation {
    margin: 30px 0 0 !important;
  }

  /*-----------------------------*/
  .question {
    display: block;
  }

  .question-title {
    display: block;
    width: auto;
    padding: 17px 31px 17px 59px;
    font-size: 20px;
    font-size: 1.42857rem;
  }

  .question-title:before {
    top: 18px;
  }

  .question-main {
    display: block;
    padding: 22px 31px 17px 59px;
    border: 1px solid #ccc;
    border-top: none;
  }

  .question-name {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  .question-text {
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.55;
  }

  .question-link a {
    font-size: 14px;
    font-size: 1rem;
    padding: 17px 16px 17px 44px;
    margin: 0 0 30px;
    display: block;
  }
  .question-link a:before {
    top: -1px;
    left: -41px;
  }

  .question-link a > span:before {
    top: 1px;
    left: -36px;
  }

  /*-----------------------------*/
  .related-link {
    margin: 0 0 30px;
  }

  .related-link-list a {
    display: block;
    margin: 0 0 10px;
  }

  .related-link-list a.link-pdf,
  .related-link-list a.link-page {
    margin: 0 0 10px;
  }

  /*-----------------------------*/
  .contact {
    margin: 0 0 36px;
    padding: 25px 0 39px;
  }
  .contact .w-title3 {
    margin: 0 0 32px;
  }

  .contact-box {
    margin: 0;
    padding: 16px 17px;
  }

  .contact-main {
    font-size: 18px;
    font-size: 1.28571rem;
  }

  .contact-mes {
    font-size: 12px;
    font-size: 0.85714rem;
    margin: 0 0 14px;
  }

  .contact-link:hover span {
    opacity: 1;
  }

  /*-----------------------------*/
  .list-column {
    display: block;
    height: auto;
    border: none;
    margin: 0 0 30px;
  }

  .list-column-img {
    display: block;
    height: 260px;
    width: 100%;
  }

  .list-column-body {
    padding: 19px 6%;
  }

  .list-column-title {
    font-size: 24px;
    font-size: 1.71429rem;
    margin: 0 0 22px;
  }

  .list-column-title:before {
    width: 25px;
    height: 2px;
    bottom: -12px;
  }

  .list-column-mes {
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.55;
  }

  .list-column-link {
    margin: 0 auto;
  }

  .list-column-link:hover span {
    opacity: 1;
  }

  /*-----------------------------*/
  .list-image {
    margin: 0 0 30px;
  }

  .list-image .list-image-box {
    width: auto;
    margin: 0 0 30px;
    float: none;
  }

  .list-image-text {
    padding: 0;
  }

  .list-image .list-image-box a:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }

  .list-image-title {
    font-size: 1.28571rem !important;
  }

  .list-image-mes {
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.55;
  }

  .list-image-link:hover span {
    opacity: 1;
  }

  .list-image-2column .list-image-img,
  .list-image-3column .list-image-img,
  .list-image-4column .list-image-img {
    width: auto;
    height: 260px;
  }

  .list-image-4column .list-image-img {
    height: 200px;
  }

  .list-image-4column .list-image-box:nth-child(2n+1) {
    margin-left: 0;
  }

  .list-image-4column .list-image-box {
    width: 47.65%;
    margin: 0 0 30px 4.6%;
    float: left;
  }

  .p-slide {
    margin: 43px 0;
  }
  .p-slide .l-container--center {
    width: auto;
  }
  .p-slide figcaption {
    padding: 5px 10px 8px;
    font-size: 14px;
    font-size: 1rem;
  }
  .p-slide__nav {
    margin-top: 30px;
  }
  .p-slide__nav__inner {
    display: block;
  }
  .p-slide__nav .owl-prev {
    left: 5.35%;
    right: auto;
    margin-right: 0;
  }
  .p-slide__nav .owl-next {
    left: auto;
    right: 5.35%;
    margin-left: 0;
  }

  .cs-area table {
    width: 100%;
  }
  .cs-area .mCustomScrollBox {
    margin-bottom: -25px;
  }
}
/* ==================================================================
 *
 * news
 *
 * ------------------------------------------------------------------
 *
 *
 *
 * ------------------------------------------------------------------ */
.news-comment {
  background: #F0F4F4;
  padding: 63px 0;
}

.news-comment-inner {
  background: #fff;
  position: relative;
  z-index: 1;
}

.news-comment-body {
  padding: 59px 568px 55px 147px;
}

.news-comment-inner-no-image .news-comment-body {
  padding-right: 60px;
}

.news-comment-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 1;
  top: -36px;
  left: 63px;
  font-family: TsukuMinPr6-D;
  font-size: 24px;
  font-size: 1.71429rem;
  letter-spacing: 3px;
}

.news-comment-subtai {
  color: #521A85;
  font-size: 12px;
  font-size: 0.85714rem;
  font-family: Lato, "Gill Sans", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 4px;
}

.news-comment-name {
  font-family: "TsukuGoPr5-M";
  font-size: 16px;
  font-size: 1.14286rem;
}

.news-comment-name span {
  font-size: 22px;
  font-size: 1.57143rem;
  padding: 0 0 0 10px;
}

.news-comment-mes {
  margin: 6px 0 0;
  font-size: 14px;
  font-size: 1rem;
}

.news-comment-img {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  width: 474px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .news-comment {
    padding: 62px 0 40px;
  }

  .news-comment-body {
    padding: 32px 25px 313px 62px;
  }

  .news-comment-inner {
    min-height: 0;
  }

  .news-comment-inner-no-image .news-comment-body {
    padding: 32px 30px 25px 62px !important;
  }

  .news-comment-title {
    left: 18px;
  }

  .news-comment-name {
    font-size: 14px;
    font-size: 1rem;
  }

  .news-comment-mes {
    margin: 6px 0;
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.55;
  }

  .news-comment-name span {
    font-size: 18px;
    font-size: 1.28571rem;
  }

  .news-comment-img {
    top: auto;
    left: 0;
    width: auto;
    height: 300px;
  }
}
/* ==================================================================
 *
 * closeup
 *
 * ------------------------------------------------------------------
 *
 *
 *
 * ------------------------------------------------------------------ */
.closeup-hed {
  margin: 96px 0 0;
}

.closeup-hed-image {
  height: 492px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: cover;
  background-size: cover;
}

.closeup-hed-text {
  background: #fff;
}

.closeup-hed-title {
  font-size: 36px;
  font-size: 2.57143rem;
  line-height: 1.9;
  margin: 0 0 10px;
  font-family: TsukuMinPr6-D;
}

.closeup-hed-subtai {
  font-size: 18px;
  font-size: 1.28571rem;
}

.closeup-hed-1column .closeup-hed-image {
  display: block;
  margin: 0 0 -65px;
}

.closeup-hed-1column .closeup-hed-text {
  width: 1146px;
  margin: 0 auto;
  padding: 47px 64px 26px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.closeup-hed-2column {
  display: table;
  width: 100%;
}

.closeup-hed-2column .closeup-hed {
  display: table;
}

.closeup-hed-2column .closeup-hed-image {
  width: 50%;
  display: table-cell;
}

.closeup-hed-2column .closeup-hed-text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 87px;
}

.closeup-hed-1column .closeup-hed-image.bg-none,
.closeup-hed-2column .closeup-hed-image.bg-none {
  background: url(/assets/images/common/bg1.png) 50% 50% repeat;
  background-size: auto auto;
}

@media screen and (max-width: 640px) {
  .closeup-hed {
    margin: 74px 0 0;
  }

  .closeup-hed-image {
    height: 230px;
    margin: 0 0 -65px !important;
  }

  .closeup-hed-text {
    padding: 10px 10px !important;
    width: 89.3% !important;
    margin: 0 auto;
    margin-bottom: 15px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .closeup-hed-title {
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .closeup-hed-subtai {
    font-size: 14px;
    font-size: 1rem;
  }

  .closeup-hed-2column {
    display: block;
  }

  .closeup-hed-2column .closeup-hed-image {
    display: block;
    width: 100%;
  }

  .closeup-hed-2column .closeup-hed-text {
    display: block;
  }
}
/*------------------------------------------------*/
.closeup-vol {
  background: #F9F8F5;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .closeup-vol {
    padding: 25px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .closeup-vol {
    padding: 20px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .closeup-vol {
    padding: 20px 0;
  }
}

.closeup-vol-title {
  text-align: center;
  font-size: 14px;
  font-size: 1rem;
  font-family: "TsukuGoPr5-R";
}

@media screen and (max-width: 640px) {
  .closeup-vol-no {
    font-size: 17px;
    font-size: 1.21429rem;
  }

  .closeup-vol-no:before {
    width: 25px;
    height: 2px;
  }
}
/*------------------------------------------------*/
.closeup-overview {
  padding: 51px 0 39px;
  border-bottom: solid 4px #DDD;
}

.closeup-overview-title {
  font-size: 12px;
  font-size: 0.85714rem;
  color: #521A85;
  font-family: Lato, "Gill Sans", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 28px;
}

.closeup-overview-mes {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .closeup-overview {
    padding: 30px 0;
  }

  .closeup-overview-title {
    margin: 0 0 14px;
  }

  .closeup-overview-mes {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
/*------------------------------------------------*/
.closeup-entry {
  padding: 0 0 0;
}

.closeup-entry-mes {
  margin: 0 0 27px;
}

/*.closeup-entry-description{
  margin: 0 0 59px;
}
.closeup-entry-description-mgnone{
  margin: 0 0 35px
}
.closeup-entry-description-sub{
  @include compass-font-size(14px);
  margin: 0 0 20px;
  padding: 0 0 0 33px;
}

.closeup-entry .image{
}
.closeup-entry .image-center .image-main{
}
.closeup-entry .related-link{
}
.closeup-question-link{
  padding: 35px 0;
}
.closeup-question-link a{
  margin: 0;
}*/
@media screen and (max-width: 640px) {
  .closeup-entry {
    padding: 0;
  }

  .closeup-entry-mes {
    margin: 0 0 9px;
  }

    /*.closeup-entry-description{
      margin: 0 0 22px;
    }
  
    .closeup-entry-description-mgnone{
      margin: 0 0 20px
    }
    .closeup-entry-description-sub{
      @include compass-font-size(15px);
      line-height: 1.55;
    }
    .closeup-entry .text{
    margin: 0 0 9px;
    }
  
    .closeup-entry .image{
    }
    .closeup-entry .image-center .image-main{
    }
  
    .closeup-entry .image-center .image-name{
    }
    .closeup-entry .related-link{
    }
    .closeup-question-link{
      padding: 35px 0;
    }
    .closeup-question-link a{
      margin: 0;
    }*/
}
/*------------------------------------------------*/
.closeup-entry-image {
  margin: 0 0 93px;
}

.closeup-entry-image-img {
  float: left;
  margin: 0 0 0 76px;
}

.closeup-entry-image-img:first-child {
  margin-left: 0;
}

.closeup-entry .closeup-entry-image-mes {
  font-size: 11px;
  font-size: 0.78571rem;
  padding: 12px 0;
}

/*.closeup-entry .image-right,
.closeup-entry .image-left{
  margin: 0 0 27px;
}*/
@media screen and (max-width: 640px) {
  .closeup-entry-image {
    margin: 0 0 30px;
  }

  .closeup-entry-image-img {
    width: auto;
    margin: 0 0 10px;
  }

  .closeup-entry .closeup-entry-image-mes {
    padding: 0;
  }

  /*  .closeup-entry .image-right,
    .closeup-entry .image-left{
    margin: 0 0 27px;
  }*/
}
/*------------------------------------------------*/
.closeup-comment {
  margin: 55px 0 51px;
}
.closeup-comment .link-set {
  margin-bottom: 0;
}
.closeup-comment:first-child {
  margin-top: 0;
}

.closeup-comment-name {
  color: #521A85;
  font-size: 22px;
  font-size: 1.57143rem;
  font-family: "TsukuGoPr5-M";
  margin: 0 0 9px;
}

.closeup-comment-mes {
  font-size: 14px;
  font-size: 1rem;
}

.closeup-comment-mes p + p {
  margin: 28px 0 0;
}

@media screen and (max-width: 640px) {
  .closeup-comment {
    margin: 35px 0 34px;
  }
  .closeup-comment .news-comment-body {
    padding-bottom: 325px;
  }
  .closeup-comment .link-set {
    margin-top: 20px;
  }
  .closeup-comment:first-child {
    margin-top: 0;
  }

  .closeup-comment-mes {
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.55;
  }

  .closeup-comment-mes p + p {
    margin: 14px 0 0;
  }
}
/* ==================================================================
 *
 * print
 *
 * ------------------------------------------------------------------
 *
 *
 *
 * ------------------------------------------------------------------ */
@media print {
  .p-header {
    display: none;
  }

  .w-title1 {
    margin-bottom: 20px;
    text-align: left;
  }
  .w-title1 span:before {
    left: 0;
    right: auto;
  }

  .w-title2 {
    margin: 0 0 20px;
    border-left: none;
    padding: 0;
  }

  .w-title3 {
    margin-bottom: 20px;
  }
  .w-title3 span:before {
    content: none;
  }

  .w-title4 {
    margin-bottom: 20px;
    padding: 0;
  }
  .w-title4:before {
    content: none;
  }

  .w-title5 {
    border-left: none;
    padding: 0;
  }

  .image-list section {
    height: auto !important;
  }

  .image-set .w-title3 span:after,
  .move-set .w-title3 span:after {
    content: none;
  }

  .paging-list1 a,
  .paging-list2 a {
    width: 100%;
    margin-left: 0;
  }
}
/* ==================================================================
 *
 * TOP PROJECT
 *
 * ------------------------------------------------------------------
 *
 *
 *
 * ------------------------------------------------------------------ */
body.is-home {
  /* ==================================================================
   *
   * Header
   *
   * ------------------------------------------------------------------ */
  /* ==================================================================
   *
   * News
   *
   * ------------------------------------------------------------------ */
}
body.is-home .p-superwrapper .p-supercontainer {
  overflow: visible;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-superwrapper .p-supercontainer {
    padding-top: 74px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-superwrapper .p-supercontainer {
    padding-top: 74px;
  }
}
body.is-home .p-header .p-header__hero {
  position: relative;
  width: 100%;
}
body.is-home .p-header .p-header__hero:before {
  display: block;
  content: '';
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  body.is-home .p-header .p-header__hero:before {
    padding-top: 49.8%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-header .p-header__hero:before {
    padding-top: 129.33%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-header .p-header__hero:before {
    padding-top: 129.33%;
  }
}
body.is-home .p-header .p-header__hero:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  content: '';
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#4D000000', endColorstr='#00000000');
}
body.is-home .p-header .p-header__hero .p-header__hero__inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
body.is-home .p-header .p-header__hero .p-header__hero__slides {
  height: 100%;
}
body.is-home .p-header .p-header__hero .p-header__hero__slides > div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
body.is-home .p-header .p-header__hero .p-header__hero__slides.is-hidden {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-header .p-header__hero .p-header__hero__slides.pc {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-header .p-header__hero .p-header__hero__slides.pc {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  body.is-home .p-header .p-header__hero .p-header__hero__slides.sp {
    display: none;
  }
}
body.is-home .p-header .p-header__hero .p-header__hero__text {
  z-index: 10;
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  body.is-home .p-header .p-header__hero .p-header__hero__text {
    width: 1146px;
    bottom: 12.5%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-header .p-header__hero .p-header__hero__text {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-header .p-header__hero .p-header__hero__text {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text__inner {
  padding: 0 20px;
}
body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-main {
  font-family: TsukuMinPr6-D;
  line-height: 1.4;
  font-size: 64px;
  font-size: 4.57143rem;
  color: #fff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-main {
    font-size: 32px;
    font-size: 2.28571rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-main {
    font-size: 32px;
    font-size: 2.28571rem;
  }
}
body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-sub {
  margin-top: 34px;
  font-family: TsukuMinPr6-D;
  font-size: 26px;
  font-size: 1.85714rem;
  color: #fff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-sub {
    margin-top: 15px;
    font-size: 13px;
    font-size: 0.92857rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-sub {
    margin-top: 15px;
    font-size: 13px;
    font-size: 0.92857rem;
  }
}
body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-btn {
  margin-top: 60px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-btn {
    margin-top: 25px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-btn {
    margin-top: 25px;
  }
}
body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-btn .btn {
  line-height: 1.8;
  border-color: #541b86;
  background-color: #541b86;
  color: #fff;
}
body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-btn .btn:before {
  color: #FFF;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-btn .btn {
    padding: 15px 36px 15px 72px;
    font-size: 18px;
    font-size: 1.28571rem;
  }
  body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-btn .btn:before {
    top: 18px;
    left: 30px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-btn .btn {
    display: inline-block;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-header .p-header__hero .p-header__hero__text .p-header__hero__text-btn .btn {
    display: inline-block;
  }
}
body.is-home .p-header .p-header__hero .p-header__hero__btn-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
body.is-home .p-header .p-header__hero .p-header__hero__btn-scroll img {
  width: 48px;
  height: auto;
  animation-name: upDown;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
@-webkit-keyframes upDown {
  0% {
    transform: translate3d(0, -5%, 0);
  }
  50% {
    transform: translate3d(0, 5%, 0);
  }
  100% {
    transform: translate3d(0, -5%, 0);
  }
}
@keyframes upDown {
  0% {
    transform: translate3d(0, -5%, 0);
  }
  50% {
    transform: translate3d(0, 5%, 0);
  }
  100% {
    transform: translate3d(0, -5%, 0);
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-header .p-header__hero .p-header__hero__btn-scroll {
    bottom: 30px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-header .p-header__hero .p-header__hero__btn-scroll {
    bottom: 30px;
  }
}
body.is-home .p-headline {
  background: #fff;
}
body.is-home .p-headline .p-headline__sec {
  position: relative;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__head {
    position: absolute;
    top: 0;
    left: 20px;
    float: left;
    padding: 17px 0 0 0;
    width: 214px;
    height: 38px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__head {
    padding: 5px 10px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__head {
    padding: 5px 10px;
  }
}
body.is-home .p-headline .p-headline__sec .p-headline__sec__head h2 {
  position: relative;
  border-left: 4px solid #541b86;
  font-size: 14px;
  font-size: 1rem;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__head h2 {
    padding-left: 14px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__head h2 {
    padding-left: 6px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__head h2 {
    padding-left: 6px;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__head h2 span {
    display: none;
  }
}
body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper {
  background: #f5f5f5;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper {
    margin-left: 254px;
    padding: 0 16px 0 24px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper {
    font-size: 15px;
    font-size: 1.07143rem;
  }
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li + li {
    border-top: 1px solid #dddddd;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper {
    font-size: 15px;
    font-size: 1.07143rem;
  }
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li + li {
    border-top: 1px solid #dddddd;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #dddddd;
    vertical-align: middle;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li {
    position: relative;
    margin: 0 10px;
    padding: 0 10px;
  }
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li li + li {
    border-top: 1px solid #dddddd;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li {
    position: relative;
    margin: 0 10px;
    padding: 0 10px;
  }
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li li + li {
    border-top: 1px solid #dddddd;
  }
}
body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a {
  position: relative;
  display: block;
}
.no-touch body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a:hover {
  color: #cccccc;
}
.no-touch body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a:hover time,
.no-touch body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a:hover .p-headline-unit__description p {
  text-decoration: underline;
}
.touch body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a.hover {
  color: #cccccc;
}
.touch body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a.hover time,
.touch body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a.hover .p-headline-unit__description p {
  text-decoration: underline;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a {
    padding: 5px 0;
    color: #666666;
    text-decoration: underline;
    overflow: hidden;
    display: -webkit-box;
    font-family: "TsukuGoPr5-R", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "MS UI Gothic", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a {
    padding: 5px 0;
    color: #666666;
    text-decoration: underline;
    overflow: hidden;
    display: -webkit-box;
    font-family: "TsukuGoPr5-R", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "MS UI Gothic", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a time {
  font-weight: bold;
  font-family: Lato, "Gill Sans", sans-serif;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a time {
    position: absolute;
    left: 0;
    display: block;
    padding: 0 16px 0 4px;
    width: 128px;
    white-space: nowrap;
    height: 55px;
    vertical-align: middle;
    line-height: 55px;
  }
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a time:after {
    position: absolute;
    top: 19px;
    right: 0;
    display: block;
    width: 2px;
    height: 17px;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    content: '';
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a time {
    display: inline;
    margin-right: .5em;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a time {
    display: inline;
    margin-right: .5em;
  }
}
body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a .p-headline-unit__description {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a .p-headline-unit__description {
    padding: 0 16px 0 172px;
    height: 55px;
    vertical-align: middle;
    line-height: 55px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a .p-headline-unit__description {
    display: inline;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a .p-headline-unit__description {
    display: inline;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a .p-headline-unit__description p {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "TsukuGoPr5-R", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "MS UI Gothic", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
    line-height: 1;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a .p-headline-unit__description p {
    display: inline;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  body.is-home .p-headline .p-headline__sec .p-headline__sec__wrapper li a .p-headline-unit__description p {
    display: inline;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  body.is-home .p-headline .p-headline__sec--important .p-headline__sec__wrapper:after {
    position: absolute;
    bottom: 0;
    left: 20px;
    display: block;
    width: 214px;
    height: 1px;
    background: #dddddd;
    content: '';
  }
}

/* ==================================================================
 *
 * Concept
 *
 * ------------------------------------------------------------------ */
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-concept header {
    width: 330px;
    float: left;
  }
}
.p-concept .p-concept__title {
  font-size: 36px;
  font-size: 2.57143rem;
  position: relative;
  z-index: 1;
  margin: 0 0 61px;
  font-family: TsukuMinPr6-D;
  line-height: 1.8;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-concept .p-concept__title {
    font-size: 23px;
    font-size: 1.64286rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-concept .p-concept__title {
    font-size: 23px;
    font-size: 1.64286rem;
  }
}
.p-concept .p-concept__title:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #531B85;
  width: 50px;
  height: 4px;
  bottom: -29px;
  left: 0;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-concept .p-concept__main {
    margin-left: 410px;
  }
}
.p-concept .p-concept__main .p-concept__main-mes {
  font-size: 16px;
  font-size: 1.14286rem;
  margin: 0 0 30px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-concept .p-concept__main .p-concept__main-mes br {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-concept .p-concept__main .p-concept__main-mes br {
    display: none;
  }
}
.p-concept .p-concept__main .p-concept__main-btn .btn {
  text-align: center;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-concept .p-concept__main .p-concept__main-btn .btn {
    width: 320px;
    padding: 11px 65px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-concept .p-concept__main .p-concept__main-btn .btn:before {
    left: 30px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-concept .p-concept__main .p-concept__main-btn .btn {
    padding: 16px 50px;
  }
  .p-concept .p-concept__main .p-concept__main-btn .btn:before {
    left: 15px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-concept .p-concept__main .p-concept__main-btn .btn {
    padding: 16px 50px;
  }
  .p-concept .p-concept__main .p-concept__main-btn .btn:before {
    left: 15px;
  }
}

/* ==================================================================
 *
 * Education
 *
 * ------------------------------------------------------------------ */
.p-education {
  background-color: #f0f4f4;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-education .w-title4 {
    float: left;
    width: 190px;
  }
}
.p-education .p-education__container {
  margin-top: 60px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__container {
    margin-top: 32px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__container {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-education .p-education__main {
    margin-left: 286px;
  }
}
.p-education .p-education__main .p-education__main-mes {
  font-size: 16px;
  font-size: 1.14286rem;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__main .p-education__main-mes {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__main .p-education__main-mes {
    font-size: 14px;
    font-size: 1rem;
  }
}
.p-education .p-education__main-list li {
  float: left;
  margin: 0 0 0 30px;
  width: 266px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__main-list li {
    width: 46%;
    margin: 0 0 0 8%;
  }
  .p-education .p-education__main-list li p {
    line-height: 1.55;
  }
  .p-education .p-education__main-list li:nth-child(odd) {
    margin-left: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__main-list li {
    width: 46%;
    margin: 0 0 0 8%;
  }
  .p-education .p-education__main-list li p {
    line-height: 1.55;
  }
  .p-education .p-education__main-list li:nth-child(odd) {
    margin-left: 0;
  }
}
.p-education .p-education__main-list li:first-child {
  margin-left: 0;
}
.p-education .p-education__main-list a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 27px 23px 31px;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__main-list a {
    padding: 13px 4px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__main-list a {
    padding: 13px 4px;
  }
}
.p-education .p-education__main-list a:hover {
  background-color: #FFF;
  box-shadow: 0px 0px 12px 5px #e8e8e8;
  -moz-box-shadow: 0px 0px 12px 5px #e8e8e8;
  -webkit-box-shadow: 0px 0px 12px 5px #e8e8e8;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__main-list a:hover {
    background-color: inherit;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__main-list a:hover {
    background-color: inherit;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
}
.p-education .p-education__main-list a:before {
  content: "";
  z-index: 1;
  position: absolute;
  background-color: #ccc;
  height: 4px;
  top: 2px;
  right: 2px;
  left: 2px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.p-education .p-education__main-list a:hover:before {
  background-color: #541B86;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__main-list a:hover:before {
    background-color: #CCC;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__main-list a:hover:before {
    background-color: #CCC;
  }
}
.p-education .p-education__main-list p {
  font-family: "TsukuGoPr5-R";
}
.p-education .p-education__main-list h3 {
  margin: 0 0 36px;
  font-family: TsukuMinPr6-L;
  font-size: 20px;
  font-size: 1.42857rem;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__main-list h3 {
    margin: 0 0 13px;
    font-size: 15px;
    font-size: 1.07143rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__main-list h3 {
    margin: 0 0 13px;
    font-size: 15px;
    font-size: 1.07143rem;
  }
}
.p-education .p-education__main-list .p-education__main-list-img {
  border-radius: 100px;
  overflow: hidden;
  width: 180px;
  margin: 0 auto 32px;
}
.p-education .p-education__main-list .p-education__main-list-img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__main-list .p-education__main-list-img {
    width: 92.55%;
    margin: 0 auto 15px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__main-list .p-education__main-list-img {
    width: 92.55%;
    margin: 0 auto 15px;
  }
}
.p-education .p-education__admission {
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission {
    margin: 0 8.75%;
    overflow: inherit;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission {
    margin: 0 8.75%;
    overflow: inherit;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-education .p-education__admission .p-education__admission-title {
    float: left;
  }
}
.p-education .p-education__admission .p-education__admission-title p {
  background-color: #FFF;
  text-align: center;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-education .p-education__admission .p-education__admission-title p span {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-education .p-education__admission .p-education__admission-title p {
    display: table;
    width: 100px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-title p {
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-title p {
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-education .p-education__admission .p-education__admission-title--box1 p {
    height: 170px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-title--box2 {
    overflow: hidden;
    *zoom: 1;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-title--box2 {
    overflow: hidden;
    *zoom: 1;
  }
}
.p-education .p-education__admission .p-education__admission-title--box2 p {
  width: 182px;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-education .p-education__admission .p-education__admission-title--box2 p {
    height: 80px;
  }
  .p-education .p-education__admission .p-education__admission-title--box2 p:last-child {
    margin-top: 10px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-title--box2 p {
    float: left;
    width: 48.25%;
  }
  .p-education .p-education__admission .p-education__admission-title--box2 p + p {
    margin: 0 0 0 3.5%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-title--box2 p {
    float: left;
    width: 48.25%;
  }
  .p-education .p-education__admission .p-education__admission-title--box2 p + p {
    margin: 0 0 0 3.5%;
  }
}
.p-education .p-education__admission .p-education__admission-rate {
  text-align: center;
  font-family: Lato, "Gill Sans", sans-serif;
  font-weight: bold;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-education .p-education__admission .p-education__admission-rate {
    float: left;
    height: 170px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-rate {
    font-size: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-rate {
    font-size: 0;
  }
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh,
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs {
  position: relative;
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh > div,
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs > div {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  background-color: #f0f4f4;
  z-index: 1;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh > div,
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs > div {
    padding: 8px 0 6px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh > div,
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs > div {
    padding: 8px 0 6px;
  }
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh a,
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs a {
  position: relative;
  display: block;
  color: #75499D;
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh a .p-education__admission-rate--denominator:after,
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs a .p-education__admission-rate--denominator:after {
  background-color: #75499D;
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh a:after,
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs a:after {
  content: "";
  position: absolute;
  top: -8px;
  right: -18px;
  background: url(/assets/images/common/icon04.png) 0 0 no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 20px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh a:after,
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs a:after {
    right: -15px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh a:after,
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs a:after {
    right: -15px;
  }
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh:after,
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh:after,
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs:after {
    transform: translateY(-50%);
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh:after,
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs:after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh:after,
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs:after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh {
    width: 170px;
    height: 170px;
  }
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh > div {
  margin-top: 52px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh > div {
    margin: 20px 0 18px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh > div {
    margin: 20px 0 18px;
  }
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh:after {
  background: url(/assets/images/top/rate_line01.png);
  width: 231px;
  height: 102px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh:after {
    background: url(/assets/images/top/rate_v_dot.png);
    background-size: 2px 4px;
    width: 2px;
    height: 74px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--jh:after {
    background: url(/assets/images/top/rate_v_dot.png);
    background-size: 2px 4px;
    width: 2px;
    height: 74px;
  }
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs {
    height: 85px;
    width: 234px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs {
    display: inline-block;
    width: 48.25%;
  }
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs:last-child {
    margin: 0 0 0 3.5%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs {
    display: inline-block;
    width: 48.25%;
  }
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs:last-child {
    margin: 0 0 0 3.5%;
  }
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs > div {
  margin-top: 9px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs > div {
    margin: 20px 0 26px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs > div {
    margin: 20px 0 26px;
  }
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs:after {
  background: url(/assets/images/top/rate_line02.png);
  width: 223px;
  height: 10px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs:after {
    background: url(/assets/images/top/rate_line03.png);
    background-size: 10px 79px;
    width: 10px;
    height: 79px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--hs:after {
    background: url(/assets/images/top/rate_line03.png);
    background-size: 10px 79px;
    width: 10px;
    height: 79px;
  }
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--denominator {
  position: relative;
  font-size: 16px;
  font-size: 1.14286rem;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--denominator {
    padding-bottom: 6px;
    margin-bottom: 2px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--denominator {
    margin-right: 16px;
    display: inline-block;
    font-size: 12px;
    font-size: 0.85714rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--denominator {
    margin-right: 16px;
    display: inline-block;
    font-size: 12px;
    font-size: 0.85714rem;
  }
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--denominator strong {
  font-size: 36px;
  font-size: 2.57143rem;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--denominator strong {
    font-size: 27px;
    font-size: 1.92857rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--denominator strong {
    font-size: 27px;
    font-size: 1.92857rem;
  }
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--denominator:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 84px;
  height: 2px;
  background-color: #000;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--denominator:after {
    top: 12px;
    right: -20px;
    left: auto;
    transform: rotate(-55deg);
    width: 18px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--denominator:after {
    top: 12px;
    right: -20px;
    left: auto;
    transform: rotate(-55deg);
    width: 18px;
  }
}
.p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--molecule {
  font-size: 12px;
  font-size: 0.85714rem;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--molecule {
    display: inline-block;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-rate .p-education__admission-rate--molecule {
    display: inline-block;
  }
}
.p-education .p-education__admission .p-education__admission-number {
  font-weight: bold;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-education .p-education__admission .p-education__admission-number {
    float: left;
    width: 74px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-number {
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  .p-education .p-education__admission .p-education__admission-number:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/images/top/rate_h_dot.png);
    background-size: 4px 2px;
    width: 50%;
    height: 2px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-number {
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  .p-education .p-education__admission .p-education__admission-number:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/images/top/rate_h_dot.png);
    background-size: 4px 2px;
    width: 50%;
    height: 2px;
  }
}
.p-education .p-education__admission .p-education__admission-number > div {
  font-family: Lato, "Gill Sans", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-education .p-education__admission .p-education__admission-number > div strong {
  font-size: 24px;
  font-size: 1.71429rem;
}
@media only screen and (min-width: 641px) and (min-device-width: 768px) {
  .p-education .p-education__admission .p-education__admission-number > div {
    height: 80px;
    padding: 10px 0 0 8px;
  }
  .p-education .p-education__admission .p-education__admission-number > div:last-child {
    margin-top: 10px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-education .p-education__admission .p-education__admission-number > div {
    position: relative;
    width: 48.25%;
    float: left;
    padding: 10px 0 14px;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .p-education .p-education__admission .p-education__admission-number > div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/images/top/rate_line03.png) center bottom;
    background-size: 10px 79px;
    width: 10px;
    height: 35px;
  }
  .p-education .p-education__admission .p-education__admission-number > div strong {
    font-size: 18px;
    font-size: 1.28571rem;
  }
  .p-education .p-education__admission .p-education__admission-number > div:first-child {
    padding-left: 8%;
  }
  .p-education .p-education__admission .p-education__admission-number > div:last-child {
    margin: 0 0 0 3.5%;
    text-align: right;
    padding-right: 8%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-education .p-education__admission .p-education__admission-number > div {
    position: relative;
    width: 48.25%;
    float: left;
    padding: 10px 0 14px;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .p-education .p-education__admission .p-education__admission-number > div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(/assets/images/top/rate_line03.png) center bottom;
    background-size: 10px 79px;
    width: 10px;
    height: 35px;
  }
  .p-education .p-education__admission .p-education__admission-number > div strong {
    font-size: 18px;
    font-size: 1.28571rem;
  }
  .p-education .p-education__admission .p-education__admission-number > div:first-child {
    padding-left: 8%;
  }
  .p-education .p-education__admission .p-education__admission-number > div:last-child {
    margin: 0 0 0 3.5%;
    text-align: right;
    padding-right: 8%;
  }
}
.p-education .p-education-note {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.85714rem;
}

/* ==================================================================
 *
 * Other
 *
 * ------------------------------------------------------------------ */
.p-other {
  margin-top: 4px;
  background-color: #F9F9F9;
}
.p-other .p-other-list {
  margin: 30px 0 30px;
}
.p-other .p-other-list li {
  width: 270px;
  float: left;
  margin: 0 0 25px 20px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-other .p-other-list li {
    margin: 0;
    width: auto;
    float: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-other .p-other-list li {
    margin: 0;
    width: auto;
    float: none;
  }
}
.p-other .p-other-list li:nth-child(4n+1) {
  margin-left: 0;
}
.p-other .p-other-list li a {
  display: block;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-other .p-other-list li a {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-other .p-other-list li a {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-other .p-other-list-img {
    overflow: hidden;
    width: 80px;
    border-radius: 100px;
    position: absolute;
    z-index: 5;
    right: 5px;
    top: 5px;
  }
  .p-other .p-other-list-img img {
    width: auto;
    height: 80px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-other .p-other-list-img {
    overflow: hidden;
    width: 80px;
    border-radius: 100px;
    position: absolute;
    z-index: 5;
    right: 5px;
    top: 5px;
  }
  .p-other .p-other-list-img img {
    width: auto;
    height: 80px;
  }
}
.p-other .p-other-list-box {
  border-top: 4px solid #541b86;
  background: #fff;
  padding: 20px 26px 19px 26px;
  z-index: 1;
  border-bottom: 2px solid #ccc;
  position: relative;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-other .p-other-list-box {
    border-top: none;
    border-bottom: none;
    border-left: 4px solid #541b86;
    margin: 0 0 2px;
    padding: 25px 94px 19px 33px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-other .p-other-list-box {
    border-top: none;
    border-bottom: none;
    border-left: 4px solid #541b86;
    margin: 0 0 2px;
    padding: 25px 94px 19px 33px;
  }
}
.p-other .p-other-list-box:before {
  font-family: 'icomoon' !important;
  content: '\e905';
  font-size: 28px;
  font-size: 2rem;
  z-index: 1;
  position: absolute;
  bottom: -1px;
  right: 8px;
  color: #531B85;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-other .p-other-list-box:before {
    bottom: auto;
    right: auto;
    left: 9px;
    top: 27px;
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-other .p-other-list-box:before {
    bottom: auto;
    right: auto;
    left: 9px;
    top: 27px;
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-other .story-pickup-box-none {
    padding: 25px 33px 19px 33px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-other .story-pickup-box-none {
    padding: 25px 33px 19px 33px;
  }
}
.p-other .p-other-list-title {
  font-size: 16px;
  font-size: 1.14286rem;
  font-family: "TsukuGoPr5-D";
  margin: 0 0 3px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-other .p-other-list-title {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.55;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-other .p-other-list-title {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.55;
  }
}
.p-other .p-other-list-mes {
  margin-top: 10px;
  color: #434343;
  font-family: "TsukuGoPr5-M";
  line-height: 1.5;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (max-width: 640px) {
  .p-other .p-other-list-mes {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 1.55;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .p-other .p-other-list-mes {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 1.55;
  }
}

body.menu-open {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.hover-move {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.hover-body {
  display: table;
  height: 100%;
  width: 100%;
}

.hover-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 3%;
  position: relative;
  z-index: 5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.hover-close {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -24px;
  color: #fff;
  font-size: 25px;
  font-size: 1.78571rem;
}
