  @charset "UTF-8";
/*!
 * ress.css ? v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # フォント設定
   # ================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');



/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  min-width: 320px
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

/* Style select like a standard input */
select {
	-moz-appearance: none; /* Firefox 36+ */
	-webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
	display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor; /* Internet Explorer 11+ */
}

legend {
	border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
	display: table; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge and IE */
	white-space: normal; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
	/* Correct the inability to style clickable types in iOS and Safari */
	-webkit-appearance: button;
	color: inherit;
	font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
	border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}



body {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 13px;
	letter-spacing: 1px;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility
	-webkit-overflow-scrolling: touch;
}

img, svg {
	vertical-align: middle
}

ol, ul {
	list-style: none
}

[data-whatinput=mouse] :focus, [data-whatinput=touch] :focus {
	outline: 0
}

body>img {
	display: block;
	height: 0!important;
	font-size: 0
}



/* # =================================================================
   # 共通設定
   # ================================================================= */
/*-- 共通カラー --*/
:root {
  --color-blue0: #008D9A;
  --color-blue1: #0091B2;
  --color-blue2: #00AABE;
  --color-blue3: #00B0C1;
  --color-blue4: #B7E0E9;
  --color-blue5: #009FAE;
  --color-blue6: #004599;
  --color-white1:#F7F7F7;
  --color-gray1: #333333;
  --color-gray2: #666666;
  --color-gray3: #999999;
  --color-gray4: #CCCCC;
}


/*/
/* #wrapper */
/*/
#wrapper {
}

.c-both {
	clear: both;
}




/*/
/* header PC表示 */
/*/
header {
	padding: 20px 0 0px 0;
	margin: 0 auto;
	width:100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
header .header_logo {
	width: 40%;
	max-width: 440px;
	margin-left: 20px;
}
header .header_logo img {
	width: 100%;
}

/* # =================================================================
   # アニメ設定
   # ================================================================= */
.fadein{
	animation: fadeIn 0.2s ease 0.3s 1 normal;
}
@keyframes fadeIn { /*animation-nameで設定した値を書く*/
        0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
        100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}

/* # =================================================================
   # subMenu
   # ================================================================= */
ul.subMenu {
	position: absolute;
	right: 25px;
	top: 12px;
	overflow: hidden;
}
ul.subMenu li {
	float: left;
}
ul.subMenu li.contact {
	padding: 18px 35px 0 0;
}
ul.subMenu li.contact a {
	display: block;
	width: 175px;
	border: 1px solid var(--color-blue1);
	color: var(--color-blue2);
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	position: relative;
    z-index: 0;
      transition : 0;
}
ul.subMenu li.contact a:hover {
	color: #FFF;
	background-color: var(--color-blue2);
     opacity : 1.0;
   transition : all 1s
}
ul.subMenu li.contact a::after {
	content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px  var(--color-blue2);
    border-right: solid 1px  var(--color-blue2);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 50%;
    z-index: 1;
    margin-top: -4px;
}
ul.subMenu li.contact a:hover::after {
    border-top: solid 1px  #FFF;
    border-right: solid 1px  #FFF;
	transition : all 1s
}

ul.subMenu li.language span {
	font-size: 9px;
	line-height: 18px;
	text-align: center;
	display: block;
}
ul.subMenu li.language a {
	display: inline-block;
	width: 40px;
	border: 1px solid var(--color-blue1);
	color: var(--color-blue2);
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	font-weight: 500;
	transition : 0;
}
ul.subMenu li.language a:hover {
	color: #FFF;
	background-color: var(--color-blue2);
	transition : all 1s
}
ul.subMenu li.language a:nth-child(3) {
	border-left: none;
}
ul.subMenu li.language a.on {
	background-color: var(--color-blue1);
	color: #FFF;
}



/* # =================================================================
   # global-nav
   # ================================================================= */
#global-nav {
	display:none;/* ハンバーガーメニュー非表示 */
}
#global-nav_PC {
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 40px;
}
#global-nav_PC nav {
	position: absolute;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
#global-nav_PC ul {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 30px;
	border-right: 1px solid #B7E0E9;
}
#global-nav_PC ul li {
	width: 16.66666%;
	border-left: 1px solid #B7E0E9;
	text-align: center;
}
#global-nav_PC ul li.active {
	background:#E5F6F8;
}
#global-nav_PC ul li a {
	color: var(--color-blue2);
	text-decoration: none;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	cursor: pointer;
	position:relative;
}
@media screen and (max-width:910px) {
#global-nav_PC ul li a {
	font-size: 14px;
}
}
@media screen and (max-width:800px) {
#global-nav_PC ul li a {
	font-size: 12px;
}
}
#global-nav_PC ul li a:hover {
	color: var(--color-blue0);
}
#global-nav_PC ul li a::before, 
#global-nav_PC ul li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  display: block;
  width: 0;
  height: 5px;
  border-bottom: 2px solid var(--color-blue0);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
#global-nav_PC ul li a::before {
  right: 50%;
}
#global-nav_PC ul li a::after {
  left: 50%;
}
#global-nav_PC ul li a:hover::before,
#global-nav_PC ul li a:hover::after {
  width: 35%;
}

