@charset "UTF-8";
 body {
	position: relative;
	width: 100%;
	min-width: 920px;
	overflow-x: auto;
}
/*
.sideopen article,
.sideopen footer {
	opacity: 0.25;
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}
*/
html {
	overflow-y: scroll;
}
/*
header .ctsRight {
	top: 2em;
}
*/
.anm {
	opacity: 0;
}
.formobile {
	display: none;
}
/* !Layout
---------------------------------------------------------- */

main {
	background: rgba(26, 142, 218, 0.45) !important;
	overflow: hidden;
	position: relative;
	z-index: 2;
	/* display: none; */
}
/*============================
#sideNav
============================*/

#sideNav {
	position: fixed;
	color: #fff;
	border: #fff 1px solid;
	left: 0;
	top: 59%;
	margin: 0 0 0 -22.7em;
	/* margin-left: 30%; */
	z-index: 10;
	transition: opacity .2s;
}
#sideNav[pos="6"] {
	opacity: 0;
}
#sideNav .part,
#sideNav .all {
	color: #fff;
	border: rgba(255, 255, 255, .5) 1px solid;
	width: 56em;
	height: 56em;
	margin: -28em;
	border-radius: 50%;
}
#sideNav .part ul,
#sideNav .all ul {
	position: absolute;
	top: 50%;
	left: 50%;
}
#sideNav li {
	position: absolute;
	top: 0;
	left: 0;
	/* height: 0; */
	transform-origin: -28em 50%;
	margin-left: 28em;
	width: 23em;
	line-height: 0;
	font-weight: 500;
}
#sideNav li a {
	color: #fff;
}
#sideNav .part li a {
	opacity: 1;
}
#sideNav li:hover a {
	opacity: 1;
}
#sideNav li span {
	opacity: 0.5;
	transition: opacity .3s;
}
#sideNav li.point:before {
	content: "";
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	margin: -4px;
	border-radius: 50%;
}
#sideNav li span {
	position: relative;
	display: block;
	transform-origin: 0 0;
	text-indent: 1em;
	font-size: 0.8em;
}
#sideNav .part li span {
	opacity: 0;
	transition: font-size .2s ease-out, opacity .2s;
}
#sideNav .part li.point span {
	opacity: 0.5;
}
#sideNav[pos="1"] .part li.s80 span,
#sideNav[pos="2"] .part li.s90 span,
#sideNav[pos="3"] .part li.s00 span,
#sideNav[pos="4"] .part li.s07 span,
#sideNav[pos="5"] .part li.s20 span {
	opacity: 1;
	font-size: 1.5em;
	text-indent: 0.5em;
	font-weight: 500;
}

#sideNav[pos="1"] li.s80.point:before,
#sideNav[pos="1"] li.s80 + li.point:before,
#sideNav[pos="2"] li.s90.point:before,
#sideNav[pos="2"] li.s90 + li.point:before,
#sideNav[pos="3"] li.s00.point:before,
#sideNav[pos="3"] li.s00 + .point:before,
#sideNav[pos="4"] li.s10.point:before,
#sideNav[pos="4"] li.s10 + .point:before,
#sideNav[pos="5"] li.s20.point:before,
#sideNav[pos="5"] li.s20 + .point:before {
	background: #fff;
}
#sideNav[pos="1"] li.s80 span,
#sideNav[pos="1"] li.s80 + li span,
#sideNav[pos="2"] li.s90 span,
#sideNav[pos="2"] li.s90 + li span,
#sideNav[pos="3"] li.s00 span,
#sideNav[pos="3"] li.s00 + li span,
#sideNav[pos="4"] li.s10 span,
#sideNav[pos="4"] li.s10 + li span,
#sideNav[pos="5"] li.s20 span,
#sideNav[pos="5"] li.s20 + li span {
	opacity: 1;
}
#sideNav li a {
	transition: transform .2s;
	display: block;
	transform-origin: 0% 50%;
}
#sideNav[pos="1"] li.s80 a,
#sideNav[pos="2"] li.s90 a,
#sideNav[pos="3"] li.s00 a,
#sideNav[pos="4"] li.s10 a,
#sideNav[pos="5"] li.s20 a {
	transform: scale(1.25);
}
#sideNav li.l2 span {
	line-height: 1.5;
	margin-top: -1.6em;
	text-indent: 0em;
	margin-left: 1em;
}
#sideNav li.l3 span {
	line-height: 1.5;
	margin-top: -2.6em;
	margin-left: 0.4em;
	text-indent: 0;
}
#sideNav li span:hover {
	opacity: 1;
}
#sideNav li.l4 span {
	line-height: 1.5;
	margin-top: -3em;
	margin-left: 0.4em;
	text-indent: 0;
}
#sideNav .part li.l3 span {
	line-height: 1.5;
	margin-top: -2.1em;
	margin-left: 0.3em;
	text-indent: 0 !important;
	font-size: 1.2em !important;
}
#sideNav .part li.l3.s90 span {
	margin-left: -0.8em;
}
#sideNav .part li.l4 span {
	line-height: 1.5;
	margin-top: 5.6em;
	margin-left: -4.4em;
	text-indent: 0 !important;
	font-size: 1.2em !important;
}
#sideNav .all {
	transition: .35s cubic-bezier(0.2, 0.9, 0.5, 1);
}
#sideNav.part .all {
	/* visibility: hidden; */
	/* opacity: 0; */
	/* transform: scale(0.9); */
	/* transition-delay: 0s; */
	/* transition: .2s ease-in; */
}
#sideNav .part {
	visibility: hidden;
	opacity: 0;
	transform: rotate(20deg);
	transition: opacity .2s;
	position: absolute;
	transition-delay: 0s;
}
#sideNav.part .part {
	/* visibility: visible; */
	/* opacity: 1; */
	/* transform: scale(1); */
	/* transition: .6s cubic-bezier(0.2, 0.9, 0.5, 1); */
	/* transition-delay: 0.15s; */
}
#sideNav .line {
	position: absolute;
	width: 28em;
	height: 56em;
	overflow: hidden;
	top: -28em;
	left: -28em;
	display: block;
	border: none;
	transform: rotate(-120deg);
	transform-origin: 100% 50%;
	transition: transform .4s ease-out;
	pointer-events: none;
}
#sideNav[pos="0"] .line {
	opacity: 0;
}
#sideNav[pos="2"] .line {
	transform: rotate(-105.1deg);
}
#sideNav[pos="3"] .line {
	transform: rotate(-90deg);
}
#sideNav[pos="4"] .line {
	transform: rotate(-75deg);
}
#sideNav[pos="5"] .line {
	transform: rotate(-50deg);
}
#sideNav .line span {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	border: #fff 1.5px solid;
	top: 0%;
	border-radius: 58em 0 0 58em;
	border-right: none;
	border-left: none;
	transform: rotate(-165deg);
	transform-origin: 100% 50%;
}
#bgMovie {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #006fb9;
	transition: background 2s;
}
#bgMovie.ready {
	background: #054f80;
}
#bgMovie #ytHolder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100vw;
	height: 66.66vw;
	opacity: 0;
}
#bgMovie.hol #ytHolder {
	height: 100vh;
	width: 159.2vh;
}
#bgImage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(/company/about/img/30years/main_bg01.jpg);
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	z-index: 1;
	opacity: 0;
	transition: opacity .5s;
}
.subopen #bgImage,
.mainopen #bgImage {
	opacity: 0.25 !important;
}
#bgImage span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	z-index: 1;
}
#history {
	margin: 0 auto;
	width: 90%;
	max-width: 1300px;
	position: relative;
	color: #fff;
	text-align: center;
	opacity: 0;
}
#history .textArea {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 68%;
	margin: 0 16%;
	text-align: left;
}
#history .ctsBand .textArea {
	top: 39%;
	margin-left: 33%;
	/* left: 0; */
	width: 54em;
	white-space: normal;
	opacity: 0;
}
#history .ctsBox .textArea {
	width: 70%;
	margin: 0 15%;
}
#history .unit {
	position: relative;
}
#history .unit img + small {
	display: block;
	margin: 0;
	font-size: 0.9em;
	width: 100%;
	text-align: center;
	line-height: 1.4;
}
#history .unit .ctsBox {
	position: relative;
	background: #4561f378;
	display: inline-block;
	width: 27.86em;
	height: 27.86em;
	vertical-align: top;
	background-size: cover !important;
	white-space: normal;
}
#history .solution01 .ctsBox,
#history .solution02 .ctsBox {
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2.7em 3.5em;
}
#history h4.era {
	font-size: 2.36em;
	background: #fff;
	color: #0c6fc4;
	font-weight: 800;
	display: inline-block;
	padding-top: 0.53em;
	width: 3.935em;
	height: 3.935em;
	letter-spacing: -0.03em;
	position: absolute;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#history h4.era em {
	font-weight: 800;
	font-size: 1.6em;
}
#history .illust {
	position: absolute;
	top: 0;
}
#history .chip {
	position: absolute;
	top: 0;
	width: 4.643em;
	height: 4.643em;
	background: rgba(0, 220, 255, 0.3);
	opacity: 0.3;
	box-shadow: 0px 40px 30px 0px rgba(0, 0, 0, 0.25);
}
#history h2 {
	left: 0;
	font-size: 3.8em;
	background: #fff;
	color: #0c6fc4;
	display: inline-block;
	margin: 7.1% 0 0 12%;
	padding: 1.25em 0.55em 1.55em;
	letter-spacing: -0.03em;
	font-weight: 780;
	border-radius: 50%;
	background-size: contain;
	position: absolute;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.3) 0em 0.7em 1em;
	white-space: normal;
	/* animation-name: ctsCircle-anm-rev; *
	/* animation-duration: 8s; */
	/* animation-timing-function: ease-in-out; */
	/* animation-iteration-count: infinite; */
}
#history h2 em {
	font-weight: 800;
	font-size: 1.55em;
	letter-spacing: -0.04em;
}
#history h2 small {
	width: 2.2em;
	display: inline-block;
	vertical-align: bottom;
	line-height: 1.1;
	letter-spacing: 0;
	font-size: 0.515em;
	margin: 0 0 0.8em 0.18em;
	white-space: normal;
}
#history h2 span {
	display: block;
	margin: -0.7em -2em 0 -1.2em;
}
#history h2 span em {
	display: inline-block;
	vertical-align: middle;
}
#history h2 span em.jp {
	font-size: 1.2em;
	margin: 0.2em -0.6em 0.2em 0.2em;
}
#history h2.line2 {
	padding: 0.85em 1.45em 0.85em 0.85em;
}
#history .ctsBand {
	width: 100%;
	/* min-width: 940px; */
	height: 307px;
}
#history .ctsBand .bg {
	background: url(/company/about/img/30years/bg_stl.png) no-repeat;
	width: 110vw;
	height: 100%;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	background-size: 100% 100%;
	opacity: 0;
}
/*============================
#mainVisual
============================*/

#mainVisual {
	padding: 20vh 0 15%;
	/* opacity: 0; */
}
#mainVisual h1 {
	font-size: 3.4em;
	display: block;
	width: 15em;
	line-height: 1.3;
	margin: 7.1% auto 3%;
}
#mainVisual .sub_title {
	font-size: 2.5em;
	font-weight: 700;
    width: 13em;
	margin: 0 auto 2.5%;
	text-align: center;
}
#mainVisual .lead {
	width: 51.4em;
	margin: 0 auto 14vh;
	text-align: left;
}
#mainVisual .scroll {
	opacity: 0;
	font-size: 0.98em;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-align: center;
	position: fixed;
	bottom: 10vh;
	left: 50%;
	margin-left: -2.4em;
	z-index: 10;
}
#mainVisual .scroll.end,
#mainVisual .scroll.hide {
	opacity: 0;
	transition: opacity 2s;
}
#mainVisual .scroll span {
	position: relative;
	left: 0;
	display: block;
	height: 1.05em;
	width: 1.05em;
	border:#fff 1px solid;
	border-top:none;
	border-left:none;
	transform:rotate(45deg);
	margin: -0.5em auto 0.3em;
}

#mainVisual .scroll span {
	animation-name: scroll-anm;
	animation-duration: 1s;
	animation-delay: 0.2s;
	animation-iteration-count: infinite;
}
#mainVisual .scroll span:nth-child(1) {
	animation-name: scroll-anm;
	animation-duration: 1s;
	animation-delay: 0.1s;
	animation-iteration-count: infinite;
}
@keyframes scroll-anm {
	0% {
		top: 0em;
		opacity: 0;
	}
	50% {
		top: 0.5em;
		opacity: 1;
	}
	100% {
		top: 1em;
		opacity: 0;
	}
}
/*============================
#h1980s
============================*/

#h1980s {
	overflow: visible;
}
#h1980s .unit {
	display: block;
	white-space: nowrap;
}
#h1980s .about h2 {
	margin: -0.9% 0 0 7.8%;
}
#h1980s .about .cts01 h5 {
	font-size: 2.1em;
	line-height: 1.35;
	font-size: 1.85em;
	line-height: 1.4;
	font-weight: 800;
	margin-bottom: 0.7em;
}
#h1980s .about .cts01 p {
	font-size: 1.1em;
}
#h1980s .about .cts01 .chip {
	margin: -34.7% 0 0 -16.6%;
	background: #6f14a3;
}
#h1980s .about .illust {
	right: 0;
	margin: 23% -11% 0 0;
}
#h1980s .about .ctsCircle {
	position: relative;
	width: 42.7em;
	height: 39em;
	background: url(/company/about/img/30years/bg_cts_1980mid.png) no-repeat;
	background-size: cover;
	margin: 8.2% 0 4.5% 8.6%;
	border-radius: 50%;
	text-align: left;
	display: inline-block;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2.5em 4em;
	white-space: normal;
}
#h1980s .cts01 h5 {
	font-size: 2.05em;
	line-height: 1.4;
	margin-bottom: 0.75em;
}
#h1980s .cts01 em {
	font-weight: 700;
}
#h1980s .tlSituation {
	font-size: 3.25em;
	font-weight: 800;
	display: inline-block;
	opacity: 1;
	margin: 7% 0 3.9% -34.6%;
	line-height: 1.3;
	text-align: left;
}
#h1980s .situation01 {
	margin-left: -5vw;
	color: #d9d9d9;
}
#h1980s .situation01 .cts01 {
	margin-left: 9.8%;
	background: rgba(63, 56, 159, .2);
}
#h1980s .situation01 .cts01 h5 {
	font-size: 1.4em;
	line-height: 1.6;
	margin-bottom: 1.15em;
	width: 102%;
}
#h1980s .situation01 .cts01 .chip {
	margin: -34.7% 0 0 -16.6%;
	background: #6f14a3;
}
#h1980s .situation01 .cts02 {
	background: rgba(111, 20, 163, .3);
}
#h1980s .situation01 .cts02 img {
	position: absolute;
	width: 19.4%;
	margin: 15.9% 0 0 13%;
	top: 0;
	left: 0;
}
#h1980s .situation01 .cts02 img:nth-child(2) {
	width: 11.2%;
	margin: 42.8% 0 0 35.1%;
}
#h1980s .situation01 .cts02 img:nth-child(3) {
	width: 56.5%;
	margin: 47.3% 0 0 33.8%;
}
#h1980s .situation01 .cts02 .chip {
	margin: -66.3% 0 0 -35.6%;
	background: #025a94;
}
#h1980s .situation01 .cts03 {
	margin-top: 9.6%;
	background: rgba(83, 76, 169, 0.5);
}
#h1980s .situation01 .cts03 p {
	font-size: 1.2em;
	font-weight: 700;
	margin: 11% 0 6.4%;
	letter-spacing: 0.03em;
}
#h1980s .situation01 .cts03 .graph {
	position: absolute;
	top: 0;
	left: 0;
	width: 66.6%;
	width: 0;
	height: 5.8em;
	/* background: #ff0; */
	margin: 49.2% 0 0 6%;
	overflow: hidden;
	transition: 0s;/* transition-delay: 0s; *
	/* clip-path: polygon(0% 0%, 29% 0, 0% 100%, 0% 100%); */
}
#h1980s .situation01 .cts03 .graph.end {
	width: 62.6%;
	/* clip-path: polygon(0% 0%, 100% 0, 60% 100%, 0% 100%); */
	transition: .7s linear;
	transition-delay: .7s;
}
#h1980s .situation01 .cts03 .graph img {
	width: 14.4em;
	margin: 0 0 0 5.4em;
	max-width: none;
}
#h1980s .situation01 .cts03 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 63%;
	margin: 24.9% 0 0 14.9%;
}
#h1980s .situation01 .cts03 img:nth-child(4) {
	width: 13.3%;
	margin: 49.4% 0 0 64.5%;
}
#h1980s .situation01 .cts03 .chip {
	margin: -33.3% 33.7% 0 0;
	background: #0c6fc4;
	opacity: 0.2;
	right: 0;
}
#h1980s .situation01 .cts03 .chip:last-child {
	margin: -66.7% 0 0 0;
	background: #534ca9;
	width: 9.215em;
	height: 9.215em;
	opacity: 0.2;
	right: 0;
}
#h1980s .situation01 .illust {
	left: 0;
	margin: 17.5% 0 0 -10%;
}
#h1980s .situation02 {
	margin: 5.4% 0 3%;
	color: #d9d9d9;
}
#h1980s .situation02 .cts01 {
	background: rgba(63, 56, 159, 0.3);
	margin-left: -5.2%;
}
#h1980s .situation02 .cts01 h4 {
	font-size: 1.35em;
	line-height: 1.7;
	margin-bottom: 0.9em;
	width: 110%;
}
#h1980s .situation02 .cts01 .chip {
	margin: 65.3% 0 0 -16.6%;
	background: #8c88c5;
	opacity: .5;
}
#h1980s .situation02 .cts02 {
	width: 18.57em;
	height: 18.57em;
	margin-top: 10%;
	background: rgba(63, 56, 159, .2);
}
#h1980s .situation02 .cts02 p {
	font-weight: 700;
	line-height: 1.5;
	font-size: 1.05em;
	width: 11.9em;
	margin: 5.6% auto 9%;
}
#h1980s .situation02 .cts02 img {
	width: 33.7%;
	margin: -7% 0 2% 33%;
}
#h1980s .situation02 .cts02 .chip {
	margin: 148.1% 0 0 0;
	background: rgba(63, 56, 159);
	right: 0;
}
#h1980s .situation02 .cts03 {
	margin: 15% 0 0 5%;
	background: rgba(63, 56, 159, 0.3);
}
#h1980s .situation02 .cts03 p {
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.3;
	margin: 7% 0 19%;
}
#h1980s .situation02 .cts03 .floatBox:first-of-type {
	margin: 3% 13% 0 -4%;
}
#h1980s .situation02 .cts03 img {
	margin: 0% 0 12% 0%;
}
#h1980s .situation02 .cts03 .floatBox:first-of-type img {
	margin: -8% 0 14% 0%;
}
#h1980s .situation02 .cts03 .chip {
	margin: -64% 0 0 2.9%;
	background: #534ca9;
	opacity: .5;
}
#h1980s .situation02 .illust {
	right: 0;
	margin: 38.8% -8.8% 0 0;
}
#h1980s .floatBox {
	display: inline-block;
	vertical-align: top;
	width: 46.3%;
	text-align: center;
	margin-right: -5%;
}
#h1980s .tlSolution {
	position: relative;
	font-size: 2.5em;
	display: inline-block;
	margin: -3.9% 0 0 -60.6%;
	padding: 6.6% 4% 6.4%;
	padding: 2.6em 2.1em 2.3em;
	line-height: 1.3;
	letter-spacing: 0.03em;
	font-weight: 780;
	/* text-indent: -47%; */
	z-index: 1;
	text-align: left;
}
#h1980s .tlSolution span {
	position: relative;
	z-index: 1;
	left: 1.1em;
	text-indent: -2em;
	display: block;
	width: 3.6em;
}
#h1980s .tlSolution .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/company/about/img/30years/stl_viewpoints.png) no-repeat;
	background-size: cover;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h1980s .tlSolution .chip {
	margin: 68.7% 0 0 62.4%;
	background: #0072bd;
	opacity: 0.8;
	width: 1.86em;
	height: 1.86em;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h1980s .tlSolution .chip:nth-child(2) {
	margin: -1.8% 0 0 -55.9%;
	background: #0b81c2;
	opacity: .5;
	width: 3.715em;
	height: 3.715em;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h1980s .solution01 {
	margin-top: 11.8%;
}
#h1980s .solution01 .era {
	left: 50%;
	margin: -6.2% 0 0 -37%;
}
#h1980s .solution01 .cts01 {
	background: url(/company/about/img/30years/bg_1985_1.png) no-repeat;
	margin-left: -3%;
}
#h1980s .solution01 .cts01 p {
	font-size: 1.5em;
	line-height: 1.6;
	font-weight: 700;
}
#h1980s .solution01 h5 {
	font-size: 2.2em;
	margin-bottom: 0.3em;
}
#h1980s .solution01 .cts02 {
	background: url(/company/about/img/30years/bg_1985_2.png) no-repeat;
	width: 37.14em;
	height: 37.14em;
	margin-top: -12.3%;
	margin-left: -1.4%;
	z-index: 2;
}
#h1980s .solution01 .cts02 .textArea {
	width: 76%;
	margin: 0 12%;
}
#h1980s .solution01 .cts02 p {
	font-size: 1.1em;
}
#h1980s .solution01 .cts02 img {
	margin: 19.3% 0 11% 9.1%;
	width: 79.7%;
}
#h1980s .solution01 .cts03 {
	background: url(/company/about/img/30years/bg_1985_3.png) no-repeat;
	margin: 24.7% -16.7% 0 -20.3%;
}
#h1980s .solution01 .cts03 p {
	font-size: 1.37em;
	line-height: 1.55;
	font-weight: 700;
}
#h1980s .solution01 .cts03 img {
	width: 50%;
	margin: 11% 0 5.3% 31.9%;
}
#h1980s .solution01 .cts03 .chip {
	margin: 36.7% 0 0 -14.6%;
	background: #0072bd;
	width: 4em;
}
#h1980s .solution02 .era {
	left: 50%;
	margin: -10% 0 0 -41.4%;
}
#h1980s .solution02 .cts01 {
	background: url(/company/about/img/30years/bg_1986_1.png) no-repeat;
	width: 37.14em;
	height: 37.14em;
	margin-top: -3.7%;
	margin-left: -6.7%;
}
#h1980s .solution02 .cts01 .textArea {
	width: 76%;
	margin: 0 12%;
}
#h1980s .solution02 .cts01 h5 {
	font-size: 1.6em;
	margin-top: -6.8%;
}
#h1980s .solution02 .cts01 h5 em {
	font-size: 1.37em;
	display: block;
	line-height: 1.2;
	width: 105%;
}
#h1980s .solution02 .cts01 p {
	font-size: 1.1em;
}
#h1980s .solution02 .cts01 .chip {
	margin: 111% 0 0 50.8%;
	background: #0d82c3;
	opacity: .4;
}
#h1980s .solution02 .cts01 .chip:last-child {
	margin: -6.3% 0 0 99.9%;
	width: 9.3em;
	height: 9.3em;
	background: #0d82c3;
	opacity: .4;
}
#h1980s .solution02 .cts02 {
	margin: 28.6% 0 0 -11%;
	background: url(/company/about/img/30years/bg_1986_2.png) no-repeat;
	z-index: 1;
}
#h1980s .solution02 .cts02 p {
	font-size: 1.28em;
	font-weight: 700;
	margin-top: -50.5%;
	width: 110%;
	letter-spacing: 0.05em;
}
#h1980s .solution02 .cts02 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 33.8%;
	margin: -12% 0 0 -0.9%;
}
#h1980s .solution02 .cts02 img:nth-child(3) {
	width: 15.8%;
	margin: 15% 0 0 34.3%;
}
#h1980s .solution02 .cts02 img:nth-child(4) {
	width: 55.3%;
	margin: 10.5% 0 0 46.2%;
}
#h1980s .solution02 .cts02 .chip {
	margin: 136.9% 0 0 128.2%;
	background: #0072bd;
	opacity: .4;
}
#h1980s .solution02 .cts02 .chip:last-child {
	margin: 103.7% 0 0 95%;
	width: 9.3em;
	height: 9.3em;
	background: #0072bd;
	opacity: .3;
}
#h1980s .solution02 .cts03 {
	margin: 12.5% 0 0 -7.5%;
	background: url(/company/about/img/30years/bg_1986_3.png) no-repeat center;
	opacity: 0 !important;
	background-size: 250% !important;
	transition: background 1s cubic-bezier(0.2, 0.9, 0.5, 1), opacity 1s !important;
	transition-delay: .6s;
}
#h1980s .solution02 .cts03.end {
	background-size: 100% !important;
	opacity: 1 !important;
}
#h1980s .solution02 .cts03 .chip {
	margin: 48.8% 0 0 116%;
	background: #338eca;
	opacity: .6;
}
#h1980s .solution02 .illust01 {
	left: 0;
	margin: -19.3% 0 0 -19.6%;
}
#h1980s .solution02 .illust02 {
	right: 0;
	margin: 47.3% -17.3% 0 0;
}
/*============================
#h1990s
============================*/

