@charset "utf-8";

/* ****************************************************************************

　目次

******************************************************************************* */
#headerSub .nav .nav01 > li.headerSubHome > a {
    border-bottom-color: #000;
}
.section{
	margin-bottom:50px;
}
.section_in{
	margin:0 auto;
	max-width:1100px;
	box-sizing: border-box;
}

/* ==

　01. 

=============================================================================== */
/* MV
------------------------------------------------------------------------------- */
.Visual01 {
	margin: 0 0 0;
	padding: 0 10px;
	background: url(../images/main.jpg) center center no-repeat;
	background-size: cover;
}
.Visual01_in {
	position: relative;
	display: -webkit-box;
	display: flex;
	align-items: center;
	max-width: 1180px;
	height: 520px;
	margin: 0 auto;
}
.Visual01_box{
	display:block;
	width:100%;
	max-width:390px;
	background-color: rgba(255, 255, 255, 0.8);
	padding:30px;
	box-sizing: border-box;
}
.Visual01_tit {
	line-height: 1.2;
	margin: 0;
	font-size: 46px;
	font-weight:700;
	font-family: "Noto Serif JP", "serif"
}
.Visual01_txt {
	font-size:1.375rem;
	font-weight: 700;
	margin:15px 0;
	line-height:1.4;
}
.Visual01_txt2 {
	font-size:18px;
	font-weight: 700;
	margin:0 0 20px;
	line-height:1.4;
}
.Visual01_btn a{
	position: relative;
	display:block;
	width:100%;
	padding:15px 0;
	background:#062A5E;
	text-align:center;
	color:#fff;
	text-decoration: none;
	font-weight:700;
	font-size:20px;
}
.Visual01_btn a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
	margin-top:-5px;
}
.Visual01_btn a:hover{
	opacity: 0.6;
}
.Visual01_link{
	position: absolute;
	bottom:50px;
	right:0;
	width:270px;
}
.Visual01_link li{
	width:100%;
	margin-bottom:20px;
	font-weight:700;
	font-family: "Noto Serif JP", "serif"
}
.Visual01_link li a{
	display:block;
	width:100%;
	font-size:1.375rem;
	padding:12px 20px;
	background-color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-weight:700;
	color:#000;
	box-sizing: border-box;
}