.l-header__nav ul.l-header__nav-txt li.active a {
	border-bottom: 2px solid #971F42;
	color: #971F42;
}
.l-header__nav ul.l-header__nav-txt li.active a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom: 0px solid #FFF;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.l-header__nav ul.l-header__nav-txt li.active a:hover::after {
  -webkit-transform: scaleX(1); 
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}





/* # =================================================================
   # メガメニュー共通設定
   # ================================================================= */
.products-menu, 
.seko-menu, 
.company-menu, 
.ir-menu, 
.csr-menu, 
.recruit-menu {
	position: relative;
	width: 100%;
	max-width:100%;
	min-width: 100%;
	margin: 0px auto 0 auto;
	z-index:1000;
}
.products-inner, 
.seko-inner, 
.company-inner, 
.ir-inner, 
.csr-inner, 
.recruit-inner {
/*	overflow: hidden;*/
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: auto;
	background: var(--color-blue0);
	display: none;
}
.products-inner ul.posi, 
.seko-inner ul.posi, 
.company-inner ul.posi, 
.ir-inner ul.posi, 
.csr-inner ul.posi, 
.recruit-inner ul.posi {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	max-width: 1024px;
	margin: -5px auto 0 auto;
}
.products-inner ul.posi li, 
.seko-inner ul.posi li, 
.company-inner ul.posi li, 
.ir-inner ul.posi li, 
.csr-inner ul.posi li, 
.recruit-inner ul.posi li {
	width: 16.66666%;
/*	height: 10px;*/
	position: relative;
}
.products-inner ul.posi li.on, 
.seko-inner ul.posi li.on, 
.company-inner ul.posi li.on, 
.ir-inner ul.posi li.on, 
.csr-inner ul.posi li.on, 
.recruit-inner ul.posi li.on {
/*	background: var(--color-blue0);*/
}
.products-inner ul.posi li.on:before, 
.seko-inner ul.posi li.on:before, 
.company-inner ul.posi li.on:before, 
.ir-inner ul.posi li.on:before, 
.csr-inner ul.posi li.on:before, 
.recruit-inner ul.posi li.on:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent var(--color-blue0) transparent;
}


header .closeBtn {
	width:100%;
	max-width:1024px;
	background:#CCC;
	display:none;
	height:0px;
	position: relative;
	bottom:-40px;
	left:0;
	z-index:1000000;
}
header .products-open, 
header .seko-open, 
header .company-open, 
header .ir-open,
header .csr-open, 
header .recruit-open{
	display:block;
}
header .closeBtn strong {
	font-size: 28px;
	line-height: 1.0;
	font-weight: 500;
	color: #FFF;
	display: block;
	margin:0px;
	position:absolute;
top:0;
right:0;
	z-index:1000000;

}
header .closeBtn strong a {
	display: inline-block;
	float: right;
	cursor: pointer;
	line-height: 28px;
	border: 1px solid #FFF;
	margin:0px 0 0 0;
	padding: 0px 3px 8px 3px;
}
header .closeBtn strong a:hover {
	opacity: 0.7;
}
header .closeBtn strong a span{
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	line-height: 0px;
	width: 1em;
	height: 1px;
	background: currentColor;
	border-radius: 0.1em;
	position: relative;
	transform: rotate(45deg);
	padding: 0;
	margin: 0;
}
header .closeBtn strong a span::before {
	content: '';
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}



/*　メガメニュー作業用
.company-inner {
	display: block;
}*/

/* products-open */
.products-open, 
.seko-open, 
.company-open, 
.ir-open, 
.csr-open, 
.recruit-open {
	display: block;
	animation-name:fadeInAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeInAnime { /*animation-nameで設定した値を書く*/
        0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
        100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}

.products-open .products-inner, 
.seko-open .seko-inner, 
.company-open .company-inner, 
.ir-open .ir-inner, 
.csr-open .csr-inner,
.recruit-open .recruit-inner {
	display: block;
}

.products-inner .productsBox, 
.seko-inner .sekoBox, 
.company-inner .companyBox, 
.ir-inner .irBox, 
.csr-inner .csrBox, 
.recruit-inner .recruitBox {
	width: 96%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}


.products-inner .productsBox strong, 
.seko-inner .sekoBox strong, 
.company-inner .companyBox strong, 
.ir-inner .irBox strong, 
.csr-inner .csrBox strong, 
.recruit-inner .recruitBox strong {
	font-size: 28px;
	line-height: 1.0;
	font-weight: 500;
	color: #FFF;
	display: block;
	display: none;
	margin:0px;
}
.products-inner .productsBox strong a, 
.seko-inner .sekoBox strong a, 
.company-inner .companyBox strong a, 
.ir-inner .irBox strong a, 
.csr-inner .csrBox strong a, 
.recruit-inner .recruitBox strong a {
	display: inline-block;
	float: right;
	cursor: pointer;
	line-height: 28px;
	border: 1px solid #FFF;
	margin:0px 0 0 0;
	padding: 0px 3px 8px 3px;
}
.products-inner .productsBox strong a:hover, 
.seko-inner .sekoBox strong a:hover, 
.company-inner .company strong a:hover, 
.ir-inner .irBox strong a:hover, 
.csr-inner .csrBox strong a:hover, 
.recruit-inner .recruitBox strong a:hover {
	opacity: 0.7;
}
.products-inner .productsBox strong a span, 
.seko-inner .sekoBox strong a span, 
.company-inner .companyBox strong a span, 
.ir-inner .irBox strong a span, 
.csr-inner .csrBox strong a span, 
.recruit-inner .recruitBox strong a span{
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	line-height: 0px;
	width: 1em;
	height: 1px;
	background: currentColor;
	border-radius: 0.1em;
	position: relative;
	transform: rotate(45deg);
	padding: 0;
	margin: 0;
}

.products-inner .productsBox strong a span::before, 
.seko-inner .sekoBox strong a span::before, 
.company-inner .companyBox strong a span::before, 
.ir-inner .irBox strong a span::before, 
.csr-inner .csrBox strong a span::before, 
.recruit-inner .recruitBox strong a span::before {
	content: '';
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}

.seko-inner .sekoBox ul li, 
.company-inner .companyBox ul li, 
.ir-inner .irBox ul li, 
.csr-inner .csrBox ul li, 
.recruit-inner .recruitBox ul li {
	color: var(--color-blue4);
}

.seko-inner .sekoBox ul li a, 
.company-inner .companyBox ul li a, 
.ir-inner .irBox ul li a, 
.csr-inner .csrBox ul li a, 
.recruit-inner .recruitBox ul li a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}
@media screen and (max-width:850px) {
.seko-inner .sekoBox ul li a, 
.company-inner .companyBox ul li a, 
.ir-inner .irBox ul li a, 
.csr-inner .csrBox ul li a, 
.recruit-inner .recruitBox ul li a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
}
}

