@charset "utf-8";

/*-------------------------
	index Layout

	created 2023.06.08
	updated 2025.12.1
-------------------------*/

#wrapper {
	width: 100%;
	background-color: black;
}

.information {
	padding: 30px;
	height: auto;
}


/*-----------------------
   ページTOPへ戻る
------------------------*/
#pageTopIndex {
	position: fixed;
	bottom: 40px;
	right: 40px;
	cursor: pointer;
	z-index: 999;
}


/*--------------------------
	topAnime
---------------------------*/
#topAnime {
	width: 100%;
	min-height: 100vh;
	position: relative;
}

#topAnime .logoAnime {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	height: 111px;
}

#topAnime .logoAnime img {
	position: absolute;
	opacity: 0;
}

#topAnime .logoAnime img.a1 {
	opacity: 1;
}

#topAnime .logoAnime img.a2 {
	animation: fadeIn 0.5s ease 1s forwards;
	z-index: 10;
}

#topAnime .information {
	opacity: 0;
	background-color: rgba(0,0,0,1.0);
	animation: fadeIn 1.2s ease 2s forwards;
}


@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes translateIn {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/*--------------------------
	information
---------------------------*/

.information {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	width: 100%;
	gap: 100px;
}

.information .container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 50px 100px;
	padding: 50px;
}

.information .slogan {
	position: relative;
	margin: 0 auto;
}

.information .slogan > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	z-index: 12;
}

.information .slogan img {
	max-width: 100%;
}

.information .slogan img.a3 {
	width: 408px;
}

.information .slogan img.a4 {
	width: 808px;
}

.information .slogan iframe {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 500px;
}

.information .container .box {
	width: 60%;
	padding: 10px;
	line-height: 1.6;
}

.information .container .box p a {
	color: orange;
	text-decoration: none;
}

.information .container .box {
	border: 1px solid #71AF42;
}

.information .container .box h2 {
	color: #71AF42;
	margin-bottom: 1rem;
}

.information .container .box p {
	color: white;
	padding-left: 1.2em;
	text-indent: -1.2em;
	margin-bottom: 0.5em;
}

.information .container .box p:last-child {
	margin-bottom: 0;
}

.information span.red {
	color: #FF5B5B;
}

.information span.attention {
	color: #FF7A6D;
}

.information span.blue {
	color: dodgerblue;
}

.information span.policy {
	color: forestgreen;
}

.information span.yellow {
    color: darkgoldenrod;
}

.scrolldown{
	position: relative;
	bottom: 0;
	left: 0;
}

.scrolldown span{
  position: absolute;
  left:10px;
  bottom:20px;
  color: #eee;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
      0%{bottom:75px;}
     100%{bottom:-5px;}
 }

@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

.scrolldown:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:2px;
  height: 80px;
  background:#eee;
}





/*--------------------------
	firstView
---------------------------*/
/* - desktop - */
@media screen and (min-width: 1401px) {

}
/* - laptop - */
@media screen and (min-width: 1025px) and (max-width: 1400px){

}
/* - tablet - */
@media screen and (max-width: 1024px) {

}

#firstView {
	position: relative;
	background-color: #d9d9d9;
}

#firstView header {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	z-index: 15;
}

#firstView header h1 {
	font-family: "Shin Go Bold", 'Noto Sans JP', 'sans-serif';
	font-weight: 700;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	column-gap: 20px;
}

#firstView header h1 span {
	display: inline-block;
	padding-top: 15px;
}

#firstView main {
	background-color: whitesmoke;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: flex-start;
	padding: 85px 50px 50px;
}


/*--------------------------
	links  -nav-
---------------------------*/

#firstView #index_links nav {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 50px;
	margin: 50px 0;
}

#firstView #index_links nav a {
    flex-shrink: 0;
}

#firstView #index_links nav figure img {
	background-color: #262626;
}

#firstView #index_links nav figcaption {
	font-family: 'Noto Sans JP', 'sans-serif';
	color: black;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}

#firstView #index_links nav a {
    text-decoration: none;
}


/*--------------------------
	menu
---------------------------*/
#firstView main h2 {
	font-family: 'Noto Sans JP', 'sans-serif';
	font-size: 0.90rem;
	font-weight: 400;
	color: darkgreen;
	text-align: center;
}

#firstView main img.topImg {
	max-width: 100%;
	padding: 50px 0;
}

#firstView .menuBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 5rem 2rem;
}

#firstView .menu {
	margin-top: 30px;
}

#firstView .menu a:not([href]) {
	cursor: default;
}

#firstView .menu h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

#firstView .menu .list {
	background-color: #d9d9d9;
	padding: 10px 20px;
	min-width: 286px;
	width: 100%;
}

#firstView .menu h4 {
	margin-bottom: 0.5rem;
}

#firstView .menu h4::before {
	content: "▶ ";
	font-size: 1.5rem;
	vertical-align: baseline;
}

#firstView .menu .list ul {
	font-size: 1rem;
}

#firstView .menu .list ul li {
	position: relative;
	padding-left: 0.5rem;
	margin-left: 0.5rem;
}

#firstView .menu .list ul li::before {
	position: absolute;
	top: 0.5rem;
	left: -0.5rem;
}

#firstView .menu .list > ul {
	font-weight: bold;
	margin-bottom: 0.5rem;
}

#firstView .menu .list > ul ul {
	font-weight: normal;
	margin-left: 0.5rem;
	margin-bottom: 0.5rem;
}

#firstView .menu .list > ul li ul li::before {
	content: "▶";
	font-size: 0.6rem;
	padding-right: 0.5rem;
	font-weight: normal;
}

