@charset "utf-8";
/* CSS Document */

/*-----------------------------------*
 *PC・スマホ共通
 *-----------------------------------*/
section>p>span{
	font-weight:bold;
}
h3{
	text-align:center;
	font-weight:bold;
	padding:1em;
	font-size:15px;
	font-size:1.5rem;
	line-height: 1.5;
	border-top:1px solid #bcc2c2;
	border-bottom:1px solid #bcc2c2;
}
.main-contents{
	background-color:#f5f5f5;
}
#date section ul li{
	float:left;
}
/*-----------------------------------*
事業部紹介・仕事内容
 *-----------------------------------*/
#about section>p{
	font-weight:bold;
}
#about .tub-box.hide{
	display:none;
}
#about .tabs{
	border-bottom:1px solid #bcc2c2;
	letter-spacing: -.40em;
}
#about .tabs li{
	background:#E7233B;
	color:#fff;
	letter-spacing: normal;
	box-sizing:border-box;
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
	display:inline-block;
	text-align:center;
	cursor:pointer; 
}
#about .tabs li.active{
	background:#FBF3F5;
	color:#fff;
	margin-bottom:-2px;
	border-top:1px solid #bcc2c2;
	border-left:1px solid #bcc2c2;
	border-right:1px solid #bcc2c2;
}
#about .tabs li.active{
	color:#E7233B;
}
#about .tabs li:last-child{
	margin-right:0;
}
#about .tub-box ul{
	background:#fff;
	opacity:0.9;
}
#about .tub-box ul li h4{
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	color:#E7233B;
}
#about .tub-box ul li{
	border-bottom:1px dashed #bcc2c2;
}
#about .tub-box ul li:last-child{
	border-bottom:none;
}
#about .tub-box table{
	box-sizing:border-box;
	background-color:#fff;
	border:solid 1px #bcc2c2;
}
#about .tub-box table tr td{
	vertical-align:top;
}
#about .tabclick{
	cursor:pointer; 
}
#about .tabclick p:hover{
	opacity: 0.8;
	transition: 0.3s ease-in-out;
}
.title_production{
	color:white;
	font-weight:bold;
	font-size:19px;
	font-style:italic;
}
.title_production span{
	font-size:42px;
}
/*-----------------------------------*
働く環境
 *-----------------------------------*/
#office .kyoto{
	background:#e3e9bd url(../../now/img/img_office_kyoto_back.jpg) no-repeat center top;
}
#office .kyoto ul{
	background:#fff;
	opacity:0.9;
}
#office .kyoto ul li h4{
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
}
#office .kyoto ul li{
	border-bottom:1px dashed #bcc2c2;
}
#office .kyoto ul li:last-child{
	border-bottom:none;
}
#office .office .slick{
	background: #fff;
	width: 780px;
	margin: 40px auto 70px;
	padding: 20px 20px 15px 20px;
}
#office .office .slick .slick-slide{
	text-align: center;
}
#office .office .slick .slick-arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 100px;
}
#office .office .slick .slick-prev{
	background: url(../../now/img/btn_office_glry_lft.png) no-repeat center center;
	left: -60px;
}
#office .office .slick .slick-next{
	background: url(../../now/img/btn_office_glry_rgt.png) no-repeat center center;
	right: -60px;
}
#office .office .slick p{
	display: inline-block;
	padding: 15px 0 0;
	text-align: left;
}
#office .office .movie{
	background: url(../../now/img/bg_office_movie.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 0;
	width: calc(100% - 260px);
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#office .office .movie video{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#office .office .is-playing video { display: block; }
#office .office .is-playing .vp-overlay { display: none; }
#office .office .movie p{
	margin-bottom: 20px
}
#office .office .movie_txt{
	margin-top: 450px;
}
#office .office .modal-container{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	//background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
#office .office .modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
#office .office .modal-container.active{
	opacity: 1;
	visibility: visible;
}
#office .office .modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	//max-width: 500px;
	width: 52%;
}
#office .office .modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
#office .office .modal-content{
	background: #fff;
	text-align: left;
	padding: 5px 5px 15px 5px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
#office .office .modal-content p{
	padding: 10px 30px;
	font-size: 13px;
}

/*-----------------------------------*
 *PC用
 *-----------------------------------*/