.hide {
	display: none!important;
}
#h1990s {
	margin-top: 20%;
	overflow: visible;
}
#h1990s .unit {
	display: block;
	white-space: nowrap;
}
#h1990s .about h2 {
	margin: -0.9% 0 0 7.8%;
}
#h1990s .about .cts01 h5 {
	font-size: 2.1em;
	line-height: 1.35;
	font-size: 2.05em;
	line-height: 1.4;
	font-weight: 800;
	margin-bottom: 0.7em;
}
#h1990s .about .cts01 p {
	font-size: 1.1em;
}
#h1990s .about .cts01 .chip {
	margin: -34.7% 0 0 -16.6%;
	background: #6f14a3;
}
#h1990s .about .illust {
	left: -7%;
	bottom: -122%;
	top: auto;
}
#h1990s .about .ctsCircle {
	position: relative;
	width: 42.7em;
	height: 39em;
	background: url(/company/about/img/30years/bg_cts_1980mid.png) no-repeat;
	background-size: cover;
	margin: 5.7% 0 0 11.3%;
	border-radius: 50%;
	text-align: left;
	display: inline-block;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2.5em 4em;
	white-space: normal;
}
#h1990s .intro90s {
	margin-top: 0%;
}
#h1990s .intro90s[class^=cts] {
	width: 18.57em;
	height: 18.57em;
}
#h1990s .intro90s[class^=cts] .textArea {
	text-align: center;
	top: auto;
	bottom: 3.1em;
}
#h1990s .intro90s .tlSituation {
	font-size: 3.25em;
	font-weight: 800;
	opacity: 1;
	margin: 4.6% 0 -9% 19.4%;
	line-height: 1.3;
	text-align: left;
	position: relative;
}
#h1990s .intro90s .cts01 {
	margin-top: 12.9em;
	margin-left: 6em;
	background-color: rgba(63, 56, 159, 0.3);
	width: 17.86em;
	height: 17.86em;
	color: #d9d9d9;
}
#h1990s .intro90s .cts01 img {
	margin-top: 4.1em;
	margin-left: -0.4em;
}
#h1990s .intro90s .cts01 .textArea{
	top: 81%;
	text-align: center;
}
#h1990s .intro90s .cts02 {
	margin-left: 4.6%;
	margin-top: 9%;
	background-color: rgba(63, 56, 159, 0.3);
	width: 17.86em;
	height: 17.86em;
	color: #d9d9d9;
}
#h1990s .intro90s .cts02 .textArea{
	top: 81%;
	text-align: center;
}
#h1990s .intro90s > img {
	right: -23%;
	top: 70%;
}
#h1990s .intro90s .cts02 img {
	margin-top: 4.4em;
	margin-left: -0.4em;
}
#h1990s .intro90s .cts01 .chip {
	margin: 100% 0 0 -25%;
	opacity: 0.3;
	background-color: #8217c0;
}
#h1990s .intro90s .cts02 .chip1 {
	width: 9.3em;
	height: 9.3em;
	margin: -52.3% 0 0 100%;
	opacity: 0.3;
	background-color: #2c4396;
}
#h1990s .intro90s .cts02 .chip2 {
	width: 4.7em;
	height: 4.7em;
	margin: 8.2% 0 0 150%;
	background-color: #8217c0;
	opacity: 0.1;
}
#h1990s .intro90s .cts02 .chip3 {
	width: 4.7em;
	height: 4.7em;
	margin: 127% 0 0 0;
	background-color: #400cc4;
	opacity: 0.2;
}
#h1990s .intro90s .cts02 .chip4 {
	width: 4.7em;
	height: 4.7em;
	margin: 142% 0 0 50%;
	background-color: #0c6fc4;
	opacity: 0.3;
}
#h1990s .intro90s .cts02 .chip5 {
	width: 9.1em;
	height: 9.1em;
	margin: 167.8% 0 0 75.7%;
	background-color: #0c6fc4;
	opacity: 0.3;
}
#h1990s .tlSolution {
	position: relative;
	font-size: 2.5em;
	display: inline-block;
	margin: 5.1% 0 0% -64.6%;
	padding: 6.6% 4% 6.4%;
	padding: 2.6em 2.1em 2.3em;
	line-height: 1.3;
	letter-spacing: 0.03em;
	font-weight: 780;
	/* text-indent: -47%; */
	z-index: 1;
	text-align: left;
}
#h1990s .tlSolution span {
	position: relative;
	z-index: 1;
	left: 1.1em;
	text-indent: -2em;
	display: block;
	width: 3.6em;
}
#h1990s .tlSolution .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/company/about/img/30years/stl_viewpoints.png) no-repeat;
	background-size: cover;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h1990s .tlSolution .chip {
	margin: 68.7% 0 0 62.4%;
	background: #0072bd;
	opacity: 0.8;
	width: 1.86em;
	height: 1.86em;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h1990s .tlSolution .chip:nth-child(2) {
	margin: -1.8% 0 0 -55.9%;
	background: #0b81c2;
	opacity: .5;
	width: 3.715em;
	height: 3.715em;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h1990s .tlSolution.rectangle {
	position: relative;
	font-size: 2.5em;
	display: inline-block;
	margin: 10.1% 0 0 -47.5%;
	padding: 2.8% 6.6% 3% 9%;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-weight: 780;
	/* text-indent: -47%; */
	z-index: 1;
	text-align: left;
}
#h1990s .tlSolution.rectangle span {
	position: relative;
	z-index: 1;
	left: 1.1em;
	text-indent: -2.9em;
	display: block;
	width: 3.6em;
}
#h1990s .tlSolution.rectangle .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/company/about/img/30years/stl_viewpoints.png) no-repeat;
	background-size: cover;
	border-radius: 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h1990s .tlSolution.rectangle .chip {
	margin: 18.2% 0 0 37.4%;
	background: #0072bd;
	opacity: 0.5;
	width: 3.7em;
	height: 3.7em;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h1990s .tlSolution.rectangle .chip:nth-child(2) {
	margin: -20% 0 0 -54.8%;
	background: #0b81c2;
	opacity: .8;
	width: 1.87em;
	height: 1.87em;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h1990s .fpov1994 {
	margin-top: 11.5%;
}
#h1990s .fpov1994 .illust {
	margin: 28% 0 0 -28.8%;
}
#h1990s .fpov1994 .era {
	left: 50%;
	margin: -8.2% 0 0 -38.8%;
}
#h1990s .fpov1994 .ctsBox {
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2.7em 3.5em;
}
#h1990s .fpov1994 .cts01 {
	background: url(/company/about/img/30years/bg_1985_1.png) no-repeat;
	margin-left: -5.6%;
}
#h1990s .fpov1994 .cts01 p {
	font-size: 1.35em;
	line-height: 1.6;
	font-weight: 700;
	margin-top: -4%;
}
#h1990s .fpov1994 .cts01 small {
	margin-top: 10%;
	display: block;
	font-size: 1.05em;
}
#h1990s .fpov1994 .cts01 .chip1 {
	margin: 101% 0 0 62%;
	background-color: #3f389f;
	opacity: 0.3;
	display: none;
}
#h1990s .fpov1994 .cts01 .chip2 {
	margin: 135% 0 0 79.5%;
	background-color: #1582c1;
	opacity: 0.3;
	display: none;
}
#h1990s .fpov1994 .cts01 .chip3 {
	margin: 141.9% 0 0 68%;
	background-color: #3f389f;
	opacity: 0.3;
	width: 9.3em;
	height: 9.3em;
}
#h1990s .fpov1994 h5 {
	font-size: 2.2em;
	margin-bottom: 0.3em;
}
#h1990s .fpov1994 .cts02 {
	background-color: #0c61aa;
	margin-top: -9%;
	margin-left: -1.2%;
	z-index: 2;
	overflow: hidden;
}
#h1990s .fpov1994 .cts02 .textArea {
	width: 76%;
	margin: 0 12%;
}
#h1990s .fpov1994 .cts02 p {
	font-size: 1.1em;
}
#h1990s .fpov1994 .cts02 img {
	margin: 6.6% 0 0 4.2%;
	width: 100%;
}
#h1990s .fpov1994 .cts03 {
	background: url(/company/about/img/30years/bg_1985_3.png) no-repeat;
	margin: -4% -16.7% 0 -1.5%;
	z-index: 2;
}
#h1990s .fpov1994 .cts03 p {
	font-size: 1.37em;
	line-height: 1.7;
	font-weight: 700;
	margin-top: -4%;
}
#h1990s .fpov1994 .cts03 img {
	width: 50%;
	margin: 11% 0 5.3% 31.9%;
}
#h1990s .fpov1994 .cts03 .chip1 {
	margin: 117% 0 0 -22.9%;
	background-color: #0c6fc4;
	opacity: 0.3;
	display: none;
}
#h1990s .fpov1994 .cts03 .chip2 {
	margin: 88.2% 0 0 90.7%;
	background-color: #361fc0;
	opacity: 0.3;
}
#h1990s .fpov1994-2 {
	margin: 14% 0 0.7%;
}
#h1990s .fpov1994-2 .tlSituation {
	font-size: 3.25em;
	font-weight: 800;
	margin: -2% 0 3% 53.4%;
	line-height: 1.3;
	text-align: left;
	position: relative;
}
#h1990s .fpov1994-2 .ctsBox .textArea {
	color: #d9d9d9;
}
#h1990s .fpov1994-2 .cts01 {
	margin: 4.9% 0 0 18.9%;
	background-color: rgba(111, 20, 163, 0.3);
}
#h1990s .fpov1994-2 .cts01 h5 {
	font-size: 1.4em;
	margin-top: -7.8%;
	line-height: 1.7;
}
#h1990s .fpov1994-2 .cts01[class^=chip] {
	opacity: 0.3;
}
#h1990s .fpov1994-2 .cts01 .chip1 {
	margin: 66.6% 0 0 -50%;
	width: 9.3em;
	height: 9.3em;
	background-color: #3f389f;
}
#h1990s .fpov1994-2 .cts01 .chip2 {
	margin: 100% 0 0 -16.4%;
	background-color: rgb(111, 20, 163);
	opacity: 0.2;
}
#h1990s .fpov1994-2 .cts01 .chip3 {
	margin: 115% 0 0 74%;
	background-color: #3f389f;
	width: 9.3em;
	height: 9.3em;
}
#h1990s .fpov1994-2 .cts02 {
	margin: 0 0 0 7%;
	background-color: rgba(63, 56, 159, 0.3);
}
#h1990s .fpov1994-2 .cts02 h5 {
	font-size: 1.4em;
	margin-top: 1%;
	line-height: 1.7;
}
#h1990s .fpov1994-2 .cts02 p {
	margin-top: 6%;
}
#h1990s .fpov1994-2 .cts02 img {
	display: block;
	margin: 9% auto 5%;
}
#h1990s .fpov1994-2 .cts02 .chip {
	margin: -16.4% 0 0 100%;
	background-color: #6692ca;
}
#h1990s .fpov1995 {
	margin-top: 0.7%;
}
#h1990s .fpov1995 .illust {
	margin: -29.9% 0 0 92.7%;
}
#h1990s .fpov1995 .era {
	left: 50%;
	margin: -6.5% 0 0 -0.4%;
	z-index: 3;
}
#h1990s .fpov1995 .ctsBox {
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2.7em 3.5em;
}
#h1990s .fpov1995 .cts01 {
	background: url(/company/about/img/30years/bg_1985_1.png) no-repeat;
	margin: 13.3% 0 0 26.6%;
}
#h1990s .fpov1995 .cts01 h5 {
	font-size: 1.8em;
	margin-top: 3%;
}
#h1990s .fpov1995 .cts01 p {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 5%;
}
#h1990s .fpov1995 h5 {
	font-size: 2.2em;
	margin-bottom: 0.3em;
}
#h1990s .fpov1995 .cts02 {
	background-color: #0c61aa;
	margin-top: -9%;
	margin-left: -2.7%;
	z-index: 2;
	overflow: hidden;
	width: 37em;
	height: 37em;
	position: relative;
}
#h1990s .fpov1995 .cts02 .textArea {
	width: 80%;
	margin: 0 12%;
}
#h1990s .fpov1995 .cts02 h5 {
	font-size: 1.6em;
	margin-top: -38%;
}
#h1990s .fpov1995 .cts02 p {
	margin-top: 5.7%;
	font-size: 1.1em;
}
#h1990s .fpov1995 .cts02 img {
	width: 57.5%;
	z-index: 1;
	position: absolute;
	top: 64.2%;
	left: 22.7%;
}
#h1990s .fpov1995 .cts02 .white-rect {
	position: absolute;
	z-index: 0;
	width: 0;
	height: 0;
	left: -56.2%;
	top: 42.8%;
	border-top: 8.7em solid transparent;
	border-right: 75em solid #fff;
	border-bottom: 23.5em solid transparent;
}
#h1990s .fpov1997 {
	margin-top: 0.7%;
}
#h1990s .fpov1997 .illust {
	margin: -5.1% 0 0 -22%;
}
#h1990s .fpov1997 .era {
	left: 8.9%;
	margin: 6.4% 0 0 0;
	z-index: 3;
}
#h1990s .fpov1997 .cts01 {
	position: relative;
	background: url(/company/about/img/30years/bg_1985_1.png) no-repeat;
	margin: 12.7% 0 0 -8.1%;
	width: 37em;
	height: 37em;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2.7em 3.5em;
}
#h1990s .fpov1997 .cts01 .ovh-escape {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#h1990s .fpov1997 .cts01 .textArea {
	width: 76%;
	margin: 0 12%;
	top: 33%;
}
#h1990s .fpov1997 .cts01 h5 {
	font-size: 1.6em;
	margin-top: 0%;
	margin-bottom: -2%;
	letter-spacing: -0.02em;
	line-height: 1.5;
}
#h1990s .fpov1997 .cts01 p {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 5%;
}
#h1990s .fpov1997 .cts01 img {
	width: 62%;
	position: absolute;
	top: 69.7%;
	left: 18.9%;
	z-index: 1;
}
#h1990s .fpov1997 .cts01 .chip1 {
	background: #546ea8;
	margin: 92% 0 0 96%;
}
#h1990s .fpov1997 .cts01 .chip2 {
	background: #546ea8;
	margin: 104.6% 0 0 70.7%;
	width: 9.3em;
	height: 9.3em;
}
#h1990s .fpov1997 .cts01 .white-rect {
	position: absolute;
	z-index: 0;
	width: 0;
	height: 0;
	left: -64%;
	top: 46%;
	border-top: 7.1em solid transparent;
	border-left: 75em solid #fff;
	border-bottom: 28.5em solid transparent;
}
#h1990s .fpov1997 h5 {
	font-size: 2.2em;
	margin-bottom: 0.3em;
}
#h1990s .fpov1997 .cts02 {
	background-color: rgba(111, 20, 163, 0.3);
	margin-top: 6.5%;
	margin-left: 19.5%;
	z-index: 2;
	position: relative;
	width: 18.5em;
	height: 18.5em;
	color: #d9d9d9;
}
#h1990s .fpov1997 .cts02 .textArea {
	color: #d9d9d9;
}
#h1990s .fpov1997 .cts02 h5 {
	font-size: 1.5em;
}
#h1990s .fpov1997 .cts02 p {
	margin-top: 7.9%;
	font-size: 1.1em;
	line-height: 1.5;
}
#h1990s .fpov1997 .cts02 .chip {
	margin: 100% 0 0 -25%;
	background-color: #3f389f;
}
#h1990s .fpov1997 .cts03 {
	background-color: rgba(111, 20, 163, 0.2);
	color: #d9d9d9;
	position: absolute;
	margin: 33.7% 0 0 -21.4%;
}
#h1990s .fpov1997 .cts03 h5 {
	font-size: 1.5em;
	margin-top: -3.3%;
	line-height: 1.5;
	letter-spacing: -0.06em;
}
#h1990s .fpov1997-2 {
	margin-top: 36.7%;
	color: #d9d9d9;
}
#h1990s .fpov1997-2 .tlSituation {
	font-size: 3.25em;
	font-weight: 800;
	opacity: 1;
	margin: -14% 0 0% 13%;
	line-height: 1.3;
	text-align: left;
	position: absolute;
	color: #fff;
}
#h1990s .fpov1997-2 .ctsBox {
	width: 18.5em;
	height: 18.5em;
}
#h1990s .fpov1997-2 h5 {
	font-size: 1.5em;
	letter-spacing: -0.05em;
}
#h1990s .fpov1997-2 .cts01 {
	margin: 0 0 0 -8.7%;
	background-color: rgba(111, 20, 163, 0.2);
}
#h1990s .fpov1997-2 .cts01 .textArea {
	width: 59.2%;
	margin: 0 0 0 22.3%;
}
#h1990s .fpov1997-2 .cts02 {
	margin: 10% 0 0 -0.2%;
	background-color: rgba(63, 56, 159, 0.3);
}
#h1990s .fpov1997-2 .illust {
	margin: -22.2% 0 0 69.3%;
}
#h1990s .fpov1997-2 .cts03 {
	margin: -9.6% 0 0 -0.2%;
	background-color: rgba(63, 56, 159, 0.3);
}
#h1990s .fpov1997-2 .cts03 .textArea {
	text-align: center;
}
#h1990s .fpov1997-2 .cts03 .textArea small {
	margin-top: 4.8%;
	font-size: 1em;
}
#h1990s .fpov1997-2 .cts03 .chip1 {
	margin: -82.3% 0 0 126.7%;
	background-color: #546ea8;
}
#h1990s .fpov1997-2 .cts03 .chip2 {
	margin: 119.3% 0 0 151.1%;
	background-color: #546ea8;
}
#h1990s .fpov1997-2 .cts04 {
	margin: 1.7% 0 0 -0.24%;
	background-color: rgba(111, 20, 163, 0.2);
}
#h1990s .fpov1997-2 .cts04 .textArea {
	text-align: center;
}
#h1990s .fpov1997-2 .cts04 .textArea small {
	margin-top: 4.8%;
	font-size: 1em;
}
#h1990s .fpov1997-2 .cts04 .chip1 {
	margin: -82.3% 0 0 126.7%;
	background-color: #546ea8;
}
#h1990s .fpov1997-2 .cts04 .chip2 {
	margin: 119.3% 0 0 151.1%;
	background-color: #546ea8;
}
#h1990s .fpov2001 {
	margin: 12.7% 0 20% 33.4%;
}
#h1990s .fpov2001 .era {
	margin: -9.4% 0 0 24%;
}
#h1990s .fpov2001 .ctsBox {
	background: url(/company/about/img/30years/bg_1985_3.png) no-repeat;
}
#h1990s .fpov2001 .textArea {
	width: 78%;
	margin: 0 11%;
}
#h1990s .fpov2001 h5 {
	font-size: 1.55em;
	letter-spacing: -0.05;
}
/*============================
#h2000s
============================*/

