@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap');

@charset "utf-8";
/* CSS Document */
:root {
	--fontfamily:"Zen Kaku Gothic Antique", sans-serif;
	--fontcolor: #000;
	--mainecolor:#002350;
	--subcolor:#e50012;
	--anime:all 0.5s 0s ease-out;
	--animemovie:all 1s 0.5s ease-out;
	--maxcontent:81.25rem;
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	outline:none;
	word-break: auto-phrase;
}
img {
	border:0;
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}

#header{
	position: fixed;
	width: 100%;
	min-height: 100px;
	background: transparent;
	display: flex;
	justify-content: space-between;
	top: 0;
	z-index: 9999;
	transition: .2s;
}

#header.is-bg{
	min-height: 60px;
	background: #ffffff;
	filter: drop-shadow(0 2px 3px #3f3f3fbe);
}

.logo_area{
	margin: auto 1.875rem;
}

ul.g_nav{
	max-width: 940px;
	width: 100%;
	display: flex;
	margin: auto 0 auto auto;
}

ul.g_nav li{
	width: calc(100% / 7);
	border-right: 1px solid #ffffff;
}

ul.g_nav li:last-child{
	border-right: none;
}

ul.g_nav li a{
	display: block;
	min-height: 40px;
	font-weight: 500;
	align-content: center;
	text-decoration: none;
	color: #ffffff;
}

ul.g_nav li a:hover,
ul.g_nav li a:focus{
	opacity: .5;
}

#header.is-bg ul.g_nav li {
	border-color: #000000;
}

#header.is-bg ul.g_nav li a{
	color: #000000;
}

#header .hum{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background: #E50112;
	cursor: pointer;
	transition: .3s;
}

#header .hum span{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

#header .hum span:nth-child(-n+3){
	width: 40px;
	height: 4px;
	background: #ffffff;
}

#header .hum span:nth-child(1){
	top: 1rem;
}

#header .hum span:nth-child(2){
	top: 1.875rem;
}

#header .hum span:nth-child(3){
	top: 2.75rem;
}

#header .hum span:nth-child(4){
	width: 100%;
	height: 1.25rem;
	top: 3.5rem;
}

