@charset "UTF-8";

/* =======================================

	CommonElements

======================================= */
/*-----------------------------------------
	Fonts
-----------------------------------------*/
/* -- Montserrat -- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:600');
.enFont,
/*header#globalHeader nav a,*/
header#globalHeader nav li .mddWrap .navTitle,
footer#globalFooter small.copyRight,
footer#globalFooter .siteMap dt a,
footer#globalFooter .siteMap li dt .ttlTxt,
#e2Analysis header h2,
.logoWrap > span {
	font-family: 'Montserrat',sans-serif;
	letter-spacing: 0.05em;
}
#contactField .contactInfo .telNum {
	font-family: 'Montserrat',sans-serif;
	letter-spacing: 0.1em;
}

/* -- Noto Sans JP -- */

body.pcView {
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック",sans-serif;
}

/* -- icon -- */
@font-face {
	font-family: 'e2icon';
	src:  url('/css/fonts/e2icon.eot?qjqeng');
	src:  url('/css/fonts/e2icon.eot?qjqeng#iefix') format('embedded-opentype'),
		url('/css/fonts/e2icon.ttf?qjqeng') format('truetype'),
		url('/css/fonts/e2icon.woff?qjqeng') format('woff'),
		url('/css/fonts/e2icon.svg?qjqeng#e2icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'e2icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e900";
}
.icon-arrow-right-point:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-blank:before {
  content: "\e903";
}


/*-----------------------------------------
	Contents Common Elements
-----------------------------------------*/
html {
	height: 100%;
}

body {
	height: 100%;
	padding: 100px 0 0 0;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.08em;
	font-family: sans-serif;
	font-feature-settings: "palt";
}

@media all and (-ms-high-contrast: none) {
body {
	letter-spacing: 0.05em;
	font-feature-settings: normal;
}
}

#container {
	width: 100%;
}

