@charset "UTF-8";
/* CSS PC/SP共通レイアウト */
/*--------------------------------------------------*
 *   技術・設備ページ
 *--------------------------------------------------*/
#technology {
	width: 100%;
}
#technology .technology_block {
	margin-bottom: 130px;
}
#technology .technology_block .respond {
	width: 980px;
	margin: 0px auto 100px;
}
#technology .technology_block .respond .wrap {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
#technology .technology_block .respond .wrap div:nth-child(1) {
	width: 540px;
	font-size: 4.0rem;
	letter-spacing: 0.07em;
	line-height: 1.4;
	font-weight: 600;
}
#technology .technology_block .respond .wrap div:nth-child(2) {
	width: calc(100% - 540px);
	font-size: 1.6rem;
}
#technology .technology_block .technology_menu {
	width: 980px;
	margin: 0px auto 140px;
}
#technology .technology_block .technology_menu ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #1b69e0;
	border-right: 1px solid #1b69e0;
}
#technology .technology_block .technology_menu ul li {
	width: 25%;
	border-bottom: 1px solid #1b69e0;
	border-left: 1px solid #1b69e0;
}
#technology .technology_block .technology_menu ul li a {
	display: block;
	font-size: 1.7rem;
	color: #1b69e0;
	font-weight: 600;
	line-height: 56px;
	text-align: center;
	background-color: #FFF;
	position: relative;
}
#technology .technology_block .technology_menu ul li a:after {
	content: '';
	position: absolute;
	top: 35%;
	right: 40px;
	transform: rotate(135deg) translateY(-50%);
	-webkit-transform: rotate(135deg) translateY(-50%);
	width: 7px;
	height: 7px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #1b69e0;
}
#technology .technology_block .technology_menu ul li a:hover {
	color: #FFF;
	background-color: #1b69e0;
	opacity: 1.0;
}
#technology .technology_block .technology_menu ul li a:hover:after {
	border-color: #FFF;
}
#technology .technology_block .technology_menu ul li.now a {
	color: #FFF;
	background-color: #1b69e0;
}
#technology .technology_block .technology_menu ul li.now a:after {
	border-color: #FFF;
}
#technology .technology_block .seizo {
	background-color: #f4f5f6;
	margin-bottom: 100px;
	padding: 100px 0px 80px;
}
#technology .technology_block .seizo .inner {
	width: 980px;
	margin: 0px auto;
}
#technology .technology_block .seizo .inner ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
#technology .technology_block .seizo .inner ul li {
	width: 316px;
	margin-right: 16px;
	margin-bottom: 50px;
}
#technology .technology_block .seizo .inner ul li:nth-child(3n) {
	margin-right: 0px;
}
#technology .technology_block .seizo .inner ul li div:nth-child(1) {
	margin-bottom: 3px;
}
#technology .technology_block .seizo .inner ul li div:nth-child(2) {
	font-size: 1.8rem;
	font-weight: 500;
}
#technology .technology_block .machining {
	width: 980px;
	margin: 0px auto;
	padding-bottom: 130px;
	position: relative;
}
#technology .technology_block .machining .photo {
	position: absolute;
	top: 0px;
	right: 0px;
}
#technology .technology_block .machining .photo img {
	width: 648px;
}
#technology .technology_block .machining .memo {
	font-size: 1.6rem;
	margin: 200px 0px 40px;
}
#technology .technology_block .hyou_a {
	width: 100%;
	margin-bottom: 30px;
}
#technology .technology_block .hyou_a table {
	width: 980px;
	border-top: 2px solid #f4f5f6;
	border-right: 2px solid #f4f5f6;
}
#technology .technology_block .hyou_a table th {
	width: 120px;
	font-size: 1.7rem;
	color: #77808c;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	background-color: #f4f5f6;
	border-bottom: 2px solid #FFF;
	padding: 16px;
}
#technology .technology_block .hyou_a table tr:last-child th {
	border-bottom: 2px solid #f4f5f6;
}
#technology .technology_block .hyou_a table td {
	font-size: 1.6rem;
	border-left: 2px solid #f4f5f6;
	border-bottom: 2px solid #f4f5f6;
	padding: 16px 20px;
}
#technology .technology_block .hyou_a table td.short {
	width: 190px;
}
#technology .technology_block .hyou_a table td .make {
	position: relative;
	padding-left: 14px;
}
#technology .technology_block .hyou_a table td .make:before {
	content: "■";
	font-size: 8px;
	color: #1b69e0;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#technology .technology_block .hyou_b {
	width: 100%;
}
#technology .technology_block .hyou_b table {
	width: 980px;
	border-top: 2px solid #f4f5f6;
	border-right: 2px solid #f4f5f6;
}
#technology .technology_block .hyou_b table th {
	width: 310px;
	font-size: 1.7rem;
	color: #77808c;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	background-color: #f4f5f6;
	border-bottom: 2px solid #FFF;
	padding: 16px;
}
#technology .technology_block .hyou_b table tr:last-child th {
	vertical-align: middle;
	text-align: center;
	border-bottom: 2px solid #f4f5f6;
}
#technology .technology_block .hyou_b table td {
	font-size: 1.6rem;
	border-left: 2px solid #f4f5f6;
	border-bottom: 2px solid #f4f5f6;
	padding: 16px 20px;
}
#technology .technology_block .hyou_c {
	width: 100%;
	margin-bottom: 16px;
}
#technology .technology_block .hyou_c table {
	width: 980px;
	border-top: 2px solid #f4f5f6;
	border-left: 2px solid #f4f5f6;
}
#technology .technology_block .hyou_c table th {
	width: 25%;
	font-size: 1.7rem;
	color: #77808c;
	font-weight: 500;
	text-align: center;
	background-color: #f4f5f6;
	border-right: 2px solid #FFF;
	padding: 5px 0px 8px;
}
#technology .technology_block .hyou_c table tr:first-child th {
	border-right: 2px solid #f4f5f6;
}
#technology .technology_block .hyou_c table td {
	font-size: 1.6rem;
	text-align: center;
	border-right: 2px solid #f4f5f6;
	border-bottom: 2px solid #f4f5f6;
	padding: 10px 0px;
}
#technology .technology_block .machinery {
	width: 980px;
	margin: 0px auto;
	padding-bottom: 50px;
}
#technology .technology_block .machinery .ph_box {
	margin-bottom: 80px;
}
#technology .technology_block .machinery .ph_box ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
#technology .technology_block .machinery .ph_box ul li {
	width: 316px;
	margin-right: 16px;
}
#technology .technology_block .machinery .ph_box ul li:last-child {
	margin-right: 0px;
}
#technology .technology_block .machinery .machinery_list dl dt {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
}
#technology .technology_block .machinery .machinery_list dl dt div:nth-child(1) {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #77808c;
	padding-left: 16px;
	position: relative;
}
#technology .technology_block .machinery .machinery_list dl dt div:nth-child(1):before {
	content: "■";
	font-size: 8px;
	color: #1b69e0;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#technology .technology_block .machinery .machinery_list dl dd {
	margin-bottom: 100px;
}
#technology .technology_block .machinery .machinery_list dl dd .picture {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#technology .technology_block .machinery .machinery_list dl dd .picture div:first-child {
	font-size: 1.6rem;
	font-weight: 500;
	margin-right: 10px;
}
#technology .technology_block .machinery .machinery_list dl dd .picture .bt_look {
	min-width: 112px;
	margin-right: 6px;
}
#technology .technology_block .machinery .machinery_list dl dd .picture .bt_look a {
	display: block;
	font-size: 1.4rem;
	color: #1b69e0;
	text-align: center;
	border: 1px solid #1b69e0;
	border-radius: 5px;
	padding: 0px 10px;
}
#technology .technology_block .map {
	margin-bottom: 120px;
	padding: 100px 0px 80px;
	background-color: #f4f5f6;
}
#technology .technology_block .map .inner {
	width: 980px;
	margin: 0px auto;
}
#technology .technology_block .factory {
	width: 980px;
	margin: 0px auto;
}
#technology .technology_block .factory .ttl_factory {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 56px;
	background-color: #f4f5f6;
	margin-bottom: 20px;
	padding: 0px 20px;
	position: relative;
}
#technology .technology_block .factory .ttl_factory span {
	position: relative;
	padding-left: 20px;
}
#technology .technology_block .factory .ttl_factory span:before {
	content: "■";
	font-size: 8px;
	color: #1b69e0;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#technology .technology_block .factory .photo {
	margin-bottom: 90px;
}