#header .hum span:nth-child(4)::before{
	content: "Menu";
	position: absolute;
	color: #ffffff;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.anchor {
	display:block;
	height:0;
	overflow:hidden;
	padding-top:6.25rem;
	margin-top:-6.25rem;
}
body {
	font-family: var(--fontfamily);
	font-weight: 400;
	font-style: normal;
	text-align:center;
	font-size:16px;
	line-height:190%;
	-webkit-text-size-adjust: 100% !important;
	max-height: 100%;
}
ul, li {
	list-style-type: none;
}
#wpadminbar ul{
display: block;
}
ul, .flex_box, dl.company_box, dl.history, .machine_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;/* 折かえし */
}
.flex_box .in_box {
	box-sizing:border-box;
	width:50%;
}
.flex_box .in_box.ph, .flex_box.rev .in_box.txt {
	padding-right:15px;
	padding-left:0;
}
.flex_box .in_box.txt, .flex_box.rev .in_box.ph {
	padding-right:0;
	padding-left:15px;
}
.cloum2 li {
	width:50%;
}
.cloum3 li {
	width:33.33%;
}
.cloum4 li {
	width:25%;
}
.inner {
	max-width:var(--maxcontent);
	width:100%;
	padding:6.25rem 0;
	margin:auto;
}
dl.company_box {
	text-align:left;
	max-width:800px;
	width:100%;
	margin:auto;
}
dl.company_box dt {
	width:250px;
	border-bottom:solid var(--subcolor) 1px;
	padding:1rem;
	font-weight:bold;
}
dl.company_box dd {
	width:calc(100% - 250px);
	border-bottom:solid var(--mainecolor) 1px;
	padding:1rem;
}
dl.company_box dd ul li::after {
	content:"・";
}
dl.company_box dd ul li:last-of-type::after, dl.company_box dd ul.list_as li::after {
	content:"";
}
dl.company_box dd ul.list_as li {
	margin-right:1.5rem;
}
dl.company_box dd ul.list_as li::before {
	content:"*";
}
.bg_navy {
	background-color:var(--mainecolor);
	color:#FFF;
	clip-path: inset(0);
	position:relative;
}
dl.history {
	max-width:800px;
	width:100%;
	text-align:left;
	position:relative;
	margin:0 auto;
}
dl.history::after {
	content:"";
	width:1px;
	height:100%;
	display:block;
	position:absolute;
	left:195px;
	top:0.6em;
	background:#FFF;
	z-index:0;
}
dl.history dt {
	width:220px;
	margin-bottom:1.5rem;
	font-weight:bold;
	position:relative;
	font-size:20px;
	line-height:130%;
	z-index:1;
}
dl.history dt::after {
	content:"";
	width:13px;
	height:13px;
	background-color:var(--subcolor);
	border:2px solid #FFF;
	border-radius: 99px;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	display:block;
	position:absolute;
	right:1rem;
	top:0.6rem;
}
dl.history dt small {
	display:table;
	margin-top:0.5rem;
	margin-left:0;
	line-height:130%;
	padding:0 1rem;
	text-align:left;
	background-color:var(--subcolor);
	border-radius: 99px;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	letter-spacing:0.1em;
}
dl.history dd {
	width:calc(100% - 220px);
	margin-bottom:1.5rem;
	padding: 0 1rem;
}
.machine_box {
	max-width:800px;
	width: 100%;
	margin:auto auto 50px auto;
}
.machine_box .ttl {
	background-color:var(--mainecolor)!important;
	font-weight:bold;
	color:#FFF;
	border-bottom:0!important;
}
.machine_box .maker.ttl, .machine_box.cl2 .model.ttl {
	border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
}
.machine_box .units.ttl {
	border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
}
.machine_box .maker, .machine_box .model, .machine_box .units {
	background: #ffffff;
	border-bottom:solid var(--mainecolor) 1px;
	text-align:left;
	padding:1rem;
}
.machine_box .maker {
	width:35%;
	font-weight:bold;
}
.machine_box .model {
	width:45%;
}
.machine_box .units {
	width:20%;
	border-bottom:solid var(--subcolor) 1px;
	text-align:center;
}
.machine_box.cl2 .model {
	width:80%;
}
table.ability {
	max-width:1300px;
	margin:auto;
	width:100%;
}
table.ability {
	border-collapse: collapse;
}
table.ability thead th {
	font-weight:bold;
	background-color:var(--mainecolor);
	color:#FFF;
}
table.ability th, table.ability td {
	border:solid var(--mainecolor) 1px;
	background: #ffffff;
	text-align:left;
	padding:1rem;
	line-height:110%;
}
table.ability th {
	background:#E8E8E8;
}
table.ability td {
	width:calc(100% / 6);
}
table.ability td:empty {
	background-image: linear-gradient(to right bottom, transparent calc(50% - 1px), #CCC calc(50% - .5px), #CCC calc(50% + .5px), transparent calc(50% + 1px), #fff);
	background-repeat: no-repeat;
}
.bg_navy.access .map_wrap {
	padding-left:0;
	padding-right:290px;
	position:relative;
	z-index:2;
	max-width:var(--maxcontent);
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin:auto;
	align-items: flex-start;
}
.bg_navy.access .map_wrap .tr_box {
	max-width:710px;
	width:100%;
	margin:auto;
}
.bg_navy .in_box {
	margin:auto;
	width:100%;
	background-color:#FFF;
}
.bg_navy.access {
	padding-bottom:200px;
	max-width:1600px;
	margin:auto;
}
.bg_navy.access::after {
	content:"";
	max-width:1600px;
	background-image:url(http://nittetu.ec-net.jp/wp/wp-content/uploads/2025/06/map_kochi.png);
	aspect-ratio: 1600 / 375;
	background-position:right bottom;
	background-size:500px 375px;
	background-repeat:no-repeat;
	position: fixed;
	z-index:1;
	bottom:0;
	right:0;
	left:0;
	display:block;
	margin:auto;
}
.bg_navy.access .map_wrap h2.pagettl_map {
	position:sticky;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size : 80px;
	line-height:100%;
	text-align: justify;
	top:0px;
	width:290px;
	padding-top: 50px;
	align-content: center;
}
.bg_navy.access .map_wrap h2.pagettl_map small {
	display:block;
	font-size : 24px;
	line-height:150%;
	letter-spacing : 1.2px;
	color : #FFFFFF;
	font-weight:500;
}

#container{
	position: relative;
}

.top_area{
	position: sticky;
	height: 90vh;
	top: 0;
	z-index: -1;
}

.top_area img,
.top_area video{
	object-fit: cover;
	width: 100%;
	height: 90vh;
    object-position: center bottom;
    position: relative;
	z-index: ;
}
.top_area .catch {
-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    z-index: 99;
    top: 110px;
    left: 0.8em;
    font-size: 48px;
    font-weight: bold;
    color: #FFF;
    line-height: 160%;
    text-align: left;
    height: 9em;
}
.cl2{
	display: flex;
}

.cl2.about{
	background: #ffffff;
	margin-right: 0;
	margin-left: auto;
	padding-bottom: 6.25rem;
	padding-left: 6.25rem;
}

.cl2.about .l_box{
	width: 100%;
	text-align:left;
	align-content: center;
	margin-right: 2.5rem;
	padding-top: 2.5rem;
}

.cl2.about .l_box h1{
	font-size: 4.375rem;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 2rem;
}

.cl2.about .l_box p{
	font-size: 1.25rem;
	letter-spacing: 1px;
	line-height: 3.125rem;
}

.cl2.about .r_box{
	position: relative;
	max-width: 630px;
	width: 100%;
	margin-top:50px;
	margin-right: 0;
	margin-left: auto;
}

/*.cl2.about .r_box::before{
	content: "";
	position: absolute;
	width: calc(100% + 50px);
	height: 100%;
	background: #ffffff;
	left: -3.125rem;
	top: -3.125rem;
	z-index: -1;
}*/

.bg_tx_area{
	position: relative;
	width: 100%;
	padding: 12.5rem 0;
	background: #ffffff;
	z-index: 0;
}

.bg_tx_area.product{
	padding-top: 15rem;
}

.bg_tx_area.machine::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(http://nittetu.ec-net.jp/wp/wp-content/uploads/2025/06/top_bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
	z-index: -2;
}

.bg_tx_area.business::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(http://nittetu.ec-net.jp/wp/wp-content/uploads/2025/06/top_bg02.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
	z-index: -2;
}

.bg_tx_area.product::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(http://nittetu.ec-net.jp/wp/wp-content/uploads/2025/06/top_bg03.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
	z-index: -2;
}

.cl2.machine,
.cl2.product{
	position: relative;
	max-width: 1600px;
	width: calc(100% - 2rem);
	margin: 0 auto;
	padding: 0 8.75rem;
	justify-content: space-between;
}


.cl2::before{
	position: absolute;
	font-size: 12.75rem;
	font-weight: 900;
	line-height: 100%;
}

.cl2.machine::before{
	content: "MACHINE";
	color: #E5F1F9;
	left: -1.5rem;
	top: -12rem;
	z-index: -1;
}

.cl2.business::before{
	content: "BUSINESS";
	color: #ffffff;
	opacity: .2;
	left: 0;
	top: 3.5rem;
	z-index: -1;
}

.cl2.product::before{
	content: "PRODUCT";
	color: #E5F1F9;
	left: -1.5rem;
	top: -10rem;
	z-index: -1;
}


.cl2.machine .l_box{
	max-width: 400px;
	width: 100%;
	margin-right: 1.25rem;
}

.cl2.machine .r_box{
	max-width: 800px;
	width: 100%;
	text-align: left;
	margin-top: 2.25rem;
}

.cl2.machine .l_box h2,
.cl2.product .l_box h2,
.cl2.machine .l_box p,
.cl2.product .l_box p{
	text-align: left;
	word-break: auto-phrase;
}

.cl2.machine .l_box h2,
.cl2.product .l_box h2{
	font-size: 2.25rem;
	line-height: 100%;
	margin-bottom: 2.5rem;
}

.cl2.machine .l_box p{
	line-height: 1.875rem;
	margin-bottom: 3rem;
}

.cl2.product .l_box{
	max-width: 360px;
	margin-right: 1.25rem;
}

.cl2.product .l_box p{
	line-height: 1.875rem;
	margin-bottom: 4.5rem;
}

.cl2.product .r_box{
	max-width: 900px;
	width: 100%;
	margin-top: 2.25rem;
}

.btn_more{
	max-width: 300px;
	min-height: 75px;
}

.btn_more a{
	position: relative;
	display: block;
	width: 100%;
	min-height: 75px;
	height: 100%;
	border-radius: 2.375rem;
	text-align: center;
	align-content: center;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 700;
	color: #ffffff;
	overflow: hidden;
	background: #E50012;
	margin: 0 auto;
	transition: .3s;
	z-index: 1;
}

.btn_more a::before{
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	border: 1px solid #E50012;
	box-sizing: border-box;
	border-radius: 2.375rem;
	background: #ffffff;
	left: 0;
	top: 0;
	transition: .3s;
	z-index: -1;
}

.btn_more a:hover{
	color: #E50012;
	filter: drop-shadow(0 0 2px #ffffff);
}

.btn_more a:hover::before{
	width: 100%;
}

.bg_tx_area.business{
	padding: 15rem 0;
	background: #002350;
}

.bg_tx_area.business svg{
	position: absolute;
	width: 100%;
	height: 5rem;
	top: -4.75rem;
	left: 0;
}

.cl2.business{
	max-width: 1600px;
	width: calc(100% - 2rem);
	padding: 0 8.75rem;
	margin: auto;
	justify-content: space-between;
}

.cl2.business .l_box{
	max-width: 200px;
	width: 100%;
	margin-right: 2rem;
}

.cl2.business .l_box h2{
	font-size: 2.25rem;
	color: #ffffff;
	text-align: left;
}

.cl2.business .r_box ul.cl3{
	display: flex;
	max-width: 1060px;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	margin-top: 2rem;
}

.cl2.business .r_box ul.cl3 li{
	width: calc(100% / 3);
	margin-right: 3.5rem;
}

.cl2.business .r_box ul.cl3 li:nth-child(2){
	margin-top: 6.25rem;
}

.cl2.business .r_box ul.cl3 li:nth-child(3){
	margin-top: 12.5rem;
}


.cl2.business .r_box ul.cl3 li .img_area{
	position: relative;
	margin-bottom: 1.5rem;
}

.cl2.business .r_box ul.cl3 li .img_area img{
	min-height: 520px;
	object-fit: cover;
}
.cl2.business .r_box ul.cl3 li .img_area a {
    position: relative;
    display: block;
}
.cl2.business .r_box ul.cl3 li .img_area a::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .25;
	left: 0;
	top: 0;
}

.cl2.business .r_box ul.cl3 li .img_area .img_title{
	position: absolute;
	font-size: 1.75rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 1px;
	writing-mode: vertical-lr;
	top: 1rem;
	left: 1rem;
}

.cl2.business .r_box ul.cl3 li .detail{
	text-align: left;
	color: #ffffff;
	width: 90%;
	line-height: 180%;
	letter-spacing: 1px;
}

.cl2.product .r_box ul.cl3{
	justify-content: end;
}

.cl2.product .r_box ul.cl3 li{
	width: calc(35% - 1.5rem);
	margin-right: 1.5rem;
}

.cl2.product .r_box ul.cl3 li img{
	object-fit: cover;
	min-height: 390px;
}

.cl2.product .r_box ul.cl3 li:last-child{
	width: calc(100% - (67.75% + 3rem));
	margin-right: 0;
}

.cl2.product .r_box ul.cl3 li:last-child ul {
	flex-directio: column;
	width: 100%;
}

.cl2.product .r_box ul.cl3 li:last-child ul li,
.cl2.product .r_box ul.cl3 li:last-child ul li:last-child{
	width: 100%;
	margin-right: 0;
}

.cl2.product .r_box ul.cl3 li:last-child ul li{
	margin-bottom: 1.5rem;
}

.cl2.product .r_box ul.cl3 li:last-child ul li img{
	min-height: 183px;
	object-fit: cover;
}

.cl2.product .r_box ul.cl3 li:last-child ul li:last-child{
	margin-bottom: 0;
}

#footer{
	padding-top: 7.5rem;
	background-image: url(http://nittetu.ec-net.jp/wp/wp-content/uploads/2025/06/footer_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#footer .cl2.footer{
	justify-content: space-between;
}

#footer .cl2.footer .from_box{
	max-width: 400px;
	text-align: left;
	color: #ffffff;
	width: 100%;
	margin: 0 auto;
	padding: 0 1.5rem;
}

