@charset "UTF-8";
/*----------------------------------------
法人・個人事業主のお客様ページは以下を挿入
----------------------------------------*/ 
/*下層ヘッダー背景グラデ*/
.pages_head { background: #41D6C5;
background: linear-gradient(90deg,rgba(65, 214, 197, 1) 0%, rgba(43, 198, 150, 1) 100%); }

/*サイドメニュー色変*/
.side_nav .side_nav_box { background: #C7F7EE; }
.side_nav a { color: #232323; }
.side_nav a:hover { color: #232323; background: #bae8df; }
.side_nav a.is-active { color: #232323; background: #a5e8db; font-weight: 700; }

/*----------------------------------------
END 法人・個人事業主のお客様ページは以下を挿入 END
----------------------------------------*/ 
/* 
-------------------------------------------------- */
h2.c_a { color: #003396;}
.sec--inner {
	display: flex; justify-content: center; column-gap: 40px;
	margin: 0 auto;
}
.sec--inner .photo { }
.sec--inner .photo img { border-radius: 16px;}

.sec--inner p + p { margin-top: 1.1em;}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
	.sec--inner { flex-direction: column;}
	.sec--inner .photo { width:100%; margin-top: 20px;}
	.sec--inner .txt { width:100%;}
}

/* sec01
-------------------------------------------------- */
#sec01 .sec--inner { max-width:834px;}
#sec01 .photo { margin: 55px 15% 53px;}
#sec01 .photo img { border-radius: 16px;}
#sec01 .btn { margin:44px auto 0; text-align: center;}
#sec01 a.download span {
	padding-right:25px; line-height: 1.6;
	background: url("../img/led_business/icn_dl.svg") right center no-repeat;
	background-size:17px auto;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
	#sec01 .sec--inner .photo { max-width:100%;}
	#sec01 .photo { margin: 15px 0;}
	#sec01 .photo img { border-radius: 12px;}
	#sec01 .btn { margin:20px auto 0; text-align: center;}
}


/* sec02
-------------------------------------------------- */
#sec02 .sec--inner {}
#sec02 .sec--inner .photo { max-width:397px;}

#sec02 ul {
	display: flex; justify-content: space-between; /*gap:95px;*/
	margin-top: 40px;
}
#sec02 ul li {
	padding: 32px 35px;
	border-radius: 10px;
	background: #E5F9F9;
  width: calc(95% / 3);
  box-sizing: border-box;
}
#sec02 ul li .icon { margin-bottom: 1.2em; text-align: center; font-weight: bold; color: #013396;}
#sec02 ul li .icon img { max-width:120px;}
/*#sec02 ul li:nth-child(2) .icon img { max-width:90px;}
#sec02 ul li:nth-child(3) .icon img { max-width:78px;}*/
#sec02 ul li .icon p { margin-top: 0.5em;}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
	#sec02 ul { flex-direction: column; gap:15px; }
	#sec02 ul li { width: 100%; }
	#sec02 ul li .icon img { max-width:100px;}
}



/* sec03
-------------------------------------------------- */
#sec03 .sec--inner { margin-top: 65px;}
#sec03 p + p { margin-top: 0.8em;}

#sec03 .sec--inner .photo { max-width:317px;}
/*#sec03 .sec--inner .txt { padding-top: 40px;}*/

.resume {
	margin-top: 100px; padding: 30px 40px;
	border-radius: 10px;
	background: #F6F9FF;
}
.resume h3.c_a {}
#sec03 .sec--inner {
	display: flex; gap:35px; margin-bottom: 10px;
}

#sec03 .txt .att { margin-bottom: 100px; padding: 20px 30px 30px; border-radius: 10px; background: #E5F9F9;}
.rei {
	position: relative;
	padding-left:20px;
	font-size: 12px;
}
.rei::before {
	content:''; position: absolute; left: 0; top:0; transform: translateY(27%);
	width:13px; height: 13px;
	background-image: linear-gradient(#00c8c8, #013396);
	border-radius:8px;
}
#sec03 .strong { color: #013396; font-weight: 700; font-size: clamp(16px, 5vw, 22px); }

.ul--resume li .btn {}
.ul--resume li .btn a {
	display: block; position: relative;
	width:280px; height: 58px; margin-top: .7em; padding-left: 45px;
	line-height: 55px; color: #232323;
	border: 1px solid #013396;
	box-sizing: border-box;
	background: #fff;
	transition:.4s ease;
}
.ul--resume li .btn a::before {
	content:''; position: absolute; left: 13px; top:50%; transform: translateY(-46%) rotate(-45deg);
	width:8px; height: 8px;
	border-right: 2px solid #013396; border-bottom: 2px solid #013396;
}
.ul--resume li .btn a.pdf {}
.ul--resume li .btn a.pdf::after {
	content:''; position:absolute; right:27px; top:50%; transform: translateY(-50%);
	width:20px; height:27px;
	background: url("../img/gtl_fuel/icn_pdf.png") right center no-repeat;
	background-size:20px auto;
}
.ul--resume li .btn a:hover {
	color: #fff; background: #013396; 
}
.ul--resume li .btn a:hover::before { border-color: #fff;}

:root { --case-max: 1400px; --gap: clamp(20px,4vw,48px); --line:#1a1a1a; --title:#d3142e; }

.factory-case__inner { margin-top: 30px; }
.factory-case { padding: clamp(28px,4vw,56px) 0; }

.factory-case__title { margin: 0 0 clamp(5px, 2.5vw, 10px); font-weight: 700; font-size: clamp(16px, 5vw, 20px); color: var(--title); letter-spacing: .04em; }

.factory-case__grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: start; gap: var(--gap); }

.spec-list { margin: 0; }

.spec-list__row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: clamp(10px,2vw,24px); padding: clamp(16px,2.6vw,20px) 0; border-bottom: 1px solid var(--line); }

.spec-list__row:first-child { border-top: 2px solid var(--line); }

.spec-list__term { margin: 0; font-weight: 700; font-size: clamp(14px,2.6vw,16px); letter-spacing: .04em; }

.spec-list__desc { margin: 0; font-weight: 700; font-size: clamp(14px,2.6vw,16px); letter-spacing: .04em; }

.factory-case__photo { margin: 0; }

.factory-case__photo img { width: 100%; height: auto; display: block; border-radius: clamp(6px,1vw,10px); }


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
  
  .factory-case__grid { grid-template-columns: 1fr; }
	#sec03 .sec--inner { flex-direction: column-reverse; gap:20px; margin-top: 0;}
	#sec03 ul { }
/*	#sec03 .sec--inner .txt { padding-top:0px;}*/
	
	#sec03 .sec--inner .photo { max-width:100%;}
	
	#sec03 .txt .att { margin:0 0 20px;}
}


/* sec04
-------------------------------------------------- */
#sec04 .sec--inner { margin: 40px 0;}
#sec04 p + p { margin-top: 0.8em;}

#sec04 .sec--inner .photo { max-width:480px;}
#sec04 .sec--inner .photo img { border-radius: 12px;}
#sec04 .sec--inner .txt { padding-top: 0;}
#sec04 .sec--inner .txt h3 {
	position: relative;
    font-family: var(--font-Mincho-B1);
    font-weight: 800;
    font-size: clamp(18px, 5vw, 32px);
    color: var(--blue-color);
    margin-bottom: 30px;
}
#sec04 .sec--inner .txt .att {
	margin: 20px 0 50px; padding: 20px;
	background: #F6F9FF; border-radius: 12px;
	color: #013396;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
}




@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
}



@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media only screen and (max-width: 980px){
}
@media only screen and (max-width: 600px){
}