/*--------------------------------------------------*
 *   モーダルウィンドウ
 *--------------------------------------------------*/
.modal_on{
	display:block!important;
}
.bt_modal{
	cursor:pointer;
}
.overlay{
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.7);
	position:fixed;
	z-index:999;
	display:none;
}
.modal{
	position:fixed;
	z-index:1000;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:90%;
	max-width:860px;
	height:90%;
	display:none;
}
.modal_size_small{
	height:60%!important;
}
.modal .inner{
	width:100%;
	max-width:860px;
	height:100%;
	margin:0px auto;
	overflow-y:auto;	
	-ms-overflow-style: none;
	scrollbar-width: none;
	background-color:transparent;
}
/* Chrome, Safari 対応 */
.modal .inner::-webkit-scrollbar {
	display:none;
}
.modal .contents{
	width:100%;
}
.modal .contents div{
	display:none;
}
.modal .contents img{
	margin-bottom:10px;
}
.modal .bt_modal_close{
	top:-20px;
	right:-20px;
	width:40px;
	height:40px;
	position:absolute;
	cursor:pointer;
}
.scroll_stop{
	overflow: hidden;	
}

/* スマホレイアウト */
@media (max-width: 1024px) {
#technology .technology_block {
	margin-bottom: 24vw;
}
#technology .technology_block .respond {
	width: 100%;
	margin: 0px 0px 10.67vw;
}
#technology .technology_block .respond .wrap {
	display: block;
	flex-wrap: nowrap;
	margin-bottom: 8vw;
	padding: 0px 5.33vw;
}
#technology .technology_block .respond .wrap div:nth-child(1) {
	width: 100%;
	font-size: 6.93vw;
	margin-bottom: 6vw;
}
#technology .technology_block .respond .wrap div:nth-child(2) {
	width: 100%;
	font-size: 4vw;
}
#technology .technology_block .technology_menu {
	width: auto;
	margin: 0px 5.33vw 26.67vw;
}
#technology .technology_block .technology_menu ul li {
	width: 50%;
}
#technology .technology_block .technology_menu ul li a {
	font-size: 4.27vw;
	line-height: 14.93vw;
	text-align: left;
	padding-left: 6vw;
}
#technology .technology_block .technology_menu ul li a:after {
	width: 1.87vw;
	height: 1.87vw;
	right: 6vw;
}
#technology .technology_block .seizo {
	margin-bottom: 24vw;
	padding: 16vw 5.33vw 8vw;
}
#technology .technology_block .seizo .inner {
	width: 100%;
}
#technology .technology_block .seizo .inner ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 8vw;
}
#technology .technology_block .seizo .inner ul li:nth-child(3n) {
	margin-right: 2%;
}
#technology .technology_block .seizo .inner ul li:nth-child(2n) {
	margin-right: 0px !important;
}
#technology .technology_block .seizo .inner ul li div:nth-child(1) {
	margin-bottom: 1vw;
}
#technology .technology_block .seizo .inner ul li div:nth-child(2) {
	font-size: 4vw;
}
#technology .technology_block .machining {
	width: auto;
	margin: 0px 5.33vw;
	padding-bottom: 24vw;
	position: relative;
}
#technology .technology_block .machining .photo {
	position: static;
}
#technology .technology_block .machining .photo img {
	width: 100%;
}
#technology .technology_block .machining .memo {
	font-size: 4vw;
	margin: 6vw 0px 8vw;
}
#technology .technology_block .hyou_a {
	width: 100%;
	margin-bottom: 8vw;
}
#technology .technology_block .hyou_a table {
	width: 100%;
}
#technology .technology_block .hyou_a table th {
	width: 24vw;
	font-size: 3.87vw;
	padding: 2vw;
}
#technology .technology_block .hyou_a table td {
	display: block;
	font-size: 3.6vw;
	padding: 2vw;
}
#technology .technology_block .hyou_a table td.short {
	width: auto;
}
#technology .technology_block .hyou_a table td .make {
	padding-left: 4vw;
}
#technology .technology_block .hyou_a table td .make:before {
	font-size: 2vw;
}
#technology .technology_block .hyou_b {
	width: 100%;
}
#technology .technology_block .hyou_b table,
#technology .technology_block .hyou_b tbody,
#technology .technology_block .hyou_b tr,
#technology .technology_block .hyou_b th,
#technology .technology_block .hyou_b td {
	display: block;
}
#technology .technology_block .hyou_b table {
	width: 100%;
}
#technology .technology_block .hyou_b table th {
	width: 100%;
	font-size: 3.87vw;
	padding: 2vw;
	text-align: left;
}
#technology .technology_block .hyou_b table td {
	font-size: 3.6vw;
	padding: 2vw 3vw;
}
#technology .technology_block .hyou_c {
	width: 100%;
	margin-bottom: 4vw;
	overflow-x: auto;
}
#technology .technology_block .hyou_c table {
	width: 208vw;
}
#technology .technology_block .hyou_c table th {
	font-size: 3.73vw;
	padding: 2vw 0px;
}
#technology .technology_block .hyou_c table td {
	font-size: 3.73vw;
	padding: 2vw 0px;
}
#technology .technology_block .machinery {
	width: auto;
	margin: 0px 0px 0px 5.33vw;
	padding-bottom: 8vw;
}
#technology .technology_block .machinery .ph_box {
	margin-bottom: 15vw;
	padding-right: 5.33vw;
}
#technology .technology_block .machinery .ph_box ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#technology .technology_block .machinery .ph_box ul li:nth-child(2) {
	margin-right: 0px;
}
#technology .technology_block .machinery .machinery_list dl dt {
	font-size: 4.8vw;
	margin-bottom: 4vw;
}
#technology .technology_block .machinery .machinery_list dl dt div:nth-child(1) {
	margin-right: 3vw;
	padding-right: 3vw;
	padding-left: 4vw;
}
#technology .technology_block .machinery .machinery_list dl dt div:nth-child(1):before {
	font-size: 2vw;
}
#technology .technology_block .machinery .machinery_list dl dd {
	margin-bottom: 16vw;
}
#technology .technology_block .machinery .machinery_list dl dd .picture div:first-child {
	font-size: 3.73vw;
	margin-right: 2vw;
}
#technology .technology_block .machinery .machinery_list dl dd .picture .bt_look {
	min-width: 24vw;
	margin-right: 2vw;
}
#technology .technology_block .machinery .machinery_list dl dd .picture .bt_look a {
	font-size: 3.47vw;
	padding: 0px 2vw;
}
#technology .technology_block .map {
	margin-bottom: 24vw;
	padding: 16vw 0px;
}
#technology .technology_block .map .inner {
	width: 100%;
}
#technology .technology_block .map .ttl_sub_a {
	margin-left: 5.33vw;
}
#technology .technology_block .map .imgmap {
	overflow-x: auto;
	padding-top: 6vw;
}
#technology .technology_block .map .imgmap img {
	max-width: 616px;
	height: auto;
	object-fit: contain;
}
#technology .technology_block .factory {
	width: auto;
	margin: 0px 5.33vw;
}
#technology .technology_block .factory .ttl_factory {
	font-size: 4.27vw;
	line-height: 10.67vw;
	margin-bottom: 3vw;
	padding: 0px 3vw;
}
#technology .technology_block .factory .ttl_factory span {
	padding-left: 4vw;
}
#technology .technology_block .factory .ttl_factory span:before {
	font-size: 2vw;
}
#technology .technology_block .factory .photo {
	margin-bottom: 10.67vw;
}
}