#footer .cl2.footer .from_box .logo_img{
	margin: 2.625rem 0 2rem;
}

#footer .cl2.footer .from_box h3{
	font-size: 1.75rem;
	margin-bottom: 1.5rem;
}

#footer .cl2.footer .from_box p{
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 3rem;
}

#footer .cl2.footer .from_box .btn_more{
	margin-bottom: 4.5rem;
}

#footer .cl2.footer .from_box ul.footer_nav li{
	width: 50%;
}

#footer .cl2.footer .from_box ul.footer_nav li:nth-child(-n+4){
	margin-bottom: 2rem;
}

#footer .cl2.footer .from_box ul.footer_nav li a{
	position: relative;
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
	line-height: 100%;
	padding-left: 1.5rem;
}

#footer .cl2.footer .from_box ul.footer_nav li a::before{
	content: "";
	position: absolute;
	width: 0.625rem;
	height: 0.625rem;
	border-top:2px solid #ffffff;
	border-right:2px solid #ffffff;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

#footer .cl2.footer .from_box ul.footer_nav li a::after{
	content: "";
	position: absolute;
	width: 0.75rem;
	height: 0;
	border-bottom: 2px solid #ffffff;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#footer .cl2.footer .img_box{
	max-width: 1200px;
	margin-bottom: -6.625rem;
	overflow: hidden;
	border-top-left-radius: 6.625rem;
}

#footer .cl2.footer .img_box img{
	object-fit: cover;
	object-position: 20% 50%;
	min-height: 840px;
}

.copyright{
	min-height: 6.625rem;
	position: relative;
	align-content: center;
	padding: 0 2.625rem;
	background: #002350;
	z-index: 2;
}

.copyright p{
	text-align: end;
	font-size: 0.75rem;
	color: #ffffff;
}

.copyright p a{
	text-decoration: none;
	color: #ffffff;
}

/* サブページ */

#header.sub {
	background: #ffffff;
}

#header.sub ul.g_nav li {
	border-color: #000000;
}

#header.sub ul.g_nav li a{
	color: #000000;
}

h1.entry-title {
	font-size: 7.5rem;
	font-weight: 900;
	color: #002350;
	line-height: 150%;
	padding: 10rem 1rem 6rem;
	text-align: left;
	text-transform: uppercase;
}

h1.entry-title small{
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2rem;
	color: #808080;
}

