@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本
  

******************************************************************************* */

/* ==

　01. 基本

=============================================================================== */
body {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.section {
	padding: 0 20px;
}
.cl_section_in {
    max-width: 1100px;
    margin: 0 auto;
}

/* main visual */
.MVisual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 250px;
    padding: 0 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    background: url(../images/mv_bg.jpg) no-repeat 0 0;
	background-size:cover;
}
.MVisual_tit{
	font-size: 2.375rem;
	font-weight: 600;
	color: #fff;
}

/* lead */
.lead_section{
	margin-bottom:50px;
}
.lead_section_in{
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
.lead_txt{
	font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #666;
}

/* --- cl_section01 --- */
.cl_box-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
	margin: 80px 0 60px;
}
.cl_box-item {
  position: relative;
  aspect-ratio: 1 / 1;
  border: 5px solid #C1C7D1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.cl_box-item p {
	position: relative;
	z-index: 2;
	font-size: clamp(1.625rem, 3vw, 1.75rem);
	line-height: 1.4;
	font-weight: 700;
	color: #535B67;
	text-align: center;
	margin: 0;
	white-space: nowrap;
}
.cl_box-item .num {
	position: absolute;
	top: -12px;
	left: -20px;
	font-family: 'Oswald', sans-serif;
	font-size: 68px;
	font-weight: 400;
	color: #E2E8F0;
	background-color: #fff;
	line-height: 1;
	padding: 0 10px 8px;
	z-index: 1;
	word-break: keep-all;
}

/* --- cl_section02 --- */
.cl_section02 {
	padding:0 10px;
	background: linear-gradient(to bottom, #256D8E, #102F3D);
	overflow: visible;
}
.cl_section02-in {
	position: relative;
}
.cl_visual-scroll {
	width: 100%;
	display: flex;
	justify-content: center;
}
.cl_visual-wrap {
	max-width: 1100px;
	margin-top: -10px;
	margin-bottom: -10px;
	position: relative;
	z-index: 10;
	flex-shrink: 0;
	width: calc(100% - 20px);
}
.cl_full-visual {
	width: 100%;
	height: auto;
	display: block;
}

/* --- cl_section03 --- */
.cl_section03 {
	background: #efefef url(/business/factory/common/images/bg01.png) no-repeat 0 0;
	background-size: cover;
	padding: 70px 10px;
}
.cl_group-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 40px;
}
.cl_group-box {
	width: calc(50% - 20px);
}
.cl_group-ttl {
	background-color: #535B67;
	color: #fff;
	padding: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	border-radius: 5px 5px 0 0;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cl_group-item {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
}
.cl_group-img01 {
	width: 53.7%;
	flex-shrink: 0;
}
.cl_group-img02 {
	width: 44.3%;
	flex-shrink: 0;
}
.cl_group-img01 img,
.cl_group-img02 img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

/* --- 下部バナーエリア --- */
.sub-nav_banners{
	padding:0 10px;
}
.category-nav__banners {
  max-width: 950px;
  margin: 65px auto 65px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.category-nav__banner {
  position: relative;
  height: 140px;
  overflow: hidden;
  background: #ccc;
  min-width: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