#firstView .menu .list > ul::after {
	content: "etc.,";
	display: inline-block;
	margin-top: 1em;
	width: calc(100% - 20px);
	text-align: right;
}


/* hover アニメーション */
#firstView .menu .list a {
	position: relative;
	color: black;
	text-decoration: none;
	display: inline-block;
	padding: 2px 5px;
}

#firstView .menu .list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}

#firstView .menu .list a:hover::after {
    transform: scale(1, 1);
}


/* アイコン付きリンク */
#firstView .menu .list ul li.ico {
	margin-top: 10px;
	padding-left: 15px;
	height: 25px;
}

#firstView .menu .list ul li.ico::before {
	content: '';
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	left: -0.8rem;
}

#firstView .menu .list ul li.try::before {
	background-image: url("../images/index/btn_202108/11-01.png");
}

#firstView .menu .list ul li.rent::before {
	background-image: url("../images/index/btn_202108/11-02.png");
}

#firstView .menu .list ul li.userSupport::before {
	background-image: url("../images/index/btn_202108/5-01.png");
}


/* - 情報＆革新サポート:塗装技術.com -*/
#firstView .menu .ii h4::before {
	color: #ef8200;
}

#firstView .menu .ii > ul > li {
	padding-left: 1rem;
}

#firstView .menu .ii > ul > li::before {
	content: "■";
	font-size: 0.6rem;
	font-weight: normal;
}

#firstView .menu .ii > ul > li:nth-last-child(-n + 2) {
	margin-left: 0.5rem;
}

#firstView .menu .ii > ul > li:nth-last-child(-n + 2)::before {
	content: "▶";
	left: -0.3rem;
}

#firstView .menu .ii > ul li ul li {
	margin-left: 0.2rem;
}

#firstView .menu .ii a:hover {
	color:#ef8200;
}

#firstView .menu .ii a::after {
    background:#ef8200;
}

/* - 研究開発サポート -*/
#firstView .menu .rd h4::before {
	color: #e50012;
}

#firstView .menu .rd > ul li::before {
	content: "▶";
	font-size: 0.6rem;
	font-weight: normal;
}

#firstView .menu .rd a:hover {
	color:#e50012;
}

#firstView .menu .rd a::after {
    background:#e50012;
}

/* - ファクトリーサポート -*/
#firstView .menu .fs h4::before {
	color: #00a63c;
}

#firstView .menu .fs > ul li::before {
	content: "▶";
	font-size: 0.6rem;
	font-weight: normal;
}

#firstView .menu .fs a:hover {
	color:#00a63c;
}

#firstView .menu .fs a::after {
    background:#00a63c;
}

/* - 品質サポート -*/
#firstView .menu .qs h4::before {
	color: #004097;
}

#firstView .menu .qs > ul li::before {
	content: "▶";
	font-size: 0.6rem;
	font-weight: normal;
}

#firstView .menu .qs a:hover {
	color:#004097;
}

#firstView .menu .qs a::after {
    background:#004097;
}


@media screen and (max-width: 1250px){
	#firstView header #pcNav {
		display: none;
	}
	
	#firstView header #mobileNav {
		display: block;
	}
}


/* -Tablet- 600px-1024px */
@media screen and (max-width: 1025px){


	.information .container {
		flex-wrap: wrap;
	}
	
	.information .container .box {
		width: 100%;
	}
	
	/*--------------------------
		links  -nav-
	---------------------------*/

	#firstView #index_links nav {
		flex-wrap: wrap;
		gap: 30px;
	}
	
}

@media screen and (max-width: 615px){
	#firstView header h1 span {
		display: none;
	}
}


/* -SP- 599px 以下 */
@media screen and (max-width: 599px){
	
	.information .container {
		flex-direction: column;
		padding: 0;
	}
	
	#firstView main {
		padding-left: 30px;
		padding-right: 30px;
	}
}

	/*-----------------
		menu
	------------------*/

	header div.mMenu {
		display: none;
		position: absolute;
		top: 65px;
		left: 0;
		width: 100%;
		min-height: calc(100% - 65px);
		padding: 30px;
		list-style: none;
		background-color: rgba(0,0,0,0.9);
		color: white;
		z-index: 99;
	}
	
	header div.mMenu .gsc-control-cse {
		border-radius: 8px;
		border: 1px solid white;
		background-color: black;
	}
	
	header div.mMenu .gsc-search-button-v2 svg {
		fill: black;
	}

	header div.mMenu ul {
		padding: 0;
		list-style: none;
	}

	header div.mMenu ul li {
		padding: 20px 30px;
		cursor: pointer;
		border-bottom: 1px solid white;
	}
	
	header div.mMenu ul li ul li:last-child,
	header div.mMenu ul li ul li ul li:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	header div.mMenu ul li ul,
	header div.mMenu ul li ul li ul {
		display: none;
	}
	
	header div.mMenu ul li a {
		color: white;
		text-decoration: none;
		display: block;
		width: 100%;
		height: inherit;
	}

	header div.mMenu div.acName {
		display: flex;
		align-items: center;
		position: relative;
		color: #fff;
		cursor: pointer;
	}

	/* + と - */
	.acName:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 8px;
		width: 24px;
		height: 2px;
		background: #fff;
		transform: translateY(-50%);
	}

	.acName:after {
		content: "";
		position: absolute;
		top: 50%;
		/* 8px+12px-1px(幅2pxの半分) */
		right: 19px;
		width: 2px;
		height: 24px;
		background: #fff;
		transform: translateY(-50%);
		transition: .3s;
	}

	.acName.open:after {
		top: 25%;
		opacity: 0;
	}

	.childList {
		height: auto;
	}