@charset "UTF-8";




/**
ベースカラー　#228b22　　hoverカラー　#c0c0c0
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/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 {
  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"] {
  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 */
  /* 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;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dd, p, hr {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100%;
  overflow-y: scroll;
  font-family: "Segoe UI", Arial, "Roboto", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans CJK", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #333;
  background-color: #eee;
}

body.lang-en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.06em;
}

body.lang-cn {
  font-family: "Segoe UI", Arial, "Roboto", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: top;
}

input[type=text], button, select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

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

::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

::selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

input::-moz-selection,
textarea::-moz-selection {
  color: #111;
  background: rgba(0, 0, 0, 0.2);
}

input::selection,
textarea::selection {
  color: #111;
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-input-placeholder {
  color: #111;
}

::-moz-placeholder {
  color: #111;
}

:-ms-input-placeholder {
  color: #111;
}

button, input[type=text], select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background-color: #fff;
}

ul {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #c0c0c0;
}

a[href^="tel"] {
  color: #333;
  cursor: text;
}

a[href^="tel"]:hover {
  color: #333;
}

button {
  border: none;
  background: none;
  padding: 0;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

body.is-scrollHidden {
  overflow: hidden;
}

select {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
}

button, select {
  text-transform: none;
}

select:focus::-ms-value {
  background: none;
  color: #333;
}

.l-contents {
  position: relative;
  z-index: 10;
}

.l-contents--lower {
  box-sizing: border-box;
}

.l-gf {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.l-header {
  will-change: transform;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.l-header.is-hidden {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.l-page {
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #eeeeee;
}

.c-arrow-link:before {
  width: 11px;
  height: 6px;
  content: '';
  display: inline-block;
  margin-right: .5em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url("../images/arrow.svg");
  background-size: 11px 6px;
  position: relative;
  top: -2px;
}

.c-arrow {
  fill: none;
  stroke: #333;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.c-arrow__right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: #228b22;
  line-height: 1.5;
  padding: 10px;
}

.c-button:hover {
  color: #fff;
}

.c-button .c-arrow {
  stroke: #fff;
  margin-right: 10px;
  margin-bottom: 2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-button--normal {
  background: #fff;
  border: 1px solid #228b22;
  color: #c0c0c0;
}

.c-button--normal .c-arrow {
  stroke: #228b22;
}

.c-button--normal:hover .c-arrow {
  stroke: #fff;
}

.c-button--center {
  margin-right: auto;
  margin-left: auto;
}

.c-button--right {
  margin-left: auto;
}

.c-button-in {
  width: calc(100% + 20px);
  margin: -10px;
}

.c-button--pdf:after {
  content: '';
  display: inline-block;
  position: relative;
  z-index: 10;
}

.c-button__label {
  position: relative;
  z-index: 10;
}

.c-button__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c0c0c0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.c-button:hover .c-button__bg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.c-check {
  width: 22px;
  height: 22px;
  position: absolute;
  top: -11px;
  right: -15px;
}

.c-check__in {
  width: 10px;
  height: 7px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 9px;
  left: 6px;
  z-index: 10;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.c-check__bg {
  width: 22px;
  height: 22px;
  opacity: 0;
  border-radius: 50%;
  background-color: #f35d21;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.is-checked .c-check__in {
  opacity: 1;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.is-checked .c-check__bg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-dropdown {
  height: 32px;
  box-sizing: border-box;
  padding-right: 36px;
  padding-left: 20px;
  border: 1px solid #e7e8ec;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 11px 6px;
  background-position: right 15px center;
}

.c-external-link:after {
  width: 12px;
  height: 10px;
  content: '';
  display: inline-block;
  margin-left: 8px;
  background-image: url("../images/icon_external.svg");
  background-size: 12px 10px;
}

.c-header-section {
  line-height: 1;
  margin-top: 0;
  font-weight: 300;
  letter-spacing: 0.16em;
}

.c-header-two-lang {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}

.c-header-two-lang__en {
  font-weight: 300;
  letter-spacing: 0.1em;
}

.c-header-two-lang__ja {
  margin-top: 5px;
  color: #999999;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.c-heading-L2 {
  border-bottom: 1px solid #e7e8ec;
  position: relative;
  line-height: 2.04545;
  color: #111;
}

.c-heading-L2:after {
  content: "";
  background-color: #228b22;
  height: 1px;
  width: 30%;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.c-heading-L3 {
  border-bottom: 1px solid #e7e8ec;
  line-height: 1.5;
  color: #111;
}

.c-hover-scale-thumb__target {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.c-hover-scale-thumb:hover .c-hover-scale-thumb__target {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-icon-bookmark__path1 {
  fill: #111;
}

.c-icon-bookmark__path2 {
  fill: none;
  stroke: #111;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.c-icon-human circle, .c-icon-human path {
  fill: none;
  stroke: #111;
  stroke-miterlimit: 10;
}

.c-icon-search__circle {
  fill: #111;
}

.c-icon-search__bar {
  fill: none;
  stroke: #111;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.c-jumbotron {
  background: #fff;
}

.c-jumbotron__heading {
  line-height: 1.6;
}

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

.c-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
}

.c-modal.is-shown {
  pointer-events: auto;
}

.c-modal__content {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  padding: 1.66667% 3.33333%;
}

.c-modal__content-in {
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.c-modal__content-in.is-shown {
  opacity: 1;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.c-modal__content-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.c-modal__content-bg.is-shown {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.c-modal__close {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  letter-spacing: 0.2em;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.c-modal__close.is-shown {
  opacity: 1;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.c-modal__close-icon {
  width: 13px;
  height: 13px;
  position: relative;
  margin-left: 10px;
}

.c-modal__close-icon:before, .c-modal__close-icon:after {
  width: 13px;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #333;
}

.c-modal__close-icon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-modal__close-icon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-modal__bg {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(98, 98, 98, 0.5);
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.c-modal__bg.is-shown {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.c-modal.is-shown .c-modal__content-in {
  opacity: 1;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.c-modal.is-shown .c-modal__content-bg {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.c-modal.is-shown .c-modal__close {
  opacity: 1;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.c-modal.is-shown .c-modal__bg {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.c-navi-underline {
  position: relative;
  color: #999;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: color;
  transition-property: color;
}

.c-navi-underline:before, .c-navi-underline:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-navi-underline:before {
  height: 1px;
  background-color: #e5e5e5;
}

.c-navi-underline:after {
  height: 3px;
  background-color: #228b22;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.c-navi-underline:hover {
  color: #333;
}

.c-navi-underline:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.c-navi-underline.is-current {
  color: #333;
}

.c-navi-underline.is-current:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.c-read-more {
  color: #111;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.c-read-more .c-arrow {
  stroke: #111;
  margin-right: 8px;
  margin-bottom: 2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

a:hover .c-read-more {
  color: #c0c0c0;
}

a:hover .c-read-more .c-arrow {
  stroke: #228b22;
}

.c-relation-list:last-child {
  margin-bottom: 0;
}

.c-relation-item {
  position: relative;
  border-bottom: 1px solid #e7e8ec;
}

.c-relation-item .c-relation-item__link {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.c-relation-item .c-relation-item__link .c-arrow {
  font-weight: 300;
  stroke: #333;
  margin-right: 8px;
  margin-bottom: 2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-relation-item .c-relation-item__link:hover .c-arrow {
  stroke: #228b22;
}

.c-relation-item__head-date {
  color: #999;
}

.c-relation-item__head-label {
  color: #111;
}

.c-relation-item__name {
  margin-top: 5px;
}

.c-relation-item__name:before, .c-relation-item__name:after {
  content: "";
  display: table;
}

.c-relation-item__name:after {
  clear: both;
}

.c-relation-item__name-link {
  float: left;
}

.c-relation-item__name-link::after {
  content: ',';
  display: inline-block;
  padding: 0 5px;
}

.c-relation-item__name-link:last-child::after {
  content: none;
}

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

.c-relation-item__img img {
  max-width: none;
}

.c-search-text {
  position: relative;
}

.c-search-text__input {
  width: 100%;
  border: 1px solid #ccc;
  height: 55px;
}

.c-search-text__btn {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 20px;
}

.c-search-text__icon-circle {
  fill: #999;
}

.c-search-text__icon-bar {
  fill: none;
  stroke: #999;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.c-search-text.is-active .c-search-text__icon-circle {
  fill: #111;
}

.c-search-text.is-active .c-search-text__icon-bar {
  stroke: #111;
}

.c-show-fade-in-up {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.c-show-fade-in-up.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-split-str {
  display: inline-block;
}

.c-wysiwyg ul > li {
  text-indent: -1em;
  padding-left: 1em;
}

.lang-en .c-wysiwyg ul > li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.c-wysiwyg a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.c-wysiwyg table.c-table-layout tr > td img {
  height: auto;
}

.c-wysiwyg-table table th {
  font-weight: normal;
  text-align: left;
}

.p-flex-item {
  display: block;
  text-decoration: none;
  background-color: #fff;
}

.p-flex-item:hover {
  color: #c0c0c0;
}

.p-flex-item__thumb {
  overflow: hidden;
}

.p-flex-item__thumb picture {
  display: block;
}

.p-flex-item__thumb img {
  width: 100%;
}

.p-flex-item__content {
  box-sizing: border-box;
}

.p-flex-item__head {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.p-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
}

.p-modal.is-shown {
  pointer-events: auto;
}

.p-modal__content {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  padding: 1.66667% 3.33333%;
}

.p-modal__content-in {
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.p-modal__content-in.is-shown {
  opacity: 1;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.p-modal__content-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.p-modal__content-bg.is-shown {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.p-modal__close {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  letter-spacing: 0.2em;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.p-modal__close.is-shown {
  opacity: 1;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.p-modal__close-icon {
  width: 13px;
  height: 13px;
  position: relative;
  margin-left: 10px;
}

.p-modal__close-icon:before, .p-modal__close-icon:after {
  width: 13px;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #333;
}

.p-modal__close-icon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-modal__close-icon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-modal__bg {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(98, 98, 98, 0.5);
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.p-modal__bg.is-shown {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.p-footer-copyright {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.06em;
  color: #111;
}

.p-footer-navi__item {
  display: block;
}

.p-footer-navi__item a {
  color: #111;
  text-decoration: none;
}

.p-footer-navi__item a:hover {
  color: #c0c0c0;
}

.p-footer-navi__item a:hover .c-arrow {
  stroke: #228b22;
}

.p-global-logo-sp {
  width: 50%;
  display: block;
  font-size: 1px;
  margin-left: 3.90625%;
}

.p-global-logo-sp__logo {
  display: block;
}

.p-global-logo-sp__en {
  width: 186px;
  margin-top: 9px;
  display: block;
}

.p-global-logo-sp__ja, .p-global-logo-sp__cn {
  width: 138px;
  display: block;
  margin-top: 5px;
}

body.lang-en .p-global-logo-sp .p-global-logo-sp__en {
  margin-top: 0;
}

.p-global-logo {
  width: 264px;
  height: 44px;
  overflow: hidden;
  position: absolute;
  top: 22px;
  left: 3.33333%;
  margin: 0;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: height transform;
  transition-property: height transform;
}

.p-global-logo a {
  width: 264px;
  height: 44px;
  display: block;
}

.p-global-logo__en {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-global-logo__ja, .p-global-logo__cn {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
}

body.lang-en .p-global-logo .p-global-logo__en {
  top: 14px;
}

body.lang-en .p-global-logo.is-shrink .p-global-logo__en {
  top: 1px;
}

.p-global-sp-select {
  background-color: #fff;
  margin-right: 55px;
  line-height: 2;
}

.p-global-sp-select .c-dropdown {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  width: 110px;
  height: 35px;
  padding-right: 16px;
  padding-left: 7px;
  background-size: 9px 4px;
  background-position: right 8px center;
}

.p-global-navi-select {
  background-color: #fff;
}

.p-global-navi-select .c-dropdown {
  width: 180px;
}

.p-global-navi-sp {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}

.p-global-navi-sp-professionals {
  text-align: center;
}

.p-global-navi-sp-professionals__link {
  margin: 15px 0 0;
  display: inline-block;
}

.p-global-navi-sp-search {
  padding: 14px 20px;
}

.p-global-navi-sp-search__text {
  margin-bottom: 7px;
}

.p-global-navi-sp__mylist {
  display: block;
  padding: 13px 40px 11px 18px;
  color: #111;
  text-decoration: none;
  margin: 6px 0;
  position: relative;
}

.p-global-navi-sp__mylist .c-icon-bookmark {
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.p-global-navi-sp__mylist .c-icon-bookmark__path1 {
  fill: #999;
}

.p-global-navi-sp__mylist .c-icon-bookmark__path2 {
  stroke: #999;
}

.p-global-navi-sp__mylist .c-check {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 4px;
  left: 25px;
  z-index: 10;
}

@-webkit-keyframes showTopicsItems {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes showTopicsItems {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes hideTopicsItems {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}

@keyframes hideTopicsItems {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}

.p-global-navi {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 3.33333%;
  margin-right: -15px;
}

.p-global-navi__item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  margin-left: 15px;
  color: #111;
  font-size: 14px;
  font-size: 0.920rem;
  font-weight: 600; 
  text-decoration: none;
  cursor: pointer;
}

body.lang-en .p-global-navi__item {
  margin-right: 11px;
  margin-left: 11px;
}

.p-global-navi__item .c-icon-bookmark__path1 {
  fill: #111;
}

.p-global-navi__item .c-icon-bookmark__path2 {
  fill: #111;
}

.p-global-navi__item .c-icon-search__circle {
  fill: #111;
}

.p-global-navi__item .c-dropdown {
  color: #111;
}

.p-global-navi__item .c-arrow {
  margin-left: 7px;
}

.p-global-navi__item:hover {
  color: #c0c0c0;
}

.p-global-navi__item:hover .c-arrow {
  stroke: #228b22;
}

.p-global-navi__icon {
  position: relative;
  cursor: pointer;
}

.p-global-navi__icon svg {
  display: block;
}

.p-global-navi__icon:hover .c-icon-search__circle {
  fill: #228b22;
}

.p-global-navi__icon:hover .c-icon-search__bar {
  stroke: #228b22;
}

.p-global-navi__icon:hover .c-icon-bookmark__path1 {
  fill: #228b22;
}

.p-global-navi__icon:hover .c-icon-bookmark__path2 {
  stroke: #228b22;
}

[data-page-id="professionals"] .p-global-navi__item[href^="/professionals/"]:after,
[data-page-id="professionals"] .p-global-navi__item[href^="/en/professionals/"]:after,
[data-page-id="professionals"] .p-global-navi__item[href^="/cn/professionals/"]:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

[data-page-id="search"] .p-global-navi__item[href^="https://www.amt-law.com/search/"]:after,
[data-page-id="search"] .p-global-navi__item[href^="https://www.amt-law.com/en/search/"]:after,
[data-page-id="search"] .p-global-navi__item[href^="https://www.amt-law.com/cn/search/"]:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

[data-page-id="expertise"] .p-global-navi__item[href^="/expertise/"]:after,
[data-page-id="expertise"] .p-global-navi__item[href^="/en/expertise/"]:after,
[data-page-id="expertise"] .p-global-navi__item[href^="/cn/expertise/"]:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

[data-page-id="about"] .p-global-navi__item[href^="/about/"]:after,
[data-page-id="about"] .p-global-navi__item[href^="/en/about/"]:after,
[data-page-id="about"] .p-global-navi__item[href^="/cn/about/"]:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

[data-page-id="locations"] .p-global-navi__item[href^="/locations/"]:after,
[data-page-id="locations"] .p-global-navi__item[href^="/en/locations/"]:after,
[data-page-id="locations"] .p-global-navi__item[href^="/cn/locations/"]:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

[data-page-id="publications"] .p-global-navi__item.p-global-navi--publications-seminars:after,
[data-page-id="seminars"] .p-global-navi__item.p-global-navi--publications-seminars:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

[data-page-id="mylist"] .p-global-navi__item.p-global-navi--mylist:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-global-navi--search,
.p-global-navi--language {
  margin-right: 11px;
  margin-left: 11px;
}

.p-global-navi--language .c-dropdown {
  width: 140px;
}

.p-global-navi__item--only-pc-l,
.p-global-navi--search,
.p-global-navi--mylist {
  position: relative;
  z-index: 20;
}

.p-global-navi__item--only-pc-l:after,
.p-global-navi--search:after,
.p-global-navi--mylist:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #228b22;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.p-global-navi__item--only-pc-l:hover:after,
.p-global-navi--search:hover:after,
.p-global-navi--mylist:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.p-global-navi--mylist {
  position: relative;
  z-index: 20;
}

.p-global-navi--mylist:after {
  left: -6px;
}

.p-global-navi-child-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-global-navi-child__item {
  position: relative;
  padding-right: 15px;
  margin-bottom: 5px;
}

.p-global-navi-child__item .c-arrow.c-arrow__right {
  position: absolute;
  right: 3px;
  top: calc(50% - 3px);
}

.p-global-navi-child__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-global-navi-child__item-text {
  padding-right: 10px;
}

.p-global-navi-child__item-arrow {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: calc(50% - 8px);
  width: 20px;
  height: 20px;
}

.p-global-navi-child-first {
  position: relative;
  margin-right: 5.95238%;
  width: 14.58333%;
}

.p-global-navi-child-second {
  width: 14.58333%;
  margin-right: 6.25%;
}

.p-global-navi-child-third {
  width: 58.5119%;
  position: relative;
}

.p-global-navi-child-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-global-navi-child-col {
  width: 40.08222%;
  margin-left: 1.02775%;
}

.p-global-navi-child-col:first-child {
  margin-left: 0;
}

.p-global-navi-child-col-item {
  margin-bottom: 5px;
}

.p-global-navi-child-col--03 {
  width: 33.29908%;
}

body.lang-en .p-global-navi-child-col > .p-global-navi-child__item {
  margin-bottom: 1em;
}

body.lang-en .p-global-navi-child-col > .p-global-navi-child__item:last-child {
  margin-bottom: 0;
}

.p-global-navi-child-in {
  position: relative;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-animation-name: hideTopicsItems;
          animation-name: hideTopicsItems;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  display: none;
}

.p-global-navi-child-in.is-opened {
  -webkit-animation-name: showTopicsItems;
          animation-name: showTopicsItems;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block;
}

.p-global-navi-child-row.p-global-navi-child-in.is-opened {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-global-navi-child.is-opened .p-global-navi-child-in.is-opened {
  pointer-events: auto;
}

.p-global-navi-professionals .p-global-navi-child-second {
  width: 60.71429%;
}

.p-global-navi-professionals__link {
  display: inline-block;
  padding-top: 15px;
}

.p-global-navi-publications .p-global-navi-child-first {
  width: 15.65476%;
  margin-right: 6.84524%;
}

.p-global-navi-publications .p-global-navi-child-second {
  width: 17.85714%;
  margin-right: 6.84524%;
}

.p-global-navi-publications .p-global-navi-child-third {
  width: 47.61905%;
}

.p-global-navi-search .p-global-navi-child-second {
  width: 60.71429%;
}

.p-global-navi-search__text {
  display: inline-block;
  padding-top: 15px;
}

.p-global-navi-locations .p-global-navi-child-second {
  width: 83.33333%;
  max-width: 500px;
}

.p-pagetop {
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  display: block;
  padding-top: 18px;
  border: 1px solid #228b22;
  border-radius: 50%;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.p-pagetop .c-arrow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-pagetop:hover {
  border-color: #c0c0c0;
  background-color: #c0c0c0;
}

.p-pagetop:hover .c-arrow {
  stroke: #fff;
}

.p-select-lang {
  width: 100px;
  height: 34px;
}

.p-select-lang__current {
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-select-lang__current .c-earth {
  fill: #bbb;
  margin-right: 11px;
}

.p-select-lang__arrow {
  margin-left: 11px;
}

.p-utility-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  right: 3.33333%;
}

.p-utility-navi__item {
  margin-left: 30px;
  color: #111;
  font-size: 14px;
  font-size: 0.900rem;
  font-weight: 600;  
  text-decoration: none;
}

.p-utility-navi__item:hover {
  color: #c0c0c0;
}

@page {
  margin: 40px 20px;
}

@media print, screen and (min-width: 769px) {
  body:after {
    content: '';
    display: block;
    opacity: 0.6;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 13.33333%;
    left: 26.66667%;
    background: -webkit-linear-gradient(left, #dedede 0%, #ffffff 100%);
    background: linear-gradient(to right, #dedede 0%, #ffffff 100%);
  }
  a[href^="tel"] {
    pointer-events: none;
  }
  .l-contents {
    width: 100%;
  }
  .l-contents--lower {
    padding-top: 136px;
  }
  .l-contents__body {
    width: 1170px;
    margin: auto;
  }
  .l-gf {
    box-sizing: border-box;
    width: 100%;
  }
  .l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  .l-gh-pc__sub {
    height: 45px;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
            transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-property: height;
    transition-property: height;
  }
  .l-gh-pc__sub.is-hidden {
    height: 0px;
  }
  .l-gh-pc__main {
   -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: relative;
    background-color: #fff;
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
            transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-property: height;
    transition-property: height;
  }*
  .l-gh-pc__main {
    height: 91px;
  }
  .l-gh-pc__main.is-shrink {
    height: 75px;
  }
  #global-navi-sp {
    display: none;
  }
  .l-gh-sp {
    display: none;
  }
  .l-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 1170px;
    min-height: 100%;
    line-height: 2;
  }
  .c-button--pdf:after {
    width: 21px;
    height: 22px;
    margin-left: 8px;
    background-image: url(../images/icon-pdf-02.png);
    background-size: 21px 22px;
  }
  .c-header-section {
    margin-bottom: 35px;
  }
  .c-heading-L2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 35px;
    padding-bottom: 7px;
  }
  .c-heading-L3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
    padding-bottom: 9px;
  }
  .c-jumbotron {
    margin-bottom: 60px;
    padding: 50px 20px;
    text-align: center;
  }
  .c-jumbotron__heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .c-jumbotron__lead {
    margin-top: 20px;
  }
  .c-jumbotron__sub {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-modal__content {
    max-width: 1170px;
    margin: 20px auto 0;
    padding: 20px 35px;
    height: 680px;
  }
  .c-modal__close {
    margin-top: 2.27273%;
    margin-right: 4.54545%;
  }
  .c-relation-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .c-relation-item {
    width: 500px;
    padding-bottom: 60px;
    margin-bottom: 20px;
    min-height: 140px;
  }
  .c-relation-item:nth-child(even) {
    margin-left: 40px;
  }
  .c-relation-item__head {
    margin-bottom: 5px;
  }
  .c-relation-item__head-date {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-relation-item__head-label {
    padding-left: 13px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-relation-item__text {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 40px;
  }
  .c-relation-item__detail {
    padding-right: 40px;
  }
  .c-relation-item__name {
    padding-right: 40px;
  }
  .c-relation-item__img img {
    width: 100px;
  }
  .c-search-text__input {
    padding: 0 70px 0 30px;
  }
  .c-search-text__btn {
    right: 30px;
  }
  .c-show-fade-in-up {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  .c-wysiwyg table.c-table-layout tr + tr > td {
    padding-top: 20px;
  }
  .c-wysiwyg table.c-table-layout tr > td img {
    max-width: none;
  }
  .c-wysiwyg table.c-table-layout tr > td:first-child {
    padding-right: 10px;
  }
  .c-wysiwyg table.c-table-layout tr > td + td {
    padding-left: 10px;
  }
  .c-wysiwyg table.c-table-layout tr > td:only-of-type {
    padding-right: 0;
  }
  .c-wysiwyg-table table {
    margin-bottom: 40px;
  }
  .c-wysiwyg-table table th {
    width: 176px;
    margin-right: 20px;
    vertical-align: top;
  }
  .p-breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.1;
    margin-top: 1.66667%;
    margin-bottom: 1.66667%;
    font-size: 12px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .p-breadcrumb a {
    display: block;
    color: #333;
    text-decoration: none;
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
  }
  .p-breadcrumb a:hover {
    color: #228b22;
  }
  .p-breadcrumb__item {
    display: block;
  }
  .p-breadcrumb__arrow {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 2px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .p-flex-item--col2 {
    width: 50%;
  }
  .p-flex-item--col3 {
    width: 33.3%;
  }
  .p-flex-item__excerpt {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .p-flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-footer-copyright {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .p-footer-copyright__br {
    display: none;
  }
  .p-footer-logo {
    display: none;
  }
  .p-footer-navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600; 
      
  }
  .p-footer-navi__item {
    margin-right: 25px;
  }
  .p-global-logo.is-shrink {
    height: 100px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .p-global-navi-child {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    padding: 3.33333%;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .p-global-navi-child.is-opened {
    opacity: 1;
    pointer-events: auto;
  }
  .p-global-navi-children {
    position: relative;
    font-size: 14px;
    font-size: 0.9rem;
    font-weight: 600; 
  }
  .p-global-navi-children__bg {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
            transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .p-global-navi-children__bg:before {
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #e7e7e7;
  }
  .p-pagetop--pc {
    position: absolute;
    bottom: 40px;
    z-index: 100;
  }
  .p-pagetop--sp {
    display: none;
  }
}

@media all and (max-width: 767px) {
  body:after {
    display: none;
  }
  .c-header-two-lang {
    text-align: center;
  }
  .p-flex-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }
  .p-footer-logo {
    display: block;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 768px) {
  a[href^="tel"] {
    pointer-events: auto;
  }
  .l-contents--lower {
    padding-top: 65px;
  }
  .l-gf {
    margin-top: 60px;
    padding: 60px 20px 45px;
  }
  .l-gh-pc {
    display: none;
  }
  .l-header {
    width: 100%;
    height: 58px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 12000;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .l-header.is-hidden + #global-navi-sp {
    display: none;
  }
  .l-gh-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-gh-sp__button {
    width: 42px;
    height: 42px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 6px;
    right: 9px;
  }
  .l-gh-sp__close {
    width: 15px;
    height: 15px;
    position: relative;
  }
  .l-gh-sp__close-line {
    width: 15px;
    height: 1px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #000;
  }
  .l-gh-sp__close-line--01 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-gh-sp__close-line--02 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-page {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
  }
  .c-button--pdf {
    padding-right: 10px;
  }
  .c-button--pdf:after {
    width: 19px;
    height: 18px;
    margin-left: 8px;
    background-image: url(../images/icon-pdf-02.png);
    background-size: 19px 18px;
  }
  .c-dropdown {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-header-section {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-header-section {
    margin-bottom: 25px;
  }
  .c-header-two-lang__en {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-header-two-lang__ja {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-heading-L2 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 25px;
    padding-bottom: 5px;
  }
  .c-heading-L3 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .c-jumbotron {
    margin: 10px;
    padding: 22px 20px;
  }
  .c-jumbotron__heading {
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: center;
  }
  .c-jumbotron__lead {
    margin-top: 10px;
  }
  .c-modal__close {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .c-read-more {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-relation-list {
    margin-bottom: 35px;
  }
  .c-relation-item {
    padding-bottom: 40px;
    margin-bottom: 20px;
    min-height: 160px;
  }
  .c-relation-item .c-relation-item__link .c-arrow {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-relation-item__head-label {
    padding-left: 10px;
  }
  .c-relation-item__text {
    padding-right: 15px;
  }
  .c-relation-item__detail {
    padding-right: 15px;
  }
  .c-relation-item__name {
    padding-right: 15px;
  }
  .c-relation-item__img img {
    width: 80px;
  }
  .c-search-text__input {
    padding: 0 40px 0 15px;
    font-size: 16px;
    font-size: 1rem;
  }
  .c-search-text__input::-webkit-input-placeholder {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 5px;
  }
  .c-search-text__input:-ms-input-placeholder {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 5px;
  }
  .c-search-text__input::-ms-input-placeholder {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 5px;
  }
  .c-search-text__input::placeholder {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 5px;
  }
  .c-search-text__btn {
    right: 16px;
  }
  .c-show-fade-in-up {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  .c-wysiwyg table.c-table-layout {
    max-width: 100%;
    display: block;
  }
  .c-wysiwyg table.c-table-layout tr + tr > td:first-child {
    padding-top: 20px;
  }
  .c-wysiwyg table.c-table-layout tr > td {
    width: 100%;
    display: block;
  }
  .c-wysiwyg table.c-table-layout tr > td + td {
    padding-top: 20px;
  }
  .c-wysiwyg-table table {
    margin-bottom: 25px;
  }
  .c-wysiwyg-table table th {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .c-wysiwyg-table table td {
    padding-left: 15px;
  }
  .c-wysiwyg-table table tr {
    margin-bottom: 15px;
    display: block;
    width: 100%;
  }
  .p-breadcrumb {
    display: none;
  }
  .p-flex-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
  .p-flex-item__thumb {
    width: 50%;
  }
  .p-flex-item__content {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-flex-item__head {
    font-size: 14px;
    font-size: 0.900rem;
    font-weight: 600; 
  }
  .p-flex-item__excerpt {
    display: none;
  }
  .p-modal__close {
    font-size: 10px;
    font-size: 0.825rem;
  }
  .p-footer-copyright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-footer-copyright {
    margin-top: 40px;
    text-align: center;
  }
  .p-footer-navi__item {
    font-size: 13px;
    font-size: 0.85rem;
  }
  .p-footer-navi__item {
    margin-top: 12px;
    text-align: center;
  }
  .p-global-navi-child {
    display: none;
  }
  .p-global-navi-children {
    display: none;
  }
  .p-global-navi-select {
    display: none;
  }
  .p-global-navi__item--only-pc-l {
    display: none;
  }
  .p-hamburger {
    width: 42px;
    height: 42px;
    display: block;
    cursor: pointer;
    position: fixed;
    top: 12px;
    right: 13px;
    z-index: 12000;
  }
  .p-hamburger__line {
    width: 16px;
    height: 1px;
    overflow: hidden;
    position: absolute;
  }
  .p-hamburger__line-in {
    width: 48px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-hamburger__line-in:before, .p-hamburger__line-in:after {
    width: 16px;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-color: #000;
  }
  .p-hamburger__line-in:before {
    left: -32px;
  }
  .p-hamburger__line-in:after {
    left: 0;
  }
  .p-hamburger__line--01 {
    top: 14px;
    left: 14px;
  }
  .p-hamburger__line--02 {
    top: 20px;
    left: 14px;
  }
  .p-hamburger__line--03 {
    top: 26px;
    left: 14px;
  }
  .p-hamburger__line--cross01, .p-hamburger__line--cross02 {
    top: 20px;
    left: 14px;
  }
  .p-hamburger__line--cross01 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-hamburger__line--cross02 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .p-hamburger__line {
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
            transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .p-hamburger__line-in {
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
            transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .p-hamburger__line-in:before, .p-hamburger__line-in:after {
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
            transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .p-hamburger__line-in--cross01, .p-hamburger__line-in--cross02 {
    -webkit-transform: translateX(-33.3%);
            transform: translateX(-33.3%);
  }
  .p-hamburger__line-in--01 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .p-hamburger__line-in--02 {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .p-hamburger__line-in--02:before, .p-hamburger__line-in--02:after {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  .p-hamburger__line-in--03 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .p-hamburger__line-in--03:before, .p-hamburger__line-in--03:after {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .p-hamburger__line-in--cross01 {
    -webkit-transition-delay: 0.0s;
            transition-delay: 0.0s;
  }
  .p-hamburger__line-in--cross02 {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  .p-hamburger__line-in--cross02:before, .p-hamburger__line-in--cross02:after {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .p-hamburger.is-opened-navi .p-hamburger__line-in--01, .p-hamburger.is-opened-navi .p-hamburger__line-in--02, .p-hamburger.is-opened-navi .p-hamburger__line-in--03 {
    -webkit-transform: translateX(33.3%);
            transform: translateX(33.3%);
  }
  .p-hamburger.is-opened-navi .p-hamburger__line-in--cross01, .p-hamburger.is-opened-navi .p-hamburger__line-in--cross02 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-hamburger.is-opened-navi .p-hamburger__line-in--01 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .p-hamburger.is-opened-navi .p-hamburger__line-in--02 {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  .p-hamburger.is-opened-navi .p-hamburger__line-in--03 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .p-hamburger.is-opened-navi .p-hamburger__line-in--cross01 {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .p-hamburger.is-opened-navi .p-hamburger__line-in--cross02 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .p-hamburger:hover .p-hamburger__line-in:before, .p-hamburger:hover .p-hamburger__line-in:after {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  .p-hamburger:hover .p-hamburger__line-in--01:before, .p-hamburger:hover .p-hamburger__line-in--01:after, .p-hamburger:hover .p-hamburger__line-in--02:before, .p-hamburger:hover .p-hamburger__line-in--02:after, .p-hamburger:hover .p-hamburger__line-in--03:before, .p-hamburger:hover .p-hamburger__line-in--03:after {
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
  }
  .p-hamburger:hover .p-hamburger__line-in--cross01:before, .p-hamburger:hover .p-hamburger__line-in--cross01:after, .p-hamburger:hover .p-hamburger__line-in--cross02:before, .p-hamburger:hover .p-hamburger__line-in--cross02:after {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
  .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--cross01:before, .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--cross01:after, .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--cross02:before, .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--cross02:after {
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
  }
  .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--01:before, .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--01:after, .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--02:before, .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--02:after, .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--03:before, .p-hamburger.is-opened-navi:hover .p-hamburger__line-in--03:after {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
  .p-pagetop--pc {
    display: none;
  }
  .p-pagetop--sp {
    position: absolute;
    top: -23px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media all and (min-width: 1025px) {
  .l-gf {
    margin-top: 80px;
    padding-right: 3.33333%;
    padding-left: 3.33333%;
  }
  .c-button {
    width: 280px;
    height: 50px;
  }
  .c-button--index-kv {
    width: 236px;
    height: 52px;
  }
  .c-button-in {
    height: 60px;
  }
  .c-header-section {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-header-two-lang__en {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-header-two-lang__ja {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .c-modal__close {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .c-read-more {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .c-relation-item .c-relation-item__link .c-arrow {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-flex-item__content {
    padding: 8.33333% 12.5%;
  }
  .p-flex-item__head {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-flex-wrap {
    margin: 4.44444% 10%;
  }
  .p-modal__close {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .p-vertical-label {
    width: 1em;
    line-height: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 3.33333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -0.5em;
    font-size: 11px;
    font-size: 0.6875rem;
    font-family: "Segoe UI", "Arial", "Helvetica", "Roboto", sans-serif;
  }
  .p-vertical-label .c-split-str {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }
  .p-footer-copyright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-footer-navi {
    margin-right: 3.57143%;
  }
  .p-footer-navi__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-global-navi-sp {
    display: none;
  }
  .p-hamburger {
    display: none;
  }
  .p-pagetop--pc {
    right: 3.33333%;
    margin-right: -22px;
  }
}

@media print, screen and (max-width: 1170px) and (min-width: 769px) {
  .l-gf {
    margin-top: 80px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .c-modal__close {
    margin-top: 2%;
    margin-right: 4%;
  }
  .p-global-navi-select {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 390px;
  }
  .p-global-navi__item--only-pc-l {
    display: none;
  }
}

@media print, screen and (min-width: 769px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    height: 100%;
  }
}

@media all and (max-width: 1024px) {
  .c-button {
    width: 280px;
    height: 48px;
  }
  .c-button--index-kv {
    width: 206px;
    height: 54px;
  }
  .c-button-in {
    height: 48px;
  }
  .c-header-section {
    text-align: center;
  }
  .p-global-navi-sp {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11000;
    letter-spacing: 0.1em;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
  }
  .p-global-navi-sp__items {
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 10;
    padding-top: 65px;
    background-color: #fff;
  }
  .p-global-navi-sp__item {
    display: block;
    position: relative;
    border-top: 1px solid #e7e8ec;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
  }
  .p-global-navi-sp__item-parent {
    display: block;
    padding: 13px 45px 11px 18px;
    color: #111;
    text-decoration: none;
      
    background: #f5f5f5;
  }
  .p-global-navi-sp__item-parent .c-arrow {
    stroke: #c0c0c0;
    position: absolute;
    top: 50%;
    right: 23px;
    margin-top: -3px;
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
            transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .p-global-navi-sp__item-parent--default {
    background: #fff;
  }
  .p-global-navi-sp__item-parent-btn {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  .p-global-navi-sp__item-parent-btn .c-arrow {
    stroke: #c0c0c0;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
            transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .p-global-navi-sp__item-parent-btn.is-opened .c-arrow {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .p-global-navi-sp__item-parent--disable {
    opacity: 0.5;
  }
  .p-global-navi-sp__item-parent--third {
    background: #f2f2f2;
    padding-left: 40px;
  }
  .p-global-navi-sp__item-parent--link {
    padding-left: 40px;
    background: #fff;
  }
  .p-global-navi-sp__item-parent--link .c-arrow {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .p-global-navi-sp__item-children {
    height: 0;
    overflow: hidden;
  }
  .p-global-navi-sp__item-child {
    display: block;
    padding: 18px 20px;
    color: #111;
    text-decoration: none;
  }
  .p-global-navi-sp__item-child--third {
    padding: 22px 5px 22px 55px;
  }
  .p-global-navi-sp__item-child--third .p-global-navi-sp__linkList > a {
    display: block;
    position: relative;
    padding-right: 40px;
  }
  .p-global-navi-sp__item-child--third .p-global-navi-sp__linkList > a::after {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 18px;
    width: 8px;
    height: 13px;
    background-image: url(../images/arrow_02.png);
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: 50% 50%;
  }
  .p-global-navi-sp__toggle-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7.5px;
  }
  .p-global-navi-sp__toggle-icon:before, .p-global-navi-sp__toggle-icon:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #333;
  }
  .p-global-navi-sp__toggle-icon:before {
    width: 15px;
    height: 1px;
    top: 7px;
    left: 0;
  }
  .p-global-navi-sp__toggle-icon:after {
    width: 1px;
    height: 15px;
    top: 0;
    left: 7px;
  }
  .p-global-navi-sp__linkList {
    margin-top: 5px;
    margin-bottom: 11px;
  }
  .p-global-navi-sp__linkList:first-child {
    margin-top: 0;
  }
  .p-global-navi-sp__linkList:last-child {
    margin-bottom: 0;
  }
  .p-global-navi-sp.is-opened {
    pointer-events: auto;
  }
  .p-global-navi-sp__items {
    opacity: 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .p-global-navi-sp__items.is-opened {
    opacity: 1;
  }
  .p-global-navi-sp__item-parent.is-current {
    color: #c0c0c0;
  }
  .p-global-navi-sp__item-children {
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .p-global-navi-sp__item-child.is-current {
    color: #c0c0c0;
  }
  .p-global-navi-sp__toggle-icon:before, .p-global-navi-sp__toggle-icon:after {
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .p-global-navi-sp__toggle-icon.is-opened:before {
    -webkit-transform: scaleY(0) rotate(90deg);
            transform: scaleY(0) rotate(90deg);
  }
  .p-global-navi-sp__toggle-icon.is-opened:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .c-header-section {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-header-two-lang__en {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-header-two-lang__ja {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .c-modal__close {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .c-read-more {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .c-relation-item .c-relation-item__link .c-arrow {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-flex-item__content {
    padding: 30px 40px;
  }
  .p-flex-item__head {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-flex-wrap {
    margin: 40px 20px;
  }
  .p-modal__close {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .p-footer-copyright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-footer-navi {
    margin-right: 25px;
  }
  .p-footer-navi__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-pagetop--pc {
    right: 20px;
  }
}

@media all and (min-width: 1281px) {
  .p-modal__content {
    margin-left: 20%;
  }
  .p-modal__close {
    margin-top: 2.27273%;
    margin-right: 4.54545%;
  }
  .p-global-logo {
    height: 44px;
  }
}

@media all and (min-width: 1025px) and (max-width: 1280px) {
  .p-modal__content {
    margin-left: 10%;
  }
  .p-modal__close {
    margin-top: 2%;
    margin-right: 4%;
  }
}

@media all and (min-width: 1171px) {
  .p-global-navi-select {
    display: none;
  }
}

@media all and (max-width: 980px) {
  .p-global-navi-select {
    left: 360px;
  }
}

@media all and (max-width: 830px) {
  .p-global-navi-select {
    left: 340px;
  }
}

@media print {
  html, body {
    background: none;
    height: auto;
    max-height: 100%;
    min-height: 0;
  }
  html::after, body::after {
    background: none;
  }
  .l-gh-pc__sub {
    display: none;
  }
  .l-gf {
    display: none;
  }
  .l-gh-sp {
    display: none;
  }
  .l-page {
    background: none;
    height: auto;
    max-height: 100%;
    min-height: 0;
    display: block;
  }
  .l-page:after {
    display: none;
  }
  .p-global-navi {
    display: none;
  }
  .p-global-navi-select {
    display: none;
  }
  .p-breadcrumb {
    display: none;
  }
  .l-header {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #e7e8ec;
  }
  .l-header.is-hidden {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .p-global-logo {
    position: static;
    margin: auto;
    text-align: center;
  }
  .p-global-logo a {
    margin: auto;
    text-align: center;
  }
  .p-global-logo__en {
    position: static;
    margin: 20px auto 15px;
  }
  .p-global-logo__ja, .p-global-logo__cn {
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .p-global-logo.is-shrink {
    height: 70px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-contents--lower {
    padding-top: 0;
  }
  .c-jumbotron {
    border: 1px solid #e7e8ec;
  }
  .lang-en .p-global-logo {
    height: auto;
  }
  .lang-en .p-global-logo__en {
    margin: 36px auto 0 auto;
  }
  .c-relation-list {
    display: block;
  }
  .c-relation-item {
    width: auto;
    padding-bottom: 40px;
    min-height: none;
  }
  .c-relation-item:nth-child(even) {
    margin-left: 0;
  }
}

/* Localized */