@charset "utf-8";

/*　Google Font Barlow Semi Condensed
-------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*　ベースCSSの影響をリセット
-------------------------------------------------*/
#solution {
    font-size: 16px;
    }


ol, 
ul, 
li  {
	list-style: none!important;
	padding:0;
	margin:0;
}


/*　solution
-------------------------------------------------*/
/* base */
#solution .pconly{display: block;}
#solution .sponly{display: none;}
#solution .bold{font-weight: 600;}
#solution .pic,
#solution .pic img{width:100%;}

#solution article.container {
	width:100%;
	max-width:1440px;
	margin:0 auto;
	padding:0;
	overflow: hidden;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
section.container-lp .row{justify-content: space-between;margin:0; padding:0;}
section.container-lp .col-4,
section.container-lp .col-5,
section.container-lp .col-6,
section.container-lp .col-7{margin:0; padding:0;}

/* mv */
@media only screen and (min-width: 768px) {
#solution .mv{width:100%;max-width:1440px;height: 850px;padding-top:59.02%;margin:0 auto; background: url('https://enexty-assets-public.dxp.nexty-ele.com/nexty-ele/business/fa-robotics/solution/mv_bg_pc.jpg') center center no-repeat;position: relative;background-size: cover;}
#solution .mv .txtarea{position: absolute;left:6.94%; top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
#solution .mv .txtarea h3{font-size:28px;font-weight: 900;}
#solution .mv .txtarea h2{margin:30px 0 40px;font-weight: 900;}
#solution .mv .txtarea h2 span{display: inline-block;font-size:52px;padding:5px;background-color: #fff;margin-bottom:8px;}
#solution .mv .txtarea p{font-size:18px;line-height: 1.5;font-weight: 600;}
}
@media only screen and (max-width: 767px) {
    #solution .mv{width:100%;height: auto;padding-top:40px;margin:0 auto; background-color: #F2F2F2;}
    #solution .mv .txtarea{position: relative;padding:50px 5% 60px 5%;}
    #solution .mv .txtarea h3{font-size:18px;font-weight: 900;}
    #solution .mv .txtarea h2{margin:20px auto 20px;font-weight: 900;}
    #solution .mv .txtarea h2 span{display: block;font-size:23px;padding:5px;background-color: #fff;margin-bottom:6px;}
    #solution .mv .txtarea p{font-size:14px;line-height: 1.5;font-weight: 600;}
    #solution .mv .mv_img{width:100%;}
    #solution .mv .mv_img img{width:100%;}
}

/* base */
.main-title{text-align: center;padding-bottom: 50px!important;}
.main-title div.color  {
  color:#D20000;
  font-size:16px;
  margin-bottom:5px!important;
  padding-bottom:0!important;
  letter-spacing: 0.25rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.main-title h3.baseH3 {
  position: relative;
  display: inline-block;
  font-size:32px!important;
  font-weight: 600;
  color:#000!important;
  margin-top:5px!important;
}
.main-title h3.baseH3:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #D20000;
}

.main-title h3.baseH3 span.lead{
  font-size:16px!important;
  font-weight: 400;
  display: block!important;
  margin: 20px auto 15px;
  line-height:1.7;
}

a.btn01 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none!important;
	height:62px;
	line-height: 62px;
	padding:0 30px;
	border-radius: 6px;
	font-weight: 600;
	background: #D20000;
	color: #fff!important;
	transition: 0.5s;
	font-size: 16px;
}

a.btn01:hover {
	background: #e46666;
}

.btn02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  padding: 15px 20px;
  max-width: 260px;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  transition: 0.3s;
  border:1px solid #D20000;
  text-decoration: none;
  border-radius: 6px;
}

.btn02 a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #D20000;
  transition: 0.3s;
}

.btn02 a:hover {
  text-decoration: none;
  background-color: rgba(210,0,0,0.1);
}

.btn02 a:hover::after {
  transform: translateX(5px);
}