a {text-decoration: none;color: #008fc0;}
a:visited {text-decoration: none;color: #008fc0;}
a:active {text-decoration: none;color: #008fc0;}
a:hover {text-decoration: underline;color: #008fc0;}

p {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2;
}

h2,
.titleDecoSla {
	font-weight: 500;
	font-size: 1.429em;
}

h2:after,
.titleDecoSla:after {
	content: "／";
	padding: 0 0 0 20px;
	opacity: 0.5;
}

h3,
.titleDecoLine {
	font-weight: 500;
	margin: 0 0 20px;
	padding: 0 0 20px;
	font-size: 1.429em;
	position: relative;
}

h3:after,
.titleDecoLine:after {
	content: "";
	width: 60px;
	height: 1px;
	display: block;
	background: #e2e2e2;
	position: absolute;
	bottom: 0;
	left: 0;
}

.btnArea {
	margin: 0 0 40px;
}

a.btn,
.btnElements {
	padding: 13px 50px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	color: #444444;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	border: 1px solid #828282;
	background: #ffffff;
}

a.btn:hover {text-decoration: none;}

a.btn:before,
.btnElements:before {
	content: "\e902";
	font-family: 'e2icon' !important;
	color: #ffffff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	left: -14px;
}

a.btn.large {
	padding: 25px 115px 35px 105px;
	position: relative;
	color: #ffffff;
	background: transparent;
	border: none;
}

a.btn.large:before {
	content: "";
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	display: block;
	background: #008fc0;
	border: 1px solid #008fc0;
	position: absolute;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	top: 0;
	left: 0;
	z-index: -1;
}

a.btn.large:after {
	content: "";
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	display: block;
	border: 1px solid #008fc0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -2;
}

a.btn.large.negative {
	color: #444444;
}

a.btn.large.negative:before {
	background: #e2e2e2;
	border: 1px solid #e2e2e2;
}

a.btn.large.negative:after {
	border: 1px solid #e2e2e2;
}

a.btn.back {
	overflow: visible;
}

a.btn.back:before {
	content: "";
	width: 25px;
	height: 1px;
	display: block;
	border-top: 1px solid #828282;
	position: absolute;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	top: 50%;
	left: -14px;
}

a.btn.back:after {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	border-left: 1px solid #828282;
	border-bottom: 1px solid #828282;
	transform: rotate(45deg) translate(0, -50%);
	-webkit-transform: rotate(45deg) translate(0, -50%);
	position: absolute;
	top: 48%;
	left: -16px;
}

a.btn.blank {
	padding: 13px 20px;
	color: #008fc0;
	border: 1px solid #008fc0;
}

a.btn.blank:before {
	content: "\e903";
	margin: 0 0.2em 0 0;
	color: #008fc0;
	position: absolute;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	position: relative;
	top: 0.1em;
	left: 0;
}

a.btn span {
	padding: 0 0.3em 0 0;
}

.sup {
	font-size: 60%;
	vertical-align: top;
	position: relative;
	top: -0.5em;
}

br.sp {display: none;}

.contBase {
	width: 100%;
	min-width: 980px;
	overflow: hidden;
}

.contBaseWrap {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


@media only screen and (min-width: 768px) {
a.btn,
.btnElements,
a.btn:before,
.btnElements:before,
a.btn:after,
a.btn.large,
a.btn.large:before,
a.btn.large:after {
	cursor: pointer;
	transition: all 0.2s ease;
}
body.pcView a.btn:hover,
body.pcView .btnElements:hover {
	padding: 13px 40px 13px 60px;
	color: #ffffff;
	border: 1px solid #008fc0;
	background: #008fc0;
}
body.pcView a.btn:hover:before,
body.pcView .btnElements:hover:before {
	left: 5px;
}
body.pcView a.btn.large:hover {
	padding: 30px 110px;
	background: transparent;
	border: none;
}
body.pcView a.btn.large:hover:before {
	top: 6px;
	left: 6px;
}
body.pcView a.btn.large:hover:after {
	right: 6px;
	bottom: 6px;
}
body.pcView a.btn.back:hover {
	padding: 13px 50px;
	color: #444444;
	border: 1px solid #828282;
	background: #ffffff;
}
body.pcView a.btn.back:hover:before {
	width: 30px;
	left: -19px;
}
body.pcView a.btn.back:hover:after {
	left: -22px;
}
body.pcView a.btn.blank:hover {
	padding: 13px 20px;
	color: #ffffff;
	border: 1px solid #008fc0;
	background: #008fc0;
}
body.pcView a.btn.blank:hover:before {
	color: #ffffff;
	left: 0;
}
}

@media only screen and (max-width: 768px) {
body {
	padding: 75px 0 0 0;
}
#container {
	width: auto;
	padding: 0;
}
.contBase {
	min-width: 100%;
}
.contBaseWrap {
	width: 88%;
	margin: 0 6%;
	padding: 0 0;
}
.contBaseWrap.baseShort {
	width: 88%;
}
a.btn.large {
	min-width: 60%;
	padding: 1em 0!important;
	background: #008fc0;
	overflow: visible;
}
a.btn.large:before {
	display: none;
}
a.btn.large:after {
	width: 100%;
	height: 100%;
	right: -5px;
	bottom: -5px;
}
a.btn.large.negative {
	background: #e2e2e2;
}
br.sp {display: block;}
br.pc {display: none;}
}

/*-----------------------------------------
	header#globalHeader
-----------------------------------------*/
header#globalHeader {
	width: 100%;
	height: 100px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

header#globalHeader a {text-decoration: none;color: #222222;}
header#globalHeader a:hover {text-decoration: none;color: #008fc0;}

header#globalHeader h1,
header#globalHeader .logo {
	width: 168px;
	padding: 2px 0 0 0;
	text-align: center;
}


header#globalHeader nav {
	margin: 0 12em 0 auto;
	font-size: 14px;
}

header#globalHeader nav ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}

header#globalHeader nav li {
	padding: 0 1em 0 2em;
}

header#globalHeader nav li a {
	display: block;
	line-height: 100px;
	position: relative;
}

header#globalHeader nav > ul > li > a {
	font-weight: 700;
}

header#globalHeader nav li a:before {
	content: "/";
	font-size: 0.9em;
	display: inline-block;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	left: -2em;
	font-weight: 400;
}

header#globalHeader nav li a:after {
	content: "";
	width: 0;
	height: 4px;
	display: inline-block;
	background: #008fc0;
	position: absolute;
	bottom: 0;
	left: 0;
}

header#globalHeader nav li:first-child a:before {
	display: none;
}

header#globalHeader nav li.navContact,
header#globalHeader nav li.navDownload {
	padding: 0;
	position: absolute;
}

header#globalHeader nav li.navContact {
	right: 0;
	top: 0;
}

header#globalHeader nav li.navDownload {
	right: 0;
	bottom: 0;
}

header#globalHeader nav li.navContact a,
header#globalHeader nav li.navDownload a {
	width: 12em;
	height: 50px;
	padding: 0;
	color: #ffffff;
	font-size: 0.9em;
	line-height: 50px;
	background: #000000;
}