.seko-inner .sekoBox ul li a::after, 
.company-inner .companyBox ul li a::after, 
.ir-inner .irBox ul li a::after, 
.csr-inner .csrBox ul li a::after, 
.recruit-inner .recruitBox ul li a::after, 
.company-inner .companyBox ul li.one a span::before {
	content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px  #FFF;
    border-right: solid 1px  #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    margin-top: -2px;
}

/* # =================================================================
   # 技術?ソリューション
   # ================================================================= */
.products-inner .productsBox {	
}
.products-inner .productsBox ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.products-inner .productsBox ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.products-inner .productsBox ul li {
	width: 25%;
	max-width: 300px;
	height: 150px;
	margin: 0 25px 0 25px;
	position: relative;
	background: #FFF;
	transition:0;
	overflow: hidden;
}
.products-inner .productsBox ul li:hover {
	opacity: 0.6;
	transition: all 0.5s;
}
.products-inner .productsBox ul li a {
	display: block;
	width: 100%;
}
.products-inner .productsBox ul li img {
}
.products-inner .productsBox ul li.gce { border: 1px solid #92CC36; }
.products-inner .productsBox ul li.giken { border: 1px solid #00AABE; }
.products-inner .productsBox ul li.enesave { border: 1px solid #036B56; }

.products-inner .productsBox ul li.gce a img {
	width: 80%;
	margin: 10% 10%;
	width: 100%;
	margin: 0;
}
.products-inner .productsBox ul li.giken a img {
	width: 100%;
	margin: auto;
}
.products-inner .productsBox ul li.enesave a img {
	width: 100%;
	margin: 10px 0;
}
.products-inner .productsBox ul li a span {
	width: 100%;
	display: block;
	bottom: 0px;
	padding: 5px 0 10px 0;
	text-align: center;
	position: absolute;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}
.products-inner .productsBox ul li.gce a span {
	background-color: #92CC36;
}
.products-inner .productsBox ul li.giken a span {
	background-color: #00AABE;
}
.products-inner .productsBox ul li.enesave a span {
	background-color: #036B56;
}


/* # =================================================================
   # 施工作品
   # ================================================================= */
.seko-inner .sekoBox {	
}
.seko-inner .sekoBox ul {
	height: 120px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
     flex-direction: column;
     flex-wrap: wrap;
}
.seko-inner .sekoBox ul >* {
	 flex: 1 1 30px;
}
.seko-inner .sekoBox ul li {
	width: 30%;
}
.seko-inner .sekoBox ul li a:hover {
	opacity: 0.7;
	text-decoration: underline;
}

/* # =================================================================
   # 会社概要
   # ================================================================= */
.company-inner .companyBox {
}
.company-inner .companyBox ul {
	width: 80%;
	height: 150px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
     flex-direction: column;
     flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.company-inner .companyBox ul > li {
	 flex: 1 1 30px;
}
.company-inner .companyBox ul li {
	margin-top: 10px;
	width: 32%;
}
.company-inner .companyBox ul li a:hover {
	opacity: 0.7;
	text-decoration: underline;
}

.company-inner .companyBox ul li.one{
  flex: 1 1 150px;
}
.company-inner .companyBox ul li.one div {
	width: 130px;
	height: 130px;
	background: #CCC;
	overflow: hidden;
	position: relative;
}
.company-inner .companyBox ul li.one img{
	display: block;
	margin: 0 auto;
	position: absolute;
	top: -10px;
	left: 0;
}
.company-inner .companyBox ul li.one a::after {
   display: none;
}
.company-inner .companyBox ul li.one a span {
    display: block;
	position: relative;
	padding-left: 15px;
}


/* # =================================================================
   # IR?投資家情報
   # ================================================================= */
.ir-inner .irBox {
}
.ir-inner .irBox ul {
	height: 160px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
     flex-direction: column;
     flex-wrap: wrap;
}
.ir-inner .irBox ul >* {
	 flex: 1 1 25px;
}
.ir-inner .irBox ul li {
	width: 30%;
	font-size: 14px;
}
.ir-inner .irBox ul li:nth-child(7), 
.ir-inner .irBox ul li:nth-child(8), 
.ir-inner .irBox ul li:nth-child(9), 
.ir-inner .irBox ul li:nth-child(10), 
.ir-inner .irBox ul li:nth-child(11), 
.ir-inner .irBox ul li:nth-child(12) {
	margin-right: 40px;
}



.ir-inner .irBox ul li a:hover {
	opacity: 0.7;
	text-decoration: underline;
}


/* # =================================================================
   # 星空传媒
   # ================================================================= */
.csr-inner .csrBox {
}
.csr-inner .csrBox ul {
	height: 120px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
     flex-direction: column;
     flex-wrap: wrap;
}
.csr-inner .csrBox ul >* {
	 flex: 1 1 30px;
}
.csr-inner .csrBox ul li {
	width: 30%;
}
.csr-inner .csrBox ul li a:hover {
	opacity: 0.7;
	text-decoration: underline;
}


/* # =================================================================
   # 採用情報
   # ================================================================= */
.recruit-inner .recruitBox {
}
.recruit-inner .recruitBox ul {
	height: 50px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
     flex-direction: column;
     flex-wrap: wrap;
}
.recruit-inner .recruitBox ul >* {
	 flex: 1 1 60px;
}
.recruit-inner .recruitBox ul li {
	margin-top: 20px;
	margin-left: 40px;
	width: 30%;
}
.recruit-inner .recruitBox ul li a:hover {
	opacity: 0.7;
	text-decoration: underline;
}








/* cover
----------------------------------------------------*/
.global-header__cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 204;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}







/* # =================================================================
   #breadcrumbs
   # ================================================================= */
#breadcrumbs {
	width:100%;
	max-width: 1024px;
	margin: 20px auto;
}
#breadcrumbs ul {
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	padding: 10px 0 10px 0;
}
#breadcrumbs ul li {
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #666;
	float: left;
	position: relative;
	padding-right: 0px;
	padding-left: 10px;
}
#breadcrumbs ul li::after {
	content: "＞";
    display: inline-block;
    font-size: 10px;
    color: #999;
    margin-left: 8px;
}
#breadcrumbs ul li.current {
	color: var(--color-blue3);
}
#breadcrumbs ul li.current::after {
	content: "";
}
#breadcrumbs ul li a:hover {
	color: var(--color-blue3);
	text-decoration: underline;
}