section.container-lp{padding:100px 0;}
section.container-lp .inner{max-width:1140px;margin:0 auto;box-sizing: border-box;}
section.container-lp.first-block .main-title{width:240px;}
section.container-lp.first-block .lead{display: flex;justify-content:space-between;margin-bottom:70px;}
section.container-lp.first-block .txt{width:calc(100% - 250px);}
section.container-lp.first-block p{font-size:15px;line-height: 1.6;}
section.container-lp.first-block .ttl {text-align: center;margin:50px auto 30px;}
section.container-lp.first-block .ttl h4 {
  position: relative;
  display: block;
  padding: 0 55px;
  font-size:24px;
}

section.container-lp.first-block .ttl h4:before, 
section.container-lp.first-block .ttl h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38%;
  height: 2px;
  background-color: black;
}

section.container-lp.first-block .ttl h4:before {
  left:0;
}
section.container-lp.first-block .ttl h4:after {
  right: 0;
}
section.container-lp.first-block .logolist p{text-align: center; margin-bottom:30px;}
section.container-lp.first-block .logolist ul{display: flex;  gap:30px;justify-content: center;margin-bottom:30px;}
section.container-lp.first-block .logolist ul li{height: 60px;}
section.container-lp.first-block .logolist ul li img{height:100%;}

section.container-lp.second-block {background-color:#F2F2F2;}
section.container-lp.second-block .ttl {display: flex;align-items: center;justify-content: center;margin:50px auto 90px;}
section.container-lp.second-block h4 {position: relative;padding-left: 2.15em;line-height: 38px;font-size:28px;}
section.container-lp.second-block h4 span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  position: absolute;
  font-size: 14px;
  left: 0;
  top: -15px;
  color: #D20000; 
  line-height: 1;
  letter-spacing: 0.25em;
}

section.container-lp.second-block h4 span em {
  font-size: 40px;
  letter-spacing: 0.075em;
  font-weight: 700;
  top: 0;
  font-style: normal;
  display: block;
}