header#globalHeader nav li.navContact a {
	border-bottom: 1px solid #ffffff;
}

header#globalHeader nav li.navContact a:before,
header#globalHeader nav li.navContact a:after,
header#globalHeader nav li.navDownload a:before,
header#globalHeader nav li.navDownload a:after {
	content: "";
	display: none;
}

/*  -- hover --  */
header#globalHeader nav li a:after,
header#globalHeader nav li.navContact a:hover,
header#globalHeader nav li.navDownload a:hover {
	transition: all 0.3s ease;
}

header#globalHeader nav li:hover a {
	color: #008fc0;
}

header#globalHeader nav li:hover a:before {
	color: #222222;
}

header#globalHeader nav li:hover a:after {
	width: 100%;
}

header#globalHeader nav li.navContact a:hover,
header#globalHeader nav li.navDownload a:hover {
	color: #ffffff;
	background: #008fc0;
}

/*  -- MegaDropDown --  */
header#globalHeader nav li .mddWrap {
	display: none;
	width: 100%;
	padding: 40px 0;
	text-align: center;
	background: #ffffff;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 100;
}

header#globalHeader nav li .mddWrap.view {
	display: block!important;
}

header#globalHeader nav li .mddWrap > div {
	width: 980px;
	margin: 0 auto;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	text-align: left;
}

header#globalHeader nav li .mddWrap .navTitle {
	padding: 0 80px 0 0;
	position: relative;
	font-size: 24px;
	color: #008fc0;
	line-height: 1.4;
}

header#globalHeader nav li .mddWrap .navTitle:after {
	content: "";
	width: 20px;
	height: 1px;
	display: inline-block;
	background: #e2e2e2;
	position: absolute;
	top: 0.7em;
	right: 30px;
}

header#globalHeader nav li .mddWrap ul {
	display: block;
}

header#globalHeader nav li .mddWrap ul li {
	padding: 0 20px 0 0;
	display: inline!important;
	line-height: 2;
	font-size: 16px;
}

header#globalHeader nav li .mddWrap ul li:after {
	content: "";
	margin: 0 0 0 20px;
	display: inline-block;
	width: 1px;
	height: 1.3em;
	background: #e2e2e2;
	vertical-align: baseline;
	position: relative;
	top: 0.25em;
}

header#globalHeader nav li .mddWrap ul li.line::before {
	content: "\A";
	white-space: pre;
}

header#globalHeader nav li .mddWrap ul li a {
	padding: 0;
	display: inline;
	line-height: 1;
}

header#globalHeader nav li:hover .mddWrap ul li a {
	color: #444444;
}

header#globalHeader nav li .mddWrap ul li a:hover {
	color: #008fc0;
}

header#globalHeader nav li .mddWrap ul li a:before,
header#globalHeader nav li .mddWrap ul li a:after {
	display: none;
}

header#globalHeader nav li .mddWrap ul li:last-of-type:after {
	display: none;
}

/*  --HEADER SCROLL--  */
header#globalHeader,
header#globalHeader h1,
header#globalHeader .logo,
header#globalHeader h1 img,
header#globalHeader .logo img {
	transition: all 0.2s ease;
}

header#globalHeader.smaller {
	height: 70px;
}

header#globalHeader.smaller h1,
header#globalHeader.smaller .logo {
	width: 120px;
	padding: 2px 0 0 0;
	text-align: center;
}

header#globalHeader.smaller h1 img,
header#globalHeader.smaller .logo img {
	transform: scale(0.65);
	-webkit-transform: scale(0.65);
}

header#globalHeader.smaller nav li a {
	line-height: 70px;
}

header#globalHeader.smaller nav li ul li a {
	line-height: 1;
}
header#globalHeader.smaller nav li.navDownload a,
header#globalHeader.smaller nav li.navContact a {
	height: 35px;
	line-height: 35px;
}

header#globalHeader.smaller nav li .mddWrap {
	top: 70px;
}

header#globalHeader #spMenu {display: none;}

@media only screen and (min-width: 768px) {
/*  -- headerTransparency --  */
.headerTransparency header#globalHeader:not(.smaller) {
	background: transparent;
}
.headerTransparency header#globalHeader:not(.smaller) h1,
.headerTransparency header#globalHeader:not(.smaller) .logo {
	background: url(/img/logo-white.png) 34px 2px no-repeat;
}
.headerTransparency header#globalHeader:not(.smaller) .takaraGroup {
	background: url(/img/takaragroup-white.png) top center no-repeat;
}
.headerTransparency header#globalHeader:not(.smaller) h1 img,
.headerTransparency header#globalHeader:not(.smaller) .logo img,
.headerTransparency header#globalHeader:not(.smaller) .takaraGroup img {
	opacity: 0;
}
.headerTransparency header#globalHeader:not(.smaller) nav > ul > li > a {text-decoration: none;color: #ffffff;}