/* # =================================================================
   #contents
   # ================================================================= */
#contents {
	width: 98%;
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
#contents h2 {
	font-size: 24px;
	font-weight: 400;
	width: 100%;
	text-align: center;
}
#contents h2::after {
	content: "";
	display: block;
	width: 100px;
	margin: 10px auto;
	border: none;
	border-bottom: 3px solid var(--color-blue2);
	margin-bottom: 40px;
}
#contents h3 {
	width: 200px;
	float: left;
	border-right: 1px solid var(--color-blue2);
	border-bottom: 1px solid var(--color-blue2);
	text-align: center;
	padding: 0px 0 12px 0;
	font-size: 15px;
	font-weight: 500;
	color: var(--color-blue2);
}
#contents strong.h4 {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.0;
}
#contents strong.h4::after {
	content: "";
	width: 100px;
	display: block;
	margin: 15px auto 40px auto;
	border-bottom: 5px solid var(--color-blue2);
}



/* # =================================================================
   # smenu
   # ================================================================= */
#smenu {
	width: 200px;
	float: left;
	line-height: 1.3;
	margin-right: 0;
}
@media screen and (max-width:820px) {
#smenu {
	width: 180px;
}
}
#smenu strong {
	display: none;
}

#smenu ul {
	margin-top: 45px;
}
#smenu ul li {
	display: block;
	width: 100%;
	font-size: 14px;
	position: relative;
}
#smenu ul li.subTi  span {
	display: block;
	width: 100%;
	color: var(--color-blue2);
	display: block;
	padding: 5px 0 5px 10px;
	border-bottom: 1px dotted #EEE;
	font-size: 12px;
}
#smenu ul li.sub {
	display: block;
	width: 100%;
	color: var(--color-blue2);
}
#smenu ul li.sub2 {
	display: block;
	width: 100%;
	color: var(--color-blue2);
}
#smenu ul li a {
	display: block;
	width: 100%;
	padding: 15px 0 15px 15px;
	border-bottom: 1px solid #DDDDDD;
	font-weight: 500;
	color: #333;
	position: relative;
	text-decoration: none;
}
#smenu ul li.sub2 a {
	display: block;
	width: 100%;
	padding: 15px 0 15px 10px;
	border-bottom: 1px solid #DDDDDD;
	font-weight: 500;
	color: #333;
	position: relative;
	text-decoration: none;
}
#smenu ul li.non a {
	display: block;
	width: 100%;
	padding: 15px 0 15px 0;
	border-bottom: none;
	font-weight: 500;
	color: #333;
	position: relative;
	text-decoration: none;
}

@media screen and (max-width:820px) {
#smenu ul li {
	font-size: 12px;
}
#smenu ul li a {
	padding: 20px 0 20px 10px;
}
}