@media print, screen and (min-width: 769px) {
section>p{
	margin:40px 0;
}
h3{
	margin:0 auto 50px 0;
}
.main-img h2{
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
/*-----------------------------------*
事業部紹介・仕事内容
 *-----------------------------------*/
#about .main-img{
	background:url(../../now/img/h2_about_back_pc.jpg) no-repeat center center;
	background-size: cover;
	height: 500px;
	width: 100%;
	display: table;
}
#about .inner section{
	margin-bottom:50px;
}
#about section>p{
	font-weight:bold;
}
#about .tabs li{
	width:294px;
	height:70px;
	font-size:13px;
	font-size:1.3rem;
	margin-right:9px;
	padding:20px;
}
#about .tabs li.active{
	height:72px;
	margin-bottom:-2px;
	border-top:1px solid #bcc2c2;
	border-left:1px solid #bcc2c2;
	border-right:1px solid #bcc2c2;
}
#about .tub-box>p{
	text-align:center;
	padding-top:100px;
}
#about #tab1.tub-box{
	background:url(../../now/img/img_production_back_pc.jpg) no-repeat center top;
	background-size:100%;
}
#about #tab2.tub-box{
	background:url(../../now/img/img_sales_back_pc.jpg) no-repeat center top;
	background-size:100%;
}
#about #tab3.tub-box{
	background:url(../../now/img/img_operations_back_pc.jpg) no-repeat center top;
	background-size:100%;
}
#about .tub-box.hide{
	display:none;
}
#about .tub-box .inner{
	padding-top:90px;
	margin-bottom:100px;
}
#about .tub-box ul li{
	padding:20px 30px;
}
#about .tub-box ul li:nth-child(2n){
	padding:30px;
}
#about .tub-box .profile{
	position:relative;
}
#about .tub-box .profile>p{
	position:absolute;
	z-index:100;
	top:80px;
	left:612px;
}
#about .tub-box table{
	width:100%;
	margin:60px 0 40px;
}
#about .tub-box table tr{
	border-bottom:dashed 1px #bcc2c2;
}
#about .tub-box table tr:first-child{
	border-bottom:none;
}
#about .tub-box table tr th>p{
	width:140px;
	position:absolute;
	top:-15px;
	left:20px;
}
#about #tab2.tub-box table tr th>p{
	width:170px;
}
#about .tub-box table tr th{
	background-color:#ECF6F5;
	width:20%;
	padding:20px;
	border-right:dashed 1px #bcc2c2;
	font-weight:bold;
}
#about .tub-box table tr:first-child th{
	padding:15px 0 15px 15px;
	background-color:#00A191;
	color:white;
	font-weight:bold;
}
#about #tab2.tub-box table tr:first-child th{
	padding:15px 0 15px 15px;
	color:white;
	font-weight:bold;
}
#about .tub-box table tr td{
	padding:20px;
}
#about .tub-box table tr td span.fs14{
	font-size:14px;
	font-size:1.4rem;
}
#about .tub-box table tr.h130{
	height:130px;
}
#about .tub-box section>div p{
	width:50%;
	height:200px;
	padding-top:65px;
	float:left;
	box-sizing:border-box;
	text-align:center;
}
#about .tub-box section>div p img{
	width:200px;
}
#about #tab1.tub-box section>div p:first-child{
	background:url(../../now/img/btn_sales_back_pc.jpg);
}
#about #tab1.tub-box section>div p:nth-child(2){
	background:url(../../now/img/btn_operation_back_pc.jpg);
}
#about #tab2.tub-box section>div p:first-child{
	background:url(../../now/img/btn_operation_back_pc.jpg);
}
#about #tab2.tub-box section>div p:nth-child(2){
	background:url(../../now/img/btn_production_back_pc.jpg);
}
#about #tab3.tub-box section>div p:first-child{
	background:url(../../now/img/btn_production_back_pc.jpg);
}
#about #tab3.tub-box section>div p:nth-child(2){
	background:url(../../now/img/btn_sales_back_pc.jpg);
}
#about .tabclick p a{
	display:block;
	width:450px;
	height:135px;
}

/*-----------------------------------*
働く環境
 *-----------------------------------*/
#office section{
	margin:40px auto 70px;
}
#office .main-img{
	background:url(../../now/img/h2_office_back_pc.jpg) no-repeat center center;
	background-size: cover;
	height: 500px;
	width: 100%;
	display: table;
}
#office .kyoto{
	padding:20px 0;
}
#office .kyoto ul li{
	padding:30px;
}
#office .kyoto ul li h4{
	margin-bottom:10px;
}
#office .benefit{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	overflow:hidden;
}
#office .benefit>div{
	margin-bottom:30px;
}
#office .benefit dl dt{
	box-sizing:border-box;
	text-align:center;
	margin-bottom:15px;
	padding:15px;
	height:170px;
	background:#fff;
	font-weight:bold;
}
#office .benefit dl dt p{
	margin-top:10px;
}
#office .office .movie .vp-overlay .img{
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	margin: auto;
}
#office .office .movie .vp-overlay .img::after{
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../../now/img/btn_office_movie_on.png');
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
}
#office .office .movie:hover .vp-overlay .img::after{
	opacity: 1;
}
/*-----------------------------------*
数字で見るCYLLENGE
 *-----------------------------------*/