#h2000s {
	overflow: visible;
}
#h2000s .unit {
	display: block;
	white-space: nowrap;
}
#h2000s .about h2 {
	margin: -0.9% 0 0 7.8%;
}
#h2000s .about .cts01 h5 {
	font-size: 2.1em;
	line-height: 1.35;
	font-size: 2.05em;
	line-height: 1.4;
	font-weight: 800;
	margin-bottom: 0.7em;
}
#h2000s .about .cts01 p {
	font-size: 1.1em;
}
#h2000s .about .cts01 .chip {
	margin: -34.7% 0 0 -16.6%;
	background: #6f14a3;
}
#h2000s .about .illust {
	right: -7%;
	top: 64%;
}
#h2000s .about .ctsCircle {
	position: relative;
	width: 42.7em;
	height: 39em;
	background: url(/company/about/img/30years/bg_cts_1980mid.png) no-repeat;
	background-size: cover;
	margin: 6.7% 0 4.5% 12.4%;
	border-radius: 50%;
	text-align: left;
	display: inline-block;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2.5em 4em;
	white-space: normal;
}
#h2000s .fpov2000early {
	margin: 1.6% 0 0 0;
	color: #d9d9d9;
}
#h2000s .tlSituation {
	font-size: 3.25em;
	font-weight: 800;
	opacity: 1;
	margin: 0 0 5.3% 13.9%;
	line-height: 1.3;
	text-align: left;
	color: #fff;
}
#h2000s .fpov2000early .cts01 {
	margin: 0 0 0 -21.9%;
	background: rgba(111, 20, 163, 0.3);
}
#h2000s .fpov2000early .cts01 .textArea {
	width: 71%;
}
#h2000s .fpov2000early .cts01 h5 {
	font-size: 1.34em;
	margin-top: -0.7%;
	line-height: 1.8;
}
#h2000s .fpov2000early .cts01 .chip1 {
	width: 9.5em;
	height: 9.5em;
	margin: 118% 0 0 -15%;
	background: #0c6fc4;
	opacity: 0.2;
}
#h2000s .fpov2000early .cts01 .chip2 {
	margin: 151% 0 0 18.8%;
	background: #0c6fc4;
	opacity: 0.4;
}
#h2000s .fpov2000early .cts02 {
	width: 18.5em;
	height: 18.5em;
	position: absolute;
	margin: 10.8% 0 0 31.1%;
	background: rgba(63, 56, 159, 0.3);
}
#h2000s .fpov2000early .cts02 .textArea {
	text-align: center;
}
#h2000s .fpov2000early .cts02 h5 {
	font-size: 1.25em;
	margin-bottom: 8%;
	margin-top: 9%;
}
#h2000s .fpov2000early .cts02 small {
	margin-top: 4%;
	display: block;
	font-size: 1.05em;
}
#h2000s .fpov2000early .cts02 .chip1 {
	width: 9.5em;
	height: 9.5em;
	margin: -76% 0 0 -49.9%;
	background: #3f389f;
	opacity: 0.2;
}
#h2000s .fpov2000early .cts02 .chip2 {
	margin: -25% 0 0 -75.2%;
	background: #8217c0;
	opacity: 0.2;
}
#h2000s .fpov2000early .cts03 {
	width: 18.5em;
	height: 18.5em;
	margin: 15.9% 0 0 6%;
	background: rgba(111, 20, 163, 0.2);
}
#h2000s .fpov2000early .cts03 .textArea {
	text-align: center;
	z-index: 1;
}
#h2000s .fpov2000early .cts03 h5 {
	font-size: 1.25em;
	margin-bottom: 14%;
	margin-top: -8%;
}
#h2000s .fpov2000early .cts03 small {
	margin-top: 4%;
	display: block;
	font-size: 1.05em;
}
#h2000s .fpov2000early .cts03 img:last-of-type {
	position: absolute;
	margin: 0 0 0 -50%;
	;
}
#h2000s .fpov2000early .cts03 .chip {
	margin: -25% 0 0 -25.2%;
	background: #8217c0;
	opacity: 0.2;
	z-index: 0;
}
#h2000s .fpov2000early-2 {
	margin-top: 5%;
	color: #d9d9d9;
}
#h2000s .fpov2000early-2 .illust {
	margin: -13% 0 0 -17.7%;
}
#h2000s .fpov2000early-2 .cts01 {
	width: 18.5em;
	height: 18.5em;
	margin: 0 -0.2% 0 25%;
	background: rgba(63, 56, 159, 0.4);
}
#h2000s .fpov2000early-2 .cts01 .textArea {
	text-align: center;
}
#h2000s .fpov2000early-2 .cts01 h5 {
	font-size: 1.25em;
	margin-bottom: 11.2%;
	margin-top: 3.1%;
}
#h2000s .fpov2000early-2 .cts01 small {
	margin-top: 6.5%;
	display: block;
	font-size: 1.05em;
}
#h2000s .fpov2000early-2 .cts01 .chip {
	margin: 100% 0 0 -25%;
	background: #2c4396;
	opacity: 0.2;
}
#h2000s .fpov2000early-2 .cts02 {
	width: 18.5em;
	height: 18.5em;
	background: rgba(63, 56, 159, 0.3);
}
#h2000s .fpov2000early-2 .cts02 .textArea {
	text-align: center;
	z-index: 1;
}
#h2000s .fpov2000early-2 .cts02 h5 {
	font-size: 1.25em;
	margin-bottom: 14%;
	margin-top: -8%;
}
#h2000s .fpov2000early-2 .cts02 small {
	margin-top: 4%;
	display: block;
	font-size: 1.05em;
}
#h2000s .fpov2000early-2 .cts02 img:nth-of-type(1) {
	position: absolute;
	margin: 73.2px 0 0 -39.1%;
	;
}
#h2000s .fpov2000early-2 .cts02 img:nth-of-type(2) {
	margin: 42% 0 12% 0%;
}
#h2000s .fpov2000early-2 .cts02 img:nth-of-type(3) {
	position: absolute;
	margin: 6% 0 0 -8%;
	;
}
#h2000s .fpov2000early-2 .cts02 .chip {
	margin: 6.2% 0 0 127.8%;
	background: #8217c0;
	opacity: 0.2;
	z-index: 0;
}
#h2000s .tlSolution {
	position: relative;
	font-size: 2.5em;
	display: inline-block;
	margin: 4.7% 0 0 -65%;
	padding: 6.6% 4% 6.4%;
	padding: 2.6em 2.1em 2.3em;
	line-height: 1.3;
	letter-spacing: 0.03em;
	font-weight: 780;
	/* text-indent: -47%; */
	z-index: 1;
	text-align: left;
}
#h2000s .tlSolution span {
	position: relative;
	z-index: 1;
	left: 1.1em;
	text-indent: -2em;
	display: block;
	width: 3.6em;
}
#h2000s .tlSolution .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/company/about/img/30years/stl_viewpoints.png) no-repeat;
	background-size: cover;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h2000s .tlSolution .chip {
	margin: 10.1% 0 0 -37.9%;
	background: #0072bd;
	opacity: 0.8;
	width: 1.86em;
	height: 1.86em;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h2000s .tlSolution .chip:nth-child(2) {
	margin: 39.8% 0 0 48.4%;
	background: #0b81c2;
	opacity: .5;
	width: 3.715em;
	height: 3.715em;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h2000s .fpov2006 {
	margin-top: -11.6%;
}
#h2000s .fpov2006 .era {
	margin: 19% 0 0 -76%;
	z-index: 2;
	;
}
#h2000s .fpov2006 .ctsBox {
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2.7em 3.5em;
}
#h2000s .fpov2006 .cts01 {
	background: url(/company/about/img/30years/bg_1985_1.png) no-repeat;
	margin: 0 0 0 60.4%;
}
#h2000s .fpov2006 .cts01 .textArea {
	z-index: 1;
}
#h2000s .fpov2006 .illust {
	top: 25%;
	right: -14.4%;
}
#h2000s .fpov2006 .cts01 h5 {
	font-size: 1.45em;
	margin-top: 8%;
}
#h2000s .fpov2006 .cts01 p {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 5%;
}
#h2000s .fpov2006 .cts01 .chip1 {
	margin: -1% 0 0 19%;
	z-index: 0;
	position: relative;
	background: #0b81c2;
}
#h2000s .fpov2006 .cts01 .chip2 {
	background: #0b81c2;
	opacity: 0.1;
	width: 9em;
	height: 9em;
	margin: 6% 0 0 89%;
}
#h2000s .fpov2006 .cts01 .chip3 {
	background: #361fc0;
	margin: 38% 0 0 121.5%;
	opacity: 0.2;
}
#h2000s .fpov2006 h5 {
	font-size: 2.2em;
	margin-bottom: 0.3em;
}
#h2000s .fpov2006 .cts02 {
	background-color: #0c61aa;
	margin-top: 16.2%;
	margin-left: -67.8%;
	;
	z-index: 2;
	width: 37em;
	height: 37em;
	position: absolute;
}
#h2000s .fpov2006 .cts02 .textArea {
	width: 80%;
	margin: 0 12%;
	z-index: 1;
}
#h2000s .fpov2006 .cts02 h5 {
	font-size: 1.45em;
	margin-top: -40.3%;
}
#h2000s .fpov2006 .cts02 p {
	margin-top: 5.8%;
	font-size: 1.1em;
}
#h2000s .fpov2006 .cts02 img {
	width: 75%;
	;
	z-index: 1;
	position: absolute;
	margin: 34.6% 0 0 10%;
}
#h2000s .fpov2006 .cts02 .ovh-escape {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#h2000s .fpov2006 .cts02 .white-rect {
	position: absolute;
	width: 0;
	height: 0;
	margin: 56.4% 0 0 -25%;
	border-top: 0 solid transparent;
	border-left: 62.2em solid #fff;
	border-bottom: 41.8em solid transparent;
	transform: rotate(-3.4deg);
}
#h2000s .fpov2006 .cts02 .chip {
	width: 9.315em;
	height: 9.315em;
	margin: 91% 0 0 -39%;
	background: #3f389f;
}
#h2000s .fpov2006 .cts03 {
	margin: 36.4% 0 0 -20.2%;
}
#h2000s .fpov2006 .cts03 h5 {
	font-size: 1.45em;
	margin-top: 6.1%;
	text-align: left;
	margin-bottom: 13%;
}
#h2000s .fpov2006 .cts03 .textArea {
	text-align: center;
	width: 71%;
}
#h2000s .fpov2006 .cts03 small {
	margin-top: 9%;
}
#h2000s .fpov2006 .cts03 .service1 {
	float: left;
	margin-left: 5%;
}
#h2000s .fpov2006 .cts03 .service2 {
	float: right;
	margin-right: 6%;
	margin-top: 3%;
}
#h2000s .fpov2006 .cts03 .service3 {
	margin-top: 48%;
}
#h2000s .fpov2006 .cts03 .service3 small {
	margin-top: 4%;
}
#h2000s .fpov2006 .cts03 .chip {
	margin: 2.8% 0 0 76.3%;
}
#h2000s .fpov2007 .cts01 {
	background: url(/company/about/img/30years/bg_1985_1.png) no-repeat;
	margin: 0.1% 0 0 7.1%;
}
#h2000s .fpov2007 .cts01 h5 {
	font-size: 1.42em;
	margin-top: -7%;
}
#h2000s .fpov2007 .cts01 p {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 5%;
}
#h2000s .fpov2007 .cts02 {
	background-color: #0c61aa;
	margin-top: 11.2%;
	margin-left: 10.9%;
	z-index: 2;
	width: 37em;
	height: 37em;
	position: relative;
}
#h2000s .fpov2007 .cts02 .textArea {
	width: 80%;
	margin: 0 12%;
	z-index: 1;
}
#h2000s .fpov2007 .cts02 h5 {
	font-size: 1.45em;
	margin-top: -42.7%;
}
#h2000s .fpov2007 .cts02 p {
	margin-top: 4.8%;
	font-size: 1.1em;
}
#h2000s .fpov2007 .cts02 img {
	width: 69.5%;
	position: absolute;
	margin: 29% 0 0 16.7%;
}
#h2000s .fpov2007 .cts02 .ovh-escape {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#h2000s .fpov2007 .cts02 .white-rect {
	position: absolute;
	z-index: 0;
	width: 0;
	height: 0;
	left: -45.7%;
	top: 51.6%;
	border-top: 5.6em solid transparent;
	border-right: 62.7em solid #fff;
	border-bottom: 29.7em solid transparent;
}
#h2000s .fpov2007 .era {
	margin: 14% 0 0 3%;
	z-index: 3;
}
#h2000s .fpov2007 {
	margin-top: 1.1%;
	margin-bottom: 20%;
}
#h2000s .fpov2007 .illust {
	top: 50.6%;
	left: -9.6%;
}
#h2000s .fpov2007 .cts02 .chip1 {
	margin: 100% 0 0 18%;
	z-index: 0;
	position: relative;
	background: #3f389f;
}
#h2000s .fpov2007 .cts02 .chip2 {
	background: #3f389f;
	opacity: 0.1;
	width: 9em;
	height: 9em;
	margin: 60.7% 0 0 -24.4%;
}
/*============================
#h2007s
============================*/