.sub_bg{
	width: 100%;
	min-height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.sub_bg.access{
	background-image: url(http://nittetu.ec-net.jp/wp/wp-content/uploads/2025/06/sub-access2.webp);
}

.sub_bg.company{
	background-image: url(http://nittetu.ec-net.jp/wp/wp-content/uploads/2025/06/sub-company-a.webp);
}

.sub_bg.business{
	background-image: url(http://nittetu.ec-net.jp/wp/wp-content/uploads/2025/06/sub-business.webp);
}

.sub_bg.machine{
	background-image: url(http://nittetu.ec-net.jp/wp/wp-content/uploads/2025/06/sub-machine-a.webp);
}

.sub_bg.product{
	background-image: url(http://nittetu.ec-net.jp/wp/wp-content/uploads/2025/06/sub-product.webp);
}

.sub_bg.height0{
	min-height: 0;
}

.bg_navy svg{
	width: 100%;
	margin-top: -10rem;
}

.sub .bg_tx_area{
	padding: 0;
}

.sub .bg_tx_area.bg01{
	padding-top: 6.25rem;
}

.sub .bg_tx_area.bg01::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(http://nittetu.ec-net.jp/wp/wp-content/uploads/2025/06/top_bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top right;
	opacity: .5;
	left: 0;
	top: 60px;
	z-index: -2;
}

.sub .bg_tx_area.bg01.machine-sub::after{
	top: -120px;
}

.sub .bg_tx_area.bg01 .inner .col2{
	display: flex;
	flex-direction: row;
	width: calc(100% - 2rem);
	margin: auto;
	justify-content: space-around;
	text-align: left;
}

.sub .bg_tx_area.bg01 .inner .col2 .l_box {
	max-width: 300px;
	width: 100%;
	margin-right: 5rem;
}

.sub .bg_tx_area.bg01 .inner .col2 .r_box {
	width: calc(100% - 300px);
}

.sub .bg_tx_area.bg01 .inner .col2 .r_box h2{
	font-size: 3.125rem;
	line-height: 4rem;
	font-weight: 500;
	margin-bottom: 1.75rem;
}

.sub .bg_tx_area.bg01 .inner .col2 .r_box p{
	font-size: 17px;
	line-height: 2.5rem;
	word-break: break-all;
	letter-spacing: 1px;
}

.sub .bg_tx_area.bg01 .img_area{
	max-width: 1400px;
	width: calc(100% - 2rem);
	margin: auto;
	padding-top: 6.25rem;
}

.sub .bg_tx_area.bg01 .img_area img{
	min-height: 420px;
	object-fit: cover;
}

.sub .bg_tx_area.bg02 {
	padding-bottom: 6.25rem;
}

.sub .bg_tx_area.bg02 .inner.blk{
	display: block;
} 

.sub .bg_tx_area.bg02::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(http://nittetu.ec-net.jp/wp/wp-content/uploads/2025/06/top_bg04.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
	opacity: .8;
	left: 0;
	top: 60px;
	z-index: -2;
}

.sub .bg_tx_area.bg02.machine-sub:first-of-type::after{
	top: 120px;
}

.sub .bg_tx_area.bg02.machine-sub::after{
	top: -60px;
}

.sub .bg_tx_area.bg02 .inner{
	display: flex;
	width: calc(100% - 4rem);
}

.sub .bg_tx_area.bg02 .inner .logo_box{
	max-width: 420px;
	width: 100%;
	margin-right: 5rem;
}

.sub .bg_tx_area.bg02 .inner .logo_box img{
	max-width: 280px;
	width: 100%;
	margin: auto;
}

.sub .bg_tx_area.bg01.product::after{
	top: 120px;
}

.sub .bg_tx_area .form{
	max-width: 1300px;
	width: calc(100% - 2rem);
	margin: auto;
	padding-top: 0;
}

.sub .bg_tx_area .form p{
	font-size: 1.25rem;
	line-height: 2.5rem;
}

.sub .bg_tx_area .form p.attention{
	color: #dd0000;
	font-weight: 700;
}

.wave svg{
	display: block;
	width: 100%;
	min-height: 12.5rem;
	margin-bottom: -0.25rem;
}

.bg_navy h3{
	font-size: 7.5rem;
	font-weight: 900;
	line-height: 9rem;
}

.bg_navy h3 small{
	display: block;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 100%;
}

.bg_navy .inner.flex{
	display: flex;
	width: calc(100% - 2rem);
	margin: auto;
	padding-bottom: 17rem;
}

.bg_navy .inner.flex ul.history_img{
	max-width: 400px;
	width: calc(100% - 2rem);
}

.bg_navy .inner.flex ul.history_img li{
	margin-bottom: 4.375rem;
}

.bg_navy .inner.flex ul.history_img li:last-child{
	margin-bottom: 0;
}

table.contact-table {
	width: calc(100% - 4rem);
	border-collapse: collapse;
	margin: auto;
	margin-bottom: 2.5rem;
}

table.contact-table th,
table.contact-table td{
	padding: 1rem;
	font-size: 1.125rem;
	border-bottom: 1px dotted #002350;
}

table.contact-table tr:last-of-type th,
table.contact-table tr:last-of-type td{
	border-bottom: 0;
}

table.contact-table th{
	position: relative;
	width: 280px;
	text-align: left;
}

table.contact-table tr:last-of-type th{
	vertical-align: baseline;
}

table.contact-table th span.required{
	position: absolute;
	padding: 0.5rem;
	background: #E50012;
	color: #ffffff;
	font-size: 1rem;
	line-height: 100%;
	border-radius: 0.25rem;
	right: 1rem;
}

table.contact-table td{
	width: calc(100% - 280px);
	text-align: left;
}

table.contact-table input[type="text"],
table.contact-table input[type="tel"],
table.contact-table textarea{
	padding: 0.5rem;
	font-size: 1.125rem;
}


table.contact-table input[type="text"],
table.contact-table textarea{
	width: 100%;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

table.contact-table .mwform-tel-field{
	display: inline-flex;
	align-items: center;
	margin-left: 0;
	margin-right: auto;
}

table.contact-table .mwform-tel-field  input[type="text"]{
	width: 100px;
}

.btn_check button,
.btn_check input[type="submit"]{
	position: relative;
	border: none;
	max-width: 360px;
	width: 100%;
	padding: 1.5rem 5rem;
	cursor: pointer;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
	background: #E50012;
	border-radius: 2.5rem;
	overflow: hidden;
	transition: .3s;
	z-index: 1;
}

.btn_check button::before,
.btn_check input[type="submit"]::before{
	content: "";
	position: absolute;
	display:block;
	width: 0;
	height: 100%;
	background: #ffffff;
	border-radius: 2.5rem;
	border: 1px solid #E50012;
	box-sizing: border-box;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
	z-index: -1;
}
.btn_check input[type="submit"]:hover{
	color: #E50012;
	background: #ffffff;
	border: 1px solid #E50012;
}
.btn_check button:hover{
	color: #E50012;
}

.btn_check button:hover::before,
.btn_check input[type="submit"]:hover::before{
	width: 100%;
}

ul.product_list{
	max-width: 1280px;
	width: calc(100% - 2rem);
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

ul.product_list li{
	max-width: 410px;
	width: calc(33.3% - 25px);
	margin: 0 12.5px 6.25rem;
}

.sub .bg_tx_area.machine-sub {
	padding: 0;
}

.sub .bg_tx_area.machine-sub .inner{
	width: calc(100% - 2rem);
	margin: auto;
	padding-top: 0;
	padding-bottom: 12.5rem;
}

.sub .bg_tx_area.machine-sub .inner.blk.pad12r5{
	padding-top: 12.5rem;
}

.sub .bg_tx_area ul.product_list li .img_area{
	padding-top: 0;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #002350;
	align-content: center;
	margin-bottom: 1rem;
}
.sub .bg_tx_area ul.product_list li .img_area img{
	min-height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.bg_tx_area ul.product_list li .img_area.no-cov img{
	aspect-ratio: auto;
	object-position: center;
	object-fit: contain;
}

.bg_tx_area ul.product_list li table.product_detail {
	width: 100%;
	border-collapse: collapse;
}

.bg_tx_area ul.product_list li table.product_detail th,
.bg_tx_area ul.product_list li table.product_detail td{
	vertical-align: baseline;
	padding: 1rem 0.5rem;
	border-bottom: 1px dashed #B3B3B3;
	text-align: left;
	line-height: 100%;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 1.5px;
	word-break: break-all;
}

.bg_tx_area ul.product_list li table.product_detail th{
	width: 80px;
	color: #002350;
}

.bg_tx_area ul.product_list li table.product_detail td{
	width: calc(100% - 80px);
}

.bg_tx_area ul.product_list li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	align-content: center;
}

.bg_tx_area ul.product_list li a::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(http://nittetu.ec-net.jp/wp/wp-content/uploads/2025/06/product_scale.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	filter: drop-shadow(0 0 3px #999999);
	left: 1rem;
	top: 1rem;
}

.bg_tx_area.machine-sub .inner .col2 .machine_box{
	margin: 0;
}

.sub .bg_tx_area.machine-sub .inner .col2{
	display: flex;
	width: 100%;
	margin: auto;
	margin-bottom: 6.25rem;
	align-items: center;
	justify-content: space-between;	
}

.sub .bg_tx_area.machine-sub .inner .col2.rev{
	flex-direction: row-reverse;
}

.sub .bg_tx_area.machine-sub .inner .col2.machine-single{
	margin-bottom: 12.5rem;
}

.sub .bg_tx_area.machine-sub .inner .col2.mar0{
	margin-bottom: 0;
}

.sub .bg_tx_area.machine-sub .inner .col2 .l_box{	
	max-width: 400px;
	width: 100%;
	text-align: center;
	margin-right: 2.5rem;
}

.sub .bg_tx_area.machine-sub .inner .col2.rev .l_box{
	margin-right: 0;
	margin-left: 2.5rem;
}

.sub .bg_tx_area.machine-sub .inner .col2 .l_box h3{
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 100%;
}

.sub .bg_tx_area.machine-sub .inner .col2 .r_box {
	max-width: 800px;
	width: 100%;
}

.sp_detail,
.sp_768{
	display: none;
	position: relative;
	text-align: center;
	width: calc(100% - 2rem);
	padding: 1rem;
	margin: auto;
	margin-bottom: 1.5rem;
	font-weight: 700;
	line-height: 100%;
}

.sp_768{
	width: 100%;
}

.sp_detail::before,
.sp_768::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	border-bottom: 2px solid #002350;
	bottom: 0;
	left: 0;
}

.sp_detail::after,
.sp_768::after{
	content: "";
	position: absolute;
	width: 0;
	height: 50%;
	border-right: 2px solid #002350;
	transform: rotate(-45deg);
	right: 0.5rem;
	bottom: -3px;
}

.sub .bg_tx_area.machine-sub.none .inner{
	padding-top: 0;
	padding-bottom: 12.5rem;
}

ul.machine_img {
	justify-content: space-between;
	margin-bottom: 7.5rem;
}

ul.machine_img.single,
ul.machine_img.mar0 {
	margin-bottom: 0;
}

ul.machine_img li{
	width: calc(33.3% - 0.5rem);
	position: relative;
}

ul.machine_img.cl2{
	margin-bottom: 0;
}

ul.machine_img.cl2 li{
	width: calc(50% - 0.5rem);
}

ul.machine_img.single li {
	max-width: 800px;
	width: 100%;
	margin-right: 0;
	margin-left: auto;
}

ul.machine_img.single.rev li {
	margin-right: auto;
	margin-left: 0;
}

ul.machine_img li span.machine-name{
	position: absolute;
	display: block;
	width: fit-content;
	font-size: 1.25rem;
	line-height: 100%;
	padding: 0.25rem 1rem;
	background: #E50012;
	color: #ffffff;
	bottom: -1rem;
	left: 0;
	right: 0;
	margin: auto;
}

ul.machine_img li span.machine-name{
	position: absolute;
	display: block;
	width: fit-content;
	font-size: 1.25rem;
	line-height: 100%;
	padding: 0.25rem 1rem;
	background: #E50012;
	color: #ffffff;
	bottom: -1rem;
	left: 0;
	right: 0;
	margin: auto;
}

.sub .bg_tx_area.bg01 .inner .col2.business {
	align-content: center;
	margin-bottom: 6.25rem;
}

.sub .bg_tx_area.bg01 .inner .col2.business .l_box{
	max-width: 520px;
}

.col2.business .l_box h2{
	font-size: 3.125rem;
	line-height: 4.5rem;
	font-weight: 500;
}

ul.img_cl2{
	display: flex;
	width: calc(100% - 2rem);
	justify-content: space-between;
	margin: auto;
}

ul.img_cl2 li{
	width: calc(50% - 0.75rem);
}

ul.img_razer{
	width: calc(100% - 2rem);
	margin: auto;
	margin-bottom: 6.25rem;
}

.inner.pad0{
	padding-top: 0;
}

ul.img_cl5{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 2rem);
	margin: auto;
	justify-content: space-between;
}

ul.img_cl5 > li:first-child,
ul.img_cl5 > li:last-child{
	width: calc(38% - 0.5rem);
}

ul.img_cl5 > li:first-child img,
ul.img_cl5 > li:last-child img{
	object-fit: cover;
	min-height: 640px;
}

ul.img_cl5 > li:nth-child(2){
	width: calc(24% - 0.5rem);
}

ul.img_cl5 > li:nth-child(2) ul li{
	margin-bottom: 0.5rem;
}

ul.img_cl5 > li:nth-child(2) ul li img{
	object-fit: cover;
}

ul.img_cl5 > li:nth-child(2) ul li img{
	min-height: 200px;
}

ul.img_cl5 > li:nth-child(2) ul li:first-child img{
	min-height: 220px;
}

ul.img_cl5 > li:nth-child(2) ul li:last-child{
	margin-bottom: 0;
}

.sub .bg_tx_area.bg01 .inner.access,
.sub .bg_tx_area.bg02 .inner.access{	
	width: 100%;
	display: block;
}

.inner.access .access_box{
	display: flex;
	width: calc(100% - 2rem);
	align-items: center;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 6.25rem;
}

.inner.access .access_box.rev{
	flex-direction: row-reverse;
}

.inner.access .access_box .l_box{
	max-width: 400px;
	width: 100%;
	margin: auto;
}

.inner.access .access_box .l_box h3{
	font-size: 3.125rem;
	line-height: 4rem;
	font-weight: 500;
	margin-bottom: 2rem;
}

.inner.access .access_box .l_box p {
	font-size: 1.125rem;
	line-height: 2.5rem;
}

.inner.access .access_box .r_box{
	max-width: 800px;
	width: 100%;
}

.inner.access .map_box iframe{
	display: block;
	width: calc(100% - 2rem);
	margin: auto;
}
h3.ttl {
position: relative;
padding: 1.5rem 1rem;
font-size:22px;
text-align:left;
}
h3.ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #002350, #002350 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #002350, #002350 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
dl.merit {
text-align:left;
padding:2rem 1rem;
}
dl.merit dt {
font-size:20px;
font-weight:bold;
color:#002350;
position: relative;
overflow: hidden;
padding: .5rem 2rem .5rem 130px;
border: 2px solid #002350;
margin-bottom:0.5rem;
}
dl.merit dt:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #002350;
}
dl.merit dt span {
font-size: 2.5rem;
position: absolute;
z-index: 1;
top: 3px;
left: 11px;
display: block;
padding-top: 3px;
padding-left: 16px;
color: #fff;
}
dl.merit dd {
margin-bottom:2rem;
padding-left:1rem;
padding-right:1rem;
}
ul.applications{
text-align:left;
padding:2rem 1rem;
}
ul.applications li{
width: 50%;
margin-bottom: 1rem;
padding-left: 2rem;
padding-right: 3rem;
background-image: url(http://nittetu.ec-net.jp/wp/wp-content/uploads/2025/06/listimg.png);
background-repeat: no-repeat;
background-size: 20px auto;
background-position: left 5px;
font-size: 1.25rem;
font-weight: 500;
}
@media screen and ( max-width:1290px ) {
	#header{
		min-height: 80px!important;
		background: #ffffff;
		filter: drop-shadow(0 2px 3px #3f3f3fbe)!important;
	}

	#header ul.g_nav {
		opacity: 0;
		visibility: hidden;
	}

	#header ul.g_nav li a{
		color: #ffffff!important;
	}

	#header ul.g_nav {
		position: absolute;
		display: block;
		align-content: center;
		height: 100vh;
		width: 10%;
		background: #E50112;
		right: 0;
		z-index: 1;
	}

	#header ul.g_nav.active {
		opacity: 1;
		visibility: visible;
		width: 50%;
	}

	#header ul.g_nav.transition {
		transition: .3s;
	}

	#header ul.g_nav li{
		width: 100%;
		border-right: none;
		border-bottom: 1px dashed #ffffff!important;
	}

	ul.g_nav li a {
		min-height: 60px;
	}

	#header .hum{
		display: block;
		z-index: 2;
	}

	#header .hum.active{
		background: #ffffff;
	}

	#header .hum.active span{
		background: #E50012;
		transition: .3s;
	}

	#header .hum.active span:nth-child(1){
		top: 1.875rem;
		transform: rotate(45deg);
	}

	#header .hum.active span:nth-child(2){
		transform: rotate(135deg);
		opacity: 0;
	}

	#header .hum.active span:nth-child(3){
		top: 1.875rem;
		transform: rotate(-225deg);		
	}

	#header .hum.active span:last-child{
		background: transparent;
	}

	#header .hum.active span:last-child::before{
		content: "Close";
		color: #E50012;
	}

	.cl2.about {
		flex-direction: column-reverse;
		padding-left: 2.5rem;
	}

	.cl2.machine,
	.cl2.business,
	.cl2.product{
		width: calc(100% - 4rem);
		padding: 0;
	}

