@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  background-color: #fff;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .site-2col {
    display: -ms-flexbox;
    display: flex;
    flex-flew: row mowrap;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .site-2col .site-main {
    width: 100%;
    max-width: 810px;
    padding-right: 20px;
  }
  .site-2col .site-sub {
    -ms-flex-preferred-size: 230px;
        flex-basis: 230px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 40px;
    padding-left: 20px;
  }
}

.site-main {
  padding-top:50px;
}

@media (min-width: 768px) {
  .site-main {
    padding-top: 121px;
  }
}

@media (min-width: 768px) {
  .site-sub {
    padding-top: 121px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 9000;
	
	/*add_0622*/
	text-align: center;
}

.site-header__primary {
 /* display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;*/
  height: 50px;
	
	margin:0 auto;
	padding: 10px 0 0 0;
	width:100%;
	text-align: center;
}

.site-header__title {
	margin:0 auto;
	padding: 0;
	text-align: center;
	
  	width: 104px;
}
.site-header__title a{
	margin:0 auto;
	display: block;
	width:104px;/*100%;*/
}

.site-header__title img,
.site-header__title svg{
	display: block;
	
	margin: 0;
	width:100%;
}

@media (min-width: 768px) {
  .site-header {
    transition: transform 200ms ease;
  }
  .site-header__primary {
    height:65px;
	 
	  /*add_0622*/
	  margin:0 auto;
	  padding: 20px 0 0 0;
	  width:100%;
	  text-align:center;
	  
	/*add_0328
	  padding-top:18px;*/
  }
  .site-header__title {
	  /*add_0328*/
	  margin:0 auto;
	  padding:0;
	  
	  width: 104px;
  }
  .site-header.is-scrolling {
    transform: translate(0, -56px);
  }
}

@media (max-width: 767px) {
  .site-nav {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    z-index: 10000;
    transition: opacity .15s ease-out;
  }
  .site-nav li {
    border-bottom: 1px solid #4d4d4d;
  }
  .site-nav li:last-child {
    border-bottom: none;
  }
  .site-nav li > a,
  .site-nav li > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px 22px;
    color: #fff;
    text-decoration: none;
  }
  .site-nav li ul {
    border-top: 1px solid #4d4d4d;
  }
  .site-nav li li a,
  .site-nav li li span {
    padding-left: 43px;
  }
  .site-nav li li ul li a,
  .site-nav li li ul li span {
    padding-left: 61px;
  }
  .site-nav__en {
    margin-right: 30px;
    padding: 0;
    font-size: 18px;
  }
  .site-nav__ja {
    padding: 0;
    font-size: 14px;
  }
  .site-nav .site-nav-sub-accordion {
    position: relative;
  }
  .site-nav .site-nav-sub-accordion::before, .site-nav .site-nav-sub-accordion::after {
    position: absolute;
    top: 16px;
    right: 25px;
    display: block;
    width: 12px;
    height: 1px;
    background-color: #fff;
    content: "";
  }
  .site-nav .site-nav-sub-accordion::before {
    transform: translate(4px, -50%) rotate(-45deg);
  }
  .site-nav .site-nav-sub-accordion::after {
    transform: translate(-4px, -50%) rotate(45deg);
  }
  .site-nav .site-nav-sub-accordion ul {
    display: none;
  }
  .site-nav .site-nav-sub-accordion.is-active {
    background-color: #000;
  }
  .site-nav .site-nav-sub-accordion.is-active::before {
    transform: translate(4px, -50%) rotate(45deg);
  }
  .site-nav .site-nav-sub-accordion.is-active::after {
    transform: translate(-4px, -50%) rotate(-45deg);
  }
  .site-nav .site-nav-sub-accordion.is-active ul {
    display: block;
  }
}

@media (min-width: 768px) {
  .site-nav {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    background-color: #000;
  }
  .site-nav > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .site-nav > ul > li {
    margin: 0 30px;
    text-align: center;
    line-height: 1;
  }
  .site-nav > ul > li > a {
    display: block;
    position: relative;
    padding: 12px 20px 16px;
    color: #fff;
    text-decoration: none;
    transition: color 300ms ease;
  }
  .site-nav > ul > li > a:hover {
    color: #0080ff;
  }
  .site-nav > ul > li.is-active > a {
    color: #0080ff;
  }
  .site-nav > ul > li.is-active > a::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 14px solid #0080ff;
    content: "";
  }
  .site-nav__en {
    font-size: 15px;
  }
  .site-nav__ja {
    display: block;
    padding-top: 2px;
    font-size: 10px;
  }
  .site-nav__sub {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-nav-toggle {
    display: block;
    position: absolute;
    top: 13px;
    right: 20px;
    width: 28px;
    height: 23px;
  }
  .site-nav-toggle__line, .site-nav-toggle__inner::before, .site-nav-toggle__inner::after {
    display: block;
    position: absolute;
    left: 0;
    width: 28px;
    height: 1px;
    background-color: #fff;
    transition: .15s ease-out;
  }
  .site-nav-toggle__inner {
    position: relative;
    display: block;
    height: 23px;
  }
  .site-nav-toggle__line {
    top: 11px;
  }
  .site-nav-toggle__inner::before, .site-nav-toggle__inner::after {
    content: "";
  }
  .site-nav-toggle__inner::before {
    top: 0;
  }
  .site-nav-toggle__inner::after {
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .site-nav-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-nav-active .site-nav {
    opacity: 1;
    height: auto;
  }
  .site-nav-active .site-nav-toggle__line {
    width: 0;
    opacity: 0;
    transform: translateX(20px) rotate(90deg);
  }
  .site-nav-active .site-nav-toggle__inner::before {
    width: 30px;
    transform: translateY(11px) rotate(-135deg);
  }
  .site-nav-active .site-nav-toggle__inner::after {
    width: 30px;
    transform: translateY(-11px) rotate(135deg);
  }
}

.site-footer {
  position: relative;
}

.site-footer__primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100px;
  background-color: #F2F4F3;
}

