@charset "UTF-8";
/**
 * Style For Top Page
 */
/**
 * Main Style
 */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

/** ******************************
 * CONFIGS
 */
/** ******************************
 * Colors
 */
/**
 * sprite helper
 */
/**
 * ポジションをセンターにする。
 */
/**
 * 画面にぴったりフィットして全画面
 */
/**
 * 画面にぴったりフィットして全画面
 */
/**
 * hoverで.35のopacity
 */
/**
 * ボタンあとにつく丸
 */
/**
 * mixin
 */
.kern {
  display: inline !important;
  margin-left: -.5em;
}

/**
 * Site base settings
 */
@font-face {
  font-family: "myYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic"), local("YuGothic-Regular");
  /* nothing medium */
}
@font-face {
  font-family: "myYuGothicB";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("YuGothic"), local("Yu Gothic");
  /* for chrome */
}
html, body {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* Complete */
@font-face {
  font-family: "Replica-Bold";
  src: url("/sp/assets/font/lineto-replica-bold.eot");
  src: url("/sp/assets/font/lineto-replica-bold.eot?#iefix") format("embedded-opentype"), url("/sp/assets/font/lineto-replica-bold.woff2") format("woff2"), url("/sp/assets/font/lineto-replica-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Subsetted */
@font-face {
  font-family: "Replica-Bold-S";
  src: url("/sp/assets/font/_subsetted/lineto-replica-bold.eot");
  src: url("/sp/assets/font/_subsetted/lineto-replica-bold.eot?#iefix") format("embedded-opentype"), url("/sp/assets/font/_subsetted/lineto-replica-bold.woff2") format("woff2"), url("/sp/assets/font/_subsetted/lineto-replica-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/**
 * Site base settings
 */
html {
  height: 100%;
  font-size: 62.5%;
  /* 10(base font size) / 16(Browser Default font size) = 0.625em * 100 = 62.5% */
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.6em;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-size: 1em;
}

nav ul {
  list-style-type: none;
}

img,
svg {
  vertical-align: bottom;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * カーニング 情報
 */
.kerningL {
  display: inline-block;
  text-indent: -.5em;
}

.kerningR {
  display: inline-block;
  margin-right: -.5em;
  text-indent: 0em;
}

.kerningLR {
  display: inline-block;
  text-indent: -.25em;
  margin-right: -.25em;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  text-decoration: inherit;
  color: inherit;
}

/**
 * Selection style
 */
::-moz-selection {
  background: rgba(40, 40, 40, 0.9);
  color: #fff;
}
::selection {
  background: rgba(40, 40, 40, 0.9);
  color: #fff;
}

::-moz-selection {
  background: rgba(40, 40, 40, 0.9);
  color: #fff;
}

.sprite {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
}

.linkboxes a[target=_blank] {
  display: block;
  position: relative;
}
.linkboxes a[target=_blank]:after {
  display: block;
  content: " ";
  background: url("../img/pc/common/icon_blank.png") no-repeat left top;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  margin-left: 10px;
}
.linkboxes a[target=_blank]:after a {
  display: block;
  width: 100%;
  height: 100%;
}

.sub-section {
  border-top: 2px solid #007e3d;
}
.sub-section h3 {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 25px 0;
}
.sub-section h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #007e3d;
}

.m-link-btn, .m-color-link-btn-arw {
  padding: 20px 46px;
  border: 1px solid black;
}

.m-link-color-btn {
  padding: 6px;
  display: block;
  color: white;
  background-color: #007e3d;
  font-size: 1.8rem;
  text-align: center;
}

.m-arw:before, .m-dl-dt-arw dt:before {
  display: block;
  content: " ";
  background: url("../img/pc/common/link_arw_g.png") no-repeat left top;
  background-size: 7px 8px;
  width: 7px;
  height: 8px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  margin-right: 14px;
}
.m-arw:before a, .m-dl-dt-arw dt:before a {
  display: block;
  width: 100%;
  height: 100%;
}

.m-dl-dt-arw {
  line-height: 2.4;
}
.m-dl-dt-arw ol {
  padding-left: 1em;
}
.m-dl-dt-arw ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

.m-fullsize-btn, .m-fullsize-border-btn {
  display: block;
  margin: 0 25px;
  text-align: center;
  color: #c7d53e;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.333333;
  line-height: 55px;
  margin-top: 20px;
}
.m-fullsize-btn:before, .m-fullsize-border-btn:before {
  display: block;
  content: " ";
  background: url("../img/pc/common/link_arw2_lg.png") no-repeat left top;
  background-size: 24px 20px;
  width: 24px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 12px;
}
.m-fullsize-btn:before a, .m-fullsize-border-btn:before a {
  display: block;
  width: 100%;
  height: 100%;
}

.m-fullsize-border-btn {
  border: 2px solid #c7d53e;
}

.m-color-link-btn-arw {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  line-height: 50px;
  height: 50px;
  border: none;
  background-color: #007e3d;
  color: white;
  padding: 0 110px;
  display: inline-block;
}
.m-color-link-btn-arw:after {
  display: block;
  content: " ";
  background: url("../img/pc/common/link_arw_l_w.png") no-repeat left top;
  background-size: 11px 16px;
  width: 11px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 12px;
}
.m-color-link-btn-arw:after a {
  display: block;
  width: 100%;
  height: 100%;
}

.m-h3-down-arw {
  background-color: #fff;
  text-align: center;
  width: 757px;
  height: 65px !important;
  margin: 0 auto 66px;
  position: relative;
}
.m-h3-down-arw:after {
  display: block;
  content: " ";
  background: url("../img/pc/common/arw_down_harf_w.png") no-repeat left top;
  background-size: 11px 22px;
  width: 11px;
  height: 22px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  margin: 0 auto;
}
.m-h3-down-arw:after a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px), screen and (max-device-width: 750px) {
  .linkboxes a[target=_blank] {
    display: block;
    position: relative;
  }
  .linkboxes a[target=_blank]:after {
    display: block;
    content: " ";
    background: url("../img/pc/common/icon_blank.png") no-repeat left top;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    margin-left: 10px;
  }
  .linkboxes a[target=_blank]:after a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .sub-section {
    border-top: 2px solid #007e3d;
  }
  .sub-section h3 {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 18px 0;
  }
  .sub-section h4 {
    font-size: 1.4rem;
    font-weight: bold;
  }

  .m-h3-down-arw {
    background-color: #fff;
    text-align: center;
    width: 757px;
    height: 65px !important;
    margin: 0 auto 66px;
    position: relative;
  }
  .m-h3-down-arw:after {
    display: block;
    content: " ";
    background: url("../img/pc/common/arw_down_harf_w.png") no-repeat left top;
    background-size: 5.5px 11px;
    width: 5.5px;
    height: 11px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: 0 auto;
  }
  .m-h3-down-arw:after a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .m-fullsize-btn, .m-fullsize-border-btn {
    display: block;
    margin: 0 25px;
    text-align: center;
    color: #c7d53e;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.333333;
    line-height: 55px;
    margin-top: 20px;
  }
  .m-fullsize-btn:before, .m-fullsize-border-btn:before {
    display: block;
    content: " ";
    background: url("../img/pc/common/link_arw2_lg.png") no-repeat left top;
    background-size: 12px 10px;
    width: 12px;
    height: 10px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 6px;
  }
  .m-fullsize-btn:before a, .m-fullsize-border-btn:before a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .m-color-link-btn-arw {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    line-height: 32px;
    height: auto;
    border: none;
    background-color: #007e3d;
    color: white;
    padding: 0 20px 0 30px;
    display: inline-block;
  }
  .m-color-link-btn-arw:after {
    display: block;
    content: " ";
    background: url("../img/pc/common/link_arw_l_w.png") no-repeat left top;
    background-size: 8.25px 12px;
    width: 8.25px;
    height: 12px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 8px;
  }
  .m-color-link-btn-arw:after a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
/**
 *
 */
* {
  list-style: none;
  outline: none;
}

a {
  transition: opacity 0.35s ease;
}
a:hover {
  opacity: 0.4;
  transition: opacity 0s ease;
}
a.underline {
  text-decoration: underline;
}

span.red {
  color: red;
}

body {
  font: 16px/1.6;
  background-color: white;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  transition: opacity 750ms linear;
}
body.ready {
  opacity: 1;
}

body {
  opacity: 0;
  transition: opacity 1s ease;
}

.responsive-context .pc {
  display: block;
}
.responsive-context .sp {
  display: none;
}

.scaller {
  width: 100%;
  overflow: hidden;
}
.scaller.scaling a {
  transition: none !important;
}
.scaller.scaling a:hover {
  opacity: 0.4;
  transition: none !important;
}

.site-wrapper {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.site-container {
  min-width: 1500px;
  overflow: hidden;
}

header.global .menu-base {
  display: none;
}
header.global .site-nav .sp-sub {
  display: none;
}

footer.global {
  background-color: white;
  border-top: 5px solid #007e3d;
  padding-top: 3px;
  text-align: center;
  position: relative;
  z-index: 10;
}
footer.global .inner {
  padding: 45px 0 37px 0;
  border-top: 2px solid #c4d700;
  font-size: 1.4rem;
}
footer.global .links {
  margin-bottom: 25px;
}
footer.global .links li {
  display: inline-block;
  margin-left: 33px;
}
footer.global .links li:first-child {
  margin-left: 0;
}
footer.global .links li a:before {
  display: block;
  content: " ";
  background: url("../img/pc/common/link_arw_l.png") no-repeat left top;
  background-size: 11px 16px;
  width: 11px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
footer.global .links li a:before a {
  display: block;
  width: 100%;
  height: 100%;
}
footer.global .links li a span {
  text-decoration: underline;
}
footer.global.fix-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1500px;
}

.news-gspark {
  display: inline-block;
}
.news-gspark img {
  width: 46px;
  padding-left: 5px;
}

.link-en a {
  display: inline-block;
  padding: 0 15px;
  line-height: 24px;
  background-color: rgba(255, 255, 255, 0.5);
}
.link-en.-green {
  position: absolute;
  right: 90px;
  top: 2px;
  bottom: 0;
  margin: auto 0;
}
.link-en.-green a {
  display: inline-block;
  padding: 0 15px;
  line-height: 24px;
  color: white;
  background-color: #007e3d;
  vertical-align: middle;
}

@media print, screen and (min-width: 751px) {
  br.for-pc {
    display: block;
  }

  br.for-sp {
    display: none;
  }

  header.global .site-nav .sp-sub {
    display: none !important;
  }
}
@media screen and (max-width: 750px), screen and (max-device-width: 750px) {
  .top-hero .link-en {
    display: none;
  }
  br.for-pc {
    display: none;
  }

  br.for-sp {
    display: block;
  }

  body {
    font: 16px/1.6;
    background-color: white;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
    transition: opacity 750ms linear;
  }
  body.ready {
    opacity: 1;
  }

  body {
    opacity: 0;
    transition: opacity 1s ease;
  }

  .responsive-context .pc {
    display: none;
  }
  .responsive-context .sp {
    display: block;
  }

  .scaller {
    width: 100%;
    overflow: hidden;
  }

  .site-wrapper {
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }

  .site-container {
    min-width: auto;
    min-width: initial;
    overflow: auto;
  }

  header.global {
    width: 100%;
    height: 41px;
    padding: 0;
    position: relative;
    background-color: rgba(255, 255, 255, 0.71);
    text-align: center;
    z-index: 100;
  }
  header.global h1 {
    background: url("../img/sp/common/gs_logo_sp.png") no-repeat left top;
    background-size: contain;
    width: 96px;
    height: 26px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 9px;
    left: 12px;
    margin-bottom: 0;
  }
  header.global h1 a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header.global .menu-base {
    display: block;
    background-color: #007e3d;
    width: 41px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
  }
  header.global .menu-btn {
    position: absolute;
    top: 11px;
    right: 7px;
  }
  header.global .menu-btn span {
    display: block;
    content: " ";
    text-indent: -9999px;
    overflow: hidden;
    width: 25px;
    height: 2px;
    margin-bottom: 6px;
    background-color: #fff;
    transition: all 0.25s ease;
  }
  header.global .menu-btn span a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header.global .site-nav {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    top: 41px;
    left: 0;
    background-color: #007e3d;
    height: auto;
    position: absolute;
  }
  header.global .site-nav:before, header.global .site-nav:after {
    display: none;
  }
  header.global .site-nav > ul {
    padding: 0 !important;
    text-align: left;
  }
  header.global .site-nav > ul > li {
    padding: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header.global .site-nav > ul > li a {
    display: block;
    padding: 10px 0;
  }
  header.global .site-nav > ul > li span {
    padding-left: 15px;
  }
  header.global .site-nav .sp-sub {
    padding: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.25);
  }
  header.global .site-nav .sp-sub li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header.global .site-nav .sp-sub li a {
    padding: 8px 0;
  }
  header.global .site-nav .sp-sub li span:before {
    content: "ー ";
    margin-right: 3px;
    font-size: 1.1rem;
    font-weight: normal;
  }

  footer.global {
    border-top: 2px solid #007e3d;
    padding-top: 2px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  footer.global .inner {
    padding: 1px 0 0;
    background-color: #9fb832;
    border-top: none;
    font-size: 1.2rem;
  }
  footer.global .links {
    margin-bottom: 0;
    background-color: white;
    padding: 10px 15px 7px;
  }
  footer.global .links li {
    display: inline-block;
    margin: 0 5px 3px;
  }
  footer.global .links li:first-child {
    margin-left: 0;
  }
  footer.global .links li a:before {
    display: block;
    content: " ";
    background: url("../img/pc/common/link_arw_l.png") no-repeat left top;
    background-size: 6.6px 9.6px;
    width: 6.6px;
    height: 9.6px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 6px;
  }
  footer.global .links li a:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  footer.global .links li a span {
    text-decoration: underline;
  }
  footer.global .copyright {
    font-size: 1rem;
    line-height: 35px;
    padding-bottom: 5px;
    color: white;
  }
  footer.global.fix-bottom {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    min-width: auto;
    min-width: initial;
  }

  body.is-menu-open .menu-btn span:nth-child(1) {
    -webkit-transform: translate(4px, 0px) rotate(44deg);
        -ms-transform: translate(4px, 0px) rotate(44deg);
            transform: translate(4px, 0px) rotate(44deg);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  body.is-menu-open .menu-btn span:nth-child(2) {
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  body.is-menu-open .menu-btn span:nth-child(3) {
    -webkit-transform: translate(4px, 0px) rotate(-45deg);
        -ms-transform: translate(4px, 0px) rotate(-45deg);
            transform: translate(4px, 0px) rotate(-45deg);
    -webkit-transform-origin: 1px 3px;
        -ms-transform-origin: 1px 3px;
            transform-origin: 1px 3px;
  }
}
@media print {
  * {
    min-width: auto !important;
    min-width: initial !important;
  }

  body {
    width: 1500px !important;
    -webkit-transform: scale(0.8) !important;
        -ms-transform: scale(0.8) !important;
            transform: scale(0.8) !important;
    -webkit-transform-origin: 0 0 !important;
        -ms-transform-origin: 0 0 !important;
            transform-origin: 0 0 !important;
  }
  body .site-container, body header.global {
    min-width: auto !important;
    min-width: initial !important;
  }
}
@media print, screen and (min-width: 751px) {
  header.global {
    width: 25%;
    height: 562px;
    padding: 30px 0 0;
    position: relative;
    background-color: rgba(255, 255, 255, 0.71);
    text-align: center;
    z-index: 5;
  }
  header.global h1 {
    background: url("../img/pc/common/ginsen_logo.png") no-repeat center top;
    background-size: contain;
    width: 252px;
    height: 90px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 30px;
	filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.16));
  }
  header.global h1 a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header.global .site-nav {
    width: 100%;
    margin-bottom: 26px;
    position: relative;
  }
  header.global .site-nav:before, header.global .site-nav:after {
    content: " ";
    display: block;
    margin: 0 auto;
    width: 67px;
    height: 1px;
    overflow: hidden;
    background-color: black;
  }
  header.global .site-nav ul {
    padding: 20px 0 20px;
  }
  header.global .site-nav li {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 35px;
  }
}
.top-hero {
  width: 100%;
  min-width: 1500px;
  height: 592px;
  background-color: #007e3d;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.top-hero .hero-img {
  width: 100%;
  min-width: 1500px;
  height: 592px;
  background: url("../img/pc/top/top_hero.jpg") no-repeat center center;
  background-size: 1500px 592px;
  display: block;
  background-size: cover;
}
.top-hero .topics {
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 75%;
  height: 116px;
  background-color: rgba(255, 255, 255, 0.71);
  overflow: hidden;
}
.top-hero .topics h2 {
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 116px;
}
.top-hero .topics .topics-list {
  min-width: 100%;
}
.top-hero .topics .topics-list ul {
  padding: 14px 0 20px 114px;
}
.top-hero .topics .topics-list li {
  margin: 6px 0 0 0;
}
.top-hero .topics .topics-list li:first-child {
  margin-top: 0;
}
.top-hero .topics .topics-list li .date {
  /* background-color: #c4d700;
  color: white; */
  margin-right: 10px;
  /* padding: 4px 12px; */
  font-size: 1.5rem;
}
.top-hero .topics .topics-list li .summary {
  font-size: 1.5rem;
}
.top-hero .link-en {
  position: absolute;
  top: 35px;
  right: 35px;
  opacity: 0;
}
.top-hero .link-en a {
  display: inline-block;
  padding: 0 15px;
  line-height: 24px;
  background-color: rgba(255, 255, 255, 0.5);
}

article .content-list {
  font-size: 0;
}
article .content-list > div {
  width: 25%;
  height: 190px;
  background-color: #333;
  font-size: 2.4rem;
  color: white;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
article .content-list > div > a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 5;
}
article .content-list > div > a:hover {
  opacity: 1;
}
article .content-list > div > a:hover h3 {
  opacity: 0.5;
}
article .content-list > div > a:hover .bgimg {
  opacity: 1;
}
article .content-list > div h3 {
  position: relative;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
article .content-list > div small {
  display: block;
  font-size: 1.5rem;
  margin-top: -4px;
  font-weight: normal;
}
article .content-list > div .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px;
  box-sizing: border-box;
  transition: all 0.35s ease;
}
article .content-list > div .bgimg:after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
}
article .content-list > div.company {
  background-color: #c4d700;
}
article .content-list > div.company .bgimg:after {
  background-color: #c4d700;
}
article .content-list > div.company .cover {
  background-color: #c4d700;
}
article .content-list > div.personal {
  background-color: #007e3d;
}
article .content-list > div.personal small {
  margin-top: 0px;
}
article .content-list > div.personal .bgimg {
  padding-left: 0;
  padding-right: 3.5px;
}
article .content-list > div.personal .bgimg:after {
  background-color: #1c8c52;
}
article .content-list > div.personal .cover {
  background-color: #007e3d;
}
article .content-list > div.business {
  background-color: #007e3d;
}
article .content-list > div.business small {
  margin-top: 0px;
}
article .content-list > div.business .bgimg {
  padding-left: 3.5px;
}
article .content-list > div.business .bgimg:after {
  background-color: #1c8c52;
}
article .content-list > div.business .cover {
  background-color: #007e3d;
}
article .content-list > div.consulting {
  background-color: #2f6c56;
}
article .content-list > div.consulting .bgimg {
  padding-left: 0;
}
article .content-list > div.consulting .bgimg:after {
  background-color: #467c69;
}
article .content-list > div.consulting .cover {
  background-color: #2f6c56;
}
article .content-list > div.gspark {
  background-color: #125a1e;
}
article .content-list > div.gspark .bgimg {
  padding-left: 3.5px;
}
article .content-list > div.gspark .bgimg:after {
  background-color: #2c6c37;
}
article .content-list > div.gspark .cover {
  background-color: #125a1e;
}
article .content-list > div.insurance {
  position: relative;
  background-color: #007e3d;
}
article .content-list > div.insurance a {
  z-index: 2;
}
article .content-list > div.insurance h3 {
  display: inline-block;
  height: 100%;
  width: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: static;
}
article .content-list > div.insurance h3:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
article .content-list > div.insurance h3 p {
  display: inline-block;
  vertical-align: middle;
}
article .content-list > div.insurance h3 small {
  vertical-align: middle;
}
article .content-list > div.insurance .links {
  height: 2em;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 0;
  right: 0;
}
article .content-list > div.insurance .links .inner {
  width: 100%;
}
article .content-list > div.insurance .links .inner a {
  text-align:left;
  margin-left:30%;
}
article .content-list > div.insurance .links a {
  font-size: 1.5rem;
  color: white;
  display: block;
  margin-left: 0;
  transition: none;
  text-decoration: underline;
}
article .content-list > div.personal small, article .content-list > div.business small {
  font-size: 1.5rem;
}
article .content-list > div.insurance .links a:first-child {
  margin-bottom: 2px;
}
article .content-list > div.insurance .links a:before {
  display: block;
  content: " ";
  background: url("../img/pc/common/link_arw_s.png") no-repeat left top;
  background-size: 7px 8px;
  width: 7px;
  height: 8px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
}
article .content-list > div.insurance .links a:before a {
  display: block;
  width: 100%;
  height: 100%;
}
article .content-list > div.insurance .bgimd {
  z-index: -1;
}
article .content-list > div.insurance .cover {
  background-color: #007e3d;
}
article .content-list > div.building {
  background-color: #1a5b43;
}
article .content-list > div.building .bgimg:after {
  background-color: #1a5b43;
}
article .content-list > div.building .cover {
  background-color: #1a5b43;
}
article .content-list > div.recruit {
  background-color: #2f6c56;
}
article .content-list > div.recruit .bgimg:after {
  background-color: #2f6c56;
}
article .content-list > div.recruit .cover {
  background-color: #2f6c56;
}
article .content-list > div.parking {
  background-color: #125a1e;
}
article .content-list > div.parking .bgimg:after {
  background-color: #125a1e;
}
article .content-list > div.parking .cover {
  background-color: #125a1e;
}
article .content-list > div .cover {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003c2b;
  width: 100%;
  height: 100%;
  z-index: 6;
}
article .news {
  background-color: #f8f8f8;
  position: relative;
}
article .news:after {
  content: "";
  clear: both;
  display: block;
}
article .news header {
  width: 286px;
  padding: 96px 0 96px 87px;
  position: absolute;
  top: 0;
  left: 0;
}
article .news h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}
article .news h2 small {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
}
article .news h2:before {
  display: block;
  content: " ";
  background: url("../img/pc/common/icon_news.png") no-repeat left top;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: -30px;
}
article .news h2:before a {
  display: block;
  width: 100%;
  height: 100%;
}
article .news .link-news-index {
  line-height: 40px;
  font-size: 1.5rem;
  display: inline-block;
  text-align: center;
  background-color: black;
  padding: 1px;
}
article .news .link-news-index span {
  display: block;
  padding: 0 65px;
  background-color: #f8f8f8;
}
article .news .news-list {
  padding: 53px 0 58px 375px;
}
article .news .news-list li {
  font-size: 1.6rem;
  margin-top: 18px;
}
article .news .news-list li:first-child {
  margin-top: 0;
}
article .news .news-list li span {
  display: inline-block;
}
article .news .news-list li span.date {
  margin-right: 15px;
}
article .news .news-list li span.summary {
  text-decoration: underline;
}

article .groups {
  background-color: #fff;
  text-align: center;
}
article .groups header {
  border-bottom: 3px solid #f8f8f8;
}
article .groups aside {
  display: inline-block;
  vertical-align: top;
  height: 70px;
  padding-top: 22px;
  margin-right: 105.5px;
}
article .groups aside a {
  display: block;
  height: 58px;
}
article .groups aside a img {
  height: 100%;
}
article .groups h2 {
  background: url("../img/pc/top/top_groups_gs_logo.png") no-repeat center center;
  background-size: contain;
  width: 135px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  height: 92px;
  display: inline-block;
  vertical-align: top;
}
article .groups .group-logo ul {
	margin: 0 auto;
	padding: 30px 10px;
	max-width: 800px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	gap: 20px;
}
article .groups .group-logo li a {
	display: grid;
	justify-items: start;
	align-items: center;
	height: 100%;
}
article .groups .group-logo li a img {
	width: 100%;
}
article .groups .group-logo .item05 a img {
	scale: .8;
}
body.firefox-user .news .link-news-index {
  padding: 2px;
}

@media screen and (max-width: 750px), screen and (max-device-width: 750px) {
  header.global .top-ginsen-info {
    font-size: 0;
    background: url("../img/sp/top/aside_copy.png") no-repeat center bottom;
    background-size: 213px 39px;
    width: 213px;
    height: 39px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 77px;
  }
  header.global .top-ginsen-info a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .top-hero {
    width: 100%;
    min-width: auto;
    min-width: initial;
    height: auto;
    background-color: #003c2b;
    position: static;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .top-hero .hero-img {
    width: 100%;
    min-width: 1200px;
    height: 383px;
    background: url("../img/pc/top/top_hero.jpg") no-repeat -280px center;
    background-size: 1200px 474px;
    display: block;
    background-size: cover;
    position: relative;
  }
  .top-hero .topics {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    bottom: auto;
    background-color: #fff;
  }
  .top-hero .topics h2 {
    display: block;
    position: relative;
    left: 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  }
  .top-hero .topics .topics-list {
    min-width: initial;
  }
  .top-hero .topics .topics-list ul {
    padding: 0 15px 30px;
  }
  .top-hero .topics .topics-list li {
    margin: 20px 0 0 0;
  }
  .top-hero .topics .topics-list li:first-child {
    margin-top: 0;
  }
  .top-hero .topics .topics-list li .date {
    /* background-color: #c4d700;
    color: white; */
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
  }
  .top-hero .topics .topics-list li .summary {
    font-size: 1.4rem;
    display: block;
    /* margin-top: 10px; */
  }
  .top-hero .link-en {
    display: none;
  }

  article .content-list {
    font-size: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  article .content-list > div {
    width: 100%;
    height: 100px;
    background-color: #333;
    font-size: 1.3rem;
    color: white;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  article .content-list > div > a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 5;
  }
  article .content-list > div > a:hover {
    opacity: 1;
  }
  article .content-list > div > a:hover h3 {
    opacity: 0.5;
  }
  article .content-list > div > a:hover .bgimg {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  article .content-list > div h3 {
    position: relative;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    transition: all 0.35s ease;
  }
  article .content-list > div small {
    display: block;
  }
  article .content-list > div .bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 6px;
    transition: all 0.35s ease;
  }
  article .content-list > div.personal {
    width: 50%;
    height: 77px;
  }
  article .content-list > div.personal .bgimg {
    display: inline-block;
    padding: 0 3px 6px 6px;
  }
  article .content-list > div.business {
    width: 50%;
    height: 77px;
  }
  article .content-list > div.business .bgimg {
    display: inline-block;
    padding: 0 6px 6px 3px;
  }
  article .content-list > div.consulting {
    height: 77px;
  }
  article .content-list > div.consulting .bgimg {
    display: inline-block;
    padding: 6px;
  }
  article .content-list > div.gspark {
    height: 77px;
  }
  article .content-list > div.gspark .bgimg {
    display: inline-block;
    padding: 6px;
  }
  article .content-list > div.company {
    width: 100%;
  }
  article .content-list > div.company h3 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  article .content-list > div.company h3 small {
    font-size: 1.2rem;
  }
  article .content-list > div.company .bgimg {
    display: block;
  }
  article .content-list > div.insurance {
    width: 100%;
    height: 110px;
    position: relative;
  }
  article .content-list > div.insurance h3 {
    height: 88px !important;
    position: relative;
    z-index: 2;
    left: 0;
    top: 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  article .content-list > div.insurance h3 small {
    font-size: 1.2rem;
  }
  article .content-list > div.insurance .links {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0 0;
    z-index: 1;
    position: absolute;
  }
  article .content-list > div.insurance .links .inner {
    width: 100%;
    height: 1.6em;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding-top: 10px;
  }

  article .content-list > div.insurance .links .inner a {
  margin-left:0%;
  text-align:center;
  }

  article .content-list > div.insurance .links a {
    font-size: 1.2rem;
    line-height: 1.6em;
    display: block;
    margin-left: 0;
  }
  article .content-list > div.insurance .links a:before {
    display: block;
    content: " ";
    background: url("../img/pc/common/link_arw_s.png") no-repeat left top;
    background-size: 7px 8px;
    width: 7px;
    height: 8px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    margin-right: 6px;
  }
  article .content-list > div.insurance .links a:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  article .content-list > div.personal h3 small {
    font-size: 1.2rem;
  }
  article .content-list > div.business h3 small {
    font-size: 1.2rem;
  }
  article .content-list > div.building {
    width: 100%;
    height: 93px;
  }
  article .content-list > div.building h3 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  article .content-list > div.building h3 small {
    font-size: 1.2rem;
  }
  article .content-list > div.recruit {
    width: 100%;
    height: 93px;
  }
  article .content-list > div.recruit h3 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  article .content-list > div.recruit h3 small {
    font-size: 1.2rem;
  }
  article .content-list > div.parking {
    width: 100%;
    height: 93px;
  }
  article .content-list > div.parking h3 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  article .content-list > div.parking h3 small {
    font-size: 1.2rem;
  }
  article .content-list > div .cover {
    display: none;
  }
  article .news {
    background-color: #f8f8f8;
  }
  article .news:after {
    content: "";
    clear: both;
    display: block;
  }
  article .news header {
    width: auto;
    float: none;
    position: static;
    padding: 16px 13px 25px 33px;
  }
  article .news h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  article .news h2 small {
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
  }
  article .news h2:before {
    display: block;
    content: " ";
    background: url("../img/pc/common/icon_news.png") no-repeat left top;
    background-size: 7px 7px;
    width: 7px;
    height: 7px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: -15px;
  }
  article .news h2:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  article .news .link-news-index {
    vertical-align: text-top;
    line-height: 24px;
    font-size: 1.1rem;
    display: inline-block;
    float: right;
    text-align: center;
    padding: 1px !important;
  }
  article .news .link-news-index span {
    padding: 0 30px;
  }
  article .news .news-list {
    padding: 0 15px 33px;
  }
  article .news .news-list li {
    font-size: 1.2rem;
    margin-top: 18px;
  }
  article .news .news-list li:first-child {
    margin-top: 0;
  }
  article .news .news-list li span {
    display: inline-block;
  }
  article .news .news-list li span.date {
    margin: 0 0 5px 0;
    display: block;
  }
  article .news .news-list li span.summary {
    text-decoration: underline;
    line-height: 1.666;
  }
  article .groups {
    background-color: #fff;
  }
  article .groups header {
    padding: 13px 0;
    height: 50px;
  }
  article .groups aside {
    margin: 0 52px 0 0;
    padding-top: 0;
  }
  article .groups aside a {
    height: 28px;
  }
  article .groups h2 {
    margin: 0;
    background: url("../img/pc/top/top_groups_gs_logo.png") no-repeat center center;
    background-size: contain;
	height:100%;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  article .groups header a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  article .groups .group-logo ul {
    padding: 20px 10px;
	gap: 10px;
  }
}
/* 20191125 add*/
@media print {
	body.msie-user .site-container {
		position: relative;
	}

	* {
		-ms-transform: none !important;
		-ms-zoom: none !important;
		min-height: auto !important;
        min-width: initial !important;
	}
	body.msie-user .scaller.scaling .site-wrapper {
		-ms-transform: none !important;
		transform: none !important;
	}
	body.msie-user .scaller.scaling {
		width: 1080px !important;
		height: auto !important;
	}
	body.msie-user {
		-ms-transform: none !important;
		transform: none !important;
		width: 1080px !important;
		height: auto !important;
		font-size: 14px;
	}
	body.msie-user article .content-list > div {
		font-size: 14px;
	}
	body.msie-user article .content-list > div:not(.insurance) h3 {
		text-align: left;
		margin: -20px 0 0 -30px;
	}
	body.msie-user article .content-list > div.personal h3,
	body.msie-user article .content-list > div.business h3 {
		margin: -20px 0 0 -50px;
	}
	body.msie-user article .content-list > div.insurance h3 {
		margin: 50px 0 0 0;
	}
	body.msie-user article .content-list > div.insurance .links {
		bottom: 60px;
		left: -20px;
	}
	body.msie-user article .content-list > div .bgimg {
		margin-top: 20px;
	}
	body.msie-user article .content-list > div h3:before {
	  display: none;
	  /* height: 100%;
	  vertical-align: middle;
	  content: ""; */
	}

}
/* 20191125 add*/