#smenu ul li a::after {
	content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px var(--color-blue2);
    border-right: solid 1px var(--color-blue2);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 1;
    margin-top: -3px;
}
#smenu ul li.non a::after {
	border: none;
}
#smenu ul li.sub a {
	display: block;
	width: 100%;
	padding: 15px 0 15px 10px;
	border-bottom: 1px dotted #EEE;
	color: var(--color-blue2);
	color: #333;
}
#smenu ul li.high a {
	display: block;
	width: 100%;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #DDD;
	color: var(--color-blue2);
	color: #333;
}
#smenu ul li.last a {
	border-bottom: 1px solid #DDDDDD !important;
}
#smenu ul li.on, 
#smenu ul li.on a {
	background-color: var(--color-blue2);
	color: #FFF;
}
#smenu ul li.on span {
	color: #FFF;
}
#smenu ul li:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: var(--color-blue2);
  z-index: -1;
  transition: .2s;
}
#smenu ul li:hover a {
  color: #fff;
}
#smenu ul li:hover a::after {
	content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 1;
    margin-top: -3px;
}
#smenu ul li.sub:hover a::after, 
#smenu ul li.non:hover a::after {
  border: none;
}

#smenu ul li:hover:before{
  width: 100%;
}
#smenu ul li.subTi:hover:before, 
#smenu ul li.non:hover:before{
  width: 0%;
}

#smenu ul li.non:hover img {
	opacity: 0.7;
}



/* # =================================================================
   # contentsBox
   # ================================================================= */
.contentsBox {
	width: 74%;
	padding-right: 0px;
	float: right;
}



/* # =================================================================
   # 共通ボタン
   # ================================================================= */
a.btnA {
	display: block;
	width:100%;
  	border: 2px solid var(--color-blue2);
	padding: 15px 0 15px 0;
	text-align: center;
	font-weight: bold;
	color: var(--color-blue2);
	font-size: 22px;
	vertical-align: middle;
	position: relative;
}
a.btnA::after {
	content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px var(--color-blue2);
    border-right: solid 2px var(--color-blue2);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    margin-top: -4px;
}
a.btnA:hover {
	color: #FFF;
}
a.btnA:hover::after {
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}
a.btnA:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: var(--color-blue2);
  z-index: -1;
  transition: .1s;
}
a.btnA:hover:before {
  width: 100%;
}




/* # =================================================================
   # footer
   # ================================================================= */
footer {
	width: 100%;
	display: block;
	padding: 30px 0 0 0;
	clear:both;
	background: var(--color-blue2);
	color: #FFF;
}
#footer {
	width: 98%;
	max-width: 1024px;
	margin: 0 auto 20px auto;
}
#spfooter {
	display: none;
}

#footer ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#footer ul li {
	width: 25%;
}
#footer ul li dl {
	display: block;
}
#footer ul li dl dt {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFF;
	margin: 30px 0 10px 0;
}
#footer ul li dl dt:first-child {
	margin: 0px 0 10px 0;
}
#footer ul li dl dt.sub {
	margin: 5px 0 10px 0;
	border-bottom: none;
}
#footer ul li dl dd {
	display: block;
	margin: 0 0 10px 0;
}
#footer ul li dl dd a {
	display: inline-block;
	font-size: 12px;
	line-height: 1em;
	font-weight: 400;
	position: relative;
	padding-left: 7px;
}
#footer ul li dl dd a:before {
	content: "";
	left: 0px;
	top: 50%;
	margin-top: -1.5px;
	width: 0;
	height: 0;
	position: absolute;
	border-left: 4px solid #7FD7E0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}
#footer ul li dl dd.nonarrow a {
	padding-left: 7px;
}
#footer ul li dl dd.nonarrow a:before {
	border:none;
}
#footer ul li dl a:hover {
	opacity: 0.7;
}
#footer ul li dl dd a:hover {
	text-decoration: underline;
}


footer .cright {
	width: 100%;
	margin: 0 auto;
	background: var(--color-blue5);
	padding: 15px 0 20px 0;
}
footer .cright ul {
	width: 98%;
	max-width: 1024px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
footer .cright ul li {
	vertical-align: bottom;
	line-height: 32px;
	margin: 0;
	padding: 0;
}
footer .cright ul li.logo {
	width: 14%;
}
footer .cright ul li.logo img {
	width: 100%;
	max-width: 120px;
}
footer .cright ul li.btn {
	width: 37%;
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height: 32px;
}
footer .cright ul li.btn a {
	font-size: 14px;
	display: inline-block;
	width: 33%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 32px;
}
footer .cright ul li.btn a:nth-child(1) {
	width: 28%;
}
footer .cright ul li.btn a:nth-child(2) {
	width: 39%;
}
footer .cright ul li.btn a:nth-child(3) {
	width: 29%;
}
@media screen and (max-width:900px) {
footer .cright ul li.btn a {
	font-size: 12px;
}
}
@media screen and (max-width:800px) {
footer .cright ul li.btn a {
	font-size: 12px;
	display: inline-block;
	width: 48%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 32px;
}
}
footer .cright ul li.copyR {
	width: 50%;
	padding: 8px 0 0 1%;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: -0.001em;
}




/* # =================================================================
   # ページ共通設定
   # ================================================================= */
/* ふわっと設定 */
.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/; }
.scroll-up{opacity: 0; transform: translateY(50px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/; }
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.scroll-up1{opacity: 0; transform: translateY(50px)/*スクロールアップする距離*/; transition: all 1s/*処理にかかる時間*/; }
.scroll-up1.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.scroll-up2{opacity: 0; transform: translateY(50px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/; }
.scroll-up2.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.scroll-up3{opacity: 0; transform: translateY(50px)/*スクロールアップする距離*/; transition: all 3s/*処理にかかる時間*/; }
.scroll-up3.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 2s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(30px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}




/* --- pagetop --- */
.pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(0.8);
	transition: all .6s;
	z-index: 10000;
}

.pagetop a {
	display: table-cell;
	width: 65px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
	background: var(--color-blue2);
	-webkit-border-radius: 0px;
	border: 1px solid #FFF;
}
.pagetop a img {
	width: 100%;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=80);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.pagetop a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: all .6s;
}