#h2007s {
	overflow: visible;
}
#h2007s .textArea {
	margin: 0 18.3%;
}
#h2007s .unit {
	display: block;
	white-space: nowrap;
}
#h2007s .ctsBand{
	height: 370px;
}
#h2007s .about h2 {
	margin: 1.1% 0 0 7.8%;
	background: url("/company/about/img/30years/bg_stl_2007.png") no-repeat;
	background-size: cover;
	padding: 0.85em 1.6em 0.75em 0.8em;
	font-size: 3.608em;
}
#h2007s .about .cts01 h3 {
	font-size: 2.1em;
	line-height: 1.35;
	font-size: 2.05em;
	line-height: 1.4;
	font-weight: 800;
	margin-bottom: 0.7em;
}
#h2007s .about .cts01 p {
	font-size: 1.1em;
}
#h2007s .about .ctsCircle {
	position: relative;
	width: 42.7em;
	height: 39em;
	background: url(/company/about/img/30years/bg_cts_2007.png) no-repeat;
	background-size: cover;
	margin: 6.1% 0 6.5% 9.6%;
	border-radius: 50%;
	text-align: left;
	display: inline-block;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2.5em 4em;
	white-space: normal;
}
#h2007s .about .ctsCircle .chip:nth-child(2) {
	width: 4.571em;
	height: 4.571em;
	background: #0c6fc4;
	margin: -12% 0 0 115.9%;
	opacity: 0.5;
}
#h2007s .about .ctsCircle .chip:nth-child(3) {
	width: 9.286em;
	height: 9.286em;
	background: #3f389f;
	margin: 80% 0 0 102.8%;
	opacity: 0.5;
}
#h2007s .cts01 h5 {
	font-size: 2.05em;
	line-height: 1.4;
	margin-bottom: 0.75em;
}
#h2007s .tlSituation {
	font-size: 3.25em;
	font-weight: 800;
	display: inline-block;
	opacity: 1;
	margin: 3% 0% 9% -54.3%;
	line-height: 1.3;
	text-align: left;
}
#h2007s .situation01 {
	color: #d9d9d9;
	margin: -6.4% 0 0 0;
}
#h2007s .situation01 .chip {
	width: 4.643em;
	height: 4.643em;
	background: #8217c0;
	opacity: 0.1;
	right: 100%;
	margin: 100% 0 0 0;
}
#h2007s .situation01 .cts01 {
	margin-left: 9.8%;
	background: rgba(63, 56, 159, 0.5);
	width: 18.572em;
	height: 18.572em;
	margin: 0 0 0 28.5%;
}
#h2007s .situation01 .cts01 .textArea {
	margin: 0 12%;
	width: auto;
}
#h2007s .situation01 .cts01 p {
	font-size: 1.286em;
	line-height: 1.445;
	font-weight: 700;
	letter-spacing: 0;
}
#h2007s .situation01 .cts01 img {
	margin: 8.7% 0 5.2% 38.3%;
}
#h2007s .situation01 .cts01 small {
	font-size: 1em;
	font-weight: 700;
}
#h2007s .situation01 .cts02 {
	background: rgba(111, 20, 163, 0.25);
}
#h2007s .situation01 .cts02 .chip {
	background: #8217c0;
	opacity: 0.1;
	width: 4.643em;
	height: 4.643em;
	right: 0;
	top: 100%;
	margin: 0 -35.2% 0 0;
}
#h2007s .situation01 .cts02 p {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0;
}
#h2007s .situation01 .illust {
	left: 0;
	margin: 8.5% 0 0 4.6%;
}
#h2007s .wrapSituation02 {
	position: relative;
}
#h2007s .situation02 {
	margin: 4.9% 0 3% 4.7%;
	color: #d9d9d9;
	float: left;
	width: 46.429em;
}
#h2007s .situation02 h4 {
	font-size: 1.286em;
	line-height: 1.445;
	letter-spacing: 0;
}
#h2007s .situation02 h5 {
	font-size: 1.143em;
	padding: 0 0 0.4em;
}
#h2007s .situation02 p {
	font-size: 1em;
	line-height: 1.5;
	font-weight: 700;
}
#h2007s .situation02 .cts02 .textArea,
#h2007s .situation02 .cts03 .textArea,
#h2007s .situation02 .cts04 .textArea {
	margin: 0 11.4%;
	width: 76%;
}
#h2007s .situation02 .cts01 {
	background: rgba(111, 20, 163, 0.35);
	margin-left: 0;
	float: right;
}
#h2007s .situation02 .cts01 p {
	font-size: 1.429em;
	line-height: 1.7;
	width: 106%;
	font-weight: 700;
	letter-spacing: 0;
}
#h2007s .situation02 .cts02 {
	width: 18.57em;
	height: 18.57em;
	margin-top: 10%;
	background: rgba(83, 76, 169, .7);
}
#h2007s .situation02 .cts02 p {
	margin: 0;
	letter-spacing: 0;
	width: 110%;
}
#h2007s .situation02 .cts02 img {
	width: 66.498%;
	margin: 2.3% 0 -10.7% 20%;
}
#h2007s .situation02 .cts03 {
	margin: 0;
	background: rgba(83, 76, 169, .5);
	width: 18.57em;
	height: 18.57em;
	float: left;
}
#h2007s .situation02 .cts03 img {
	margin: 4% 0 3% 19.6%;
}
#h2007s .situation02 .cts04 {
	margin: 0;
	background: rgba(83, 76, 169, .4);
	width: 18.57em;
	height: 18.57em;
	float: left;
}
#h2007s .situation02 .cts04 .chip:nth-child(2) {
	background: #7974bc;
	top: 100%;
	left: 100%;
	width: 9.286em;
	height: 9.286em;
}
#h2007s .situation02 .cts04 .chip:nth-child(3) {
	background: #6f14a3;
	opacity: 0.2;
	top: auto;
	right: 0;
	bottom: 0;
	margin: 0 -74% 0 0;
}
#h2007s .situation02 .cts04 img {
	margin: 10% 0 0 29%;
}
#h2007s .situation03 {
	float: right;
	width: 27.858em;
	color: #d9d9d9;
	margin: 10% 5.1% 9.2% 0;
}
#h2007s .illust02 {
	top: auto;
	bottom: 0;
	margin: 0 -2.8% -13.8% 0;
	right: 0;
}
#h2007s .situation03 .cts01 {
	width: 18.572em;
	height: 18.572em;
	display: block;
	float: right;
	background: rgba(63, 56, 159, 0.3);
}
#h2007s .situation03 .cts01 img {
	width: 10%;
	position: absolute;
	top: 0;
	left: 0;
}
#h2007s .situation03 .cts01 img:nth-child(1) {
	margin: 22% 0 0 16%;
	width: 19.616%;
}
#h2007s .situation03 .cts01 img:nth-child(2) {
	margin: 55% 0 0 31%;
	width: 11.539%;
}
#h2007s .situation03 .cts01 img:nth-child(3) {
	margin: 47% 0 0 43%;
	width: 13.847%;
}
#h2007s .situation03 .cts01 img:nth-child(4) {
	margin: 56% 0 0 57%;
	width: 14.231%;
}
#h2007s .situation03 .cts01 img:nth-child(5) {
	margin: 41% 0 0 68%;
	width: 16.924%;
}
#h2007s .situation03 .cts01 small {
	font-size: 1.143em;
	padding: 83% 0 0;
}
#h2007s .situation03 .cts02 {
	display: block;
	background: rgba(111, 20, 163, 0.45);
	clear: both;
}
#h2007s .situation03 .cts02 p {
	font-size: 1.429em;
	line-height: 1.7;
	font-weight: 700;
	letter-spacing: 0;
}
#h2007s .tlSolution {
	position: relative;
	font-size: 2.5em;
	display: inline-block;
	margin: -3.9% 0 0 -57.6%;
	padding: 6.6% 4% 6.4%;
	padding: 2.6em 2.1em 2.3em;
	line-height: 1.3;
	letter-spacing: 0.03em;
	font-weight: 780;
	z-index: 2;
	text-align: left;
}
#h2007s .tlSolution .chip:nth-child(3) {
	background: #025a94;
	opacity: 0.3;
	width: 3.715em;
	height: 3.715em;
	margin: 40% 0 0 48%;
}
#h2007s .tlSolution span {
	position: relative;
	z-index: 1;
	left: 1.1em;
	text-indent: -2em;
	display: block;
	width: 3.6em;
}
#h2007s .tlSolution .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/company/about/img/30years/stl_viewpoints.png) no-repeat;
	background-size: cover;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h2007s .tlSolution .chip {
	margin: 68.7% 0 0 62.4%;
	background: #0072bd;
	opacity: 0.8;
	width: 1.86em;
	height: 1.86em;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h2007s .tlSolution .chip:nth-child(2) {
	margin: 10.1% 0 0 -38%;
	background: #0072bd;
	opacity: 0.8;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
}
#h2007s .solution01 {
	margin: -6.7% 0 0 6%;
	z-index: 1;
}
#h2007s .solution01 .illust {
	margin: 61.3% 0 0 -44.2%;
}
#h2007s .solution01 .cts01 {
	background: url(/company/about/img/30years/bg_viewpoint_2007_1.png) no-repeat;
	margin-left: -3%;
}
#h2007s .solution01 .cts01 .chip:nth-child(2) {
	background: #0c6fc4;
	opacity: 0.5;
	left: 100%;
	top: auto;
	bottom: 100%;
	margin: -6%;
}
#h2007s .solution01 .cts01 .chip:nth-child(3) {
	background: #025a94;
	opacity: 0.2;
	margin: 50% 0 0 -47%;
	width: 9.286em;
	height: 9.286em;
}
#h2007s .solution01 .cts01 p {
	font-size: 1.429em;
	line-height: 1.6;
	font-weight: 700;
}
#h2007s .solution02 {
	width: 27.86em;
	float: right;
	margin: -13.4% 4.3% -12.5% 0;
}
#h2007s .solution02 .era {
	left: 50%;
	margin: -24% 0 0 -1.2%;
}
#h2007s .solution02 .cts01 {
	background: url(/company/about/img/30years/bg_2014.png) no-repeat;
	margin-top: -3.7%;
	margin-left: -6.7%;
}
#h2007s .solution02 .cts01 h5 {
	font-size: 1.429em;
	margin-top: 12.2%;
	line-height: 1.6;
}
#h2007s .solution02 .cts01 p {
	font-size: 1.143em;
	line-height: 1.5;
}
#h2007s .solution03 h5,
#h2007s .solution04 h5 {
	font-size: 1.429em;
	line-height: 1.6;
}
#h2007s .solution03 p,
#h2007s .solution04 p {
	font-size: 1.143em;
	line-height: 1.5
}
#h2007s .solution03 {
	margin: 0 0 0 16.3%;
	clear: both;
	text-align: left;
	z-index: 1;
}
#h2007s .solution03 .cts01 {
	background: url(/company/about/img/30years/bg_2016.png) no-repeat;
	
}
#h2007s .solution03 .era {
	margin: 1.1em 0 0 -3.2em;
	text-align: center;
}
#h2007s .solution04 {
	float: right;
	margin: -4.9% 10.2% 10% 0;
}
#h2007s .solution04 .illust {
	margin: 0 -19% -77% 0;
	right: 0;
	top: auto;
	bottom: 0;
}
#h2007s .solution04 .cts01 {
	background: url(/company/about/img/30years/bg_2017_pc.png) no-repeat;
	width: 37.143em;
	height: 37.143em;
}
#h2007s .solution04 .cts01 .chip:nth-child(4) {
	margin: 80.8% 0 0 -48%;
	background: #3f389f;
	opacity: 0.2;
}
#h2007s .solution04 .cts01 .chip:nth-child(5) {
	margin: 100% 0 0 -110%;
	opacity: 0.5;
}
#h2007s .solution04 .era {
	margin: -15.2% 0 0 7%;
}
#h2007s .solution04 .textArea {
	margin: 0 12%;
	width: 76%;
	top: 0;
	transform: translateY(0%);
}
#h2007s .solution04 h5 {
	margin-top: 23%;
	width: 110%;
}
#h2007s .solution04 .h2017Cts2 h5 {
	margin-top: 27.5%;
	width: 110%;
}
#h2007s .solution04 h5 span{
	display:inline;
	margin:0 -0.4em;
}
#h2007s .solution04 .cts01 img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 100% 0 0 -1%;
}


#h2020s .tlContinue {
	clear: both;
	position: relative;
	width: 31.643em;
	height: 31.643em;
	margin: 48% 0 6% 33.2%;
}
#h2020s .tlContinue span {
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 2.143em;
	padding: 31% 0 0 0;
	display: block;
	line-height: 1.734;
	letter-spacing: 0.1em;
}
#h2020s .tlContinue .bg {
	background: url(/company/about/img/30years/bg_continue.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2.7em 3.5em;
}
#h2020s .tlContinue .chip {
	background: #0072bd;
	opacity: 0.2;
	margin: -3% 0 0 93%;
	width: 4.64em;
	height: 4.64em;
}
#h2020s .tlContinue .chip:nth-child(2) {
	background: #0072bd;
	margin: 10% 0 0 129%;
	width: 6.21em;
	height: 6.21em;
	opacity: 0.5;
}
#h2020s .tlContinue .chip:nth-child(3) {
	background: #0072bd;
	margin: 14.1% 0 0 -65%;
	width: 8.71em;
	height: 8.71em;
	opacity: 0.5;
}
/* edit 8/3/2023 */
#h2007s .solution03 .textArea {
	width: 75%;
	margin: 0 15%;
}
#h2007s .solution03 .textArea h5{
	margin-top: 1em;
}
#h2007s .solution03 .cts01 .chip {
	bottom: -20%;
	right: 16%;
	z-index: -1;
	top: unset;
	background: #0072bd;
	opacity: 0.5;
	width: 9.286em;
	height: 9.286em;
}

#h2007s .solution04 .cts01 {
	background: url(/company/about/img/30years/bg_2017_pc.png) no-repeat;
	width: 37.143em;
	height: 37.143em;
}
#h2007s .solution04 .cts02 {
	background: url(/company/about/img/30years/bg_mimamori.png) no-repeat;
	width: 37.143em;
	height: 37.143em;
}

#h2007s .ctsBox,
#h2020s .ctsBox {
	box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2.7em 3.5em;
}

#h2007s .solution04 .cts01 .ovh-escape,
#h2007s .solution04 .cts02 .ovh-escape,
#h2020s .solution08 .cts01 .ovh-escape
 {
	overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#h2007s .solution04 .textArea {
	z-index: 1;
}

#h2007s .solution04 .cts01 img,
#h2007s .solution04 .cts02 img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#h2007s .solution04 .cts01 .white-rect {
	position: absolute;
	z-index: 0;
	width: 0;
	height: 0;
	left: -70%;
	top: 48%;
	border-top: 13em solid transparent;
	border-left: 87em solid #fff;
	border-bottom: 19em solid transparent;
	transform: rotate(351deg);
}

#h2007s .solution04 .cts01 .chip {
	margin: 117.5% 0 0 61.3%;
	background: #0072bd;
}

#h2007s .solution04 .h2017Cts2 {
	position: absolute;
	left: -97%;
	top: 65%;
	z-index: -1;
}

#h2007s .solution04 .cts02 .white-rect {
	position: absolute;
	z-index: 0;
	width: 0;
	height: 0;
	right: -63%;
	top: 46%;
	border-top: 14em solid transparent;
	border-right: 87em solid #fff;
	border-bottom: 20em solid transparent;
	transform: rotate(10deg);
}

#h2007s .solution04 .cts02 .chip {
	bottom: -15%;
	right: 21%;
	z-index: -1;
	background: #0072bd;
	width: 7.714em;
	height: 7.714em;
	position: absolute;
	top: unset;
	opacity: 0.5;
}

#h2007s .cts02 h5 {
	margin-bottom: 0.75em;
}

#h2007s .solution04 .cts02 img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 94% 0 0 2%;
}

#h2007s .solution05 h5 {
	margin-top: 34%;
	font-size: 1.429em;
	line-height: 1.6;
}

#h2007s .solution05 p {
	font-size: 1.143em;
	line-height: 1.5;
}
#h2007s .solution05 .textArea {
	margin: 0 16%;
	width: 76%;
	top: 0;
	transform: translateY(0%);
}

#h2007s .solution05 {
	margin: 0% -40% 0% 0;
	clear: both;
}
#h2007s .solution05 .cts01 {
	background: url(/company/about/img/30years/bg_2019_pc.png) no-repeat;
	margin: 11.9% 0 0 0;
}

#h2007s .solution05 .era {
	margin: 0% 0 0 3.5%;
	top: 19.3%;
}

#h2020s {
	overflow: visible;
}
#h2020s .unit.about {
	display: block;
	white-space: nowrap;
	margin: 7% 0 0 0;
}

#h2020s .about h2 {
	margin: 1.1% 0 0 7.8%;
	background: url(/company/about/img/30years/bg_stl_2007.png) no-repeat;
	background-size: cover;
	padding: 0.85em 1.6em 0.75em 0.8em;
	font-size: 3.608em;
}

#h2020s .ctsBand {
	height: 370px;
}
#h2020s .textArea {
	margin: 0 18.3%;
}

#h2020s .about .cts01 h3 {
	font-size: 2.05em;
	line-height: 1.4;
	font-weight: 800;
	margin-bottom: 0.7em;
}

#h2020s .about .cts01 p {
	font-size: 1.1em;
}
#h2020s .solution06 .cts01 {
	background: url(/company/about/img/30years/bg_2020_pc.png) no-repeat;
	width: 32.858em;
	height: 32.858em;
}

#h2020s .solution06 .cts01 .textArea {
	margin: 0 13%;
	width: 74%;
}

#h2020s .solution06 .illust {
	margin: 28% 0 0 -18%;
}

#h2020s .solution06 .chip {
	bottom: -23%;
	right: 41%;
	background: #0072bd;
	position: absolute;
	top: unset;
	opacity: 0.5;
	display: none;
}

#h2020s .solution06 {
	margin: 4% 0 0 -33.8%;
}

#h2020s .solution06 .era {
	margin: 3.5% 0 0 -6.2%;
}

#h2020s .solution06 h5,
#h2020s .solution07 h5,
#h2020s .solution08 h5,
#h2020s .solution09 h5,
#h2020s .solution10 h5 {
	font-size: 1.429em;
	line-height: 1.6;
	margin-bottom: 1em;
	margin-top: 0.6em;
}

#h2020s .solution06 p,
#h2020s .solution07 p,
#h2020s .solution08 p,
#h2020s .solution09 p,
#h2020s .solution10 p {
	font-size: 1.143em;
	line-height: 1.5;
}

#h2020s .solution07 .cts01 {
	background: url(/company/about/img/30years/bg_2021_pc.png) no-repeat;
}

#h2020s .solution07 .cts02 {
	background: url(/company/about/img/30years/bg_2021_pc_2.png) no-repeat;
	position: absolute;
	left: -95%;
	bottom: -66%;
	z-index: -1;
}

#h2020s .solution07 {
	float: right;
	margin: -11.2% 7.2% 10% 0;
	z-index: 1;
}
#h2020s .solution07 .textArea {
	width: 74%;
	margin: 0 13%;
}

#h2020s .solution07 .era {
	margin: 9% 0 0 -26.2%;
}
#h2020s .solution07 .chip {
	background: #0072bd;
	position: absolute;
	top: unset;
	/* width: 9.78em;
	height: 9.78em; */
}

#h2020s .solution07 .chip.chip1 {
	bottom: 40%;
	left: -111%;
	opacity: 0.5;
}
#h2020s .solution07 .chip.chip2 {
	bottom: 19%;
	left: -95%;
	opacity: 0.2;
	display: none;
}

#h2020s .solution08 .cts01 {
	background: url(/company/about/img/30years/bg_2022_pc.png) no-repeat;
	width: 37.143em;
	height: 37.143em;
}

#h2020s .solution08 .cts02 {
	position: absolute;
	bottom: -60.9%;
	right: 58.4%;
	z-index: -1;
	background: url(/company/about/img/30years/bg_2022_pc_2.png) no-repeat;
}
#h2020s .solution08 .cts02 .textArea {
	margin: 0 17%;
	width: 68%;
}
#h2020s .solution08 .cts02 .textArea h5{
	margin-top: 41%;
}
#h2020s .solution08 .cts03 .textArea {
	margin: 0 15%;
	width: 74%;
}
#h2020s .solution08 .cts03 .textArea h5{
	margin-top: 20%;
	margin-bottom: 0.5em;
}
#h2020s .solution08 .cts03 {
	position: absolute;
	bottom: -71.2%;
	right: 16%;
	z-index: -2;
	background: url(/company/about/img/30years/bg_2022_pc_3.png) no-repeat;
}