.cl2.about .l_box {
width: calc(100% - 2rem);
margin-right: 2rem;
margin-top: -2.5rem;
padding-top: 0;
}

	.cl2.about .r_box {
		max-width: 460px;
		/*margin-top: -10rem;*/
	}
/*
	.cl2::before{
		font-size: 10rem;
	}*/

	.cl2.machine,
	.cl2.business,
	.cl2.product {
		flex-direction: column;
	}

	.bg_tx_area.machine::after {
		background-size: 100% auto;
		background-position: center top 20%;
	}

	.bg_tx_area.business::after {
		background-size: 100% auto;
		background-position: center bottom 20%;
	}

	.cl2.machine .l_box,
	.cl2.machine .r_box,
	.cl2.product .l_box,
	.cl2.product .r_box {
		max-width: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.cl2.business .l_box {
		max-width: none;
		width: 100%;
		margin-right: auto;
		margin-bottom: 3.75rem;
	}

	.cl2.machine .l_box h2,
	.cl2.product .l_box h2{
		margin-bottom: 1.5rem;
	}

	.cl2.machine .l_box p,
	.cl2.product .l_box p{
		margin-bottom: 2.5rem;
	}

	.cl2.product .r_box ul.cl3{
		justify-content: center;
	}

	.cl2.business .r_box ul.cl3{
		margin-top: 0;
		max-width: none;
	}

	.cl2.business .r_box ul.cl3 li:first-child{
		margin-right: 0;
	}

	.sub .bg_tx_area.bg01{
		padding-top: 0;
	}

	.sub .bg_tx_area.bg02 .inner {
		flex-direction: column;
	}

	.sub .bg_tx_area.bg02 .inner .logo_box{
		max-width: none;
		margin: 0 auto 2.5rem;
	}


	.sp_detail{
		display: block;
	}

	.scroll{
		width: calc(100% - 2rem);
		margin: auto;
		overflow-x: scroll;
	}

	table.ability{
		min-width: 1300px;
	}
}