/* PCとスマホの表示ON?OFF */
.pcLayer {
	display: block;
}
.spLayer {
	display: none;
}
/**** PC用の設定ここまで ****/






/

     スマホ用の設定　ここから

/
@media screen and (max-width:750px) {
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 14px;
	color: var(--color-gray1);
	letter-spacing: 1px;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility
	-webkit-overflow-scrolling: touch;
}

img, svg {
  vertical-align: middle
}

ol, ul {
  list-style: none
}

[data-whatinput=mouse] :focus, [data-whatinput=touch] :focus {
  outline: 0
}

body>img {
  display: block;
  height: 0!important;
  font-size: 0
}



/* # =================================================================
   # header
   # ================================================================= */
header {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	width: 100%;
	height: 65px;
	margin: 0 auto;
	background: #FFF;
	z-index: 500;
	padding: 0;
	position: fixed;
	border-bottom: 5px solid var(--color-blue2);
}
header .header_logo {
	width: auto;
	max-width: auto;
	margin-left: 5px;
}
header .header_logo img {
	width: auto;
	height: 34px;
	margin: 12px 0 0 0;
}

#global-nav_PC {
	display: none;
}




/* # =================================================================
   # subMenu
   # ================================================================= */
ul.subMenu {
	position: absolute;
	right: 55px;
	top: 0px;
	overflow: hidden;
}
ul.subMenu li {
	float: left;
}
ul.subMenu li.contact {
	display: none;
}

ul.subMenu li.language span {
	font-size: 8px;
	line-height: 18px;
	text-align: center;
	display: block;
}
ul.subMenu li.language a {
	display: inline-block;
	width: 35px;
	border: 1px solid var(--color-blue1);
	color: var(--color-blue2);
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
ul.subMenu li.language a:nth-child(3) {
	border-left: none;
}
ul.subMenu li.language a.on {
	background-color: var(--color-blue1);
	color: #FFF;
}



/ CLOSE BTN /
header .closeBtn {
	width:100%;
	max-width:1024px;
	background:#CCC;
	display:none;
	height:0px;
	position: relative;
	bottom:-50px;
	left:0;
	z-index:1000000;
}
header .products-open, 
header .seko-open, 
header .company-open, 
header .ir-open,
header .csr-open, 
header .recruit-open{
	display:none;
}



/ nav-toggle /
#nav-toggle {
  position: fixed;
  top: 10px;
  right: 5px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 1000;
/*  background: var(--color-blue0);*/
  padding:0px 0 0 0px;
}
#nav-toggle > div.line-wrap {
  position: relative;
  width: 100%;
}
#nav-toggle span {
  width: 100%;
  height: 5px;
  left: 0;
  display: block;
  background: var(--color-blue3);
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  font-family: 'Noto Sans JP', sans-serif;
}
#nav-toggle span:nth-child(1) {
  top: 5px;
}
#nav-toggle span:nth-child(2) {
  top: 18px;
}
#nav-toggle span:nth-child(3) {
  top: 31px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 5px;
}
#nav-toggle:hover span:nth-child(2) {
  top: 18px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 31px;
}

.open #nav-toggle {
   right: 5px;
  padding:0px 0 0 0px;
}
.open #nav-toggle span {
  background: var(--color-blue3);
}
.open #nav-toggle span:nth-child(1) {
   width: 100%;
   top: 15px;
  left: 0px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 100%;
  top: 15px;
  left: 0px;
  transform: rotate(-45deg);
}
.open #nav-toggle span:nth-child(3) {
  display: none;
}







#global-nav {
	background: var(--color-blue0);
	color: #fff;
	position: fixed;
	top: 55px;
	left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
	display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}
#global-nav nav {
	width:100%;
	padding: 0px;
	margin: 0 auto;
	position:relative;
	left:0px;
	top:0px;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity 0.9s ease;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.global-nav__container {
	padding-bottom: 50px;
}

/* open */
.open {
	overflow: hidden;
}
.open #global-nav {
    display: flex;
	visibility: visible;
	opacity: 1;
	width:100%;
}
.open #global-nav nav {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}
.open #global-nav nav img {
	width:100%;
}
.open #global-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}



#global-nav .global-nav__block {
	display: block;
    text-align: left;
    padding: 30px 0 50px 0;
 }
