@charset "UTF-8";
/* # =================================================================
# normalize
# ================================================================= */
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("//fonts.googleapis.com/css?family=Cinzel:400,500,600,700,900");
@import url("//fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
	scroll-padding-top:75px;
}
:target{scroll-margin-top:75px;}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* # =================================================================
# base
# ================================================================= */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: 0.04em;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
  -ms-font-feature-settings: "normal";
  min-width: 1050px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover {
  opacity: .6;
}

a:focus {
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

ul, ol {
  padding: 0;
  margin: 0;
}

ul li, ol li {
  list-style-type: none;
}

p {
  margin: 0;
}

main {
  display: block;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #333;
}

select::-ms-expand {
  display: none;
}

hr {
  border: none;
  margin: 0;
}

b,
strong
{
  font-weight: bold;
}
em{
  font-weight:normal;
}
.clearfix::after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
}

/* # =================================================================
# structures
# ================================================================= */
/**
 * Layout
 */
.st-wrapper {
  overflow: hidden;
  padding-top: 125px;
}

/**
 * header
 */
.st-header {
  padding: 0 2.66666666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 999;
}

.st-header__pnl {
  width: 27.112676056%;
  max-width: 385px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.st-header__logo {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.st-header__logo a {
  display: block;
  background: url(/images/logo_header_full.svg) no-repeat center center;
  background-size: contain;
  height: 70px;
}

.st-header__sp-search {
  padding: 12.5px;
  line-height: 0;
  margin: 0 0 0 auto;
}

.st-header__sp-search.is-active i {
  width: 19px;
  height: 19px;
}

.st-header__sp-search.is-active i::before {
  width: 22px;
  height: 1px;
  background: #333;
  border: none;
  border-radius: 0;
  -webkit-transform: rotate(45deg) translate(-1px, 1px);
          transform: rotate(45deg) translate(-1px, 1px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.st-header__sp-search.is-active i::after {
  width: 22px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate(1px, 1px);
          transform: rotate(-45deg) translate(1px, 1px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.st-header__sp-search i {
  width: 21.5px;
  height: 20.5px;
}

.st-header__sp-search i::before {
  width: 13px;
  height: 13px;
  border-color: #333;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.st-header__sp-search i::after {
  width: 3.5px;
  height: 10px;
  right: 3px;
  background-color: #333;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.st-header__burger {
  height: 45px;
  width: 50px;
  position: relative;
  display: none;
}

.st-header__burger span {
  display: block;
  width: 25px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.st-header__burger span:nth-child(1) {
  top: 12.5px;
}

.st-header__burger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.st-header__burger span:nth-child(3) {
  bottom: 12.5px;
}

/* ヘッダー メニュー */
.st-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}

.st-gnav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.st-gnav__close {
  width: 17.5px;
  height: 17.5px;
  position: fixed;
  left: 16.66666666%;
  top: 20px;
}

.st-gnav__close::before, .st-gnav__close::after {
  content: "";
  display: block;
  width: 125%;
  height: 2px;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
}

.st-gnav__close::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.st-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 4px 0 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}

.st-gnav__item {
  margin: 0 0.44776vw;
}

.st-gnav__item__link {
  display: block;
  text-align: center;
  padding: 10px 1.34328vw 17px;
  height: 100%;
  color: #000;
}

.st-gnav__item__link .-en {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 1.1194vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.st-gnav__item__link .-jp {
  display: block;
  font-size: 0.89552vw;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin: -3px 0 0;
}

.st-gnav__item.js-trigger .st-gnav__item__link {
  border-bottom: none;
}

.st-gnav__item.js-trigger .st-gnav__item__link::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 auto;
}

.st-gnav__item.js-trigger .st-gnav__item__link.is-current {
  border-bottom: solid 4px #162a89;
}

.st-gnav__item.js-trigger .st-gnav__item__link.is-active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.st-gnav__item.js-trigger .st-gnav__item__link.is-active::after {
  display: none;
}

.st-gnav__item.-search {
  width: 40px;
  margin: 8px -2px 0 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.st-gnav__item.-search a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #333;
  border-radius: 50%;
  -webkit-transition: all 0s .4s, background-color .3s .2s;
  transition: all 0s .4s, background-color .3s .2s;
}

.st-gnav__item.-search a i {
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.st-gnav__item.-search a i::before, .st-gnav__item.-search a i::after {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.st-gnav__item.-search a.is-active {
  width: 60px;
  height: calc(100% + 8px);
  background: #162a89;
  border-radius: 0;
  padding-bottom: 8px;
  margin: -8px -10px 0;
  -webkit-transition: all 0s;
  transition: all 0s;
  opacity: 1;
}

.st-gnav__item.-search a.is-active i {
  width: 19px;
  height: 19px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.st-gnav__item.-search a.is-active i::before {
  width: 24px;
  height: 1px;
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-transform: rotate(45deg) translate(-2px, 2px);
          transform: rotate(45deg) translate(-2px, 2px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.st-gnav__item.-search a.is-active i::after {
  width: 24px;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate(2px, 2px);
          transform: rotate(-45deg) translate(2px, 2px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.st-gnav__megamenu {
  position: absolute;
  background: #162a89;
  width: 100%;
  left: 0;
  color: #fff;
  min-width: 1050px;
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  z-index: 999;
}

.st-gnav__megamenu .c-headline {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.st-gnav__megamenu .c-headline .-en {
  font-size: 2.08955vw;
  letter-spacing: 0.2em;
  margin: 0 0 7px;
}

.st-gnav__megamenu .c-headline .-jp {
  font-size: 1.04478vw;
  letter-spacing: 0.2em;
}

.st-gnav__megamenu.is-active {
  display: block;
}

.st-gnav__megamenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1250px;
  padding: 0 25px;
  margin: 0 auto;
}

.st-gnav__megamenu__inner.-l-small {
  max-width: 1050px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.st-gnav__megamenu__list {
  width: 314px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 3.75%;
}

.st-gnav__megamenu__list li {
  text-align: right;
  padding: 0 30px 0 0;
}

.st-gnav__megamenu__list li a {
  color: rgba(255, 255, 255, 0.5);
  line-height: 2.125;
}

.st-gnav__megamenu__list li a[target]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  background: url(/images/icn_blank_wh.png) no-repeat center center;
  background-size: 12px auto;
  margin: 0 0 2px 10px;
  opacity: 0.5;
}

.st-gnav__megamenu__list li a i {
  display: none;
  margin: -3px 9px 0 0;
  vertical-align: middle;
}

.st-gnav__megamenu__list li a i img {
  width: 36px;
}

.st-gnav__megamenu__list li.is-active {
  margin: 10px 0 10px;
  padding: 0 20px 0 0;
}

.st-gnav__megamenu__list li.is-active:first-child {
  margin-top: 0;
}

.st-gnav__megamenu__list li.is-active a {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.9;
  padding: 8px 10px 7px 20px;
  position: relative;
}

.st-gnav__megamenu__list li.is-active a:hover {
  opacity: 1;
}

.st-gnav__megamenu__list li.is-active a::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgba(255, 255, 255, 0.2))) no-repeat top left/100% 50%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgba(255, 255, 255, 0.2))) no-repeat bottom right/100% 50%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50.5%) no-repeat bottom right/100% 50%;
  position: absolute;
  top: 0;
  right: -20px;
}

.st-gnav__megamenu__list li.is-active a i {
  display: inline-block;
}

.st-gnav__megamenu__list02 {
  width: 250px;
  margin-left: 43px;
}

.st-gnav__megamenu__list02 + .st-gnav__megamenu__list02 {
  margin-left: 30px;
}

.st-gnav__megamenu__list02 > li + li {
  margin-top: 10px;
}

.st-gnav__megamenu__list02 > li > a {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  line-height: 2.25;
  color: #fff;
  padding: 4px 20px;
  position: relative;
}

.st-gnav__megamenu__list02 > li > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.st-gnav__megamenu__list02.-flex {
  width: 100%;
  margin-left: 20px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.st-gnav__megamenu__list02.-flex li {
  width: 232px;
  margin-left: 30px;
}

.st-gnav__megamenu__list02.-flex li a {
  height: 55px;
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.st-gnav__megamenu__list02.-flex li + li {
  margin-top: 0;
}

.st-gnav__megamenu__sub-list {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 30px;
}

.st-gnav__megamenu__sub-list li::before {
  content: "- ";
  color: rgba(255, 255, 255, 0.7);
}

.st-gnav__megamenu__sub-list a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  line-height: 2.1;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.st-gnav__megamenu__conts {
  width: 54.16666666%;
  padding-left: 10px;
  position: relative;
}

.st-gnav__megamenu__item {
  width: calc(100% - 10px);
  padding: 22px 30px 25px;
  background: rgba(255, 255, 255, 0.2);
  display: none;
}

.st-gnav__megamenu__desc-link {
  text-align: right;
  margin: 0 0 0 auto;
  margin-right: -20px;
}

.st-gnav__megamenu__desc-link a {
  color: #fff;
}

.st-gnav__megamenu__desc-link a::before {
  border-width: 0 0 30px 30px;
  bottom: 5px;
}

.st-gnav__article a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.st-gnav__article__media {
  width: 80px;
  margin: 5px 20px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.st-gnav__article__media::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.st-gnav__article__text {
  width: 470px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.st-gnav__article__info {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.5);
}

.st-gnav__article__info p,
.st-gnav__article__info time {
  color: rgba(255, 255, 255, 0.5);
}

.st-gnav__article__subttl {
  font-size: 1.6rem;
  line-height: 1.625;
  margin: 0 0 10px;
}

.st-gnav__article__author {
  width: 100%;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.st-snav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.st-snav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5px 0 0;
}

.st-snav__item {
  line-height: 1.0;
}

.st-snav__item + .st-snav__item {
  border-left: solid 1px #999;
}

.st-snav__item a {
  display: block;
  color: #777;
  font-size: 1.2rem;
  padding: 0 21px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.st-snav__item.-lang {
  margin-left: 10px;
  border-left: 0;
}

.st-snav__item.-lang a {
  display: inline-block;
  font-family: 'Muli', sans-serif;
  padding: 3px 10px;
  border: solid 1px #777;
  border-radius: 20px;
  letter-spacing: 0.1em;
  line-height: 1.0;
}

.st-snav__item.-contact span {
  display: none;
}

.st-snav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 25px;
}

.st-snav__sns li + li {
  margin: 0 0 0 30px;
}

.st-snav__sns svg {
  fill: #777;
  height: 15px;
  width: 15px;
}

.st-snav__sns svg.-tw {
  width: 18px;
}

.st-header__search {
  position: absolute;
  top: 100%;
  right: 0;
  background: #162a89;
  z-index: 1;
  width: 540px;
  height: 80px;
  padding: 30px 35px 10px;
  display: none;
}
.st-header__search.up {
  top: 51px;
  right: 88px;
  height:75px;
 }

.st-header__search__inner {
  width: 100%;
}

.st-header__search__inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}

.st-header__search input[type=text] {
  font-family: 'Muli', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', 'MS PGothic', sans-serif;
  width: 100%;
  letter-spacing: 0.1em;
  height: 30px;
  padding: 0 10px;
}

.st-header__search input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.st-header__search input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.st-header__search input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.st-header__search input[type=text]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.st-header__search input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.st-header__search button {
  width: 21px;
  height: 20px;
  background: url(/images/icn_search.png) no-repeat center center;
  background-size: 21px 20px;
  text-indent: -9999px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px 0 0;
}

/**
 * footer
 */
.st-footer {
  position: relative;
}

.st-footer__pagetop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index:2000;
}

.st-sitemap {
  background: #162a89;
  padding: 46px 0 43px;
}

.st-sitemap__headline {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin: 0 0 34px;
}

.st-sitemap__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.st-sitemap__item {
  color: rgba(255, 255, 255, 0.7);
  width: 205px;
}

.st-sitemap__item._w225 {
  width: 225px;
}

.st-sitemap__item a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.st-sitemap__item a:hover {
  opacity: 1;
  color: #fff;
}

.st-sitemap__item dl {
  margin: 0;
}

.st-sitemap__item dl + dl {
  margin-top: 35px;
}

.st-sitemap__item dt {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 2.125;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  margin: 0 0 15px;
}

.st-sitemap__item dd {
  margin: 0;
}

.st-sitemap__list > li {
  line-height: 1.6;
}

.st-sitemap__list > li + li {
  margin-top: 3px;
}

.st-sitemap__list > li > a {
  display: inline-block;
}

.st-sitemap__list > li > a[target]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  background: url(/images/icn_blank_wh.png) no-repeat center center;
  background-size: 12px auto;
  margin: 0 0 2px 10px;
  opacity: 0.7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.st-sitemap__list > li > a[target]:hover::after {
  opacity: 1;
}

.st-sitemap__sub-list {
  margin: 0 0 0 24px;
}

.st-sitemap__sub-list li {
  line-height: 1.3;
}

.st-sitemap__sub-list li::before {
  content: "- ";
}

.st-footer__bottom {
  background: #091448;
  color: #fff;
  padding: 30px 0;
}

.st-footer__bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.st-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.st-footer__info__text {
  margin: -5px 0 0;
}

.st-footer__info p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 2.0;
}

.st-footer__info p span {
  display: block;
}

.st-footer__info p a {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 22px;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 3.5px 15px;
  margin: 0 0 0 10px;
}

.st-footer__logo {
  margin: 0 30px 0 0;
}

.st-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.st-footer__sns li {
  margin: 0 15px;
}

.st-footer__sns img {
  height: 24px;
  opacity: 0.5;
}

.st-footer__sns img.-yt {
  height: 19px;
}

.st-footer__copy {
  padding: 10px 0;
}
.st-footer__copy .c-column{
  display:flex;
  justify-content:space-between;
 }

.st-footer__copy p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.st-footer__copy .cc{
  display:flex;
  gap:10px;
  width:500px;
}
.st-footer__copy .cc a.underline{
 text-decoration:underline;
 }

/* =================================================================
contents
================================================================= */
.c-breadcrumbs {
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 20px 40px;
}

.c-breadcrumbs li {
  color: #fff;
  font-size: 1.2rem;
  float: left;
}

.c-breadcrumbs li a {
  color: #fff;
}

.c-breadcrumbs li:first-child a {
  font-family: 'Muli', sans-serif;
}

.c-breadcrumbs li:last-child {
  float: none;
}

.c-breadcrumbs li + li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 6px 1px 3px;
}

/**
 * btn
 */
.c-btn {
  width: 200px;
  height: 40px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.125;
  background: -webkit-gradient(linear, left top, right top, from(#162a89), to(#01afd3));
  background: linear-gradient(to right, #162a89 0%, #01afd3 100%);
  position: relative;
}

.c-btn::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-btn.-mail {
  padding: 0 15px 0 0;
}

.c-btn.-mail::before {
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  background: url(/images/icn_mail.png) no-repeat center center;
  background-size: 22px 16px;
  margin: 0 20px 0 0;
}

.c-btn.-mail::after {
  right: 30px;
}

.c-btn-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #162a89;
  color: #162a89;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  height: 40px;
  border-radius: 40px;
  padding: 0 0 0 10px;
  position: relative;
}

.c-btn-bd::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: solid 1px #162a89;
  border-bottom: solid 1px #162a89;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/**
 * font
 */
.c-ff-en {
  font-family: "Cinzel", serif;
}

.c-ff-jp {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.c-fs30 {
  font-size: 3.0rem;
}

/**
 * headline
 */
.c-headline {
  margin: 0;
}

section .c-headline {
  color: #000;
}

.c-headline .-en {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 3.4rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.3em;
  line-height: 1.0;
  margin: 0 0 5px;
}

.c-headline .-jp {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.125;
}

.c-headline.-fs-small .-en {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  margin: 0 0 7px;
}

.c-headline.-fs-small .-jp {
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.04em;
}

.c-headline-jp {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.1;
  margin: 0;
}

.c-headline-jp2 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #162a89;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}

.c-page-header {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-page-header .c-headline {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.c-page-header .c-headline .-jp {
  font-size: 1.6rem;
}

.c-page-header .c-headline .-en {
  font-size: 4.0rem;
}

.c-page-header .c-headline-jp {
  color: #fff;
  font-size: 4.0rem;
  font-weight: 500;
  z-index: 1;
  text-align: center;
}

.c-headline-bd {
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 0 0 0 20px;
  position: relative;
}

.c-headline-bd::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 12px);
  background: #333;
  position: absolute;
  left: 0;
  top: 6px;
}

.c-ico-blank {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 9px;
}

.c-ico-blank::before, .c-ico-blank::after {
  content: "";
  display: block;
  position: absolute;
}

.c-ico-blank::before {
  top: 0;
  right: 0;
  width: 9px;
  height: 6px;
  background: #162a89;
}

.c-ico-blank::after {
  left: 0;
  bottom: 0;
  width: 10px;
  height: 7px;
  border-left: solid 1px #162a89;
  border-bottom: solid 1px #162a89;
}

.c-ico-search {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 17px;
}

.c-ico-search::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid 2px #fff;
  border-radius: 50%;
}

.c-ico-search::after {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  bottom: -1px;
  right: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-ico-message {
  display: inline-block;
  width: 32px;
}

.c-ico-detail {
  width: 24px;
}

.c-ico-staff {
  width: 34px;
}

.c-ico-action {
  width: 34px;
}

.c-ico-info {
  width: 40px;
}

.c-ico-pin {
  width: 30px;
}

.c-ico-modal {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: solid 2px #333;
  border-radius: 50%;
  position: relative;
}

.c-ico-modal::before, .c-ico-modal::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c-ico-modal::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/**
 * layout
 */

.for-sp {
  display: none;
}

.c-column {
  max-width: 1050px;
  padding: 0 25px;
  margin: 0 auto;
}

.c-column.-w2 {
  max-width: 1250px;
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-obj-fit {
  position: relative;
}

.c-obj-fit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**
 * link
 */
.c-link {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 3;
  padding: 0 6px 0 0;
  position: relative;
}

.c-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
  position: absolute;
  bottom: 3px;
  right: 0;
}

.c-link.-bl {
  color: #162a89;
}

.c-link.-bl::before {
  border-color: transparent transparent rgba(22, 42, 137, 0.2) transparent;
}

.c-link-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-link-ico a {
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1.7;
}

.c-link-ico::before {
  display: inline-block;
  content: "LINK";
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  width: 60px;
  height: 20px;
  background: #666;
  border-radius: 20px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  margin: 2px 10px 0 0;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-link-ico.-pdf::before {
  content: "PDF";
}

.c-link-ico.-bl a {
  color: #162a89;
}

.c-link-ico.-bl::before {
  background: #162a89;
}

.c-link-arw::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-txt-cap {
  font-size: 1.4rem;
  color: #777;
}

.c-lh-1 {
  line-height: 2.125;
}

.c-lh-2 {
  line-height: 2.25;
}

/* 
* tag
*/
.c-tag {
  display: inline-block;
  min-width: 62px;
  background: #fff;
  border: solid 1px #000;
  border-radius: 21px;
  padding: 4px 12px;
  font-size: 1.1rem;
  line-height: 1.0;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
}

/* LIST */
.c-list li {
  line-height: 1.75;
  padding: 0 0 0 20px;
  position: relative;
}

.c-list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #162a89;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.c-list li + li {
  margin: 15px 0 0;
}

.c-flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-flex-list li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 15px;
}

.c-article-media::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-article-info time {
  margin-right: 27px;
}

.c-article-date {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #777;
}

.c-article-ttl a,
.c-article-ttl span {
  border-bottom: solid 1px;
}

.c-article-subttl {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #777;
}

.c-article-summary {
  line-height: 2.25;
}

.c-article-summary p + p {
  margin-top: 20px;
}

.c-article-author {
  color: #777;
}

.c-article-categ {
  background: #162a89;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.0;
  padding: 4px 10px;
}

.c-article-categ.-media {
  background: #fca192;
  color: #333;
}

.c-article-categ.-tag2 {
  background: #4088d1;
}

.c-article-categ.-tag3 {
  background: #333;
  color: #fff;
}

/* # =================================================================
# plugins
# ================================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  top: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -999px;
  overflow: hidden;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  opacity: 1;
  border-right: solid 1px #888;
  border-bottom: solid 1px #888;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: #ccc;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background: #000;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #666;
  border-radius: 8px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: inherit;
	scroll-padding-top:65px;
  }
  :target{scroll-margin-top:65px;}
  a:hover {
    opacity: 1;
  }
  .st-wrapper {
    min-width: inherit;
    padding-top: 65px;
  }
  .st-header {
    padding: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .st-header__pnl {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 7.5px 10px 15px;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  }
  .st-header__logo {
    width: 244px;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .st-header__logo a {
    height: 25px;
    background-image: url(/images/logo_header_s.svg);
  }
  .st-header__burger {
    display: block;
  }
  .st-gnav {
    display: block;
    overflow: auto;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
  }
  .st-gnav.is-open {
    opacity: 1;
    visibility: visible;
  }
  .st-gnav.is-open .st-gnav__inner {
    -webkit-transform: none;
            transform: none;
  }
  .st-gnav__inner {
    background: #162a89;
    display: block;
    width: 76%;
    min-height: 100%;
    margin: 0 0 0 auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .st-gnav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .st-gnav__item {
    width: 100%;
    margin: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .st-gnav__item.-home {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .st-gnav__item.-home .st-gnav__item__link {
    padding: 15px 15px;
  }
  .st-gnav__item.-home .st-gnav__item__link span {
    display: block;
    font-size: 2.0rem;
    line-height: 1.05;
  }
  .st-gnav__item.-about {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .st-gnav__item.-other {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .st-gnav__item__link {
    text-align: left;
    padding: 16px 15px;
    background: #162a89;
    color: #fff;
    position: relative;
    height: auto;
  }
  .st-gnav__item__link::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .st-gnav__item__link .-en {
    display: none;
  }
  .st-gnav__item__link .-jp {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .st-gnav__item.js-trigger .st-gnav__item__link::before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .st-gnav__item.js-trigger .st-gnav__item__link::after {
    width: 15px;
    height: 2px;
    border: none;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: auto;
  }
  .st-gnav__item.js-trigger .st-gnav__item__link.sp-link::before {
    display: none;
  }
  .st-gnav__item.js-trigger .st-gnav__item__link.sp-link::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: none;
    border: none;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .st-gnav__item.-search {
    display: none;
  }
  .st-gnav__megamenu {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    min-width: inherit;
    display: none;
  }
  .st-gnav__megamenu .c-headline {
    display: none;
  }
  .st-gnav__megamenu__inner {
    display: block;
    min-width: inherit;
    padding: 0;
  }
  .st-gnav__megamenu__list {
    width: 100%;
    margin: 0;
  }
  .st-gnav__megamenu__list li {
    padding: 0;
    text-align: left;
  }
  .st-gnav__megamenu__list li + li {
    margin-top: 1px;
  }
  .st-gnav__megamenu__list li a {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 9px 30px;
  }
  .st-gnav__megamenu__list li a {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 9px 8vw;
  }
  .st-gnav__megamenu__list li.is-active {
    margin: 0;
  }
  .st-gnav__megamenu__list02 {
    margin-left: 0;
    margin-bottom: 1px;
    width: 100%;
  }
  .st-gnav__megamenu__list02:last-child {
    margin-bottom: 0;
  }
  .st-gnav__megamenu__list02 + .st-gnav__megamenu__list02 {
    margin-left: 0;
  }
  .st-gnav__megamenu__list02 > li + li {
    margin-top: 1px;
  }
  .st-gnav__megamenu__list02 > li > a {
    background: rgba(255, 255, 255, 0.1);
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 9px 30px;
  }
  .st-gnav__megamenu__list02 > li > a[target]::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 9px;
    border: none;
    background: url(/images/icn_blank_wh.png) no-repeat center center;
    background-size: 12px auto;
    opacity: 0.7;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .st-gnav__megamenu__list02 > li > a::after {
    display: none;
  }
  .st-gnav__megamenu__list02.-flex {
    display: block;
  }
  .st-gnav__megamenu__list02.-flex li {
    margin-left: 0;
    width: auto;
  }
  .st-gnav__megamenu__list02.-flex li a {
    color: rgba(255, 255, 255, 0.5);
  }
  .st-gnav__megamenu__list02.-flex li + li {
    margin-top: 1px;
  }
  .st-gnav__megamenu__sub-list {
    padding: 0 45px 8px;
  }
  .st-gnav__megamenu__sub-list a {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .st-gnav__megamenu__conts {
    display: none;
  }
  .st-snav {
    padding: 20px 15px;
  }
  .st-snav__list {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .st-snav__item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .st-snav__item + .st-snav__item {
    border-left: none;
  }
  .st-snav__item a {
    color: #fff;
    border: solid 1px #fff;
  }
  .st-snav__item.-contact {
    width: 70.588235294%;
  }
  .st-snav__item.-contact span {
    display: inline;
  }
  .st-snav__item.-contact a {
    font-size: 1.4rem;
    height: 30px;
    line-height: 28px;
    border-radius: 30px;
    padding: 0;
    text-align: center;
  }
  .st-snav__item.-sitemap {
    display: none;
  }
  .st-snav__item.-mailmagazine {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0 0 15px;
  }
  .st-snav__item.-mailmagazine a {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    border-radius: 50px;
  }
  .st-snav__item.-lang {
    margin-left: 0;
    width: 25.490196078%;
  }
  .st-snav__item.-lang a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    height: 30px;
    border-color: #fff;
    border-radius: 30px;
  }
  .st-snav__sns {
    display: none;
  }
  .st-header__search {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: 65px;
    padding: 15px 20px 10px;
  }
  .st-footer__pagetop {
    width: 40px;
    bottom: 10px;
    right: 15px;
  }
  .st-sitemap {
    display: none;
  }
  .st-footer__bottom {
    padding: 25px 0;
  }
  .st-footer__bottom__inner {
    display: block;
  }
  .st-footer__info p {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .st-footer__info p + p {
    margin-top: 19px;
  }
  .st-footer__info p span {
    margin: 0 0 7px;
  }
  .st-footer__info p a {
    margin: 0;
    padding: 6px 15px;
  }
  .st-footer__logo {
    width: 45px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 10px 0 0;
  }
  .st-footer__sns {
    margin: 20px 0 0 40px;
  }
  .st-footer__sns li {
    margin: 0 20px;
  }
  .st-footer__sns img {
    height: 25px;
  }
  .st-footer__sns img.-yt {
    height: 20px;
  }
  .st-footer__copy .c-column{
    display:block;
  }
  .st-footer__copy .cc{
    display:block;
    width:100%;
    margin-top:10px;
  }
 .st-footer__copy .cc a.img{
    display:block;
    text-align:center;
  }
  .c-breadcrumbs {
    position: static;
    padding: 6px 15px;
  }
  .c-breadcrumbs li {
    color: #777;
    font-size: 1.0rem;
  }
  .c-breadcrumbs li a {
    color: #777;
  }
  .c-breadcrumbs li + li::before {
    border-color: #777;
    width: 4px;
    height: 4px;
    margin: 0 8px;
    position: relative;
    top: -1px;
  }
  .c-btn.-mail::before {
    margin: 0 15px 0 0;
  }
  .c-btn.-mail::after {
    right: 23px;
  }
  .c-btn-bd {
    height: 35px;
    padding: 0 8px 0 0;
  }
  .c-fs30 {
    font-size: 2.3rem;
  }
  .c-headline .-en {
    font-size: 3.0rem;
  }
  .c-headline .-jp {
    font-size: 1.4rem;
  }
  .c-headline-jp {
    font-size: 2.5rem;
  }
  .c-headline-jp2 {
    font-size: 2.3rem;
  }
  .c-page-header {
    min-height: 90px;
    height: auto;
    padding: 15px 0;
  }
  .c-page-header .c-headline .-jp {
    font-size: 1.4rem;
  }
  .c-page-header .c-headline .-en {
    font-size: 3.0rem;
    line-height: 1.2;
  }
  .c-page-header .c-headline-jp {
    font-size: 2.5rem;
  }
  .c-headline-bd {
    font-size: 1.8rem;
    padding: 0 0 0 15px;
  }
  .c-headline-bd::before {
    height: calc(100% - 7px);
  }
  .c-ico-message {
    width: 20px;
  }
  .c-ico-detail {
    width: 15px;
  }
  .c-ico-staff {
    width: 21px;
  }
  .c-ico-action {
    width: 22px;
  }
  .c-ico-info {
    width: 25px;
  }
  .c-ico-pin {
    width: 18px;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  br.for-sp {
    display: inline-block;
  }
  .c-column {
    padding: 0;
    margin: 0 15px;
  }
  .c-flex {
    display: block;
  }
  .c-link-ico::before {
    width: 55px;
  }
  .c-tag {
    font-size: 1.0rem;
    padding: 2px 8px;
    min-width: 60px;
  }
  .c-article-info {
    display: block;
  }
  .c-article-info time {
    display: block;
    margin: 0;
    line-height: 1.6;
  }
  .c-article-info span {
    display: block;
    line-height: 1.6;
  }
  .c-article-info .c-article-categ {
    display: inline-block;
  }
  .c-article-summary {
    line-height: 1.9375;
  }
  .c-article-summary p + p {
    margin-top: 16px;
  }
  .c-article-author {
    line-height: 1.6;
  }
  .c-article-categ {
    padding: 2px 10px;
  }
  .slick-prev,
  .slick-next {
    width: 25px;
    height: 25px;
    margin: 0;
    bottom: 25px;
    top: inherit;
  }
  .slick-prev::before,
  .slick-next::before {
    width: 17.5px;
    height: 17.5px;
  }
}

@media only screen and (max-width: 374px) {
  body {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .st-gnav__item__link .-jp {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .st-gnav__megamenu__list02 > li > a {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 9px 8vw;
  }
  .st-gnav__megamenu__sub-list a {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .st-snav__item.-mailmagazine a {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .st-snav__item.-contact a {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .st-snav__item.-lang a {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .st-footer__info p {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

@media only screen and (min-width: 1341px) {
  .st-header {
    padding: 0 40px;
  }
  .st-gnav__item {
    margin: 0 6px;
  }
  .st-gnav__item__link {
    padding: 10px 18px 17px;
  }
  .st-gnav__item__link .-en {
    font-size: 1.5rem;
  }
  .st-gnav__item__link .-jp {
    font-size: 1.2rem;
  }
  .st-gnav__megamenu .c-headline .-en {
    font-size: 2.8rem;
  }
  .st-gnav__megamenu .c-headline .-jp {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 769px) {
  .st-header {
    min-width: 1050px;
  }
  .st-header.is-fixed {
    -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .st-header.is-fixed .st-gnav {
    margin-top: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .st-header.is-fixed .st-gnav__list {
    margin-top: 0;
  }
  .st-header.is-fixed .st-snav {
    display: none;
  }
  .st-header.is-fixed .st-header__pnl {
    width: 343px;
  }
  .st-header.is-fixed .st-header__logo {
    margin: 10px 0;
  }
  .st-header.is-fixed .st-header__logo a {
    height: 36px;
    background-image: url(/images/logo_header_s.svg);
  }
  .st-header__sp-search {
    display: none;
  }
  .st-gnav__close {
    display: none;
  }
  .st-gnav__item.-fellows .st-gnav__megamenu, .st-gnav__item.-news .st-gnav__megamenu {
    padding-top: 0;
    padding-bottom: 0;
  }
  .st-gnav__item.-fellows .c-headline, .st-gnav__item.-news .c-headline {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .st-gnav__item__close {
    display: none;
  }
  .st-gnav__item:hover.js-trigger .st-gnav__item__link {
    opacity: 1;
    color: #fff;
    background: #162a89;
  }
  .st-gnav__item:hover.js-trigger .st-gnav__item__link::after {
    border-color: #fff;
    -webkit-transform: rotate(-225deg) translate(3px, -3px);
            transform: rotate(-225deg) translate(3px, -3px);
  }
  .st-gnav__item:hover.js-trigger .st-gnav__megamenu {
    opacity: 1;
    visibility: visible;
  }
  .st-gnav__item__link {
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
  }
  .st-gnav__item__link:hover {
    opacity: 1;
    color: #fff;
    background: #162a89;
  }
  .st-gnav__item__link.is-current {
    color: #162a89;
    border-bottom: solid 4px #162a89;
  }
  .st-gnav__item__link.is-current:hover {
    color: #fff;
    background: #162a89;
  }
  .st-gnav__megamenu__sub-list a:hover {
    color: #fff;
    opacity: 1;
  }
  .st-snav__item a:hover {
    color: #333;
    opacity: 1;
  }
  .st-snav__sns li a:hover {
    opacity: 1;
  }
  .st-snav__sns li a:hover svg {
    fill: #333;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1049px) {
  .st-gnav__item {
    margin: 0 4.5px;
  }
  .st-gnav__item__link {
    padding: 10px 14px 17px;
  }
  .st-gnav__item__link .-en {
    font-size: 1.2rem;
  }
  .st-gnav__item__link .-jp {
    font-size: 1.0rem;
  }
  .st-gnav__megamenu .c-headline .-en {
    font-size: 2.2rem;
  }
  .st-gnav__megamenu .c-headline .-jp {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*メールマガジン登録*/
main{position:relative;z-index:10;}
.page-btn-mailmagazine {
    position: fixed;
    width:228px;
    height:52px;
    bottom: 110px;
    right: 290px;
    z-index: 2000;
    transform: translateX(120%);
    transition: transform 1s ease;
}
.page-btn-mailmagazine a{
    display:inline-block;
    width:228px;
    height:52px;
}
.page-btn-mailmagazine.btn4,.page-btn-mailmagazine.btn4 a{
    width:159px;
    height:47px;
}
.page-btn-mailmagazine.btn5,.page-btn-mailmagazine.btn5 a{
    width:159px;
    height:37px;
}
.page-btn-mailmagazine.btnright{
 bottom:90px;
 }
.page-btn-mailmagazine.btnleft{
 bottom:60px;
 right:auto;
 left:-260px;
 }

.page-btn-mailmagazine.show {
    transform: translateX(0%) !important;
}
.page-btn-mailmagazine .close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #aaa;
    cursor: pointer;
}

.page-btn-mailmagazine .close-btn:before {
    display: block;
    content: '';
    background-color: #aaa;
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.page-btn-mailmagazine .close-btn:after {
    display: block;
    content: '';
    background-color: #aaa;
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.page-btn-mailmagazine.hide {
    display: none !important;
}