#h2020s .solution08 {
	margin: 46.62% -0.5% 0 0;
    clear: both;
}

#h2020s .solution08 .cts01 .white-rect {
	position: absolute;
	width: 0;
	height: 0;
	left: -50%;
	top: 47.5%;
	border-top: 9em solid transparent;
	border-right: 58em solid #fff;
	border-bottom: 21em solid transparent;
	transform: rotate(3deg);
}

#h2020s .solution08 .textArea {
	margin: 0 13%;
	width: 79%;
	top: 0;
	transform: translateY(0%);
	z-index: 1;
}

#h2020s .solution08 h5 {
	margin-top: 12%;
	margin-bottom: 0.5em;
}

#h2020s .solution08 .cts01 img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 92% 0 0 -4%;
}

#h2020s .solution08 .era {
	margin: 2.7% 0 0 -8%;
}

#h2020s .solution08 .illust.illust_01 {
	position: absolute;
	right: 3%;
	top: -60%;
}
#h2020s .solution08 .chip1 {
	bottom: 91%;
	right: -19%;
	background: #0072bd;
	position: absolute;
	top: unset;
	opacity: 0.5;
}
#h2020s .solution08 .chip2 {
	bottom: -1%;
	right: 155%;
	background: #0c6fc4;
	position: absolute;
	top: unset;
	opacity: 0.5;
}

#h2020s .solution09 .cts01 {
	background: url(/company/about/img/30years/bg_2023_pc.png) no-repeat;
	width: 36.643em;
	height: 36.643em;
	margin-right: 32%;
}

#h2020s .solution09 .cts02 {
	position: absolute;
	bottom: 13.5%;
	right: 25.7%;
	z-index: -1;
	background: url(/company/about/img/30years/bg_2023_pc_2.png) no-repeat;
}
#h2020s .solution09 .cts02 .textArea {
	margin: 0 17%;
	width: 68%;
}
#h2020s .solution09 .cts02 .textArea h5{
	margin-top: -3%;
}
#h2020s .solution09 .cts03 {
	position: absolute;
	bottom: -69.4%;
	right: 25%;
	z-index: -2;
	background: url(/company/about/img/30years/bg_2023_pc_2.png) no-repeat;
}
#h2020s .solution09 .cts03 .textArea {
	margin: 0 15%;
	width: 74%;
}
#h2020s .solution09 .cts03 .textArea h5{
	margin-bottom: 0.5em;
}
#h2020s .solution09 .cts04 {
	position: absolute;
	bottom: -73.8%;
	right: 52%;
	z-index: -2;
	background: url(/company/about/img/30years/bg_2023_pc_2.png) no-repeat;
}
#h2020s .solution09 .cts04 .textArea {
	margin: 0 15%;
	width: 74%;
}
#h2020s .solution09 .cts04 .textArea h5{
	margin-bottom: 0.5em;
}

#h2020s .solution09 {
	margin: 41.23% -20.5% 0 0;
    clear: both;
}

#h2020s .solution09 .textArea {
	margin: 0 16.4%;
	width: 67%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

#h2020s .solution09 h5 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

/* #h2020s .solution09 .cts01 img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 92% 0 0 -4%;
} */

#h2020s .solution09 .era {
	margin: 3% 0 0 -6%;
}

#h2020s .solution09 .illust.illust_01 {
	position: absolute;
	right: 78.2%;
	top: 103%;
}
#h2020s .solution09 .chip {
    background: #0072bd;
    position: absolute;
    top: unset;
}
#h2020s .solution09 .chip1 {
	bottom: 31%;
	right: 104%;
	opacity: 0.5;
    width: 8.65em;
    height: 8.65em;
}
#h2020s .solution09 .chip2 {
	bottom: 43%;
	right: -33%;
	opacity: 0.5;
    width: 6.216em;
    height: 6.216em;
}

#h2020s .solution10 .cts01 {
	background: url(/company/about/img/30years/bg_2023_pc.png) no-repeat;
	width: 28.573em;
	height: 28.573em;
	margin-right: -20%;
}

#h2020s .solution10 .cts02 {
	position: absolute;
	width: 31.072em;
    height: 31.072em;
	bottom: 13%;
    right: 59.8%;
	z-index: -1;
	background: url(/company/about/img/30years/bg_2023_pc_3.png) no-repeat;
}
#h2020s .solution10 .cts02 .textArea {
	margin: 0 12.5%;
	width: 75%;
}
#h2020s .solution10 .cts02 .textArea h5{
	margin-top: 0;
	margin-right: 1em;
}
#h2020s .solution10 .cts03 {
	position: absolute;
	width: 31.072em;
    height: 31.072em;
	bottom: -103%;
	right: 8%;
	z-index: -2;
	background: url(/company/about/img/30years/bg_2023_pc_2.png) no-repeat;
}
#h2020s .solution10 .cts03 .textArea {
	margin: 0 13.7%;
	width: 72.4%;
}
#h2020s .solution10 .cts03 .textArea h5{
	margin-bottom: 0.5em;
	margin-right: 2em;
}

#h2020s .solution10 .cts04 {
	position: absolute;
	width: 31.072em;
    height: 31.072em;
	bottom: -119%;
	right: 45.6%;	
	z-index: -2;
	background: url(/company/about/img/30years/bg_2023_pc_2.png) no-repeat;
}
#h2020s .solution10 .cts04 .textArea {
	margin: 0 15.5%;
	width: 69%;
}
#h2020s .solution10 .cts04 .textArea h5{
	margin-bottom: 0.5em;
}

#h2020s .solution10 {
	margin: 43.54% -0.5% 37% 0;
    clear: both;
}

#h2020s .solution10 .textArea {
	margin: 0 22.4%;
	width: 55%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

#h2020s .solution10 h5 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

#h2020s .solution10 .era {
	margin: -7.7% 0 0 28%;
}

#h2020s .solution10 .illust.illust_01 {
	position: absolute;
	right: 8%;
	top: 20%;
}
#h2020s .solution10 .chip {
    background: #0072bd;
    position: absolute;
    top: unset;
}
#h2020s .solution10 .chip1 {
	bottom: 115%;
	right: -70%;
	opacity: 0.5;
    width: 5.786em;
    height: 5.786em;
}
#h2020s .solution10 .chip2 {
	bottom: -13%;
	right: 114%;
	opacity: 0.5;
    width: 8.643em;
    height: 8.643em;
}

#h2007s .solution05 .illust.illust_01 {
	position: absolute;
	left: 18%;
	top: 54%;
}
#h2020s .solution06 .illust.illust_01 {
	position: absolute;
	top: -18%;
    left: 195%;
}

#listLink.menu {
	background-color: #0978b6;
	position: relative;
	z-index: 2;
}
#listLink.menu::before {
	position: absolute;
	content: '';
	background: url(/company/about/img/30years/bg_menu.png) no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	z-index: -1;
}
#listLink .menu_list {
	display: flex;
	flex-wrap: wrap;
}

#listLink .menu_item a{
	padding: 7em 3.2em 2.9em 3.2em;
	cursor: pointer;
}
#listLink .menu_item:hover{
	opacity: 0.7;
	transition: all 0.3s;
}
#listLink .menu_item-01,
#listLink .menu_item-02,
#listLink .menu_item-03 {
	width: 33.33%;
	border-right: 2px solid #095b97;
}
#listLink .menu_item-04,
#listLink .menu_item-05,
#listLink .menu_item-06,
#listLink .menu_item-07 {
	width: 25%;
	border-right: 2px solid #095b97;
	border-top: 2px solid #095b97;
}
#listLink .menu_item.menu_item-04 a,
#listLink .menu_item.menu_item-05 a,
#listLink .menu_item.menu_item-06 a,
#listLink .menu_item.menu_item-07 a {
	padding: 7em 3.2em 2.7em 3.2em;
}
#listLink .menu_link {
	display: block;
	color: #fff;
	font-weight: 900;
}
#listLink .menu_text {
	display: block;
	font-size: 1.85em;
}
#listLink .menu_icon {
	margin-top: 8em;
	margin-left: 0.7em;
	display: inline-block;
	border-bottom: 1px solid #fff;
	width: 4vw;
	position: relative;
}
#listLink .menu_icon::before {
	position: absolute;
	content: '';
	border-bottom: 1px solid #fff;
	right: 0;
	width: 1.7vw;
	margin-left: 0.6em;
	transform: rotate(37deg);
	transform-origin: 100% 0;
}
.l_footer {
	padding: 0;
	z-index: 2;
}
/*
footer.nowhite{
	z-index:2;
	overflow: visible;
	background: -webkit-linear-gradient(top, #0072bd, #0054ac);
	background: linear-gradient(to bottom, #0072bd, #0054ac);
}
footer:before {
	display: none;
}
footer.nowhite:before {
	position: absolute;
	margin: -116px 0 0px;
	background: url(/company/about/img/30years/bg_topcurve.png) no-repeat 50%;
	background-position: center bottom;
	background-size: 100% 100%;
}
*/
.trademark_sub{
	display:block;
	text-align:left;
	font-size: 0.7em;
	margin-bottom: 10em;
	margin-left: 15em;
	margin-top: 1.7em;
}
@media screen and (max-width: 1644px) {
	#history {
		margin-left: 10%;
	}
}
@media screen and (max-width: 1320px) {
	#history .ctsBand{
		margin-top: 32%;
		height: 387px;
	}
	#history .ctsBand .bg{
		left: 0;
		transform: translateX(0);
		width: 112%;
		left: -12%;
	}
	#history .ctsBand .textArea{
		margin-left: 17%;
		padding-left: 0;
		width: 71%;
	}
	#h1980s .about h2 {
		margin: -218px 0 0 15.4%;
	}
	#h1980s .about .ctsCircle {
		margin-left: 10em;
		margin-right: -6em;
		margin-top: 6em;
	}
	#h1980s .situation01 .cts03 {
		margin: 24.6em 0 -5em -32.5em;
	}
	#h1980s .situation01 .cts03 .chip {
		margin-right: -9.4em;
	}
	#h1980s .situation01 .cts03 .chip:last-child {
		margin-right: -18.6em;
	}
	#h1980s .situation02 .cts03 {
		margin: 24em 0 0 -33.5em;
	}
	#h1980s .solution01 .cts01 {
		margin-left: 1em;
		margin-right: -2em;
	}
	#h1980s .solution01 .cts02 {
		margin-top: -4em;
	}
	#h1980s .solution01 .cts03 {
		margin: 31em 4.3em 0 -32em;
	}
	#h1980s .situation02 .cts03 .chip {
		margin: -94% 0 0 160.9%;
	}
	#h1980s .solution02 .cts03 {
		margin: 25.5% 0 0 -9em;
	}
	#h1980s .solution02 .cts01 {
		margin-top: 7.3%;
		margin-left: 2em;
	}
	#h1980s .solution02 .cts02 {
		margin: 55.6% 0 0 -17%;
	}
	#h1990s .intro90s .cts02 {
		margin-left: -0.2em;
		margin-top: 11em;
	}
	#h1990s .intro90s .cts01 {
		margin-top: 19em;
	}
	#h1990s .about h2 {
		margin: -218px 0 0 13.4%;
	}
	#h1990s .about .ctsCircle {
		margin-left: 10em;
		margin-right: -6em;
		margin-top: 6em;
	}
	#h1990s .fpov1994 .era {
		margin: -2.5em 0 0 -5.94em;
	}
	#h1990s .fpov1994 .cts01 {
		margin-top: 4em;
	}
	#h1990s .fpov1994 .cts03 {
		margin: 18em 0 0 -22.5em;
	}
	#h1990s .fpov1994-2 .tlSituation {
		margin-top: 1em;
		z-index: 1;
	}
	#h1990s .fpov1994-2 .cts01 {
		margin: -2em 0 0 0;
	}
	#h1990s .fpov1994-2 .cts02 {
		margin: 20em 0 0 -11em;
	}
	#h1990s .fpov1995 .era {
		margin-top: -4em;
		margin-left: -1.3em;
	}
	#h1990s .fpov1995 .cts01 {
		margin: 12em 0 6em -4em;
	}
	#h1990s .fpov1995 .cts02 {
		margin: -5em -5em -1em -2em;
	}
	#h1990s .fpov1997 .era {
		margin-top: -1em;
	}
	#h1990s .fpov1997 .cts01 {
		margin: 4em 0 0 -7em;
		z-index: 2;
	}
	#h1990s .fpov1997 .cts02 {
		margin: 2em 0 0 1em;
	}
	#h1990s .fpov1997 .cts03 {
		margin: 16em 0 0 -23em;
		z-index: 1;
	}
	#h1990s .fpov1997-2 .cts03 {
		margin: -1em 0 0 -3.9em;
	}
	#h1990s .fpov1997-2 .cts04 {
		margin: 13em 0 0 -6.9em;
	}
	#h1990s .fpov2001 {
		margin-top: 10%;
	}
	#h1990s .fpov2001 .era {
		margin-top: -11%;
		margin-left: -7%;
	}
	#h1990s .fpov2001 .ctsBox {
		margin-top: 0%;
	}
	#h2000s .about .ctsCircle {
		margin-left: 21em;
		margin-right: -6em;
		margin-top: 6em;
	}
	#h2000s .about h2 {
		margin: -248px 0 0 11.8%;
	}
	#h2000s .fpov2000early .cts03 {
		margin-top: -1em;
	}
	#h2000s .fpov2000early .cts02 {
		margin: 15em 0 0 12em;
	}
	#h2000s .fpov2000early-2 .cts01 {
		margin-top: -1em;
		margin-left: 6em;
	}
	#h2000s .fpov2000early-2 .cts02 {
		margin: 10em 0 0 -2em;
	}
	#h2000s .fpov2006 .cts01 {
		margin: -10em 0 0 33em;
	}
	#h2000s .fpov2006 .cts02 {
		margin: 10em 0 0 -62em;
	}
	#h2000s .fpov2006 .cts03 {
		margin: 28em 0 0 -28em;
	}
	#h2000s .fpov2006 .era {
		margin: 1em 0 0 -15.84em;
	}
	#h2000s .fpov2007 .cts02 {
		margin: 14em 0 0 -9em;
	}
	#h2000s .fpov2007 .cts01 {
		margin: -6em 0 0 0;
	}
	#h2000s .fpov2000early-2 .illust {
		margin: 1em 0 0 -24em;
	}
	#h2000s .fpov2007 .illust {
		margin: 1em 0 0 -9em;
	}
	#h2007s .about .ctsCircle {
		margin-left: 20.7em;
		margin-right: -6em;
		margin-top: 6em;
	}
	#h2007s .about h2 {
    	margin: -232px 0 0 13.8%;
 }
	#h2007s .situation01 {
		margin: 3.7% 0 0 26.1%;
		white-space: normal;
	}
	#h2007s .situation01 .cts02 {
		/* display: block; */
		/* margin: 0 0 0 22.8%; */
	}
	#h2007s .solution02 {
		margin-top: 13%;
		margin-bottom: 4%;
	}
	#h2007s .solution03 {
		margin-top: 0;
	}
	#h2007s .solution04 {
		margin-top: 11.8%;
	}
	#h2007s .solution04 .h2017Cts2 {
		left: -54%;
        top: 85%;
	}
	#h2020s .solution07 {
		margin: -7.2% 7.2% 10% 0;
	}
	#h2020s .solution08 {
		margin: 94% -0.5% 0 0;
	}
	#h2020s .solution08 .cts02 {
		bottom: 85%;
        right: 9.5%;
	}
	#h2020s .solution08 .cts03 {
		right: 5%;
		bottom: -67%;
	}
	#h2020s .solution08 .illust.illust_03 {
		left: 19%;
		top: 119%;
	}
	#h2020s .tlContinue {
		margin: 61% 0 6% 24.2%;
	}
	#h2020s .tlContinue .chip:nth-child(2) {
		margin: 10% 0 0 119%;
	}
	#h2020s .solution08 .illust.illust_01 {
		top: -95%;
	}
	#h2020s .solution06 .chip {
		right: 53%;
	}
	#listLink .menu_text {
		font-size: 1.45em;
	}
	#listLink .menu_item a {
		padding: 3.8em 2em 2em 2em;
	}
	#listLink .menu_item.menu_item-04 a, #listLink .menu_item.menu_item-05 a, #listLink .menu_item.menu_item-06 a, #listLink .menu_item.menu_item-07 a {
		padding: 3.8em 2em 2em 2em;
	}
	#listLink .menu_icon {
		margin-top: 6em;
	}
	#h2007s .solution05 {
		margin: 0% -46% 0% 0;
	}
	#h2020s .solution06 .era {
		margin: 3.5% 0 0 -7.2%;
	}
	#h2020s .solution08 .illust.illust_02 {
		left: 67%;
        top: 32%;
	}
	#h2020s .tlContinue .chip:nth-child(3) {
		margin: 14.1% 0 0 -48%;
	}
	#h2020s .solution08 .cts01 {
		margin-right: 37%;
	}

	#h2020s .about h2 {
        margin: -232px 0 0 13.8%;
	}
	#h2007s .solution05 .illust.illust_01 {
		left: 44%;
        top: 105%;
	}
	#h2020s .solution06 .illust.illust_01 {
		left: 155%;
        top: -1%;
	}
	#h2020s .about .ctsBand {
		margin-top: 37%;
	}

}
@media screen and (min-width: 769px) and (max-width: 1320px) {
	#h2020s .tlContinue {
		margin: 96% 0 6% 24.2%;
	}
	#h2020s .solution08 .chip1 {
		bottom: 66%;
	}
	#h2020s .solution09 {
		margin: 38% -0.5% 0 0;
	}
	#h2020s .solution09 .cts01 {
		margin-right: 31%;
		width: 32.643em;
        height: 32.643em;
	}
	#h2020s .solution09 .cts02 {
		bottom: -72%;
        right: 6%;
	}
	#h2020s .solution09 .cts03 {
		bottom: -124%;
		left: 5%;
	}
	#h2020s .solution09 .cts04 {
		bottom: -190%;
        right: 4.5%;
		z-index: -3;
	}
	#h2020s .solution09 .illust.illust_01 {
		top: 226%;
        left: 22%;
        width: 14em;
	}
	#h2020s .solution09 .chip1 {
		bottom: 58%;
		left: 134%;
	}
	#h2020s .solution09 .chip2 {}

	#h2020s .solution10 {
		margin: 130% -0.5% 0 0;
	}
	#h2020s .solution10 .era {
		margin: 6% 0 0 -11%;
	}
	#h2020s .solution10 .cts01 {
		margin-right: -49%;
	}
	#h2020s .solution10 .cts02 {
		bottom: 66%;
        left: 2%;
	}
	#h2020s .solution10 .cts03 {
		bottom: -67%;
		left: 5%;
	}
	#h2020s .solution10 .cts04 {
		bottom: -161%;
        right: 9.5%;
		z-index: -3;
	}
	#h2020s .solution10 .illust.illust_01 {
		top: 112%;
        width: 13em;
        right: 7%;
	}
}
@media screen and (min-width: 769px) {
	.forsp {
		display: none !important;
	}
}
/* ==========================================
 sp
========================================== */