@media screen and ( max-width:1160px ) {
	h1.entry-title{
		font-size: 6.25rem;
		padding-top: 8rem;
		line-height: 120%;
	}

	.sub_bg{
		min-height: 480px;
	}

	.sub .bg_tx_area.bg01 .inner .col2,
	.sub .bg_tx_area.bg01 .inner .col2.machine,
	.sub .bg_tx_area.bg01 .inner .col2.machine.rev{
		flex-direction: column;
	}

	.sub .bg_tx_area .inner.blk .col2.mar12r5{
		margin-bottom: 6.25rem;
	}


	.sub .bg_tx_area.bg01 .inner .col2 .l_box{
		margin: auto;
		margin-bottom: 2rem;
	}

	.sub .bg_tx_area.bg01 .inner .col2 .r_box{
		width: 100%;
	}

	.sub .bg_tx_area.bg02{
		padding-bottom: 0;
	}

	.wave svg{
		min-height: 10rem;
	}

	dl.history {
		max-width: 960px;
		width: calc(100% - 2rem);
		margin-bottom: 3.75rem;
	}

	.bg_navy .inner.flex{
		flex-direction: column;
		padding-bottom: 10rem;
	}

	.bg_navy h3 {
		font-size: 6rem;
		line-height: 7.5rem;
	}

	.bg_navy .inner.flex ul.history_img {
		max-width: 960px;
		width: 100%;
		margin: auto;
	}

	.bg_navy .inner.flex ul.history_img li{
		width: calc(50% - 1rem);
		margin: 0 auto 1rem;
	}

	.bg_navy .inner.flex ul.history_img li:nth-last-child(-n+3){
		width: calc(33% - 1rem);
	}

	.sub .bg_tx_area.bg01 .inner .col2.business .l_box{
		max-width: none;
		margin-left: 0;	
	}

	ul.img_cl5 > li:first-child,
	ul.img_cl5 > li:last-child {
		width: calc(35.5% - 0.5rem);
	}

	ul.img_cl5 > li:nth-child(2) {
		width: calc(29% - 0.5rem);
	}

}
@media screen and ( max-width:1080px ) {

	.top_area,
	.top_area img,
	.top_area video{
		height: 75vh;
	}

	.cl2.about{
		padding-left: 1rem;
	}

	.cl2.about .l_box {
		width: calc(100% - 1rem);
		margin-right: 1rem;
	}

	.cl2.about .r_box {
		max-width: 320px;
		/*margin-top: -5rem;*/
	}

	.bg_tx_area,
	.bg_tx_area.business {
		padding: 10rem 0;
	}

	.cl2.machine,
	.cl2.business,
	.cl2.product{
		width: calc(100% - 2rem);
	}

	.cl2.machine::before,
	.cl2.product::before {
		left: -0.5rem;
		top: -6rem;
	}

	#footer {
		padding-top: 5rem;
	}

	#footer .cl2.footer {
		flex-direction: column;
	}

	#footer .cl2.footer .from_box {
		text-align: center;
	}

	#footer .cl2.footer .from_box .logo_img {
		margin: 0 auto 2.5rem;
	}

	#footer .cl2.footer .from_box .btn_more {
		margin: auto;
		margin-bottom: 2.5rem;
	}

	ul.footer_nav{
		display: none;
	}

	#footer .cl2.footer .from_box p{
		margin-bottom: 2.5rem;
	}

	#footer .cl2.footer .img_box {
		width: calc(100% - 2.5rem);
		border-top-left-radius: 2.5rem;
		margin-left: auto;
		margin-right: 0;
	}

	#footer .cl2.footer .img_box img {
		min-height: 480px;
	}

	.sub .bg_tx_area.machine-sub .inner .col2 .machine_box{
		max-width: none;
	}

	.sub .bg_tx_area.machine-sub .inner .col2,
	.sub .bg_tx_area.machine-sub .inner .col2.rev{
		flex-direction: column;
		margin-bottom: 3.75rem;
	}

	.sub .bg_tx_area.machine-sub .inner .col2 .l_box,
	.sub .bg_tx_area.machine-sub .inner .col2.rev .l_box {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 3.75rem;
	}

	.sub .bg_tx_area.machine-sub .inner .col2 .r_box {
		max-width: none;
	}

	.sub .bg_tx_area.machine-sub .inner .col2.machine-single{
		margin-bottom: 12.5rem;
	}

	.sub .bg_tx_area.machine-sub .inner .col2.mar0{
		margin-bottom: 0;
	}

	.sub .bg_tx_area.machine-sub .inner .col2 .l_box h3{
		font-size: 2.75rem;
	}

	ul.machine_img{
		margin-bottom: 3.75rem;
	}

	ul.machine_img.cl2{
		margin-bottom: 0;
	}

	ul.machine_img.single li{
		max-width: none;
	}

	.sub .bg_tx_area.mar6r25 {
		margin-top: 0;
	}

	.sub .bg_tx_area.bg02 .inner.blk ul.machine_img.single li{
		margin: auto;
	}

	.inner.access .access_box,
	.inner.access .access_box.rev{
		flex-direction: column;
	}

	.inner.access .access_box .l_box {
		display: flex;
		max-width: 800px;
		justify-content: space-around;
		align-content: center;
		width: 100%;
		margin: auto;
		margin-bottom: 2rem;
	}

	.inner.access .access_box .l_box h3 {
		max-width: 180px;
		width: 100%;
		text-align: left;
		font-size: 2.25rem;
		line-height: 3rem;
		margin: auto;
	}

	.inner.access .access_box .l_box p {
		width: 70%;
		padding: 1rem 2rem;
		border-left: 2px solid #002350;
		text-align: left;
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}

