/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2026 | 01:38:33 */
/* 外側の枠（表示領域） */
        .marquee-wrapper {
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            padding: 0px 0;
            display: flex; /* 横に並べる */
        }

        /* アニメーションを適用する中身 */
        .marquee-content {
            display: flex;
            animation: scroll-right-to-left 40s linear infinite;
        }

        /* 流れるテキスト自体のスタイル */
        .marquee-text {
			font-family: "Orbitron", sans-serif;
            font-size: 160px;
            font-weight: 500;
            text-transform: uppercase;
			color:#F7F7F7;
            padding-right: 50px; /* テキスト間の余白 */
			line-height:1;
			    margin-bottom: 0px;
			    padding-top: 15px;
    padding-bottom: 15px;
        }

        /* 右から左へ流れる無限ループのアニメーション */
        @keyframes scroll-right-to-left {
            0% {
                transform: translateX(0);
            }
            100% {
                /* 中身が2つあるので、ちょうど半分(-50%)動いたところでループさせる */
                transform: translateX(-50%);
            }
        }

#Home .philosophy .section{
	position:relative;
	width:100%;
    height: 590px;
    margin-bottom: 100px;
}

#Home .philosophy .section .image{
  position:absolute;
  top:0px;
  left:0px;
}
#Home .philosophy .section .image img{
	width:920px;
}
#Home .philosophy .section .txtBlock{
	position: absolute;
    top: 100px;
    left: 52%;
    padding: 60px 60px;
    background: linear-gradient(90deg, #505050, #AFAFAF);
    width: 450px;
}
#Home .philosophy .section .txtBlock pre{
	font-size: 55px;
    font-family: "Orbitron", sans-serif;
    font-weight: 500;
	color:#FFF;
	line-height: 1.1;
    overflow: hidden;
}
#Home .philosophy .section .txtBlock h2{
	font-size:18px;
	font-weight:400;
	color:#FFF;
	margin-bottom:20px;
	letter-spacing:2px;
	font-family: "Noto Sans JP", sans-serif;
}
#Home .philosophy .section .txtBlock h3{
	font-size:26px;
	font-weight:400;
	color:#FFF;
	margin-bottom:10px;
	font-family: "Noto Sans JP", sans-serif;
}
#Home .philosophy .section .txtBlock p{
	margin-bottom:40px;
	color:#FFF;
}
#Home .philosophy .section .txtBlock .btn {
  color: #fff;
}
#Home .philosophy .section .txtBlock .btn a {
  position: relative;
  padding-top: 12px;
  padding-right: 35px;
  padding-left: 45px;
  padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	border:2px solid #FFF;
  font-weight: 500;
	font-size:16px;
	border-radius:0px;
	background-color: transparent;
}
#Home .philosophy .section .txtBlock .btn a:hover {
	opacity: 0.7;
}
#Home .philosophy .section .txtBlock .btn a:before {
  background: url(http://ima01.net/wp-content/uploads/2026/04/ico_arrow_white.svg);
  content: "";
  width: 8px;
  height: 12px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


#Home .business {
	padding-bottom:100px;
}
#Home .business pre {
	font-size: 55px;
    font-family: "Orbitron", sans-serif;
    font-weight: 500;
	color:#333333;
	line-height: 1.1;
    overflow: hidden;
}
#Home .business h2{
	font-size:18px;
	font-weight:400;
	margin-bottom:20px;
	letter-spacing:2px;
	font-family: "Noto Sans JP", sans-serif;
}
#Home .business p{
	font-size:18px;
	margin-bottom:10px;
}
#Home .business .btn {
	margin-top:30px;
  color: #fff;
}
#Home .business .btn a {
  position: relative;
  padding-top: 12px;
  padding-right: 35px;
  padding-left: 45px;
  padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	border:2px solid #FFF;
  font-weight: 500;
	font-size:16px;
	border-radius:0px;
	background-color: #000;
}
#Home .business .btn a:hover {
	background-color: #000;
	opacity: 0.7;
}
#Home .business .btn a:before {
  background: url(http://ima01.net/wp-content/uploads/2026/04/ico_arrow_white.svg);
  content: "";
  width: 8px;
  height: 12px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


#Home .newsArea {
	padding-top:100px;
	padding-bottom:100px;
	background-color:#F7F7F7;
}
#Home .newsArea pre {
	font-size: 55px;