@media screen and (max-width: 768px) {
	.forpc {
		display: none !important;
	}
	.formobile {
		display: block!important;
	}
	/*
	header .ctsRight {
		top: 3.6em;
	}
	*/
	/* cmn */
	html {
		min-width: 100%;
		overflow-x: hidden;
	}
	body {
		min-width: 100%;
		font-size: 2.6076vw !important;
		overflow-x: hidden;
	}
	/*
	header,
	footer {
		font-size: 1.401em;
	}
	*/
	#sideNav {
		/* margin-left: 0; */
		border: 0;
		font-size: 1.2em;
		margin-left: -22em;
		top: 52%;
	}
	#sideNav[pos="3"] {
		opacity: 1;
	}
	#sideNav .openBtn {
		position: fixed;
		bottom: 1.4em;
		width: 4.7em;
		height: 4.7em;
		left: 1.4em;
		background: url(/company/about/img/30years/btn_sideNav_open.png) no-repeat;
		background-size: contain;
		z-index: 2;
	}
	#sideNav.open .openBtn {
		background: url(/company/about/img/30years/btn_sideNav_close.png) no-repeat;
		background-size: contain;
		z-index: 1;
	}
	#sideNav .cover {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 110%;
		background: rgb(9 67 102 / 80%);
		visibility: hidden;
		opacity: 0;
		transition: .5s;
	}
	#sideNav.open .cover {
		opacity: 1;
		visibility: visible;
	}
	#sideNav .all {
		opacity: 0;
		visibility: hidden;
		transform: scale(0.95);
		transition: .2s ease-in;
	}
	#sideNav.open .all {
		opacity: 1;
		visibility: visible;
		transform: scale(1);
		transition: .3s ease-out;
		border: #fff 1px solid;
	}
	#sideNav li {
		width: 20em;
	}
	#sideNav li a {
		opacity: 1;
	}
	#sideNav li.point span {
		opacity: 0.5;
	}
	#sideNav li span {
		font-size: 1.1em;
	}
	#sideNav li.l2 span,
	#sideNav li.l3 span,
	#sideNav li.l4 span {
		line-height: 1.3 !important;
		font-size: 1em;
		width: 25em;
		margin-top: -2em;
		margin-left: 0.7em;
	}
	#sideNav li.point:before {
		width: 0.8em;
		height: 0.8em;
		background: #fff;
		margin: -0.4em;
	}
	#history {
		margin-left: 0;
		width: 100%;
	}
	#history .textArea {
		width: 68%;
		margin: 0 16%;
	}
	#history .ctsBox .textArea {
		width: 76%;
		margin: 0 12%;
	}
	#history .unit img + small {
		line-height: 1.4;
	}
	#history .unit .ctsBox {
		width: 22.5em;
		height: 22.5em;
	}
	#history .solution01 .ctsBox,
	#history .solution02 .ctsBox {
		box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2em 2.2em;
	}
	#history h4.era {
		font-size: 1.9em;
		padding-top: 0.53em;
		width: 3.935em;
		height: 3.935em;
		letter-spacing: -0.03em;
		box-shadow: rgba(0, 0, 0, 0.3) 0.1em 1.1em 1.4em;
	}
	#history h4.era em {
		font-size: 1.6em;
	}
	#history .chip {
		width: 3.75em;
		height: 3.75em;
	}
	#history .ctsBand{
		width:100%;
		height: 25em;
		margin: 16% 0 6%;
	}
	#history .ctsBand .bg {
		background: url(/company/about/img/30years/bg_stl_sp.png) no-repeat;
		background-size: 100% 100%;
		width: 100%;
		left: 0;
	}
	#history .ctsBand .textArea {
		margin-left: 8.9%;
		padding-left: 0;
		width: 85%;
		top: 43%;
	}
	/*============================
	#mainVisual
	============================*/
	#mainVisual {
        height: 120vh;
		min-height: 180vw;
        padding: 60px 0 14vw;
	}
	#mainVisual h1 {
		font-size: 4.1em;
		width: 7.3em;
		line-height: 1.35;
		margin: 14.4% 0 8% 11.4%;
		text-align: left;
	}
	#mainVisual .sub_title {
		font-size: 2.3em;
		line-height: 1.35;
		margin: 4.4% 0 4.4% 11.4%;
		text-align: left;
	}
	#mainVisual .lead {
		width: 20.3em;
		font-size: 1.45em;
		line-height: 1.68;
		margin: 0 auto 6%;
	}
	#mainVisual .scroll{
		bottom: 20%;
	}
	/*============================
	#h1980s
	============================*/
	#h1980s .about h2 {
		font-size: 2.55em;
		margin: -28.1% 0 0 5.4%;
	}
	#h1980s .about .cts01 h5 {
		font-size: 1.65em;
		line-height: 1.4;
		margin-bottom: 0.5em;
	}
	#h1980s .about .cts01 p {
		font-size: 1.1em;
	}
	#h1980s .about .cts01 .chip {
		margin: -34.7% 0 0 -16.6%;
	}
	#h1980s .about .ctsCircle {
		width: 33em;
		height: 30.9em;
		margin: 48.7% 0 2.5% 1.6%;
		box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2.5em 4em;
	}
	#h1980s .about .illust {
		width: 30.9%;
		margin: 151.2% -7% 0 0;
	}
	#h1980s .cts01 h5 {
		font-size: 2.05em;
		line-height: 1.4;
		margin-bottom: 0.75em;
	}
	#h1980s .tlSituation {
		font-size: 2.55em;
		margin: 0 0 6.3% -26.4%;
		line-height: 1.3;
	}
	#h1980s .situation01 {
		margin-left: 0;
		white-space: normal;
	}
	#h1980s .situation01 .cts01 {
		margin-left: 2.8%;
	}
	#h1980s .situation01 .cts01 h5 {
		font-size: 1.25em;
		line-height: 1.6;
		margin-bottom: 0.85em;
	}
	#h1980s .situation01 .cts01 p {
		font-size: 1.1em;
		line-height: 1.6;
	}
	#h1980s .situation01 .cts01 .chip {
		margin: -16.7% 0 0 100%;
		background: #3f389f;
	}
	#h1980s .situation01 .cts02 {
		margin-left: 2.8%;
	}
	#h1980s .situation01 .cts02 .chip {
		margin: -159.3% 0 0 -16.6%;
	}
	#h1980s .situation01 .cts03 {
		margin-top: 0;
		margin: 0 0 0 -17.7%;
	}
	#h1980s .situation01 .cts03 p {
		font-size: 1em;
		margin: 9% 0 8.4%;
		letter-spacing: 0.03em;
	}
	#h1980s .situation01 .cts03 .graph img {
		width: 11.6em;
		margin: 0 0 0 4.5em;
	}
	#h1980s .situation01 .cts03 .chip {
		margin: -0.3% -33.7% 0 0;
		background: #6f14a3;
	}
	#h1980s .situation01 .cts03 .chip:last-child {
		margin: 100% -41% 0 0;
		width: 9.215em;
		height: 9.215em;
	}
	#h1980s .situation01 .illust {
		margin: 192.2% 0 0 -8.3%;
		width: 54%;
	}
	#h1980s .situation02 {
		margin: 5.4% 0 3%;
		white-space: normal;
	}
	#h1980s .situation02 .cts01 {
		margin: 27.5% 0 0 -6.3%;
		width: 30em;
		height: 30em;
	}
	#h1980s .situation02 .cts01 h4 {
		font-size: 1.26em;
		line-height: 1.7;
		margin-bottom: 0.9em;
		width: 100%;
	}
	#h1980s .situation02 .cts01 p {
		font-size: 1.1em;
		line-height: 1.65;
	}
	#h1980s .situation02 .cts01 .chip {
		margin: 65.3% 0 0 -16.6%;
	}
	#h1980s .situation02 .cts02 {
		width: 17.5em;
		height: 17.5em;
		display: block;
		margin: 0 0 0 6.8%;
	}
	#h1980s .situation02 .cts02 p {
		line-height: 1.3;
		font-size: 1.15em;
		width: 11.9em;
		margin: 3.6% auto 14%;
	}
	#h1980s .situation02 .cts02 img {
		width: 23%;
		margin: 0 0 1.2% 36.4%;
	}
	#h1980s .situation02 .cts02 .chip {
		margin: 100.5% 100.4% 0 0;
		opacity: 0.2;
	}
	#h1980s .situation02 .cts03 {
		margin: 10% 0 0 34.8%;
		display: block;
		width: 19.5em;
		height: 19.5em;
	}
	#h1980s .situation02 .cts03 p {
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.3;
		margin: 7% 0 11%;
	}
	#h1980s .situation02 .cts03 .floatBox:first-of-type {
		margin: 3% 10% 0 -2%;
	}
	#h1980s .situation02 .cts03 img {
		margin: -3% 0 11% -6.5%;
		width: 44.5%;
	}
	#h1980s .situation02 .cts03 .floatBox:first-of-type img {
		margin: -6% 0 13% 0%;
		width: 45.5%;
	}
	#h1980s .situation02 .cts03 .chip {
		margin: -66.8% 0 0 65.3%;
	}
	#h1980s .situation02 .illust {
		margin: 235% 4.2% 0 0;
		width: 22.9%;
	}
	#h1980s .floatBox {
		width: 46.3%;
		margin-right: -5%;
	}
	#h1980s .unit .floatBox small {
		width: 140%;
		margin-left: -20%;
	}
	#h1980s .tlSolution {
		font-size: 1.75em;
		margin: 8.5% 0 0 -28.1%;
	}
	#h1980s .solution01 {
		margin-top: 7.2%;
		white-space: normal;
		margin-bottom: 34%;
		z-index: 1;
	}
	#h1980s .solution01 .era {
		left: 50%;
		margin: 6.7% 0 0 -33.1%;
	}
	#h1980s .solution01 .cts01 {
		margin-left: 23.8%;
	}
	#h1980s .solution01 .cts01 p {
		font-size: 1.35em;
		line-height: 1.4;
		margin-top: -6%;
		width: 110%;
	}
	#h1980s .solution01 h5 {
		font-size: 1.8em;
		margin-bottom: 0.75em;
	}
	#h1980s .solution01 .cts02 {
		width: 30em;
		height: 30em;
		margin-top: -10.5%;
		margin-left: 1.6%;
	}
	#h1980s .solution01 .cts02 .textArea {
		width: 80%;
		margin: 0 10%;
	}
	#h1980s .solution01 .cts02 p {
		font-size: 1.2em;
	}
	#h1980s .solution01 .cts02 img {
		margin: 10.9% 0 2.8% 17.2%;
		width: 65.5%;
	}
	#h1980s .solution01 .cts03 {
		z-index: 1;
		margin: -1.3% 0 0 -3.1%;
	}
	#h1980s .solution01 .cts03 p {
		font-size: 1.15em;
		line-height: 1.75;
	}
	#h1980s .solution01 .cts03 img {
		width: 39.9%;
		margin: 13.9% 0 3.4% 34.5%;
	}
	#h1980s .solution01 .cts03 .chip {
		margin: 36.7% 0 0 -14.6%;
		width: 4em;
	}
	#h1980s .solution02 .era {
		left: 50%;
		margin: 0 0 0 -42%;
		white-space: normal;
	}
	#h1980s .solution02 .cts01 {
		width: 30em;
		height: 30em;
		margin-top: 13.7%;
		margin-left: -8.8%;
	}
	#h1980s .solution02 .cts01 .textArea {
		width: 78%;
		margin: 0 11%;
	}
	#h1980s .solution02 .cts01 h5 {
		font-size: 1.33em;
		margin-top: -1.8%;
		margin-bottom: 0.95em;
		width: 110%;
	}
	#h1980s .solution02 .cts01 h5 em {
		line-height: 1.2;
		margin: 1.7% 0;
	}
	#h1980s .solution02 .cts01 p {
		font-size: 1.13em;
	}
	#h1980s .solution02 .cts01 .chip {
		margin: -13.3% 0 0 82.7%;
		background: #534ca9;
	}
	#h1980s .solution02 .cts01 .chip:last-child {
		margin: -39.5% 0 0 58.8%;
		width: 7.3em;
		height: 7.3em;
	}
	#h1980s .solution02 .cts02 {
		display: block;
		margin: -9% 0 0 42.2%;
		width: 20em;
		height: 20em;
	}
	#h1980s .solution02 .cts02 .textArea {
		width: 70%;
		margin: 0 15%;
	}
	#h1980s .solution02 .cts02 p {
		font-size: 1em;
		line-height: 1.5;
		margin-top: -55.5%;
		letter-spacing: 0;
		margin-left: -0.5em;
	}
	#h1980s .solution02 .cts02 .chip {
		margin: 136.9% 0 0 128.2%;
	}
	#h1980s .solution02 .cts02 .chip:last-child {
		margin: 99.7% 0 0 100.4%;
		width: 9.3em;
		height: 9.3em;
	}
	#h1980s .solution02 .cts03 {
		margin: -20% 0 32% -22.5%;
	}
	#h1980s .solution02 .cts03 .chip {
		margin: -16.3% 0 0 -16.7%;
	}
	#h1980s .solution02 .illust01 {
		margin: -50.7% 0 0 -12%;
		width: 57.8%;
	}
	#h1980s .solution02 .illust02 {
		margin: 164.3% -16.9% 0 0;
		width: 41.5%;
	}
	#h1990s .about h2 {
		font-size: 2.55em;
		margin: -26.1% 0 0 5.4%;
	}
	#h1990s .about .cts01 h5 {
		font-size: 1.65em;
		line-height: 1.4;
		margin-bottom: 0.5em;
	}
	#h1990s .about .cts01 p {
		font-size: 1.1em;
	}
	#h1990s .about .cts01 .chip {
		margin: -34.7% 0 0 -16.6%;
	}
	#h1990s .about .ctsCircle {
		width: 36.2em;
		height: 33.5em;
		margin: 41.1% 0 2.5% 1.6%;
		box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2.5em 4em;
	}
	#h1990s .about .illust {
		width: 19.2em;
		left: -5em;
		bottom: -21.3em;
	}
	#h1990s .intro90s .tlSituation {
		font-size: 2.5em;
		margin: -23.6% 0 0 41%;
	}
	#h1990s .intro90s {
		margin-top: 33.8%;
	}
	#h1990s .intro90s .cts01 {
		width: 15.4em;
		height: 15.4em;
		margin: 6.5em 0 0 -0.2em;
	}
	#h1990s .intro90s .cts01 img {
		width: 28.5%;
		margin-top: 2.5em;
		margin-left: 0em;
	}
	#h1990s .intro90s .cts01 .chip {
		margin: 46% 0 0 0;
	}
	#h1990s .intro90s .cts02 {
		width: 15.4em;
		height: 15.4em;
		margin-left: 3.5em;
		;
	}
	#h1990s .intro90s .cts02 img {
		width: 28.5%;
		margin-top: 2.5em;
		margin-left: 0em;
	}
	#h1990s .intro90s .cts02 .chip3 {
		background-color: #3b69b0;
		margin: 115% 0 0 66%;
		width: 3.9em;
		height: 3.9em;
	}
	#h1990s .intro90s > img,
	#h1990s .intro90s .cts02 .chip1,
	#h1990s .intro90s .cts02 .chip2,
	#h1990s .intro90s .cts02 .chip4,
	#h1990s .intro90s .cts02 .chip5 {
		display: none;
	}
	#h1990s .tlSolution {
		font-size: 1.8em;
		margin: 12.6% 0 0 -13%;
	}
	#h1990s .tlSolution .chip:nth-child(2) {
		margin-left: 65%;
	}
	#h1990s .tlSolution .chip {
		margin-left: -36%;
		margin-top: 68%;
	}
	#h1990s .fpov1994 {
		margin-top: 22%;
	}
	#h1990s .fpov1994 .illust {
		display: none;
	}
	#h1990s .fpov1994 .illust.formobile {
		position: absolute;
		bottom: auto;
		top: 73.4%;
		width: 22.7em;
		right: -4.8em;
	}
	#h1990s .fpov1994 .cts01 {
		width: 25.6em;
		height: 25.6em;
		margin: 0 0 0 -6em;
	}
	#h1990s .fpov1994 .cts02 {
		width: 23em;
		height: 23em;
		margin: 22.6em 0 0 -19.5em;
		clear: both;
	}
	#h1990s .fpov1994 .cts03 {
		width: 23em;
		height: 23em;
		margin: 48.3em 0 0 -30.7em;
	}
	#h1990s .fpov1994 .cts03 .chip1 {
		margin: -16.2% 0 0 -16.2%;
	}
	#h1990s .fpov1994 .cts03 .chip2 {
		margin: 108.4% 0 0 0;
	}
	#h1990s .fpov1994-2 {
		margin: 28% 0 70%;
	}
	#h1990s .fpov1994-2 .tlSituation {
		margin: -1% 0 0 14%;
		font-size: 2.6em;
	}
	/* モバイルは上下逆　*/
	#h1990s .fpov1994-2 .cts01 {
		position: absolute;
		margin: 35.1em 0 0 13em;
		left: 0;
		width: 20.5em;
		height: 20.5em;
	}
	#h1990s .fpov1994-2 .cts02 {
		margin: 5em 0 0 -1.6em;
		width: 25.6em;
		height: 25.6em;
	}
	#h1990s .fpov1994-2 .cts02 img {
		width: 36%;
		margin-bottom: 4%;
		margin-top: 12%;
		;
		;
	}
	#h1990s .fpov1994-2 .cts02 h5 {
		margin-top: 1%;
		line-height: 1.4;
		;
	}
	#h1990s .fpov1994-2 .cts02 p {
		margin-top: 6%;
	}
	#h1990s .fpov1994-2 .cts01 h5 {
		line-height: 1.5;
		margin-top: -1%;
	}
	#h1990s .fpov1994-2 .cts01 .chip1,
	#h1990s .fpov1994-2 .cts01 .chip2,
	#h1990s .fpov1994-2 .cts01 .chip3 {
		display: none;
	}
	#h1990s .fpov1994-2 .illust {
		left: 5.3%;
		width: 8.4em;
		bottom: -78.6%;
		top: auto;
		;
	}
	#h1990s .tlSolution.rectangle {
		font-size: 1.9em;
		padding: 11.3% 7% 11.3% 12%;
		margin: 7% 0 0 22.5%;
	}
	#h1990s .tlSolution.rectangle .bg {
		border-radius: 50%
	}
	#h1990s .tlSolution.rectangle .chip {
		margin: 0 0 0 -61%;
		width: 3.5em;
		height: 3.5em;
	}
	#h1990s .tlSolution.rectangle .chip:nth-child(2) {
		margin: 69% 0 0 56%;
		height: 1.7em;
		width: 1.7em;
	}
	#h1990s .fpov1995 {
		margin-top: 14.5%;
		margin-bottom: 72%;
	}
	#h1990s .fpov1995 .illust {
		margin: 145% 0 0 52.2%;
		width: 13em;
	}
	#h1990s .fpov1995 .cts01 {
		position: absolute;
		margin: 29.8em 0 0 6.3em;
		width: 25.6em;
		height: 25.6em;
	}
	#h1990s .fpov1995 .cts01 .textArea {
		width: 72.6%;
		margin: 0 13.5%;
		;
	}
	#h1990s .fpov1995 .cts01 h5 {
		font-size: 1.55em;
		margin-top: -6%;
	}
	#h1990s .fpov1995 .cts01 p {
		margin-top: 3%;
		letter-spacing: 0.05em;
		line-height: 1.7;
	}
	#h1990s .fpov1995 .cts02 {
		margin: 0 0 0 -0.3em;
		width: 30.7em;
		height: 30.7em;
	}
	#h1990s .fpov1995 .cts02 h5 {
		margin-top: -28.6%;
		font-size: 1.35em;
		letter-spacing: -0.01em;
	}
	#h1990s .fpov1995 .cts02 p {
		margin-top: 4.7%;
		line-height: 1.8;
		font-size: 1.25em;
		;
	}
	#h1990s .fpov1995 .cts02 img {
		top: 71.5%;
		left: 22%;
		width: 57%;
	}
	#h1990s .fpov1995 .cts02 .white-rect {
		border-top: 5.4em solid transparent;
		border-right: 75em solid #fff;
		border-bottom: 25.2em solid transparent;
		top: 52.7%;
	}
	#h1990s .fpov1995 .era {
		margin: -2.4em 0 0 -7.3em;
	}
	#h1990s .fpov1997 {
		margin-bottom: 180%;
	}
	#h1990s .fpov1997 .era {
		margin: 40% 0 0 58%;
	}
	#h1990s .fpov1997 .illust {
		display: none;
	}
	#h1990s .fpov1997 .cts01 {
		position: absolute;
		margin: 50.3% 0 0 -36%;
		width: 30.7em;
		height: 30.7em;
	}
	#h1990s .fpov1997 .cts01 .textArea {
		margin-left: 10%;
		width: 80%;
		;
	}
	#h1990s .fpov1997 .cts01 h5 {
		font-size: 1.4em;
		margin-top: 4%;
		letter-spacing: 0.01em;
		;
	}
	#h1990s .fpov1997 .cts01 p {
		margin-top: 5.7%;
		font-size: 1.2em;
		letter-spacing: 0.01em;
	}
	#h1990s .fpov1997 .cts01 img {
		top: 80%;
		width: 61.5%;
		left: 19.3%;
		z-index: 2;
	}
	#h1990s .fpov1997 .cts01 .white-rect {
		border-top: 7.1em solid transparent;
		border-left: 73em solid #fff;
		border-bottom: 25.5em solid transparent;
		top: 55%;
		left: -94%;
	}
	#h1990s .fpov1997 .cts01 .ovh-escape {
		z-index: 1;
	}
	#h1990s .fpov1997 .cts01 .chip1 {
		background: #0072bd;
		margin: 95.8% 0 0 56.6%;
	}
	#h1990s .fpov1997 .cts01 .chip2 {
		background: #046c7d;
		margin: 7.5% 0 0 91.6%;
		width: 3.75em;
		height: 3.75em;
		position: relative;
		z-index: -1;
	}
	#h1990s .fpov1997 .cts02 {
		margin: 0 0 0 -41%;
		width: 15.4em;
		height: 15.4em;
	}
	#h1990s .fpov1997 .cts02 h5 {
		font-size: 1.3em;
		margin-top: -1%;
	}
	#h1990s .fpov1997 .cts02 p {
		margin-top: 4%;
		letter-spacing: 0.1em;
		line-height: 1.6;
	}
	#h1990s .fpov1997 .cts02 .chip {
		background: #0072bd;
		margin: 113% 0 0 -8%;
		width: 7.6em;
		height: 7.6em;
	}
	#h1990s .fpov1997 .cts03 {
		margin: 167.5% 0 0 -42.9%;
		width: 20.5em;
		height: 20.5em;
	}
	#h1990s .fpov1997-2 {
		padding-top: 8%;
		margin-bottom: 100%;
	}
	#h1990s .fpov1997-2 .tlSituation {
		margin: -83.4% 0 0 32.6%;
		font-size: 2.55em;
	}
	#h1990s .fpov1997-2 .illust {
		display: none;
	}
	#h1990s .fpov1997-2 .cts01 {
		height: 15.3em;
		width: 15.3em;
		margin: 0px 0 0 16.2em;
		font-size: 1em;
		background: rgba(122, 117, 189, 0.3);
	}
	#h1990s .fpov1997-2 .cts01 .textArea {
		width: 66%;
		margin: 0 0 0 20%;
	}
	#h1990s .fpov1997-2 .cts02 {
		position: absolute;
		margin: 32% 0 0 -80%;
		width: 15.3em;
		height: 15.3em;
		background: rgba(83, 76, 169, 0.3);
	}
	#h1990s .fpov1997-2 .cts02 h5 {
		font-size: 1.4em;
		line-height: 1.45;
		margin-left: 10%;
	}
	#h1990s .fpov1997-2 .cts02 .chip {
		background: #0072bd;
		width: 3.87em;
		height: 3.87em;
		margin: -60% 0 0 18.6%;
	}
	#h1990s .fpov1997-2 .cts03 {
		position: absolute;
		margin: 72.2% 0 0 -40%;
		width: 15.4em;
		height: 15.4em;
		background: rgba(83, 76, 169, 0.3);
	}
	#h1990s .fpov1997-2 .cts03 img {
		width: 37.7%;
		margin: 5% 0 0 -3%;
		;
	}
	#h1990s .fpov1997-2 .cts03 .textArea small {
		margin-top: 13.2%;
	}
	#h1990s .fpov1997-2 .cts03 .chip2 {
		height: 15.3em;
		width: 15.3em;
		margin: -52% 0 0 100%;
		background: rgba(122, 117, 189, 0.3);
	}
	#h1990s .fpov1997-2 .cts03 .chip1 {
		height: 3.87em;
		width: 3.87em;
		margin: -29% 0 0 187.2%;
		background: #672ebc;
	}
	#h1990s .fpov1997-2 .cts04 {
		position: absolute;
		margin: 93.1% 0 0 -80%;
		width: 15.4em;
		height: 15.4em;
		background: rgba(83, 76, 169, 0.3);
	}
	#h1990s .fpov1997-2 .cts04 img {
		width: 47.1%;
		margin: 5% 0 0 -3%;
		;
	}
	#h1990s .fpov1997-2 .cts04 .textArea small {
		margin-top: 5%;
	}
	#h1990s .fpov1997-2 .cts04 .chip2 {
		height: 15.3em;
		width: 15.3em;
		margin: -52% 0 0 100%;
		background: rgba(122, 117, 189, 0.3);
	}
	#h1990s .fpov1997-2 .cts04 .chip1 {
		height: 3.87em;
		width: 3.87em;
		margin: -29% 0 0 187.2%;
		background: #672ebc;
	}
	#bgImage,
	#bgImage span {
		background-position: 18.8% 0% !important;
		background-size: 313% !important;
	}
	#bgMovie {
		background: url(/company/about/img/30years/bg_main_sp.jpg) no-repeat center !important;
		background-size: cover !important;
	}
	#bgMovie #ytHolder {
		display: none;
	}
	#h1990s .fpov1997-2 .illust.formobile {
		width: 8em;
		margin: 7.1% 0 0 4.3%;
		;
	}
	#h1990s .fpov2001 {
		margin: 0;
	}
	#h1990s .fpov2001 .ctsBox {
		margin: -1.5% 0 0 -4%;
		height: 23em;
		;
		width: 23em;
		;
	}
	#h1990s .fpov2001 .era {
		margin: -12%;
	}
	#h1990s .fpov2001 .textArea {
		width: 75%;
		margin-left: 15%;
		margin-top: 1.1%;
		line-height: 1.5;
	}
	#h1990s .fpov2001 h5 {
		font-size: 1.4em;
	}
	#h1990s .fpov2001 .illust {
		width: 16.2em;
		margin: 42.5% 0 0 48.6%;
	}
	#h1990s .fpov2001 .chip1 {
		margin: -28% 0 0 79%;
		width: 7.7em;
		height: 7.7em;
		background: #0072bd;
	}
	#h1990s .fpov2001 .chip2 {
		margin: -44% 0 0 112.5%;
		background: #0072bd;
	}
	#h2000s {
		margin-top: 52%;
		margin-bottom: 10em;
	}
	#h2000s .about h2 {
		font-size: 2.55em;
		margin: -28.1% 0 0 5.4%;
	}
	#h2000s .about .ctsCircle {
		margin-left: 1.3em;
		margin-right: auto;
		margin-top: 8.4em;
		width: 36.3em;
		height: 34em;
	}
	#h2000s .about .cts01 h5 {
		font-size: 1.8em;
	}
	#h2000s .about .illust {
		right: 4.5%;
		top: 130.6%;
		width: 32%;
	}
	#h2000s .tlSituation {
		margin: 8.4% 0 0 10.7%;
		font-size: 2.55em;
	}
	#h2000s .fpov2000early {
		margin-bottom: 73%;
	}
	#h2000s .fpov2000early .cts01 {
		margin: 9% 0 0 -18.9%;
		width: 25.6em;
		height: 25.6em;
	}
	#h2000s .fpov2000early .cts01 .textArea {
		width: 74%;
		margin-left: 13%;
	}
	#h2000s .fpov2000early .cts01 h5 {
		margin-top: 0;
		font-size: 1.3em;
		line-height: 1.6;
	}
	#h2000s .fpov2000early .cts01 .chip1 {
		margin: -30% 0 0 115%;
		width: 3.75em;
		height: 3.75em;
		;
	}
	#h2000s .fpov2000early .cts01 .chip2 {
		margin: -14.9% 0 0 100%;
	}
	#h2000s .fpov2000early .cts02 {
		margin: 115.2% 0 0 -58.6%;
		width: 15.4em;
		height: 15.4em;
	}
	#h2000s .fpov2000early .cts02 .textArea {
		width: 75%;
		margin-left: 14%;
		;
	}
	#h2000s .fpov2000early .cts02 img {
		width: 49%;
		margin-top: -4%;
		margin-left: -6%;
	}
	#h2000s .fpov2000early .cts02 small {
		font-size: 0.95em;
	}
	#h2000s .fpov2000early .cts02 h5 {
		margin-top: 4.3%;
	}
	#h2000s .fpov2000early .cts02[class^=chip] {
		display: none;
	}
	#h2000s .fpov2000early .cts03 {
		margin: 105.5% 0 0 -18.5%;
		position: absolute;
		width: 15.4em;
		height: 15.4em;
	}
	#h2000s .fpov2000early .cts03 h5 {
		margin-top: -1%;
	}
	#h2000s .fpov2000early .cts03 img:nth-of-type(1) {
		width: 30%;
		margin-top: 0%;
	}
	#h2000s .fpov2000early .cts03 img:nth-of-type(2) {
		width: 18%;
		margin: -1% 0 0 -47%;
	}
	#h2000s .fpov2000early .cts03 small {
		font-size: 0.95em;
		margin-top: 8.1%;
	}
	#h2000s .fpov2000early .cts03 .chip {
		margin: -25% 0 0 100%;
		background: #0c6fc4;
	}
	#h2000s .fpov2000early-2 .cts01 {
		width: 15.4em;
		height: 15.4em;
		margin: 0 0 0 -9%;
	}
	#h2000s .fpov2000early-2 .cts01 img {
		width: 51%;
	}
	#h2000s .fpov2000early-2 .cts01 small {
		font-size: 0.9em;
	}
	#h2000s .fpov2000early-2 .cts01 .chip {
		display: none;
	}
	#h2000s .fpov2000early-2 .cts02 {
		width: 15.4em;
		height: 15.4em;
		margin: 0 0 0 -0.6%;
	}
	#h2000s .fpov2000early-2 .cts02 img:nth-of-type(1) {
		width: 35%;
		margin: 32.3% 0 0 -33.1%;
		;
	}
	#h2000s .fpov2000early-2 .cts02 img:nth-of-type(2) {
		width: 23%;
		margin: 37% 0 0% 4%;
		;
	}
	#h2000s .fpov2000early-2 .cts02 img:nth-of-type(3) {
		width: 35%;
		margin: 2.7% 0 0 -8.9%;
	}
	#h2000s .fpov2000early-2 .cts02 small {
		font-size: 0.9em;
		margin-top: 14%;
	}
	#h2000s .fpov2000early-2 .cts02 .chip {
		background: #0c6fc4;
		margin: -25% 0 0 100%;
	}
	#h2000s .fpov2000early-2 .illust {
		width: 41.3%;
		margin: 35.9% 0 0 -14.8%;
	}
	#h2000s .tlSolution {
		font-size: 1.8em;
		margin: 12.2% 0 0 43%;
	}
	#h2000s .tlSolution .chip:nth-child(2) {
		margin: 53.3% 0 0 -50.4%;
		opacity: 0.3;
	}
	#h2000s .tlSolution .chip {
		margin: 8% 0 0 73%;
		opacity: 0.3;
	}
	#h2000s .fpov2006 .cts01 {
		margin: 93.2% 0 0 -8.2%;
		width: 25.7em;
		height: 25.7em;
	}
	#h2000s .fpov2006 .illust {
		top: 84.8%;
		left: 62.2%;
		width: 39%;
	}
	#h2000s .fpov2006 .cts01 h5 {
		margin-top: -5%;
		font-size: 1.4em;
		line-height: 1.5;
	}
	#h2000s .fpov2006 .cts02 {
		margin: 26% 0 0 -81.2%;
		width: 28em;
		height: 28em;
	}
	#h2000s .fpov2006 .cts03 .chip {
		width: 7.9em;
		height: 7.9em;
		margin: 155% 0 0 10%;
		background: #3f389f;
	}
	#h2000s .fpov2006 .cts02 .textArea {
		width: 85%;
		margin-left: 9%;
	}
	#h2000s .fpov2006 .cts02 h5 {
		margin-top: -24%;
		line-height: 1.45;
		margin-bottom: 5%;
	}
	#h2000s .fpov2006 .cts02 p {
		margin-top: 2%;
		font-size: 1.2em;
	}
	#h2000s .fpov2006 .cts02 img {
		margin: 18% 0 0 10%;
		width: 77%;
	}
	#h2000s .fpov2006 .cts02 .white-rect {
		margin-top: 68%;
	}
	#h2000s .fpov2006 .era {
		margin: 11% 0 0 -77.7%;
	}
	#h2000s .fpov2006 .cts02 .chip {
		width: 3.75em;
		height: 3.75em;
		margin: 8% 0 0 95%;
	}
	#h2000s .fpov2006 .cts01 .chip1 {
		margin: 18.4% 0 0 -23%;
	}
	#h2000s .fpov2006 .cts01 .chip2 {
		margin: 79.5% 0 0 80.3%;
	}
	#h2000s .fpov2006 .cts03 {
		margin: 65em 0 0 -33.3em;
		width: 23em;
		height: 23em;
	}
	#h2000s .fpov2006 .cts03 .textArea {
		width: 80%;
	}
	#h2000s .fpov2006 .cts03 h5 {
		letter-spacing: -0.08em;
		margin-bottom: 15%;
		margin-top: 2%;
	}
	#h2000s .fpov2006 .cts03 .service1 img {
		width: 50%;
	}
	#h2000s .fpov2006 .cts03 .service2 {
		margin-right: 8%;
		margin-top: 2%;
	}
	#h2000s .fpov2006 .cts03 .service2 img {
		width: 50%;
	}
	#h2000s .fpov2006 .cts03 .service3 img {
		width: 26%;
		margin-top: -5%;
		margin-left: -3%;
	}
	#h2000s .fpov2007 {
		margin-top: 6.1%;
		margin-bottom: 51%;
	}
	#h2000s .fpov2007 .cts01 {
		margin: 0 0 0 9.3em;
		width: 23.1em;
		height: 23.1em;
	}
	#history .ctsBox .textArea {
		width: 78%;
	}
	#h2000s .fpov2007 .cts01 h5 {
		margin-top: -2%;
		font-size: 1.35em;
	}
	#h2000s .fpov2007 .cts02 {
		margin: 72% 0 0 -67%;
		width: 28em;
		height: 28em;
	}
	#h2000s .fpov2007 .cts02 .textArea {
		margin-left: 15%;
		width: 73%;
	}
	#h2000s .fpov2007 .cts02 h5 {
		margin-top: -51%;
		font-size: 1.4em;
	}
	#h2000s .fpov2007 .cts02 img {
		margin: 32% 0 0 14%;
		width: 71%;
	}
	#h2000s .fpov2007 .cts02 .white-rect {
		border-top: 5.2em solid transparent;
		border-left: 73em solid #fff;
		border-bottom: 25.5em solid transparent;
		top: 63%;
		;
	}
	#h2000s .fpov2007 .era {
		margin: 78.9% 0 0 -82.8%;
	}
	#h2000s .fpov2007 .cts02 .chip1 {
		margin: 93% 0 0 -29.7%;
	}
	#h2000s .fpov2007 .cts02 .chip2 {
		width: 7.9em;
		height: 7.9em;
		margin: 94% 0 0 79%;
		background: #0b81c2;
		z-index: 0;
		;
		;
	}
	#h2000s .fpov2007 .illust {
		width: 27.4em;
		margin: 20.9em 0 0 1.1em;
		;
	}
	/*============================
	#h2007s
	============================*/
	#h2007s .unit .textArea {
		margin-left: 10%;
		width: 80%;
	}
	#h2007s .about h2 {
		font-size: 3.1em;
		padding: 0.65em 1.6em 0.75em 0.8em;
		font-size: 2.55em;
		margin: -28.1% 0 0 5.4%;
	}
	#h2007s .about .cts01 h3 {
		font-size: 1.765em;
		margin-bottom: 0.6em;
		margin: 0.6em 0 0.6em;
		line-height: 1.333;
	}
	#h2007s .about .cts01 p {
		font-size: 1.125em;
		line-height: 1.819;
	}
	#h2007s .about .ctsCircle {
		width: 36.151em;
		height: 33.8em;
		margin: 44.1% 0 7% 0.1%;
		box-shadow: rgba(0, 0, 0, 0.3) 0.1em 2.5em 4em;
	}
	#h2007s .about .ctsCircle .textArea {
		margin: 0 17.5%;
		width: 69.9%;
	}
	#h2007s .about .ctsCircle .chip:nth-child(2) {
		margin: -11.7% 0 0 74.2%;
		width: 7.67em;
		height: 7.67em;
		background: #0c6fc4;
		opacity: 0.3;
	}
	#h2007s .about .ctsCircle .chip:nth-child(3) {
		margin: 81.5% 0 0 9%;
		width: 3.835em;
		height: 3.835em;
		background: #0c6fc4;
	}
	#h2007s .tlSituation {
		width: 100%;
		margin: -0.5px 0% 0 17.7%;
		font-size: 2.557em;
	}
	#h2007s .situation01 .cts01 {
		width: 20.505em;
		height: 20.505em;
		margin-left: 0;
		display: block;
	}
	#h2007s .situation01 .cts01 .textArea {
		margin: 0 14.9%;
		width: 73%;
	}
	#h2007s .situation01 .cts01 p {
		font-size: 1.33em;
		line-height: 1.538;
		margin: 5% 0 0;
	}
	#h2007s .situation01 .cts01 img {
		width: 17.809%;
		margin: 6.7% 0 6.2% 37.3%;
	}
	#h2007s .situation01 .cts01 small {
		font-size: 1.023em;
	}
	#h2007s .situation01 .cts01 .chip:nth-child(2) {
		background: #3b69b0;
		right: 0;
		top: 0;
		margin: -55.9% -18.8% 0 0;
		width: 3.835em;
		height: 3.835em;
	}
	#h2007s .situation01 .cts01 .chip:nth-child(3) {
		background: #3f389f;
		width: 3.835em;
		height: 3.835em;
		margin: -37% 0 0 0;
		right: 0;
	}
	#h2007s .situation01 .cts02 {
		width: 25.618em;
		height: 25.618em;
		display: block;
		margin: 0;
	}
	#h2007s .situation01 .cts02 .chip {
		left: 0;
		width: 7.67em;
		height: 7.67em;
		margin: 40.1% 0 0 -45.6%;
		top: 0;
		background: #6f14a3;
	}
	#h2007s .situation01 .cts02 p {
		font-size: 1.33em;
		line-height: 1.538;
	}
	#h2007s .situation01 .illust {
		margin: 39.5% 0 0 -31.3%;
		width: 26.535%;
	}
	#h2007s .situation02 {
		margin: 12.9% 0 11.8% 5.1%;
	}
	#h2007s .illust02 {
		top: 0;
		margin: 44% -3% 0 0;
		width: 42.4%;
	}
	#h2007s .situation02 h4 {
		font-size: 1.33em;
		line-height: 1.538;
		letter-spacing: 0.05em;
	}
	#h2007s .situation02 h5 {
		padding: 0 0 0.1em;
		font-size: 1.279em;
	}
	#h2007s .situation02 p {
		font-size: 1.125em;
		line-height: 1.591;
	}
	#h2007s .situation02 .cts01 {
		width: 25.567em;
		height: 25.567em;
		float: none;
		display: block;
	}
	#h2007s .situation02 .cts01 p {
		font-size: 1.33em;
		line-height: 1.538;
	}
	#h2007s .situation02 .cts01 .chip {
		margin: 1.8% 0 0 119.5%;
		background: #3f389f;
		opacity: 0.4;
	}
	#h2007s .situation02 .cts02 {
		width: 20.454em;
		height: 20.454em;
		display: block;
		margin: 0 0 0 11.1%;
	}
	#h2007s .situation02 .cts02 .chip {
		margin: 62.8% 0 0 122%;
		background: #3b69b0;
		opacity: 0.4;
	}
	#h2007s .situation02 .cts02 img {
		width: 66.119%;
		margin: -0.7% 0 -7.7% 20%;
	}
	#h2007s .situation02 .cts03 {
		width: 20.454em;
		height: 20.454em;
		display: block;
		float: none;
		margin: 0 0 0 28.9%;
	}
	#h2007s .situation02 .cts03 img {
		width: 61.514%;
	}
	#h2007s .situation02 .cts03 .chip:nth-child(2) {
		margin: 19.3% 0 0 -59.1%;
		background: #7974bc;
		opacity: 0.4;
	}
	#h2007s .situation02 .cts03 .chip:nth-child(3) {
		margin: 38% 0 0 -40.5%;
		background: #3b69b0;
		opacity: 0.4;
	}
	#h2007s .situation02 .cts04 {
		width: 20.454em;
		height: 20.454em;
		margin: 0 0 0 15.1%;
	}
	#h2007s .situation02 .cts04 img {
		width: 43.422%;
	}
	#h2007s .situation03 {
		margin: 0 5.1% 9.2% 0;
		display: block;
		float: none;
		clear: both;
	}
	#h2007s .situation03 .cts01 {
		width: 20.454em;
		height: 20.454em;
		float: none;
		margin: 0 0 0 14%;
	}
	#h2007s .situation03 .cts01 .chip {
		margin: 45% 0 0 133%;
		background: #3f389f;
		opacity: 0.1;
		width: 7.67em;
		height: 7.67em;
	}
	#h2007s .situation03 .cts01 small {
		padding: 83% 0 0;
		font-size: 1.279em;
	}
	#h2007s .situation03 .cts02 {
		width: 25.567em;
		height: 25.567em;
		margin: 0 0 0 36.9%;
	}
	#h2007s .situation03 .cts02 .chip {
		margin: 93.1% 0 0 -51%;
		width: 7.67em;
		height: 7.67em;
		background: #3f389f;
		opacity: 0.4;
	}
	#h2007s .situation03 .cts02 p {
		font-size: 1.33em;
		line-height: 1.538;
	}
	#h2007s .tlSolution {
		font-size: 1.75em;
		margin: 3.5% 0 0 36.9%;
	}
	#h2007s .tlSolution .chip:nth-child(3) {
		margin: 54.9% 0 0 -52.7%;
	}
	#h2007s .tlSolution .chip:nth-child(2) {
		margin: 8% 0 0 75.6%;
		opacity: 0.3;
	}
	#h2007s .solution01 {
		margin: 8.6% 0 0 -23.9%;
	}
	#h2007s .solution01 .illust {
		margin: -45.7% 0 0 -10.2%;
		width: 32.186%;
	}
	#h2007s .solution01 .textArea,
	#h2007s .solution02 .textArea,
	#h2007s .solution03 .textArea {
		width: 71%;
	}
	#h2007s .solution01 .cts01 {
		width: 23.01em;
		height: 23.01em;
	}
	#h2007s .solution01 .cts01 p {
		font-size: 1.33em;
		line-height: 1.538;
	}
	#h2007s .solution02 {
		margin: 0.1% 0% 18.6% 0;
	}
	#h2007s .solution02 .era {
		margin: 5.5% 0 0 -69.6%;
	}
	#h2007s .solution02 .cts01 {
		width: 25.567em;
		height: 25.567em;
	}
	#h2007s .solution02 .cts01 .chip:nth-child(2) {
		margin: 46% 0 0 -39%;
		background: #0072bd;
		opacity: 0.4;
	}
	#h2007s .solution02 .cts01 .chip:nth-child(3) {
		margin: 31% 0 0 -32.8%;
		background: #0072bd;
		opacity: 0.2;
		width: 7.67em;
		height: 7.67em;
	}
	#h2007s .solution03 h5,
	#h2007s .solution04 h5,
	#h2007s .solution05 h5,
	#h2020s .solution06 h5,
	#h2020s .solution07 h5,
	#h2020s .solution08 h5,
	#h2020s .solution09 h5,
	#h2020s .solution10 h5{
		font-size: 1.33em;
		line-height: 1.538;
		margin-bottom: 1.35em;
	}
	#h2007s .solution03 p,
	#h2007s .solution04 p,
	#h2007s .solution05 p,
	#h2020s .solution06 p,
	#h2020s .solution07 p,
	#h2020s .solution08 p,
	#h2020s .solution09 p,
	#h2020s .solution10 p {
		line-height: 1.666;
		font-size: 1.228em;
	}
	#h2007s .solution03 {
		margin: 0 0 0 4.7%;
	}
	#h2007s .solution03 .cts01 {
		width: 25.567em;
		height: 25.567em;
	}
	#h2007s .solution03 .era {
		margin: -13.2% 0 0 42%;
	}
	#h2007s .solution04 {
		margin: 18.8% 9.1% 18.6% 0;
	}
	#h2007s .solution04 .illust {
		margin: 0 -7.7% -75.1% 0;
		width: 24.5%;
	}
	#h2007s .solution04 .cts01 {
		width: 30.68em;
		height: 30.68em;
		background: url(/company/about/img/30years/bg_2017_sp.png) no-repeat;
	}
	#h2007s .solution04 .era {
		margin: -16% 0 0 67.4%;
	}
	#h2007s .solution04 .textArea {
		margin-left: 11.5%;
		width: 76.1%;
	}
	#h2007s .solution04 h5 {
		margin-top: 18.2%;
		width: 100%;
	}
	#h2007s .solution04 h5 span{
		margin:0;
	}
	#h2007s .solution04 .cts01 img {
		width: 87.394%;
		display: block;
		margin: 105% 0 0 5.4%;
	}
	#h2007s .solution04 .cts01 .white-rect {
		top: 52%;
        border-top: 15em solid transparent;
        border-left: 59em solid #fff;
        border-bottom: 13em solid transparent;
        transform: rotate(342deg);
	}
	#h2007s .solution04 .h2017Cts2 {
		left: -5.2%;
        top: 98%;
	}
	#h2007s .solution04 .cts02 img {
		margin: 91% 0 0 0%;
	}
	#h2007s .solution04 .cts02 {
		width: 30.68em;
        height: 30.68em;
	}
	#h2007s .solution04 h5 {
		margin-bottom: 0.5em;
	}
	#h2007s .solution04 .h2017Cts2 h5 {
		margin-top: 21.5%;
	
	}
	#h2007s .solution04 .illust {
		z-index: -2;
	}
	#h2007s .solution04 .cts02 .white-rect {
		top: 42%;
		border-bottom: 7em solid transparent;
	}
	#h2007s .solution05 {
		margin: 0% -14% 0% 0;
	}
	#h2007s .solution05 .cts01 {
		width: 25.22em;
        height: 26.22em;
        margin: 74.8% 0 0 0;
	}
	#h2007s .solution05 .cts01 h5{
		margin-bottom: 0.8em;
	}
	#h2007s .solution05 .era {
		top: 44%;
        margin: 0% 0 0 9%;
		padding-top: 1em;
		width: 4.61em;
        height: 4.72em;
	}
	#h2007s .solution05 .textArea {
		width: 70%;
        margin: 0 16%;
	}
	#h2020s .unit.about {
		margin: 37% 0 0 0;
	}
	#h2020s .unit .textArea {
		width: 80%;
        margin: 0 10%;
	}
	#h2020s .about h2 {
		padding: 0.65em 1.6em 0.75em 0.8em;
        font-size: 2.55em;
        margin: -28.1% 0 0 5.4%;
	}
	#h2020s .unit .textArea {
		width: 80%;
        margin: 0 10%;
	}
	#h2020s .about .cts01 h3 {
		font-size: 1.765em;
        margin: 0.6em 0 0.6em;
        line-height: 1.333;
	}
	#h2020s .about .cts01 p {
		font-size: 1.125em;
        line-height: 1.819;
	}
	#h2020s .solution06 {
		margin: 9.2% 0 0 14%;
	}
	#h2020s .solution06 .cts01 {
        width: 32.25em;
        height: 32.25em;
	}
	#h2020s .solution06 .era {
		margin: -5.3% 0 0 -15%;
        width: 4.61em;
        height: 4.61em;
		padding-top: 0.9em;
	}
	#h2020s .solution06 .cts01 .textArea {
		margin: 0 19%;
        width: 73%;
	}
	#h2020s .solution06 .illust {
		width: 7.55em;
        margin: 94% 0 0 -57%;
	}
	#h2020s .solution07 {
		margin: 31% 4% 10% 0;
	}
	#h2020s .solution07 .cts01,
	#h2020s .solution07 .cts02 {
		width: 25.567em;
        height: 25.567em;
	}
	#h2020s .solution07 .cts01 {
		margin-left: 31%;
	}
	#h2020s .solution07 .cts01 .textArea {
		margin: 0 17%;
        width: 70%;
	}
	#h2020s .solution07 .cts01 .textArea h5{
		margin-top: -0.4em;
        margin-bottom: 0.35em;
	}
	#h2020s .solution07 .cts02 {
        left: 5%;
        margin-top: -6%;
		bottom: unset;
		position: relative;
	}
	#h2020s .solution07 p {
		font-size: 1em;
	}
	#h2020s .solution07 .cts02 .textArea{
		width: 75%;
        margin: 0 15%;
	}
	#h2020s .solution07 .cts02 .textArea h5{
		margin-top: 1em;
        margin-bottom: 1em;
	}
	#h2020s .solution07 .era {
		margin: 5.8% 0 0 13%;
		width: 4.61em;
        height: 4.61em;
		padding-top: 0.9em;
	}
	#h2020s .solution08 {
        margin: 26% -16% 37% 0;
		float: right;
	}
	#h2007s .solution05 .illust.illust_01 {
		width: 8.1em;
		left: 5%;
        top: 68%;
	}
	#h2020s .solution06 .illust.illust_01 {
		width: 10.5em;
		left: 98%;
        top: 36%;
	}
	#h2020s .solution08 .illust.illust_01 {
		right: 11%;
        top: -15%;
		width: 18em;
	}
	#h2020s .solution08 .cts01 {
		width: 30.68em;
        height: 30.68em;
		margin-right: 0;
	}
	#h2020s .solution08 .cts02,
	#h2020s .solution08 .cts03 {
		width: 25.567em;
        height: 25em;
		position: relative;
	}
	#h2020s .solution08 .era {
		margin: 5% 0 0 -13%;
	}
	#h2020s .solution08 .cts02 {
		left: 5%;
        bottom: unset;
        margin-top: -3%;
	}
	#h2020s .solution08 .cts03 {
		right: 11%;
        bottom: unset;
        margin-top: -2%;
        z-index: -2;
	}
	#h2020s .solution08 .cts03 .textArea {
		margin: 0 14%;

	}
	#h2020s .solution08 .cts01 .white-rect {
		top: 43.5%;
	}
	#h2020s .solution08 .cts01 p,
	#h2020s .solution08 .cts02 p,
	#h2020s .solution08 .cts03 p {
		font-size: 0.9em;
	}
	#h2020s .solution08 .cts01 h5,
	#h2020s .solution08 .cts02 h5 {
		margin-bottom: 0.5em;
	}
	#h2020s .solution08 .cts01 .textArea {
		margin: 0 14%;
	}
	#h2020s .solution08 .cts01 img {
		margin: 94% 0 0 -4%;
	}

	#h2020s .solution09 .illust.illust_01 {
		right: 18%;
        top: 93%;
        width: 10em;
	}
	#h2020s .solution09 .cts01 {
		width: 30.68em;
        height: 30.68em;
		margin-right: 4%;
	}
	#h2020s .solution09 .cts02,
	#h2020s .solution09 .cts03,
	#h2020s .solution09 .cts04 {
		width: 25.567em;
        height: 25em;
		position: relative;
	}
	#h2020s .solution09 .era {
		margin: 5% 0 0 -13%;
	}
	#h2020s .solution09 .cts02 {
		right: 16.6%;
        bottom: unset;
        margin-top: -6%;
	}
	#h2020s .solution09 .cts03 {
		left: 1%;
        bottom: unset;
        margin-top: -9%;
        z-index: -2;
	}
	#h2020s .solution09 .cts03 .textArea {
		margin: 0 14%;

	}
	#h2020s .solution09 .cts04 {
		right: 19%;
        bottom: unset;
        margin-top: -5%;
        z-index: -3;
	}
	#h2020s .solution09 .cts04 .textArea {
		margin: 0 14%;

	}
	#h2020s .solution09 .cts01 .white-rect {
		top: 43.5%;
	}
	#h2020s .solution09 .cts01 p,
	#h2020s .solution09 .cts02 p,
	#h2020s .solution09 .cts03 p,
	#h2020s .solution09 .cts04 p {
		font-size: 0.9em;
	}
	#h2020s .solution09 .cts01 h5,
	#h2020s .solution09 .cts02 h5,
	#h2020s .solution09 .cts03 h5,
	#h2020s .solution09 .cts04 h5 {
		margin-bottom: 0.5em;
	}
	#h2020s .solution09 .cts01 .textArea {
		width: 69%;
        margin: 0px 15.4%;
	}
	#h2020s .solution09 .cts01 img {
		margin: 94% 0 0 -4%;
	}

	#h2020s .solution10 .illust.illust_01 {
		left: 6%;
        top: 99%;
        width: 9em;
	}
	#h2020s .solution10 .cts01 {
		width: 21.68em;
        height: 21.68em;
		margin-right: 30%;
	}
	#h2020s .solution10 .cts02,
	#h2020s .solution10 .cts03,
	#h2020s .solution10 .cts04 {
		width: 25.567em;
        height: 25em;
		position: relative;
	}
	#h2020s .solution10 .era {
		margin: -16% 0 0 55%;
	}
	#h2020s .solution10 .cts02 {
		left: 13%;
        bottom: unset;
        margin-top: -3%;
	}
	#h2020s .solution10 .cts03 {
		right: 11%;
        bottom: unset;
        margin-top: -9%;
        z-index: -2;
	}
	#h2020s .solution10 .cts03 .textArea {
		margin: 0 14%;
	}
	#h2020s .solution10 .cts03 .textArea h5 {
		margin-right: 0;
	}
	#h2020s .solution10 .cts04 {
		left: 9%;
        bottom: unset;
        margin-top: -6%;
        z-index: -3;
	}
	#h2020s .solution10 .cts04 .textArea {
		margin: 0 14%;
	}
	#h2020s .solution10 .cts04 .textArea h5 {
		margin-right: -6%;
	}
	#h2020s .solution10 .cts01 .white-rect {
		top: 43.5%;
	}
	#h2020s .solution10 .cts01 p,
	#h2020s .solution10 .cts02 p,
	#h2020s .solution10 .cts03 p,
	#h2020s .solution10 .cts04 p {
		font-size: 0.9em;
	}
	#h2020s .solution10 .cts01 h5,
	#h2020s .solution10 .cts02 h5,
	#h2020s .solution10 .cts03 h5,
	#h2020s .solution10 .cts04 h5 {
		margin-bottom: 0.5em;
	}
	#h2020s .solution10 .cts01 .textArea {
		margin: 0 15%;
        width: 70%;
	}
	#h2020s .solution10 .cts01 img {
		margin: 94% 0 0 -4%;
	}

	#h2020s .tlContinue {
		width: 28.481em;
		height: 27.481em;
        margin: 0 0 17% 12.7%;
	}
	#h2020s .tlContinue span {
		padding: 33% 0 0 0;
		font-size: 1.841em;
		line-height: 1.625;
	}
	#h2020s .tlContinue .chip:nth-child(2) {
		width: 5em;
		height: 5em;
		background: #0072bd;
		opacity: 0.5;
		margin: -15% 0 0 84%;
	}
	#h2020s .tlContinue .chip:nth-child(3) {
		background: #025a94;
		opacity: 0.3;
		margin: -5.7% 0 0 -6.4%;
		width: 6.648em;
		height: 6.648em;
	}

	#listLink .menu_item a {
		padding: 4.57em 0.71em 1.2em 1.2em;
	}
	#listLink .menu_text {
		font-size: 1.5em;
	}
	#listLink .menu_icon {
		margin-top: 3.8em;
		width: 8vw;
	}
	#listLink .menu_icon::before {
		width: 5vw;
	}
	#listLink .menu_item-04, #listLink .menu_item-05, #listLink .menu_item-06, #listLink .menu_item-07 {
		width: 50%;
	}
	#listLink .menu_item.menu_item-04 a,
	#listLink .menu_item.menu_item-05 a,
	#listLink .menu_item.menu_item-06 a,
	#listLink .menu_item.menu_item-07 a {
		padding: 2.4em 0.71em 0.4em 1.7em;
	}
	#listLink .menu_item-04 .menu_icon,
	#listLink .menu_item-05 .menu_icon,
	#listLink .menu_item-06 .menu_icon,
	#listLink .menu_item-07 .menu_icon {
		margin-top: 1.8em;
	}
/*
	footer.nowhite:before {
		margin-top: -1.5em;
		height: 1.5em;
	}
*/
	.trademark_sub{
		margin-left: 2.3em;
		line-height: 1.7;
		font-size: 1em;
		margin-right: 2.3em;
		margin-top: 0.7em;
		line-height: 2;
		margin-bottom: 5.8em;
	}

	/* ==========================================
	 sp
	========================================== */
		.ctsBox.cts01.anm.trigger {}
}
.nicescroll-cursors {
	display: none !important;
}
/*#bgImage:after {
	background-color: #fff!important;
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}*/