.headerTransparency header#globalHeader:not(.smaller) nav li a:before {
	color: #ffffff;
}
.headerTransparency header#globalHeader:not(.smaller) nav li.navEntry a {
	outline: 2px solid #e2e2e2;

}
.headerTransparency header#globalHeader:not(.smaller) nav li ul {
	background: rgba(255,255,255,0.6);
}
}
@media only screen and (min-width: 1120px) and (max-width: 1260px) {
header#globalHeader nav {
	font-size: 13px;
}
header#globalHeader nav li a {
	white-space: nowrap;
}
}
@media only screen and (min-width: 769px) and (max-width: 1119px) {
header#globalHeader nav {
	font-size: 12px;
}
header#globalHeader nav li {
	padding: 0 0.7em 0 1.4em;
}
header#globalHeader nav li a {
	white-space: nowrap;
}
header#globalHeader nav li a:before {
	left: -1.4em;
}
}
@media only screen and (max-width: 980px) {
header#globalHeader {
	min-width: 980px;
}
}

@media only screen and (max-width: 768px) {
header#globalHeader,
header#globalHeader.smaller {
	min-width: 100%;
	height: 75px;
}
header#globalHeader h1,
header#globalHeader .logo,
header#globalHeader.smaller h1,
header#globalHeader.smaller .logo {
	width: auto;
	height: 75px;
	padding: 0 0 0 6%;
	line-height: 75px;
}
header#globalHeader h1 img,
header#globalHeader.smaller h1 img,
header#globalHeader .logo img,
header#globalHeader.smaller .logo img {
	max-height: 50%;
	vertical-align: middle;
	transform: scale(1);
	-webkit-transform: scale(1);
}
header#globalHeader .takaraGroup {
	max-width: 40%;
	padding: 0 0 0 6%;
}
header#globalHeader .takaraGroup img {
	width: 100%;
}
header#globalHeader #spMenu {
	display: block;
	margin: 0 4% 0 auto;
}
header #spMenu #switchBtn {
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
}
header #spMenu #switchBtn span {
	width: 66%;
	height: 3px;
	background-color: #8a8a8a;
	border-radius: 2px;
	transition: all 0.3s linear;
	position: absolute;
	left: 17%;
}
header #spMenu #switchBtn,
#switchBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header #spMenu #switchBtn span:nth-of-type(1) {
	top:14px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
}
header #spMenu #switchBtn span:nth-of-type(2) {
	top:24px;
	transform: scale(1);
	-webkit-transform: scale(1);
}
header #spMenu #switchBtn span:nth-of-type(3) {
	top:34px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
}
header #spMenu #switchBtn.btnClose {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
header #spMenu #switchBtn.btnClose span:nth-of-type(1) {
	top: 4px !important;
	transform: translateY(20px) rotate(-45deg);
	-webkit-transform: translateY(20px) rotate(-45deg);
}
header #spMenu #switchBtn.btnClose span:nth-of-type(2) {
	top:24px;
	transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
}
header #spMenu #switchBtn.btnClose span:nth-of-type(3) {
	opacity: 0;
}
header#globalHeader nav {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	text-align: left;
	display: none;
	position: absolute;
	top: 75px;
	left: 0;
}
header#globalHeader nav > ul {
	width: 100%;
	height: calc(100vh - 75px);
	overflow-y: scroll;
	display: block;
}
header#globalHeader nav ul li {
	position: relative;
}
header#globalHeader nav ul li,
header#globalHeader nav li:first-child {
	padding: 0;
	background: #ffffff;
	border-top: #e2e2e2 1px solid;
}
header#globalHeader nav li:last-child {
	border-bottom: #e2e2e2 1px solid;
}
header#globalHeader nav ul li a,
header#globalHeader.smaller nav li a {
	width: 100%;
	height: auto;
	padding: 20px 6%;
	line-height: 1;
	color: #202020;
}
header#globalHeader nav li a:before,
header#globalHeader nav li a:after {
	display: none;
}
header#globalHeader nav li.navContact,
header#globalHeader nav li.navDownload {
	padding: 0;
	position: relative;
	top: auto;
	bottom: auto;
}
header#globalHeader nav li.navContact a,
header#globalHeader.smaller nav li.navContact a,
header#globalHeader nav li.navDownload a,
header#globalHeader.smaller nav li.navDownload a {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 6%;
	color: #202020;
	line-height: 1;
	background: #ffffff;
	border-bottom: none;
}
/*header#globalHeader nav li .mddWrap {
	display: none!important;
}*/