#date section{
	margin:40px auto 70px;
}
#date .main-img{
	background:url(../../now/img/h2_data_back.jpg) no-repeat center center;
	background-size: cover;
	height: 500px;
	width: 100%;
	display: table;
}
#date .main-img h2{
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
#date section ul li{
	width:288px;
	float:left;
	margin:0 12px 12px 0;
}
#date section ul li.w594{
	width:594px;
}
#date section .pcr-0{
	margin-right:0;
}
}
/*-----------------------------------*
 *スマートフォン用
 *-----------------------------------*/
@media screen and (max-width: 768px) {
.inner section{
	margin-bottom:40px;
}
section>p{
	margin:30px 0;
}
/*-----------------------------------*
事業部紹介・仕事内容
 *-----------------------------------*/
#about{
	overflow:hidden;
}
#about .inner section{
	margin-bottom:30px;
}
#about .inner section>p{
	margin:20px 0;
}
#about .main-img{
	background:url(../../now/img/h2_about_back_sp.jpg) no-repeat center center;
	background-size: cover;
	height: 250px;
	width: 100%;
	display: table;
}
#about .main-img h2 img{
	width:142px;
}
#about .tabs li{
	width:32%;
	height:50px;
	margin-right:2%;
	padding:15px;
}
#about .tabs li.active{
	height:52px;
	margin-bottom:-2px;
	border-top:1px solid #bcc2c2;
	border-left:1px solid #bcc2c2;
	border-right:1px solid #bcc2c2;
}
#about .tub-box>p{
	text-align:center;
	padding-top:100px;
}
#about .tub-box>p{
	max-width:180px;
	margin:0 auto;
	text-align:center;
	padding-top:60px;
}
#about #tab1.tub-box{
	background:url(../../now/img/img_production_back_sp.jpg) no-repeat center top;
	background-size:100%;
}
#about #tab2.tub-box{
	background:url(../../now/img/img_sales_back_sp.jpg) no-repeat center top;
	background-size:100%;
}
#about #tab3.tub-box{
	background:url(../../now/img/img_operations_back_sp.jpg) no-repeat center top;
	background-size:100%;
}
#about .tub-box .inner{
	padding-top:60px;
	margin-bottom:60px;
}
#about .tub-box ul li{
	padding:10px 15px;
}
#about .tub-box ul li:nth-child(2n){
	padding:15px;
}
#about .tub-box .profile{
	position:relative;
}
#about .tub-box .profile>p{
	position:absolute;
	z-index:100;
	top:80px;
	left:612px;
}
#about .tub-box table{
	width:100%;
	margin:40px 0 20px;
}
#about .tub-box table tr{
	border-bottom:dashed 1px #bcc2c2;
}
#about .tub-box table tr:first-child{
	border-bottom:none;
}
#about .tub-box table tr th>p{
	width:110px;
	position:absolute;
	top:-5px;
	left:10px;
}
#about .tub-box table tr th>img{
	width:65%;
	vertical-align:middle;
}
#about #tab2.tub-box table tr th>p{
	width:130px;
}
#about .tub-box table tr th{
	display:block;
	background-color:#ECF6F5;
	border-bottom:dashed 1px #bcc2c2;
	padding:10px;
	font-weight:bold;
}
#about .tub-box table tr:first-child th{
	padding:10px 0 10px 10px;
	background-color:#00A191;
	border:none;
	color:white;
	font-weight:bold;
}
#about #tab2.tub-box table tr:first-child th{
	padding:10px 0 10px 10px;
	color:white;
	font-weight:bold;
}
#about .tub-box table tr td{
	display:block;
	padding:10px;
}
#about .tub-box table tr td span.fs14{
	font-size:14px;
	font-size:1.4rem;
}
#about .tub-box table tr.h130{
	height:130px;
}
#about .tub-box table .bg-production{
	background:url(../../now/img/img_production_private.png) no-repeat 95% 15%;
	background-size:110px;
	padding-right:130px;
}
#about .tub-box table .bg-sales{
	height:120px;
	background:url(../../now/img/img_sales_private.png) no-repeat 95% center;
	background-size:110px;
	padding-right:130px;
}
#about .tub-box table .bg-operation{
	height:120px;
	background:url(../../now/img/img_operation_private.png) no-repeat 95% center;
	background-size:110px;
	padding-right:130px;
}
#about .tub-box section>div p{
	width:100%;
	float:left;
	box-sizing:border-box;
	text-align:center;
	padding: 40px 0;
}
#about .tub-box section>div p img{
	width:140px;
}
#about #tab1.tub-box section>div p:first-child{
	background:url(../../now/img/btn_sales_back_sp.jpg) no-repeat;
	background-size:cover;
}
#about #tab1.tub-box section>div p:nth-child(2){
	background:url(../../now/img/btn_operation_back_sp.jpg) no-repeat;
	background-size:cover;
}
#about #tab2.tub-box section>div p:first-child{
	background:url(../../now/img/btn_operation_back_sp.jpg) no-repeat;
	background-size:cover;
}
#about #tab2.tub-box section>div p:nth-child(2){
	background:url(../../now/img/btn_production_back_sp.jpg) no-repeat;
	background-size:cover;
}
#about #tab3.tub-box section>div p:first-child{
	background:url(../../now/img/btn_production_back_sp.jpg) no-repeat;
	background-size:cover;
}
#about #tab3.tub-box section>div p:nth-child(2){
	background:url(../../now/img/btn_sales_back_sp.jpg) no-repeat;
	background-size:cover;
}
#about .tabclick p a{
	display:block;
	width:100%;
	height:100%;
}
.title_production{
	color:white;
	font-weight:bold;
	font-size:11px;
}
.title_production span{
	font-size:26px;
}
/*-----------------------------------*
働く環境
 *-----------------------------------*/
