@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%;
}

.m-link-arw {
  display: inline-block;
}
.m-link-arw:before {
  display: block;
  content: " ";
  background: url("../img/pc/common/link_arw.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-right: 7px;
}
.m-link-arw:before 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%;
  }

  .m-link-arw {
    display: inline-block;
  }
  .m-link-arw:before {
    display: block;
    content: " ";
    background: url("../img/pc/common/link_arw.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: 5px;
  }
  .m-link-arw:before 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;
}

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

.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

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

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

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

.site-wrapper {
  -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;
}

header.global {
  width: 100%;
  min-width: 1500px;
  height: 66px;
  padding: 15px 0 0 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0.71);
  text-align: center;
  z-index: 5;
}
header.global:before {
  display: block;
  content: " ";
  border-bottom: 4px solid #007e3d;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
}
header.global:after {
  display: block;
  content: " ";
  border-bottom: 2px solid #c4d700;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
header.global > .inner {
  width: 992px;
  margin: 0 auto;
}
header.global > .inner:after {
  content: "";
  clear: both;
  display: block;
}
header.global h1 {
  background: url("../img/pc/common/ci.png") no-repeat left top;
  background-size: 154px 33px;
  width: 154px;
  height: 33px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  position: relative;
  top: 5px;
  z-index: 2;
}
header.global h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header.global .site-nav {
  width: 100%;
  position: relative;
}
header.global .site-nav ul {
  padding: 15px 0 0 0;
  font-size: 0;
}
header.global .site-nav li {
  display: inline-block;
  padding: 0 23px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: top;
}
header.global .site-nav li.is-current {
  color: #9fb832;
}
header.global .group {
  width: 121px;
  height: 20px;
  float: right;
  z-index: 2;
  position: relative;
}
header.global .group a {
  background: url("../img/pc/common/group_logo.png") no-repeat center center;
  background-size: 121px 20px;
  width: 121px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  padding: 8px 22px;
  border: 1px solid black;
}
header.global .group a a {
  display: block;
  width: 100%;
  height: 100%;
}

footer.global {
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 35px 0;
}
footer.global:before, footer.global:after {
  display: block;
  content: " ";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
footer.global:before {
  border-top: 4px solid #007e3d;
}
footer.global:after {
  top: 6px;
  border-top: 2px solid #c4d700;
}
footer.global .links {
  padding: 0;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
footer.global .links li {
  display: inline-block;
  margin-left: 43px;
}
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_g.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 .copyright {
  font-size: 1.2rem;
}

article .groups {
	background-color: #fff;
	text-align: center;
}
article .groups header {
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
}
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;
    text-indent: -9999px;
    overflow: hidden;
    height: 92px;
    vertical-align: top;
	margin: 0 auto;
}
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: .9;
}

@media screen and (max-width: 750px), screen and (max-device-width: 750px) {
  body {
    font: 16px/1.6;
    background-color: white;
    -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 {
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
  }

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

  header.global {
    width: 100%;
    min-width: auto;
    min-width: initial;
    height: 40px;
    padding: 0;
    position: relative;
    background-color: rgba(255, 255, 255, 0.71);
    text-align: center;
    z-index: 5;
  }
  header.global:before, header.global:after {
    display: none;
  }
  header.global > .inner {
    width: auto;
    min-width: auto;
    min-width: initial;
    margin: 0 auto;
    padding: 5px 0 0 10px;
  }
  header.global h1 {
    background: url("../img/pc/common/ci.png") no-repeat left top;
    background-size: 85px 18.5px;
    width: 85px;
    height: 18.5px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  header.global h1 a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header.global .group {
    display: none;
  }
  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: 40px;
    left: 0;
    background-color: white;
    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: none;
    background-color: #007e3d;
    display: block;
    margin-bottom: 1px;
  }
  header.global .site-nav ul li:first-child {
    border-left: none;
  }
  header.global .site-nav ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  header.global .site-nav ul li span {
    display: block;
    padding: 14px 0 14px 10px;
  }

  /**
   * 
   */
  footer.global {
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 0 0 15px;
  }
  footer.global:before {
    border-top: 4px solid #007e3d;
  }
  footer.global:after {
    top: 6px;
    border-top: 2px solid #c4d700;
  }
  footer.global .links {
    padding: 24px 0 15px;
    margin-bottom: 0;
    border-bottom: 2px solid #c4d700;
    font-size: 1.1rem;
  }
  footer.global .links li {
    display: inline-block;
    margin-left: 15px;
  }
  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_g.png") no-repeat left top;
    background-size: 7px 10px;
    width: 7px;
    height: 10px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
  }
  footer.global .links li a:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  footer.global .copyright {
    font-size: 1rem;
    padding: 10px 0 0;
  }

  body.is-menu-open .menu-btn span:nth-child(1) {
    -ms-transform: translate(4px, 0px) rotate(44deg);
        transform: translate(4px, 0px) rotate(44deg);
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
  }
  body.is-menu-open .menu-btn span:nth-child(2) {
    -ms-transform: translateX(50px);
        transform: translateX(50px);
    opacity: 0;
  }
  body.is-menu-open .menu-btn span:nth-child(3) {
    -ms-transform: translate(4px, 0px) rotate(-45deg);
        transform: translate(4px, 0px) rotate(-45deg);
    -ms-transform-origin: 1px 3px;
        transform-origin: 1px 3px;
  }
}
@media print {
  body {
    width: 1500px !important;
    -ms-transform: scale(0.8) !important;
        transform: scale(0.8) !important;
    -ms-transform-origin: 0 0 !important;
        transform-origin: 0 0 !important;
  }
  body .site-container, body header.global {
    min-width: auto !important;
  }
}
@media print, screen and (min-width: 751px) {
  header.global {
    position: absolute;
    top: 0;
    left: 0;
  }

  .top-hero {
    position: relative;
    height: 681px;
  }
  .top-hero h1 {
    background: url("../img/pc/top/top_main_copy.png") no-repeat center center;
    background-size: 539px 219px;
    width: 539px;
    height: 219px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 60%;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  .top-hero h1 a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .top-hero .hero-img {
    width: 100%;
    min-width: 1500px;
    height: 100%;
    background: url("../img/pc/top/top_hero.jpg") no-repeat center center;
    background-size: 1500px 592px;
    display: block;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  article .contents-list {
    position: relative;
    top: -56px;
    text-align: center;
  }
  article .contents-list ul {
    padding: 34px 34px 0;
    font-size: 0;
    background-color: #fff;
    display: inline-block;
  }
  article .contents-list ul li {
    display: inline-block;
    margin-left: 40px;
  }
  article .contents-list ul li:first-child {
    margin-left: 0;
  }
  article .contents-list ul li .img {
    height: 117px;
    margin-bottom: 12px;
  }
  article .contents-list ul li .img img {
    height: 100%;
  }
  article .contents-list ul li .ttl {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
  }
  article .contents-list ul li .ttl:before {
    display: block;
    content: " ";
    background: url("../img/pc/common/arw_db.png") no-repeat left top;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 2.5px;
    margin-right: 10px;
  }
  article .contents-list ul li .ttl:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  article .contents-list ul a {
    display: block;
  }

}
@media screen and (max-width: 750px), screen and (max-device-width: 750px) {
  .top-hero {
    position: relative;
    height: 341px;
  }
  .top-hero h1 {
    padding-top: 0;
    background: url("../img/sp/top/top_main_copy.png") no-repeat center center;
    background-size: 313px 188px;
    width: 313px;
    height: 188px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  .top-hero h1 a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .top-hero h1 {
    width: 100%;
    height: 95%;
    position: relative;
    z-index: 2;
  }
  .top-hero .hero-img {
    width: 100%;
    min-width: auto;
    min-width: initial;
    height: 100%;
    background: url("../img/pc/top/top_hero.jpg") no-repeat center center;
    background-size: 1500px 592px;
    display: block;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  article .contents-list {
    top: 0;
    margin: 0 14px;
    padding: 10px 0 20px;
  }
  article .contents-list ul {
    position: relative;
    padding: 0;
    font-size: 0;
  }
  article .contents-list li {
    width: 47%;
    display: inline-block;
    margin: 10px 1.5% !important;
  }
  article .contents-list li .img {
    margin-bottom: 5px !important;
  }
  article .contents-list li .ttl {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
  }
  article .contents-list li .ttl:before {
    display: block;
    content: " ";
    background: url("../img/pc/common/arw_db.png") no-repeat left top;
    background-size: 8px 8px;
    width: 8px;
    height: 8px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 4px;
  }
  article .contents-list li .ttl:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  article .contents-list li img {
    width: 100%;
    height: auto;
  }
  article .groups header {
    border-width: 1px;
	padding: 13px 0;
    height: 50px;
  }
  article .groups h2 {
	height:100%;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  article .groups h2 a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  article .groups .group-logo ul {
    padding: 20px 10px;
	gap: 10px;
  }
}