header#globalHeader nav li .mddWrap {
	padding: 0;
	position: static;
	border-bottom: none;
	opacity: 1 !important;
}
header#globalHeader nav li .mddWrap .navTitle {
	display: none;
}
header#globalHeader nav li .mddWrap .navTitle::after {
	content: none;
}
header#globalHeader nav li .mddWrap > div {
	width: 100%;
	display: block;
}
header#globalHeader nav li .mddWrap ul {
	display: block;
	transition: all 0.4s ease-out;
}
header#globalHeader nav li .mddWrap ul li {
	display: block !important;
	padding: 0;
	line-height: 1;
	border: none;
	background: #fafbff;
}
header#globalHeader nav li .mddWrap ul li:not(:last-child) {
	border-bottom: #e2e2e2 1px solid;
}
header#globalHeader nav li .mddWrap ul li::after {
	content: none;
}
header#globalHeader nav li .mddWrap ul li a {
	font-weight: 400;
	display: block;
	font-size: 14px;
	padding: 1em 6%;
}
header#globalHeader nav li > span {
	display: block;
	width: 30px;
	height: 54px;
	position: absolute;
	right: 3%;
	top: 0;
	z-index: 10;
	cursor: pointer;
}
header#globalHeader nav li > span::before,
header#globalHeader nav li > span::after {
	content: "";
	width: 50%;
	height: 2px;
	display: inline-block;
	background: #747474;
	position: absolute;
	left: 25%;
	transition: all 0.3s ease;
	top: 50%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
header#globalHeader nav li > span:before {
	top: 50%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
header#globalHeader nav li > span::after {
	top: 50%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
/* .navOpen */
header#globalHeader nav li.navAdd a {
	padding-right: calc(40px + 3%) !important;
}
header#globalHeader nav li.navOpen > a {
	color: #008fc0;
}
header#globalHeader nav li.navOpen > span::after {
	width: 50%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
header#globalHeader nav li.navOpen .mddWrap {
	display: block !important;
}

/*  -- headerTransparency --  */
.headerTransparency header#globalHeader:not(.smaller) {
	background: transparent;
}
.headerTransparency header#globalHeader:not(.smaller) h1,
.headerTransparency header#globalHeader:not(.smaller) .logo {
	background: url(/img/logo-white.png) 6vw center no-repeat;
	background-size: auto 48%;
}
.headerTransparency header#globalHeader:not(.smaller) .takaraGroup {
	background: url(/img/takaragroup-white.png) top right no-repeat;
	background-size: auto 15px;
}
.headerTransparency header#globalHeader:not(.smaller) h1 img,
.headerTransparency header#globalHeader:not(.smaller) .logo img,
.headerTransparency header#globalHeader:not(.smaller) .takaraGroup img {
	opacity: 0;
}
.headerTransparency header#globalHeader:not(.smaller) #spMenu #switchBtn span {
	background-color: #ffffff;
}
}

/*-----------------------------------------
	logoField
-----------------------------------------*/
.logoWrap {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border: 1px solid #e2e2e2;
	margin: 0 0 52px;
	padding: 54px 45px;
	position: relative;
}
.logoWrap > span {
	display: block;
	font-size: 1.143em;
	background: #fff;
	position: absolute;
	padding: 20px;
	top: -28px;
	left: -1px;
}
.logoWrap > span:after {
	content: "／";
	padding: 0 0 0 11px;
	opacity: 0.5;
}
.logoWrap > figure {
	margin: 0 33px !important;
}
.logoWrap > figure img {
	max-width: 100%;
}

@media only screen and (max-width: 768px) {
	.logoWrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px 20px;
	}
	.logoWrap > figure {
		margin: 0 !important;
	}
	.logoWrap > figure:not(:last-child) {
		margin-bottom: 25px !important;
	}
}

/*-----------------------------------------
	contactField
-----------------------------------------*/
#contactField {
	padding: 30px 0;
	color: #ffffff;
	position: relative;
	z-index: 1;
	background-image: -moz-linear-gradient( 0deg, rgb(0,143,192) 0%, rgb(93,187,226) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,143,192) 0%, rgb(93,187,226) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,143,192) 0%, rgb(93,187,226) 100%);
}