section.container-lp.second-block h4:before {
  content: url('https://enexty-assets-public.dxp.nexty-ele.com/nexty-ele/business/fa-robotics/solution/arrow.svg');
  position: absolute;
  bottom: -60px;
  display: inline-block;
  width: 120px;
  height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.container-lp.second-block section:not(:last-child){margin-bottom:70px;}
section.container-lp.second-block .box{background-color: #fff;border-radius:10px;padding:30px 30px 30px 30px;margin:0 auto;max-width: 1044px;}
section.container-lp.second-block .box h5{text-align: center;font-size:24px;margin-bottom:2rem;}
section.container-lp.second-block .box ul{width: fit-content;margin: auto;font-weight: 600;}
section.container-lp.second-block .box ul li{background: url('https://enexty-assets-public.dxp.nexty-ele.com/nexty-ele/business/fa-robotics/solution/icon01.svg') left 0px center no-repeat;background-size: 25px auto;margin:10px 0;padding-left:35px!important;}

section.container-lp.third-block section{padding-top:40px;display: flex;align-items: center;justify-content: space-between;}
section.container-lp.third-block section .pic{width:23.68%;max-width:270px;;}
section.container-lp.third-block section .pic img{border-radius: 10px;}
section.container-lp.third-block section .txt{width:73.68%;}
section.container-lp.third-block section .txt h4{font-size:23px!important;font-weight: 600;margin:0 0 15px!important;}
section.container-lp.third-block section .txt p{font-size:14px;}

section.container-lp.contact-block {-moz-box-sizing: border-box;box-sizing: border-box;background: url("https://enexty-assets-public.dxp.nexty-ele.com/nexty-ele/business/fa-robotics/solution/img-contact.jpg") left center no-repeat;background-size:contain;color:#fff!important;background-color:#002533; }
section.container-lp.contact-block .txt{width:50%;margin: 0 0 0 auto;}
section.container-lp.contact-block h3{font-size: 40px!important;font-weight: 600;margin-bottom:15px;color:#fff!important;}
section.container-lp.contact-block p{font-size: 16px;margin-bottom:40px;line-height: 170%;text-align: left;}

section.container-lp.fourth-block{background-color:#F2F2F2;}
section.container-lp.fourth-block .boxarea{display: flex;flex-wrap: wrap;justify-content: center;gap:45px;margin-top:30px;}
section.container-lp.fourth-block .box {border-top:20px solid #D20000;border-radius: 10px;padding:0;background-color:#fff;box-sizing: border-box;flex: 1;}
section.container-lp.fourth-block .box .txt{padding:20px;}
section.container-lp.fourth-block .box .txt h4{font-size:24px!important;font-weight: 600;margin-bottom:20px!important;}
section.container-lp.fourth-block .box .txt p{font-size:14px;}

section.container-lp.fifth-block .row {margin-top:50px;}
section.container-lp.fifth-block .col-6 {width: 45.6%; max-width:520px;margin-bottom:70px;}
section.container-lp.fifth-block .col-6 img{border-radius: 10px;}
section.container-lp.fifth-block .col-6 img.border{border:1px solid #EAEAEA;}
section.container-lp.fifth-block .col-6 .txt .tag{font-size:12px;text-align: center;color:#fff;padding:5px 8px;background-color:#D20000;display: inline-block;border-radius: 5px;margin:20px 0 10px 0;font-weight: 600;}
section.container-lp.fifth-block .col-6 .txt h4{font-size:18px!important;font-weight: 600;margin:0 0 5px!important;}
section.container-lp.fifth-block .col-6 .txt h5{font-size:32px!important;font-weight: 600;margin:0 0 10px!important;line-height: 1.2!important;}
section.container-lp.fifth-block .col-6 .txt p.txt03-01{font-size:16px;margin-bottom:30px;}

section.container-lp.sixth-block .row {margin-top:40px;}
section.container-lp.sixth-block{background-color:#F2F2F2;}
section.container-lp.sixth-block .col-4 {border-radius: 10px;border:1px solid #CCC;padding:0;background-color:#fff;width:32%;position: relative;max-width:362px!important;}
section.container-lp.sixth-block .col-4 img{border-radius: 10px 10px 0 0;}
section.container-lp.sixth-block .col-4 .txt{padding:10px 19px 80px 19px;}
section.container-lp.sixth-block .col-4 .txt p.txt06-01{font-size:12px;margin-bottom:10px!important;font-weight: 600;padding:0!important;}
section.container-lp.sixth-block .col-4 .txt h4{font-size:20px!important;font-weight: 600;margin:0 0 10px!important;}
section.container-lp.sixth-block .col-4 .txt p.txt06-02{font-size:14px;}
section.container-lp.sixth-block .col-4 .btn02 a {
  position: absolute;
  bottom:20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width:90%;
  max-width: 352px;
}

section.container-lp.faq-block .qa {padding-top: 30px;}
section.container-lp.faq-block .qa dl {display: flex;}
section.container-lp.faq-block .qa dl.q {margin-top: 70px;}
section.container-lp.faq-block .qa dl.q:first-child {margin-top: 30px;}
section.container-lp.faq-block .qa dl.q dd {font-size:20px;font-weight: 600;}
section.container-lp.faq-block .qa dl.a dd {font-size:16px;}
section.container-lp.faq-block .qa dt{
	font-size: 40px;
	width:50px;
	height:50px;
	line-height: 45px;
	display:block;
	margin-right:20px;
	border-radius: 10px;
	text-align: center;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 600;
	font-style: normal;
	float:left;
	margin-bottom:20px;
}
section.container-lp.faq-block .qa dl.q dt {
	background: #D20000;
	color: #fff;
	margin-bottom: 30px;
	margin-top:-10px;
}
section.container-lp.faq-block .qa dl.a dt {
	background: #fff;
	border:1px solid #D20000;
	color:#D20000;
}
section.container-lp.faq-block .qa dd {
	width:calc(100% - 70px);
}



@media screen and (max-width:1240px) {
	section.container-lp .inner {padding:0 8%;margin:0;}
}

@media screen and (max-width:1024px) {
	section.container-lp .inner {padding:0 5%;margin:0;}
}

@media only screen and (min-width: 768px) {
	.main-title.pcleft{text-align: left;}
	.main-title.pcleft h3.baseH3:before {
		left: 0;
		-webkit-transform: translateX(-0%);
		transform: translateX(-0%);
	}
    .pcunder0{margin-bottom:0!important;}
}

@media only screen and (max-width: 767px) {
	.pconly{display: none!important;}
    .sponly{display: block!important;}
	
	section.container-lp .row{display: block;}
	section.container-lp .col-2,
	section.container-lp .col-3,
	section.container-lp .col-4,
	section.container-lp .col-5,
	section.container-lp .col-6,
	section.container-lp .col-7,
	section.container-lp .col-8,
	section.container-lp .col-9,
	section.container-lp .col-10{width:100%!important;display: block;margin-bottom:30px;}
    
	.main-title div.color {
		font-size:12px;
	}
	.main-title {
		margin-bottom: 10px!important;
	}
	
	.main-title h3.baseH3 {
		font-size:18px!important;
	}
	.main-title h3.baseH3:before {
		bottom: -25px;
		width: 50px;
		height: 10px;
	}

	.main-title h3.baseH3 span.lead{
		font-size:14px!important;
		padding:0 20px;
		margin: 10px auto 5px;
	}

	a.btn01 {
		height:62px;
		line-height: 60px;
		padding:0 20px;
		width:85%;
		max-width: 360px;
		margin:0 auto;
	}

	.btn02 a {
		width:100%;
		max-width: 360px;
		margin:0 auto;
	}
	
	section.container-lp{padding:60px 0 50px;}
	section.container-lp .inner {padding:0 5%;margin:0;}
    section.container-lp.first-block .main-title{width:100%;display: block;}
    section.container-lp.first-block .lead{display: block;margin-bottom:30px;}
    section.container-lp.first-block .txt{width:100%;display: block;margin:0 0 20px;}
    section.container-lp.first-block p{font-size:14px;}
    section.container-lp.first-block .ttl {margin:40px auto 20px;}
    section.container-lp.first-block .ttl h4 {padding: 0 55px;font-size:18px;}
    section.container-lp.first-block .ttl h4:before, 
    section.container-lp.first-block .ttl h4:after {width: 25%;}
    section.container-lp.first-block .logolist p{margin-bottom:20px;}
    section.container-lp.first-block .logolist ul{gap: 20px;margin-bottom:20px;}
    section.container-lp.first-block .logolist ul li{height: 35px;}

    section.container-lp.second-block .ttl {margin:0 auto 50px;}
    section.container-lp.second-block h4 {position: relative;padding-left: 0;line-height: 26px;font-size:16px;}
    section.container-lp.second-block h4 span {
        font-family: "Barlow Semi Condensed", sans-serif;
        font-weight: 600;
        position: relative;
        font-size: 12px;
        left: 0;
        top: 0;
        color: #D20000; 
        line-height: 1;
        letter-spacing: 0.2em;
        display: block;
        margin-bottom: 10px;
    }
    section.container-lp.second-block h4 span em {
        font-size: 20px;
        letter-spacing: 0.1em;
        font-weight: 700;
        top: 0;
        font-style: 500;
        margin-left: 5px;
        display: inline;
    }
    
    section.container-lp.second-block h4:before {
        bottom: -30px;
        display: inline-block;
        width: 61px;
        height: 16px;
    }
    
    section.container-lp.second-block section:not(:last-child){margin-bottom:40px;}
    section.container-lp.second-block .box{border-radius:0;padding:20px 20px 20px 20px;margin:0 auto 0 auto;}
    section.container-lp.second-block .box h5{font-size:18px;margin-bottom:1.5rem;text-align: left;}
    section.container-lp.second-block .box ul{width: fit-content;margin: auto;font-weight: 600;font-size:14px;}
    section.container-lp.second-block .box ul li{background: url('https://enexty-assets-public.dxp.nexty-ele.com/nexty-ele/business/fa-robotics/solution/icon01.svg') left 0px center no-repeat;background-size: 20px auto;margin:15px 0;padding-left:25px!important;}
    
    section.container-lp.third-block section{padding-top:40px;display: block;align-items: center;justify-content: space-between;}
    section.container-lp.third-block section:first-child{padding-top:0;}
    section.container-lp.third-block section .pic{width:100%;max-width:100%;}
    section.container-lp.third-block section .txt{width:100%;}
    section.container-lp.third-block section .txt h4{font-size:17px!important;font-weight: 600;margin:10px 0 10px!important;}
    section.container-lp.third-block section .txt p{font-size:14px;}
    
	section.container-lp.contact-block {background: url("https://enexty-assets-public.dxp.nexty-ele.com/nexty-ele/business/fa-robotics/solution/img-contact.jpg") center bottom no-repeat;text-align: center;min-height:492px;background-size: contain;background-color:#002533;padding-top:40px;}
    section.container-lp.contact-block .txt{width:100%;margin: 0 auto 0 auto;}
	section.container-lp.contact-block h3{font-size: 24px!important;margin-bottom:15px;text-align: left;}
	section.container-lp.contact-block p{font-size: 15px!important;margin-bottom:30px!important;line-height: 170%;}
    
	section.container-lp.fourth-block .boxarea{display: block;margin-top:0;}
	section.container-lp.fourth-block .box:not(:last-child){margin-bottom:25px;}
	section.container-lp.fourth-block .box .txt h4{font-size:16px!important;font-weight: 600;margin-bottom:20px!important;}
    
    section.container-lp.fifth-block .row {margin-top:0;}
	section.container-lp.fifth-block .col-6 {max-width:520px;margin-bottom:60px;}
	section.container-lp.fifth-block .col-6:last-child {margin-bottom:0;}
	section.container-lp.fifth-block .col-6 .txt .tag{margin:15px 0 10px 0;}
	section.container-lp.fifth-block .col-6 .txt h4{font-size:15px!important;margin-bottom:10px;}
	section.container-lp.fifth-block .col-6 .txt h5{font-size:26px!important;}
	section.container-lp.fifth-block .col-6 .txt p.txt03-01{font-size:16px;margin-bottom:20px;}
    
    section.container-lp.sixth-block .row {margin-top:0;}
	section.container-lp.sixth-block .col-4 .txt{padding:10px 19px 80px 19px;}
	section.container-lp.sixth-block .col-4 .txt h4{font-size:18px!important;font-weight: 600;margin:0 0 10px!important;letter-spacing: -0.04em;}
    section.container-lp.sixth-block .col-4:last-child {margin-bottom:0;}
    
    section.container-lp.faq-block .qa {padding-top: 10px;}
	section.container-lp.faq-block .qa dl.q {margin-top: 30px;}
	section.container-lp.faq-block .qa dl.q:first-child {margin-top: 0;}
	section.container-lp.faq-block .qa dl.q dd {font-size:16px;font-weight: 600;}
	section.container-lp.faq-block .qa dl.a dd {font-size:14px;}
	section.container-lp.faq-block .qa dt{
		font-size: 30px;
		width:40px;
		height:40px;
		line-height: 35px;
		display:block;
		margin-right:20px;
		border-radius: 10px;
		text-align: center;
		font-family: "Barlow Semi Condensed", sans-serif;
		font-weight: 600;
		font-style: normal;
		float:left;
	}
	
	section.container-lp.faq-block .qa dl.q dt {
		background: #D20000;
		color: #fff;
		margin-bottom: 30px;
		margin-top:-7px;
	}
	
	section.container-lp.faq-block .qa dl.a dt {
		background: #fff;
		border:1px solid #D20000;
		color:#D20000;
	}
	
	section.container-lp.faq-block .qa dd {
		width:calc(100% - 60px);
		margin-bottom: 30px;
	}
	

}