@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本
  

******************************************************************************* */

/* ==

　01. 基本

=============================================================================== */
body {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.section {
	padding: 0 10px;
}
.pro_section_in {
    max-width: 950px;
    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_secion{
	margin-bottom:50px;
}
.lead_secion_in{
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
.lead_tit{
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	color: #666;
}
.lead_txt{
	font-size: 1.25rem;
	text-align: center;
	color: #333;
}

/* --- pro_section01 --- */
.pro_section01 {
    background: #efefef url(/business/factory/common/images/bg01.png) no-repeat 0 0;
	background-size: cover;
    padding: 60px 10px;
	margin-bottom: 60px;
}
.pro_section01 .pro_section_table {
    background: #fff;
    border-radius: 5px;
    padding: 15px 10px 10px;
    box-sizing: border-box;
}
.pro_section01 .pro_section_table span{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.pro_section01 img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* --- pro_section02 --- */
.pro_section02 .pro_arrow_red, .pro_arrow_red_s {
    display: inline-block;
    width: 19px;
    height: 10px;
    background: url(/business/office/images/rn02/ico_arw01.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
    flex-shrink: 0;
}
.pro_section02 .pro_arrow_red::after, .pro_arrow_red_s::after {
    content: none;
}
.pro_section02 .pro_section_nav {
    padding: 30px 0;
}
.pro_section02 .pro_nav_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.pro_section02 .pro_nav_item {
    display: flex;
    background: #f7f7f7;
    text-decoration: none;
    color: #333;
    transition: opacity 0.3s;
}
.pro_section02 .pro_nav_img {
    width: 230px;
    height: 140px;
    flex-shrink: 0;
    overflow: hidden;
}
.pro_section02 .pro_nav_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pro_section02 .pro_nav_text {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro_section02 .pro_nav_text h3 {
    font-size: 100%;
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
}

/* --- 下部バナーエリア --- */
.sub-nav_banners {
	padding:0 10px;
	margin-bottom: 60px;
}
.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;
}