#contactField .contBaseWrap {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
}

#contactField .contactTtl,
#contactField .contactInfo {
	flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	padding: 30px 0;
}

#contactField .contactTtl {
	border-right: 1px solid rgba(255,255,255,0.5);
}

#contactField .contactTtl h2 {
	margin: 0 0 30px;
}

#contactField .contactTtl .contactCopy {
	margin: 0 0 40px;
}

#contactField .contactTtl h3 {
	margin: 0;
	padding: 0;
	font-size: 1.143em;
}

#contactField .contactTtl h3:after {
	display: none;
}

#contactField .contactInfo .telInfo,
#contactField .contactInfo .telNum {
	margin: 0 0 0 60px;
	display: block;
}

#contactField .contactInfo .telInfo {
	font-size: 1em;
}

#contactField .contactInfo .telNum {
	padding: 10px 0 20px;
}

#contactField .contactInfo .telNum .tel {
	padding: 0 0 0 0.5em;
	font-size: 1.6em;
}

#contactField .contactInfo a.contactBtn,
#contactField .contactInfo a.downliadBtn {
	width: 70%;
	margin: 4px 0 0 60px;
	padding: 20px 0;
	display: inline-block;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
	border: 2px solid #ffffff;
	transition: all 0.3s ease;
}

#contactField .contactInfo a.contactBtn:hover,
#contactField .contactInfo a.downliadBtn:hover {text-decoration: none;}

#contactField .contactInfo a.contactBtn:before,
#contactField .contactInfo a.downliadBtn:before {
	font-family: 'e2icon' !important;
	content: "\e901";
	padding: 0 0.2em 0 0;
}

#contactField .contactInfo a.contactBtn:hover,
#contactField .contactInfo a.downliadBtn:hover {
	color: #008fc0;
	background: #ffffff;
}

@media only screen and (max-width: 768px) {
#contactField .contBaseWrap {
	flex-direction: column;
	-ms-flex-direction : column;
	-webkit-flex-direction: column;
}
#contactField .contactTtl,
#contactField .contactInfo {
	width: 100%;
	padding: 4vw 0;
}
#contactField .contactTtl {
	border-right: none;
}
#contactField .contactTtl .contactCopy {
	width: 60%;
	margin: 0 0 4vw;
}
#contactField .contactTtl h3 {
	font-size: 1em;
}
#contactField .contactInfo .telInfo,
#contactField .contactInfo .telNum {
	margin: 0;
}
#contactField .contactInfo .telInfo span {
	font-size: 0.8em;
	display: inline-block;
	line-height: 1.6;
}
#contactField .contactInfo .telNum {
	padding: 5px 0 20px;
}
#contactField .contactInfo .telNum .tel {
	font-size: 1.2em;
	color: #ffffff;
}
#contactField .contactInfo .telNum a {
	color: #ffffff;
}
#contactField .contactInfo a.contactBtn,
#contactField .contactInfo a.downliadBtn {
	width: 100%;
	margin: 4px 0 0;
	padding: 20px 0;
	color: #008fc0;
	text-align: center;
	background: #ffffff;
}
}

/*-----------------------------------------
	bnrField
-----------------------------------------*/
#bnrField {
	padding: 40px 0;
	background: #ffffff;
	position: relative;
	z-index: 1;
}

#bnrField .contBaseWrap {
	text-align: left;
}

#bnrField a.relationBnr {
	margin: 10px 20px;
	display:  inline-block;
}
#bnrField a.pMark {
    float: right;
    border-left: 1px solid #e2e2e2;
    padding: 0px 20px 0px 30px;
}

@media only screen and (max-width: 768px) {
#bnrField {
	padding: 8vw 0 6vw;
}

#bnrField a.relationBnr {
	margin: 0 0 2vw;
	display: inline-block;
	width: 48%;
	text-align: center;
}
#bnrField a:nth-of-type(2){
	text-align: right;
	float:right;
}
#bnrField a img {
	max-width: 100%;
}
#bnrField a.pMark {
	display: block;
	padding: 20px 0px 0px 0px;
	text-align:center;
	float: none;
	border-left: none;
}
}
/*-----------------------------------------
	footer
-----------------------------------------*/
footer#globalFooter {
	width: 100%;
	min-width: 980px;
	padding: 65px 0 0 0;
	position: relative;
	color: #ffffff;
	background: #202020;
	z-index: 20;
}