.site-footer__secondary {
  padding: 25px 10px;
}

.site-footer__tertiary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  padding: 0 10px;
  background-color: #000;
}

.site-footer__logo {
  width: 100px;
	vertical-align: top;
}

.site-footer__copyright {
  color: #fff;
  font-size: 9px;
  line-height: 1.4;
  text-align: center;
}

.site-footer__back2top {
  position: fixed;
  right: 0;
  bottom: 0;
}

.site-footer__back2top a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  /*text-indent: -200%;*/
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.site-footer__back2top a::before, .site-footer__back2top a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  content: "";
}

.site-footer__back2top a::before {
  margin-left: 5px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.site-footer__back2top a::after {
  margin-left: -4px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 768px) {
	
  .site-footer__primary {
    height: 140px;
  }
	
	img {
		max-width: 100%;
		height: auto;
	}
  .site-footer__logo {
    width: 152px;
	  vertical-align: top;
	  margin: 0;
	  padding: 0;
  }
	.site-footer__logo img{
		vertical-align: top;
		margin: 0;padding: 0;
		width: 152px;
		height:41px;/*auto;*/
	}

  .site-footer__copyright {
    font-size: 10px;
  }
  .site-footer__back2top {
    transition: opacity 300ms ease;
  }
  .site-footer__back2top:hover {
    opacity: .6;
  }
}

.site-footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.site-footer-social li {
  margin: 0 11px;
  line-height: 1;
}

.site-footer-nav {
  margin-top: 17px;
}

.site-footer-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 10px;
  line-height: 1.4;
}

.site-footer-nav li {
  padding: 0 12px;
  border-right: 1px solid #000;
  text-align: center;
}

.site-footer-nav li:last-child {
  border-right: none;
}

.site-footer-nav a {
  color: #000;
  text-decoration: none;
}

@media (min-width: 768px) {
  .site-footer-nav ul {
    font-size: 12px;
  }
  .site-footer-nav li {
    padding: 0 16px;
  }
  .site-footer-nav a:hover {
    text-decoration: underline;
  }
}

.low-header {
  padding: 24px 10px 30px;
  text-align: center;
}

.low-header__heading {
  font-size: 12px;
}

.low-header__sub {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 30px;
}

@media (min-width: 768px) {
  .low-header {
    padding: 50px 20px 55px;
  }
  .low-header__heading {
    font-size: 14px;
  }
  .low-header__sub {
    font-size: 36px;
  }
}

.low-hero {
  /*display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;*/
  height: 190px;
  padding: 10px;
  text-align: center;
}

.low-hero__heading {
  display: inline-block;
  margin: 65px auto 0 auto;
  padding: 5px 12px;
  background-color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  color: #fff;
  font-size: 22px;
}

@media (min-width: 768px) {
  .low-hero {
    height: 300px;
  }
  .low-hero__heading {
	margin:115px auto 0 auto;
	max-width: 940px;
	padding: 6px 65px;
	font-size: 32px;
  }
}

.button {
  position: relative;
  display: block;
  padding: 8px 24px 8px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.button::before, .button::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 11px;
  height: 3px;
  background-color: #fff;
  content: "";
}

.button::before {
  margin-top: -3px;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.button::after {
  margin-top: 3px;
  transform: translate(-50%, -50%) rotate(135deg);
}

@media (min-width: 768px) {
  .button {
    width: 164px;
    padding: 10px 20px 9px 20px;
    font-size: 14px;
    text-align: left;
    transition: all 300ms ease;
  }
  .button::before, .button::after {
    width: 9px;
    height: 2px;
  }
  .button::before {
    margin-top: -3px;
  }
  .button::after {
    margin-top: 2px;
  }
  .button:hover {
    background-color: #3f3f3f;
  }
}