@media screen and ( max-width:960px ) {
	.cl2::before {
		font-size: 7.5rem;
	}

	.cl2.about .l_box h1 {
		font-size: 3.75rem;
	}

	.cl2.about .l_box p {
		word-break: break-all;
		font-size: 1.125rem;
		letter-spacing: 1px;
		line-height: 2rem;
	}

	.cl2.product .r_box ul.cl3 li {
		width: calc(50% - 1.5rem);
		margin: auto;
		margin-bottom: 1.5rem;
	}

	.cl2.product .r_box ul.cl3 > li:last-child {
		width: 100%;
		margin: auto;
	}

	.cl2.product .r_box ul.cl3 li:last-child ul{
		flex-direction: row;
	}

	.cl2.product .r_box ul.cl3 li:last-child ul li,
	.cl2.product .r_box ul.cl3 li:last-child ul li:last-child{
		width: calc(50% - 1.5rem);
		margin: auto;
	}

	.cl2.business .r_box ul.cl3 {
		flex-wrap: wrap;
	}

	.cl2.business .r_box ul.cl3 li {
		width: calc(50% - 0.75rem);
		margin-right: 0;
	}

	.cl2.business .r_box ul.cl3 li:nth-child(2) {
		margin-top: 50%;
		margin-right: 1.5rem;
	}

	.cl2.business .r_box ul.cl3 li:nth-child(3) {
		margin-top: -40%;
	}

	.cl2.business .r_box ul.cl3 li .img_area img {
		min-height: 460px;
	}

	.cl2.machine .l_box p,
	.cl2.product .l_box p {
		word-break: break-all;
	}

	.sub .bg_tx_area.bg01 .inner .col2 .r_box h2 {
		font-size: 2.5rem;
		line-height: 4rem;
	}

	.sub .bg_tx_area.bg02 .inner .logo_box img {
		max-width: 200px;
	}

	.bg_navy .inner.flex {
		padding-top: 3.125rem;
		padding-bottom: 7.5rem;
	}

	dl.company_box {
		display: block;
		max-width: none;
	}

	dl.company_box dt,
	dl.company_box dd{
		width: 100%;
	}

	dl.company_box dd{
		border-bottom: 0;
		margin-bottom: 1.25rem;
	}

	table.contact-table{
		width: 100%;
	}

	table.contact-table th,
	table.contact-table td{
		display: block;
		width: 100%;
		border-bottom: 0;
	}

	table.contact-table th,
	table.contact-table tr:last-of-type th{
		border-bottom: 1px solid var(--subcolor);
	}

	table.contact-table input[type="text"],
	table.contact-table input[type="tel"],
	table.contact-table textarea{
		border: 1px solid #cdcdcd;
		background: #ededed;
	}

	ul.product_list {
		width: calc(100% - 1rem);
		justify-content: space-between;
	}

	ul.product_list li{
		max-width: none;
		width: calc(50% - 25px);
		margin-bottom: 3.75rem;
	}

	.col2.business .l_box h2 {
		font-size: 2.5rem;
		line-height: 4rem;
	}

	.sub .bg_tx_area.bg01 .inner .col2.business{
		margin-bottom: 3.75rem;
	}
ul.applications li{
width:100%;
padding-right: 0rem;
}
}