footer#globalFooter a:hover {text-decoration: none;}

footer#globalFooter .contBaseWrap {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
}

footer#globalFooter .companyInfo {
	width: 210px;
	border-right: 1px solid #464646;
}

footer#globalFooter .companyInfo nav {
	padding: 30px 0;
}

footer#globalFooter .companyInfo nav ul li {
	width: calc((100% - 30px) / 4);
	padding: 0 10px 0 0;
	display: inline-block;
}

footer#globalFooter .companyInfo nav ul li img {
	width: 100%;
}

footer#globalFooter .companyInfo address {
	line-height: 2;
	letter-spacing: 0;
}

footer#globalFooter .companyInfo .companyName {
	font-size: 1.143em;
}

footer#globalFooter .companyInfo .numInfo {
	padding: 20px 0 0 0;
}

footer#globalFooter .siteMap {
	width: 100%;
	padding: 0 0 0 26px;
}

footer#globalFooter .siteMap a {
	color: #ababab;
}

footer#globalFooter .siteMap a:hover {
	color: #ededed;
}

footer#globalFooter .siteMap dt a {
	color: #ffffff;
}

footer#globalFooter .siteMap dt a:hover {
	color: #008fc0;
}

footer#globalFooter .siteMap dd ul {
	padding: 10px 0 30px;
}

footer#globalFooter .siteMap ul li:last-child ul {
	padding: 10px 0 0;
}

footer#globalFooter .siteMap dd ul li {
	display: inline;
	padding: 0 1.2em 0.5em 0;
	line-height: 2;
}

footer#globalFooter .siteMap dd ul li:after {
	content: "";
	margin: 0 0 0 1.2em;
	display: inline-block;
	width: 1px;
	height: 1.3em;
	background: #464646;
	vertical-align: baseline;
	position: relative;
	top: 0.25em;
}

footer#globalFooter .siteMap dd ul li:last-of-type:after {
	margin: 0;
	display: none;
}

footer#globalFooter .siteMap dd ul li.line::before {
	content: "\A";
	white-space: pre;
}
footer#globalFooter .siteMap .navRecruit {
	margin: 0 0 30px;
}

footer#globalFooter small.copyRight {
	margin: 40px 0 0 0;
	padding: 20px 0;
	display: block;
	color: #6d6d6d;
	background: #1c1c1c;
}

footer#globalFooter .pageTop {
	width: 104px;
	padding: 10px 0;
	color: #ffffff;
	border: 1px solid #ffffff;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	position: absolute;
	top: 19px;
	left: 50%;
	transition: all 0.3s ease;
}

footer#globalFooter .pageTop:before {
	content: "";
	width: 1px;
	height: 20px;
	display: block;
	background: #ffffff;
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-ms-transform: 50% 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	transition: all 0.3s ease;
}

footer#globalFooter .pageTop:hover {
	background: #343434;
	text-decoration: none;
}

footer#globalFooter .pageTop:hover:before {
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
}

@media only screen and (min-width: 768px) {
footer#globalFooter .siteMap dd {
	display: block!important;
}
}

@media only screen and (max-width: 768px) {
footer#globalFooter {
	min-width: 100%;
	padding: 0;
}
footer#globalFooter .contBaseWrap {
	width: 100%;
	margin: 0;
	flex-direction: column;
	-ms-flex-direction : column;
	-webkit-flex-direction: column;
}
footer#globalFooter .companyInfo {
	width: 100%;
	padding: 8vw 0 0;
	border-right: none;
	text-align: center;
}
footer#globalFooter .companyInfo nav {
	padding: 6vw 0;
}
footer#globalFooter .companyInfo nav ul li {
	width: auto;
	padding: 0 10px;
	display: inline-block;
}
footer#globalFooter .siteMap {
	width: 100%;
	padding: 0;
}
footer#globalFooter .siteMap li {
	border-bottom: 1px solid #464646;
}
footer#globalFooter .siteMap li dt {
	position: relative;
}
footer#globalFooter .siteMap li dt a,
footer#globalFooter .siteMap li dt .ttlTxt {
	display: block;
	padding: 1.5em 6%;
}
footer#globalFooter .siteMap li dd {
	display: none;
	border-top: 1px solid #464646;
}
footer#globalFooter .siteMap dd ul,
footer#globalFooter .siteMap ul li:last-child ul {
	padding: 1em 0;
}
footer#globalFooter .siteMap dd ul li {
	display: block;
	padding: 0;
	line-height: 1;
	border: none;
}
footer#globalFooter .siteMap dd ul li.line::before {
	content: "";
}
footer#globalFooter .siteMap dd ul li a {
	display: block;
	padding: 0.5em 6%;
	border: none;
}
footer#globalFooter .siteMap dd ul li:after {display: none;}
footer#globalFooter .pageTop {
	display: none;
}
footer#globalFooter .siteMap li dt > span.ico {
	width: 40px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 3%;
	cursor: pointer;
}
footer#globalFooter .siteMap li dt > span.ico:before,
footer#globalFooter .siteMap li dt > span.ico:after {
	content: "";
	width: 50%;
	height: 2px;
	display: inline-block;
	background: #747474;
	position: absolute;
	left: 25%;
	transition: all 0.3s ease;
}
footer#globalFooter .siteMap li dt > span.ico:before {
	top: 50%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