font-family: "Orbitron", sans-serif;
    font-weight: 500;
	line-height: 1.1;
    overflow: hidden;
	margin-right:15px;
	    padding-top: 10px;
}
#Home .newsArea h2 {
	font-size:18px;
	font-weight:400;
	margin-bottom:20px;
	letter-spacing:2px;
	font-family: "Noto Sans JP", sans-serif;
}
#Home .newsArea ul li{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
#Home .newsArea .date{
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#D61518;
	padding-left:10px;
	width: 110px;
}
#Home .newsArea .title{
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	color:#333;
}
#Home .newsArea p.goList{
	font-size:16px;
	text-align:right;
	margin-top:10px;
}




#Home .company {
    background-image: url(http://ima01.net/wp-content/uploads/2026/04/bg_home1-scaled.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
#Home .company pre {
	font-size: 55px;
   font-family: "Orbitron", sans-serif;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 5px;
    line-height: 1.2;
	letter-spacing: 2px;
	text-align:center;
	overflow:hidden;
}
#Home .company h2 {
	font-size:18px;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	color:#FFF;
	margin-bottom: 20px;
	letter-spacing:2px;
	text-align:center;
}
#Home .company h3 {
	font-size:26px;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#FFF;
	margin-bottom: 20px;
	letter-spacing:2px;
	text-align:center;
}
#Home .company p {
	text-align:center;
	color:#FFF;
}
#Home .company .btn {
  color: #fff;
	margin-top:30px;
}
#Home .company .btn a {
  position: relative;
  padding-top: 12px;
  padding-right: 35px;
  padding-left: 45px;
  padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	border:2px solid #FFF;
  font-weight: 500;
	font-size:16px;
	border-radius:0px;
	background-color: transparent;
}
#Home .company .btn a:hover {
	opacity: 0.7;
}
#Home .company .btn a:before {
  background: url(http://ima01.net/wp-content/uploads/2026/04/ico_arrow_white.svg);
  content: "";
  width: 8px;
  height: 12px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


@media (max-width: 833px) {
	
	 /* 流れるテキスト自体のスタイル */
        .marquee-text {
            font-size: 80px;
			    margin-bottom: 5px;
        }

#Home .philosophy .section{
   position: static;
    width: auto;
    height: auto;
	margin-bottom: 50px;
}

#Home .philosophy .section .image{
   position: static;
}
#Home .philosophy .section .txtBlock{
         position: static;
		 padding: 40px 15px;
		 width: auto;
}
#Home .philosophy .section .txtBlock pre{
		font-size:36px;
		text-align:center;
}	
#Home .philosophy .section .txtBlock h2{
		font-size:16px;
		text-align:center;
		margin-bottom: 15px;
		font-weight: 500;
}
	#Home .philosophy .section .txtBlock h3{
	font-size:21px;
}
	#Home .philosophy .section .txtBlock p{
		margin-bottom: 15px;
}
#Home .philosophy .section .txtBlock .btn {
        justify-content: center;
}
	
	
	#Home .business {
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Home .business pre {
	font-size: 36px;
	text-align:center;
}
#Home .business h2{
	font-size:16px;
	text-align:center;
	margin-bottom: 10px;
}
#Home .business p{
	font-size:16px;
	margin-bottom:5px;
}
#Home .business .btn {
	margin-top:15px;
  color: #fff;
	justify-content:center;
}
	
		#Home .newsArea {
	padding-top:40px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
#Home .newsArea pre {
	font-size:36px;
	text-align:center;
}
#Home .newsArea h2 {
	font-size:16px;
	margin-bottom:15px;
	text-align:center;
}
#Home .newsArea ul li{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
#Home .newsArea .date{
	font-size:16px;
	margin-right:200px;
	padding-left:0px;
}
#Home .newsArea .title{
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	color:#333;
}
#Home .newsArea p.goList{
	font-size:16px;
	text-align:right;
	margin-top:10px;
}
	
	#Home .company {
    padding-top: 50px;
    padding-bottom: 50px;
		padding-left:15px;
		padding-right:15px;
}
#Home .company pre {
	font-size: 36px;
}
#Home .company h2 {
	font-size:16px;
	margin-bottom: 10px;
}
#Home .company h3 {
	font-size:20px;
	margin-bottom: 10px;
	letter-spacing:0px;
	text-align:left;
}
#Home .company p {
	text-align:left;
}
#Home .company .btn {
  color: #fff;
	margin-top:20px;
}
	
	
}