#global-nav .global-nav__sns {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-bottom: 15px;
}
#global-nav .global-nav__sns li {
    height: 30px;
    float: right;
    margin-left: 20px;
}
#global-nav .global-nav__sns li a img {
	width: 30px;
}
#global-nav .global-nav__sns li a:hover {
	opacity: 0.7;
}
.global-nav__list-check {
    display: none;
}
.global-nav__list-label {
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
    display: block;
	border-top: 1px solid #FFF;
    padding: 20px 0 20px 0;
    position: relative;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
}
.global-nav__list-label:after {
    content: '＋';
    display: block;
    padding: 20px 0 20px 0;
    position: absolute;
    right: 0;
    top: 0px;
    color: #FFF;
}
.global-nav__list-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0px 0 0px 0;
    transition: .5s;
    visibility: hidden;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.global-nav__list-content li {
	display: inline-block;
	padding: 0px 0px 0px 0;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	border-bottom: 1px dotted rgba(255,255,255,0.5);
}
.global-nav__list-content li.space {
	margin-left: 4%;
}
.global-nav__list-content li.last {
	margin-bottom: 30px;
}
.global-nav__list-content li.sub {
	padding: 5px 0 5px 5px;
	background-color: rgba(0,0,0,0.05);
	border-bottom: none;
}
.global-nav__list-content li img {
	width: 100%;
	margin-bottom: 5px;
}
.global-nav__list-content li:first-child {
	border-top: 1px dotted rgba(255,255,255,0.5);
}
.global-nav__list-content li a {
	text-decoration: none;
	padding: 15px 0 15px 10px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.03em;
	font-style: normal;
	margin: 0;
	display: block;
	position: relative;
}
.global-nav__list-content li a:hover::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.global-nav__list-content li a:hover {
	text-decoration: none;
}
.global-nav__list-check:checked + .global-nav__list-label:after{
    content: '?';
    color: #FFF;
	padding: 20px 5px 0px 0;
	font-size: 18px;
}
.global-nav__list-check:checked + .global-nav__list-label {
	border-color: #FFF;
}
.global-nav__list-check:checked + .global-nav__list-label + .global-nav__list-content{
    height: auto;
    opacity: 1;
    padding: 0px;
    visibility: visible;
}



/* # =================================================================
   # 技術?ソリューション
   # ================================================================= */

ul..productsMenu li {
	
}
ul.productsMenu li {
	width: 80%;
	max-width: 100%;
	margin: 0 10% 15px 10%;
	padding: 0;
	position: relative;
	background: #FFF;
	transition:0;
	overflow: hidden;
}
ul.productsMenu li:hover {
	opacity: 0.6;
	transition: all 0.5s;
}
ul.productsMenu li a {
	display: block;
	width: 100%;
	min-height: 150px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
ul.productsMenu li img {
}
ul.productsMenu li.gce { border: 1px solid #92CC36; }
ul.productsMenu li.giken { border: 1px solid #00AABE; }
ul.productsMenu li.enesave { border: 1px solid #036B56; }

ul.productsMenu li.gce a img {
	width: 80%;
	margin: 5% 10%;
	width: 100% !important;
	margin: -3% 0 0 0;
}
ul.productsMenu li.giken a img {
	width: 50%;
	margin: auto;
}
ul.productsMenu li.enesave a img {
	width: 100%;
	margin: 10px 0 0 0;
}
ul.productsMenu li a span {
	width: 100%;
	display: block;
	bottom: 0px;
	padding: 5px 0 10px 0;
	margin: 0;
	text-align: center;
	position: absolute;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}
ul.productsMenu li.gce a span {
	background-color: #92CC36;
}
ul.productsMenu li.giken a span {
	background-color: #00AABE;
}
ul.productsMenu li.enesave a span {
	background-color: #036B56;
}






.global-nav__list-normal {
    display: block;
     padding: 0px 0 0 0;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	border-bottom: 1px solid #FFF;
}
.global-nav__list-normal li {
	clear: both;
	display: block;
	padding: 0px 0px 0px 0;
	border-top: 1px solid #FFF;
}
.global-nav__list-normal li a {
	width: 100%;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 20px 0px 20px 0;
	font-size: 18px;
	line-height: 14px;
	font-weight: 500;
	font-style: normal;
	margin: 0;
}




/* # =================================================================
   # Productsメニュー設定
   # ================================================================= */
.products-menu, 
.seko-menu, 
.company-menu, 
.ir-menu, 
.csr-menu, 
.recruit-menu {
	display: none;
}



/* # =================================================================
   #breadcrumbs
   # ================================================================= */
#breadcrumbs {
	display: none;
}



/* # =================================================================
   #contents
   # ================================================================= */
#contents {
	width: 100%;
	max-width: 100%;
	margin: 0px auto 0 auto;
	overflow: hidden;
}
#contents h2 {
	font-size: 24px;
	font-weight: 400;
	width: 100%;
	text-align: center;
}
#contents h2::after {
	content: "";
	display: block;
	width: 100px;
	margin: 10px auto;
	border: none;
	border-bottom: 3px solid var(--color-blue2);
	margin-bottom: 40px;
}
#contents h3 {
	width: 100%;
	float: none;
	display: block;
	border: none;
	text-align: center;
	padding: 12px 0 12px 0;
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	background-color:var(--color-blue0);
	margin-top: 65px;
	margin-bottom: 30px;
}
#contents strong.h4 {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.0;
}
#contents strong.h4::after {
	content: "";
	width: 100px;
	display: block;
	margin: 15px auto 40px auto;
	border-bottom: 5px solid var(--color-blue2);
}