footer#globalFooter .siteMap li dt > span.ico:after {
	top: 50%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
footer#globalFooter .siteMap li dt.switch > span.ico:before {
	display:none;
}
footer#globalFooter .siteMap li dt.switch > span.ico:after {
	width: 50%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
footer#globalFooter .siteMap .navRecruit {
	margin: 0;
}
}

/* ------------------------------------
	e2Analysis
------------------------------------ */
#e2AnalysisBtn {
	width: 90px;
	height: 90px;
	display: block;
	text-align: left;
	text-indent: -9999px;
	background: #008fc0 url(/img/e2analysis.png) center center no-repeat;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	position: fixed;
	bottom: 4vw;
	right: 4vw;
	z-index: 200;
	transition: all 0.2s ease;
	transform: scale(0);
	-webkit-transform: scale(0);
}

#e2AnalysisBtn.show {
	transform: scale(1);
	-webkit-transform: scale(1);
}

#e2AnalysisBtn:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 768px) {
#e2AnalysisBtn {
	display: none;
}
}

/* ------------------------------------
	e2Analysis inner
------------------------------------ */
#e2Analysis {
	width: 100%;
	padding: 30px 0;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
	background: rgba(255,255,255,0.9);
	position: fixed;
	bottom: -100%;
	left: 0;
	z-index: 300;
	transition: all 0.3s ease;
	visibility: hidden;
}

#e2Analysis a {
	color: #222222;
	text-decoration: none;
}

#e2Analysis.analysisShow {
	bottom: 0;
	visibility: visible;
}

#e2Analysis header {
	padding: 0 0 30px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}

#e2Analysis header h2 {
	margin: 0;
	color: #008fc0;
}

#e2Analysis header h2:after {
	display: none;
}

#e2Analysis header .aboutBtn {
	margin: 0 0 0 40px;
	color: #008fc0;
	text-decoration: underline;
}

#e2Analysis header .aboutBtn:hover {
	text-decoration: none;
}

#e2Analysis header .aboutBtn:before {
	font-family: 'e2icon' !important;
	content: "\e902";
	display: inline-block;
}

#e2Analysis header .closeBtn {
	margin: 0 0 0 auto;
	padding: 8px 25px;
	color: #008fc0;
	border: 1px solid #008fc0;
}

#e2Analysis .contentMain {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

#e2Analysis .listItem {
	width: 460px;
	margin: 0 60px 0 0;
}

#e2Analysis .listItem:nth-of-type(even) {
	margin: 0 0 0 0;
}

#e2Analysis .listItem h3 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 1.143em;
}

#e2Analysis .listItem h3:after {
	display: none;
}

#e2Analysis .listItem ul {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
}

#e2Analysis .listItem ul li {
	width: 140px;
	margin: 0 15px 0 0;
	display: inline-block;
	overflow: hidden;
}

#e2Analysis .listItem ul li:last-child {
	margin: 0;
}

#e2Analysis .listItem ul li a {
	display: inline-block;
	overflow: hidden;
}

#e2Analysis .listItem ul li img {
	width: 100%;
	margin: 0 0 10px 0;
	display: block;
	border: 1px solid #e2e2e2;
}

#e2Analysis .listItem ul li span {
	width: 140px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* =====================================
	Hover:opacity
===================================== */
@media only screen and (min-width: 768px) {
body.pcView a.imgLink,
body.pcView #e2Analysis header .closeBtn,
body.pcView a.btn.back {
	opacity: 1;
	transition: all 0.3s ease;
}

body.pcView a.imgLink:hover,
body.pcView #e2Analysis header .closeBtn:hover,
body.pcView a.btn.back:hover {
	opacity: 0.8;
}
}