/* lead
------------------------------------------------------------------------------- */
.lead_secion{
	padding:30px 10px;
}
.lead_secion_in{
	max-width:1240px;
	margin: 0 auto;
}
.lead_tit{
	font-size:2.5rem;
	color:#333;
	text-align: center;
	line-height: 1.2;
}
.lead_tit span{
	display:block;
	font-size:1.25rem;
	color:#8E8E8E;
	margin-top: 10px;	
}
.lead_txt{
	max-width:1075px;
	font-size:1.125rem;
	margin: 40px auto 30px;
	text-align: center;	
}
.lead_card_list {
  display: flex;
  gap: 30px;
}
.lead_card_item {
  flex: 1;
  list-style: none;
  display: flex;	
}
.lead_card_link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  text-decoration: none;
  color: inherit;
}
.lead_card_img img {
  width: 100%;
  height: auto;
  display: block;
}
.lead_card_body {
  flex: 1;
  padding: 20px;
}
.lead_card_title {
	width:100%;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 12px;
	box-sizing: border-box;
}
.lead_card_title.arrow::after{
	right:0;
}
.lead_card_text {
  font-size: 0.875rem;
  line-height: 1.8;
}
.lead_card_arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 16px;
  height: 16px;
  background-image: url(/business/factory/common/images/ico_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* SOLUTION
------------------------------------------------------------------------------- */
.solution_secion{
	padding:50px 10px;
  background: url(/business/factory/images/solution_bg01.png) no-repeat top center;
	background-size: cover; 
}
.solution_secion_in{
	position: relative;
	max-width:1240px;
	margin: 0 auto;
}
.solution_tit{
	font-size:2.5rem;
	color:#333;
	text-align: center;
	line-height: 1.2;
}
.solution_tit span{
	display:block;
	font-size:1.25rem;
	color:#8E8E8E;
	margin-top: 10px;	
}
.solution_txt{
	font-size:1.125rem;
	margin: 40px auto 30px;
	text-align: center;	
}
.solution__grid{
	position: relative;
	width:100%;
	max-height:827px;
	aspect-ratio: 1240 / 827;
}
.solution__grid::before,
.solution__grid::after,
.solution__grid__in::after{
	position: absolute;
	top: 4%;
	left: 47%;
	content: " ";
	width: 9.06%;
	aspect-ratio: 114 / 101;
	background: url("/business/factory/images/solution_bg03.svg") no-repeat;
	background-size:cover;
}
.solution__grid::after{
	top: 75%;
	left: 25%;
}
.solution__grid__in::after{
	top: 21%;
	left:74.5%;
	width: 12.6%;
	aspect-ratio: 156 / 138.3;
}
.solution__grid__in::before{
	position: absolute;
	content: " ";
	top: -13%;
	right: -14%;
	width: 40.2%;
	aspect-ratio: 498 / 435;
	background: url("/business/factory/images/solution_bg02.png") no-repeat;
	background-size:cover;
}

.hex{
	position: absolute;
	width:29.44%;
	height:38.21%;
	background-image:url("../images/solution_img04.svg");
	background-size:100% 100%;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;	
	font-size: clamp(1.25rem, 1.94vw, 1.5rem);
	color:#000;
	font-weight:500;
  overflow:hidden;	
}
a.hex{
	color:#fff;
	text-decoration: none;
	transition: background-size .4s ease, filter .3s ease;
}
a.hex:hover{
	background-size: 101% 101%;
	filter: brightness(0.8);	
}
a.hex .hex__label{
	position: relative;
	padding-bottom:30px;
}
a.hex .hex__label::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
	width: 28px;
	height: 19.81px;
  background: url("../images/ico_arw_w.svg") no-repeat center / contain;
}
.hex--land{
	background-image:url("../images/solution_img01.png");
	top:20%;
	left:0;
}
.hex--env{
	background-image:url("../images/solution_img02.png");
	top:20%;
	right:23.5%;		
}
.hex--dx{
	background-image:url("../images/solution_img03.png");
	top:40%;
	right:0;			
}
.hex--design{
	top:0;
	left:23.5%;	
}
.hex--after{
	top:40%;
	left:23.5%;	
}
.hex--bcp{
	top:60%;
	right:23.5%;		
}



/* 関連リンク
------------------------------------------------------------------------------- */
.related_section{
	margin-bottom:70px !important;
	padding:0 10px;
}
.related_section_in{
	max-width:950px;
	margin:0 auto;
}
.related_tit{
	font-size:2.5rem;
	color:#000;
	text-align:center;
	line-height:1.2;
}
.related_tit span{
	font-size:1.25rem;
	color:#8E8E8E;
	display:block;
}
.related__banners {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}
.related__banner {
  position: relative;
  flex: 1;
  height: 140px;
  overflow: hidden;
  background: #ccc;
	min-width: 0;
	transition: opacity 0.4s ease, transform 0.4s ease;		
}
.related__banner:hover{
	opacity: 0.7;
}
.related__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related__banner a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 112%;
  font-weight: bold;
	text-decoration: none;
}
.related__banner a span{
	font-size:1rem;
	position: relative;
	display: inline-block;
	padding:10px 45px 10px 20px;
	background: rgba(255, 255, 255, 0.8);
}
.related__banner a span::after{
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
	transform: translateY(-50%) ;
  width: 20px;
  height: 14.15px;
	background:url(/business/factory/common/images/ico_arw.svg) no-repeat;
	background-size:20px 14.15px;
}