@media screen and ( max-width:768px ) {
	h1.entry-title {
		font-size: 5rem;
	}

	.sub_bg {
		min-height: 360px;
	}

	.inner{
		padding: 5rem 0;
	}

    .col2.business .l_box h2,
	.sub .bg_tx_area.bg01 .inner .col2 .r_box h2,
	.sub .bg_tx_area.machine-sub .inner .col2 .l_box h3,
	.inner.access .access_box .l_box h3{
		font-size: 2rem;
		line-height: 3rem;
	}

	.sub .bg_tx_area.bg01 .inner .col2 .r_box p {
		font-size: 16px;
		line-height: 2rem;
		word-break: break-all;
	}

	.sub .bg_tx_area.bg01 .img_area img {
		min-height: 240px;
	}

	.sub .bg_tx_area.bg02 .inner {
		width: calc(100% - 2rem);
	}

	.bg_navy h3 {
		font-size: 4rem;
		line-height: 6.25rem;
	}

	dl.history {
		display: block;
		width: 100%;
	}

	dl.history::after{
		left: 0.5rem;
	}

	dl.history dt,
	dl.history dd{
		width: 100%;
		padding-left: 2rem;
	}

	dl.history dt{
		margin-bottom: 0;
	}

	dl.history dt::after{
		left: 0;
		right: auto;
		top: 0.25rem;
	}

	dl.history dt small {
		display: inline-block;
		margin-top: auto;
		margin-left: 1rem;
	}

	.sub .bg_tx_area .form p {
		font-size: 1rem;
		line-height: 2rem;
	}

	.sp_768{
		display: block;
	}
	
	.sub .bg_tx_area.bg01 .img_area{
		padding-top: 5rem;
	}

	ul.machine_img li,
	ul.machine_img.cl2 li:first-child {
		width: calc(50% - 0.5rem);
		margin-bottom: 0;
	}

	ul.machine_img li:first-child {
		width: 100%;
		margin-bottom: 1.5rem;
	}

	.sub .bg_tx_area ul.product_list li .img_area{
		margin-bottom: unset;
	}

	.sub .bg_tx_area ul.product_list li table.product_detail th,
	.sub .bg_tx_area ul.product_list li table.product_detail td {
		display: block;
		width: 100%;
		padding: 0.75rem;
		font-size: 1rem;
	}

	.sub .bg_tx_area ul.product_list li table.product_detail th{
		padding-bottom: 0;
		border-bottom: 0;
	}

	.sub .bg_tx_area.bg01 ul.product_list li table.product_detail td {
		margin-bottom: 1rem;
	}

	.sub .bg_tx_area.bg01 ul.product_list li table.product_detail tr:last-of-type td {
		margin-bottom: unset;
	}

	.sub .bg_tx_area.machine-sub .inner .col2 .r_box{
		overflow-x: scroll;
	}

	.sub .bg_tx_area.machine-sub .inner .col2 .r_box .machine_box{
		min-width: 800px;
	}

	ul.machine_img li span.machine-name {
		font-size: 1rem;
		bottom: -0.75rem;
	}

	ul.img_cl2 li{
		width: 100%;
		margin-bottom: 1rem;
	}

	ul.img_cl2 li:last-child{
		margin-bottom: 0;
	}

	ul.img_cl5 > li:first-child,
	ul.img_cl5 > li:last-child {
		width: calc(50% - 0.5rem);
		margin-bottom: 1rem;
		min-height: auto;
	}

	ul.img_cl5 > li:nth-child(2){
		order: 2;
		width: 100%;
	}

	ul.img_cl5 > li:nth-child(2) ul li{
		width: calc(50% - 0.5rem);
	}

	ul.img_cl5 > li:first-child img,
	ul.img_cl5 > li:last-child img{
		min-height: auto;
	}

	ul.img_cl5 > li:nth-child(2) ul {
		justify-content: space-between;
	}

	ul.img_cl5 > li:nth-child(2) ul li:first-child{
		width: 100%;
		margin-bottom: 1rem;
	}

	ul.img_cl5 > li:nth-child(2) ul li img,
	ul.img_cl5 > li:nth-child(2) ul li:first-child img{
		object-fit: contain;
		min-height: auto;
	}
	
	.sub .bg_tx_area.machine-sub .inner.blk.pad12r5{
		padding-top: 10rem;
	}
	
	.sub .bg_tx_area.machine-sub .inner,
	.sub .bg_tx_area.machine-sub.none .inner{
		padding-bottom: 10rem;
	}

	.sub .bg_tx_area.machine-sub .inner .col2.machine-single {
		margin-bottom: 10rem;
	}
	
	.sub .bg_tx_area.machine-sub .inner .col2.mar0{
		margin-bottom: 0;
	}
.cl2.about .l_box {
margin-top: 0;
padding-top: 2.5rem;
}

.top_area .catch {
top: 100px;
font-size: 36px;
}
}

@media screen and ( max-width:640px ) {
	.top_area,
	.top_area img,
	.top_area video {
		height: 60vh;
	}

	.cl2.about .l_box h1 {
		font-size: 2.75rem;
	}

	.cl2.about .r_box {
		max-width: 200px;
		/*margin-top: -2.5rem;*/
	}

	/*.cl2.about .r_box::before {
		width: calc(100% + 16px);
		left: -1rem;
		top: -1rem;
	}*/

	.cl2::before {
		font-size: 4rem;
	}

	.bg_tx_area,
	.bg_tx_area.business {
		padding: 7.5rem 0;
	}

	.bg_tx_area.product {
		padding-top: 12.5rem;
	}

	.cl2.machine::before,
	.cl2.product::before {
		top: -4rem;
        left: 0rem;
	}
	
	.cl2.business::before{
		left: 1rem;
	}

	.cl2.business .r_box ul.cl3 li{
		width: 100%;
		margin-bottom: 2.5rem;
	}

	.cl2.business .r_box ul.cl3 li:nth-child(2){
		margin-right: auto;
	}

	.cl2.business .r_box ul.cl3 li:nth-child(2),
	.cl2.business .r_box ul.cl3 li:nth-child(3){
		margin-top: auto;
	}

	.cl2.business .r_box ul.cl3 li:nth-child(3){
		margin-bottom: 0;
	}

	.cl2.business .r_box ul.cl3 li .img_area{
		margin-bottom: auto;
	}

	.cl2.business .r_box ul.cl3 li .img_area img {
		min-height: auto;
		aspect-ratio: 5 / 4;
	}

	.cl2.business .r_box ul.cl3 li .img_area .img_title {
		position: absolute;
		font-size: 1.5rem;
	}

	.cl2.machine .r_box{
		margin-top: 3.75rem;
	}

	.btn_more {
		margin: auto;
	}

	#footer .cl2.footer .img_box{
		margin-bottom: -4rem;
	}

	.copyright{
		min-height: 4rem;
		padding: 0 1rem;
	}

.copyright p {
font-size: 14px;
line-height: 1.25rem;
}
.sub .bg_tx_area.machine-sub .inner .col2 .l_box,
.sub .bg_tx_area.machine-sub .inner .col2.rev .l_box{
margin-bottom: 2.5rem;
}
.top_area .catch {
font-size: 30px;
}
}

@media screen and ( max-width:540px ) {
	.sub .bg_tx_area.bg01 .inner .col2 .r_box h2 {
		font-size: 2rem;
		line-height: 3rem;
	}

	ul.product_list li {
		display: flex;
		width: 100%;
		margin-bottom: 2.5rem;
		align-items: baseline;
	}

	.sub .bg_tx_area.bg01 ul.product_list li .img_area {
		max-width: 160px;
		margin-right: 0.75rem;
		margin-top: auto;
		margin-bottom: auto;
	}

	.sub .bg_tx_area.bg01 ul.product_list li a::before {
		width: 28px;
		height: 28px;
	}
	ul.machine_img li,
	ul.machine_img li:first-child,
	ul.machine_img.cl2 li,
	ul.machine_img.cl2 li:first-child{
		width: 100%;
		margin-bottom: 2.5rem;
	}

	ul.machine_img.cl2 li:last-child{
		margin-bottom: 0;
	}

	.col2.business .l_box h2 {
		font-size: 2rem;
		line-height: 3rem;
	}

	.inner.access .access_box .l_box h3 {
		max-width: 120px;
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.inner.access .access_box .l_box p {
		padding: 1rem;
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media screen and ( max-width:480px ) {

	#header ul.g_nav.active {
		width: 100%;
	}

	.cl2.business .r_box ul.cl3 li .img_area img {
		aspect-ratio: 1 / 1;
	}

	.cl2.business .r_box ul.cl3 li .img_area .img_title {
		font-size: 1.5rem;
	}

	.cl2.business .r_box ul.cl3 li .detail{
		width: 100%;
	}

	.cl2.product .r_box ul.cl3 li {
		width: calc(100% - 1.5rem);
	}

	.cl2.product .r_box ul.cl3 li img {
		min-height: auto;
		aspect-ratio: 4 / 3;
	}
}