/* # =================================================================
   # 共通ボタン
   # ================================================================= */
a.btnA {
	padding: 15px 0 15px 0;
	font-size: 18px;
}


/* # =================================================================
   # smenu
   # ================================================================= */
#smenu {
	width: 100%;
	float: none;
	line-height: 1.3;
	background-color: var(--color-blue4);
	padding: 20px 0 10px 0;
	margin-top: 50px;
}
#smenu strong {
	display: block;
	text-align: center;
	color: #333;
	font-weight: 400;
	font-size: 16px;
}
#smenu ul {
	width: 90%;
	margin: 20px auto;
}
#smenu ul li {
	display: block;
	width: 100%;
	font-size: 14px;
	position: relative;
}
#smenu ul li.subTi  span {
	display: block;
	width: 100%;
	color: var(--color-blue2);
	display: block;
	padding: 5px 0 5px 10px;
	border-bottom: 1px dotted #EEE;
	font-size: 12px;
	background: #FFF;
}
#smenu ul li.sub {
	display: block;
	width: 100%;
	color: var(--color-blue2);
}
#smenu ul li a {
	display: block;
	width: 100%;
	padding: 15px 0 15px 15px;
	border-bottom: 1px solid var(--color-blue4);
	font-weight: 500;
	color: #333;
	position: relative;
	text-decoration: none;
	background: #FFF;
}


#smenu ul li a::after {
	content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px var(--color-blue2);
    border-right: solid 1px var(--color-blue2);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
    margin-top: -3px;
}


#smenu ul li.sub a {
	display: block;
	width: 100%;
	padding: 15px 0 15px 10px;
	border-bottom: 1px dotted var(--color-blue4);
	color: var(--color-blue2);
	color: #333;
}
#smenu ul li.high a {
	display: block;
	width: 100%;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #DDD;
	color: var(--color-blue2);
	color: #333;
}
#smenu ul li.last a {
	border-bottom: 1px solid var(--color-blue4) !important;
}
#smenu ul li.on a {
	background-color: var(--color-blue2);
	color: #FFF;
}
#smenu ul li:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: var(--color-blue2);
  z-index: -1;
  transition: .2s;
}
#smenu ul li:hover a {
	color: #fff;
	background-color: var(--color-blue2);
}
#smenu ul li:hover a::after {
	content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
    margin-top: -3px;
}

#smenu ul li:hover:before{
  width: 100%;
}
#smenu ul li.subTi:hover:before{
  width: 0%;
}

#smenu ul li.non:hover a{
	background: #FFF;
}
#smenu ul li.non a img{
	width: 80%;
	margin: 0 10% 0 10%;
}



/* # =================================================================
   # contentsBox
   # ================================================================= */
.contentsBox {
	width: 100%;
	padding: 0px;
	float: none;
}





/*--------------------------------------------------------
#horizontalSC
--------------------------------------------------------*/
.horizontalSC {
	width: 100%;
	box-sizing: border-box;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
}
.horizontalSC img{
}

.horizontalSC::-webkit-scrollbar {
	height: 5px;
}
	
.horizontalSC::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #f3f3f3;
}
.horizontalSC::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(56, 69, 75, .3);
}



/* # =================================================================
   # footer
   # ================================================================= */
footer {
	width: 100%;
	display: block;
	padding: 0px 0 0 0;
	clear:both;
	background: var(--color-blue2);
	color: #FFF;
}
#footer {
	display: none;
}
#spfooter {
	display: block;
	width: 100%;
}
#spfooter a {
	display: block;
	width: 100%;
	padding: 20px 0 20px 20px;
	border-bottom: 1px solid #FFF;
	position: relative;
}
#spfooter a:last-child {
	border-bottom: none;
}
#spfooter a::after {
	content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    margin-top: -4px;
}


footer .cright {
	width: 100%;
	margin: 0 auto;
	background: var(--color-blue5);
	padding: 15px 0 20px 0;
}
footer .cright ul {
	width: 98%;
	max-width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
footer .cright ul li {
	vertical-align: bottom;
	line-height: 32px;
	margin: 0;
	padding: 0;
}
footer .cright ul li.logo {
	display: block;
	width: 100%;
	text-align: center;
	float: none;
	padding: 20px 0 20px 0;
}
footer .cright ul li.logo img {
	width: 100%;
	max-width: 150px;
}
footer .cright ul li.btn {
	display: none;
}


footer .cright ul li.copyR {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 8px;
	line-height: 1.5;
	letter-spacing: -0.001em;
	float: none;
}





/* --- pagetop --- */
.pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(0.8);
	transition: all .6s;
	z-index: 10000;
}

.pagetop a {
	display: table-cell;
	width: 55px;
	height: 55px;
	text-align: center;
	vertical-align: middle;
	color: #fff !important;
	font-size: 12px;
	text-decoration: none;
	background: var(--color-blue2);
	-webkit-border-radius: 0px;
	border: 1px solid #FFF;
}

.pcLayer {
	display: none;
}
.spLayer {
	display: block;
}

} /**** END media screen /