#office section{
	margin:30px 20px 40px;
}
#office section p>img{
	width:100%;
}
#office .main-img{
	background:url(../../now/img/h2_office_back_sp.jpg) no-repeat center center;
	background-size: cover;
	height: 250px;
	width: 100%;
	display: table;
}
#office .main-img h2 img{
	width:114px;
}
#office .kyoto{
	background-size:contain;
	padding:10px 0;
}
#office .kyoto ul li{
	padding:15px;
}
#office .kyoto ul li h4{
	margin-bottom:10px;
}
#office ul li img{
	width:100%;
}
#office ul li.w594{
	width:100%;
}
#office .spr-0{
	margin-right:0;
}
#office .office .slick{
	position: relative;
	width: 85%;
	margin: 20px auto 40px;
	padding: 15px 15px 10px 15px;
}
#office .office .slick .slick-arrow{
	transform: none;
}
#office .office .slick .slick-prev{
	left: -45px;
}
#office .office .slick .slick-next{
	right: -45px;
}
#office .office .slick .slick-slide{
	width: 100%;
	height: auto;
}
#office .office .movie{
	width: 100%;
	height: 280px;
}
#office .office .movie_txt{
	margin-top: 350px;
}
#office .office .modal-body{
	position: absolute;
	width: 90%;
	height: fit-content;
	inset: 0;
	margin: auto;
}
#office .benefit{
	overflow:hidden;
}
#office .benefit dl{
	margin-bottom:10px;
}
#office .benefit dl dt img,#office .benefit dl dt p{
	display:inline-block;
	vertical-align:middle;
}
#office .benefit dl dt{
	display:table;
	width:100%;
	height:65px;
	font-weight:bold;
	box-sizing:border-box;
	margin-bottom:10px;
	padding:5px 20px;
	background:#fff url("../../now/img/arrow_now_bk_open.png")96% no-repeat;
	background-size:12px;
}
#office .benefit dl dt.open{
	background:#fff url("../../now/img/arrow_now_bk_close.png")96% no-repeat;
	background-size:12px;
}
#office .benefit dl dt div{
	display:table-cell;
	vertical-align:middle;
}
#office .benefit dl dt img{
	max-width:51px;
}
#office .benefit dl dt p{
	margin-left:20px;
}
#office .benefit dl dd{
	font-size:14px;
	font-size:1.4rem;
	line-height: 1.6;
	margin-bottom:20px;
	display:none;
}
/*-----------------------------------*
数字で見るCYLLENGE
 *-----------------------------------*/
#date section{
	margin:30px 20px 40px;
}
#date .main-img{
	background:url(../../now/img/h2_data_back_sp.jpg) no-repeat center center;
	background-size: cover;
	height: 250px;
	width: 100%;
	display: table;
}
#date .main-img h2 img{
	width:90px;
}
#date section ul li{
	width:49%;
	margin:0 2% 2% 0;
}
#date section ul li img{
	width:100%;
}
#date section ul li.w594{
	width:100%;
}
#date section .spr-0{
	margin-right:0;
}
}