/*!
Template: cocoon-master
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/*---------------------------------
reset
--------------------------------*/
.widget-footer-left a{
	color: #fff!important;
	opacity: 1.0!important;
}
#header-container{
	display: none;
}
.logo-menu-button {
	text-align: left;
	padding-left: 1rem;
}
.logo-menu-button a{
	color: #fff!important;
}
.fa.fa-clock-o{
	display: none;
}
ol{
	text-align: left;
}
#footer{
	margin: 0;
	position:relative;
}
.footer-bottom-logo img {
	height: auto;
	margin-bottom:5%;
	width:70%;
}
.footer-bottom{
	margin-top:0;
}
.footer-bottom-logo .site-name-text {
	top:5px;
	position: relative;
	opacity: 0.4;
}
.category-news-post .entry-content {
	padding:5%!important;
}
.entry-content {
  margin-bottom: 0;
  padding: 0!important;
}
.body .article{
	margin-bottom: 0;
	padding: 0!important;
}
.article h2{
	border-radius: 0;
}
.article h3,.article h4{
	font-weight: normal;
	border: none;
	text-align: left;
    padding: 0;
	margin: 0;
}
.article h3 {
    font-size: 1.2rem;
    line-height:1.6;
    font-weight: bold;
    margin: 15% 0 8%;
    padding-left:5%;
    border-left: #444 solid 4px;
}
.article h4{
	background: #fae1d8;
	padding:3%;
	margin: 4% 0;
	color: #333;
	font-size: 1rem;
}
@media screen and (min-width: 1020px){ 
#header-container{
	display: inline;
}
.footer-bottom-logo img {
	width: 100%;
}
	.article h3 {
    font-size: 21px;
	line-height:1.6;
	padding-left: 1em;
	color: #444;
	margin: 110px 0 40px;
	}
	.article h4 {
    font-size: 16px;
	padding: 10px;
	}
	.cart h4 {
    font-size: 22px;
	padding:20px;
	}
	.footer-bottom{
		margin-top: 26px;
	}
	#footer{
		padding-top: 20px;
	}
	.footer-bottom-logo img {
	height: 40px;
	margin-bottom:5%;
	}
}
/*---------------------------------
layout flex
--------------------------------*/

div.col1{
	width: 100%;
}
div.col2 .col2_text h3{
	margin: 2% 0;
}
div.col2 .col2_img{
	margin: 0 auto 0;
	text-align: center;
}
.col3{
	list-style: none;
	padding: 0!important;
	margin: 0!important;
}
.col3 span {
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 16px;/*文字の大きさ*/
  background: #cd6248;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  width: 100%;
	max-width: 400px;
	margin: 0 auto 20px;
	display: block;
}

.col3 span:before, .col3 span:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.col3 span:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.col3 span:after {
  top: 0;
  right: 0;
  border-width: 20px 10px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.group .col2 .col2_img{
	max-width: 300px;
}
.factory{
	text-align: center;
	margin: 0 auto;
}
.fukidashi {
	position: relative;
	padding: 0 35px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 8%; 
	text-align: center!important;
}
.fukidashi:before,
.fukidashi:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 54px;
	height: 2px;
	background-color: #fae1d8;
}
.fukidashi:before {
	left:0;
	transform: rotate(60deg);
}
.fukidashi:after {
	right: 0;
	transform: rotate(-60deg);
}
@media screen and (min-width: 750px){ 
.factory img{
	width:  450px;
}
	.fukidashi {
	font-size: 28px;
	margin: 40px 0;
	}
.fukidashi:before {
	left:0;
	transform: rotate(60deg);
}
.fukidashi:after {
	right: 0;
	transform: rotate(-60deg);
}
}
@media screen and (min-width: 750px){ 
	.fukidashi {
	font-size: 24px;
		line-height: 1.6;
	margin: 20px 0;
	}
	.factory{
	text-align: center;
	margin: 0 auto;
	width:  400px;
}
	div.col2 .col2_img{
		margin:0 0 0 0;
	}
	div.col2 .col2_text{
	/* margin-bottom: 40px; */
	}
	div.col2,
	.col3{
		display: flex;
		justify-content: space-between;
	}
	.col3 li{
	width: 30%;
	}
	div.col2 .col2_img{
		margin-right: 20px;
		max-width: 280px;
	}
	.group .col2 .col2_img{
		margin-right: 40px;
		max-width: 280px;
	}
}
@media screen and (min-width: 1020px){ 

	div.col1{
		width: 80%;
	}
	div.flex_box{
		display: flex;
	}
	.col2_img{
		width: 40%;
	}
	.col2_img img{
		width: 100%;
	}
	.col2_text{
		width: 55%;
	}
	.col2_text h3{
		margin-top: 0;
	}
	.col2_text h3:before,
	.col2_text h3:after {
		width: 40px!important;
	}
	.col3 li{
		padding: 20px 20px 0;
		text-align:center;
		margin: 0!important;
		width: 100%;
	}
	.col3 li:first-child{
		padding-left: 0;
	}
	.col3 li:last-child{
		padding-right: 0;
	}
}
div.col2 .col2_img_r{
	margin-right: 0!important;
}
.grecaptcha-badge {
    visibility: hidden;
}
/*---------------------------------
page_header
--------------------------------*/
.page_header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 380px;
	background-size: 100%;
	position: relative;
	background-image: url(/wp-content/uploads/2023/03/bg_main.jpg);
	background-size: cover;
}
.page_header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 10px 2px;
	background:repeating-linear-gradient(
rgba(255, 255, 255,0.8),
rgba(255, 255, 255,0.8) 2px,
rgba(255, 255, 255,0.9) 0,
rgba(255, 255, 255,0.9) 4px
);
}
.page_h1 {
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	text-shadow: 2px 2px 0 #fff;
}
.page_h1 span.sub{
	font-size: 1.15rem;
	display: block;
	letter-spacing: 0.2em;
	margin-bottom: 4px;
}
.page_h1 span.under-line{
	letter-spacing: 0;
	color: #cd6248;
}
.contact .page_header,
.privacy .page_header {
	min-height: 180px;
}

/*---------------------------------
NEW design
--------------------------------*/
table {
	font-size: inherit;
	width:100%;
}
table.table .title{
	font-weight:bold;
}
table.table th,
table.table td{
	border:2px solid#f7f8f9;
	color: #333;
	padding:2%;
	border:#fff 1px solid;
}
table.table th{
	width: 38%;
	font-weight: normal;
	color: #333;
	background:#fae1d8;
}
table.table p.text_s{
	margin: 0;
}
table.table td{
	text-align: left;
	background:#fff8f5;
}
table.table tr:nth-child(odd) td{
	background:#fff;
}
table.table .table_btn{
	background: #fff;
	border: 1px solid #eee;
	letter-spacing: 1px;
	font-size: 60%;
	border-radius: 4px;
	padding: 1% 2%;
	position: relative;
	top: -1%;
}
@media screen and (min-width: 1020px){
	table.table th,
	table.table td{
		padding: 12px 20px;
		font-size: 16px;
	}
	table {
		font-size: inherit;
		width: 100%;
	}
}
.ta_r{
	text-align:right!important;
}
.w80{
	width: 100%;
	margin: 0 auto;
}
.w40{
	width: 80%;
	margin: 0 auto;
}
.fw_b{
	font-weight: bold;
}
@media screen and (min-width: 750px){
	.w80{
	width: 90%;
	margin: 0 auto;
	}
}
@media screen and (min-width: 1020px){
.w80{
	width: 80%;
	margin: 0 auto;
}
.w40{
	width: 40%;
	margin: 0 auto;
}
}
.img_border{
	border: 1px solid #ccc;
}
.mt5{margin-top:5%;}
.bg-gray{
background:repeating-linear-gradient(
#fff6f4,
#fff6f4 2px,
#fff 0,
#fff 4px
);
}
.bg-yellow{
	background: #fff6f4!important;
}
.box-xl{
	background: #fff;
	border-radius: 10px;
	padding: 5% 5% 2%;
}
.content h2{
	width: 100%;
	color: #333;
	text-align: center;
	position: relative;
	font-size: 1.7rem;
	line-height:1.6;
	background: none;
	padding: 20px;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.content h2.catch{
	margin: 2% 0 5%;
	background:#555;
	color:#fff;
	font-size: 1.4rem;
	font-weight: normal;
}
.content h2.catch::after{
  content:"";
  right: 0px;
	bottom: 3px;
	width:50px;
	height:50px;
  content: '';
  display: inline-block;
  background-image: url(/wp-content/uploads/2022/12/logomark_100.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	margin-right: 2%;
	opacity: 0.1;
	position:absolute;
}
@media screen and (min-width: 1020px){ 
	.content h2{
	font-size: 1.9rem;
	line-height:1.6;
	margin: 1.2rem 0 1.2rem;
	}
	.content h2.catch{
	font-size: 1.8rem;
	line-height:1.6;
	margin: 50px 0 50px;
	}
}
h2.brackets{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.1rem;
	letter-spacing:1px;
	margin-bottom: 5%;
	color: #333;
	font-weight:normal;
	padding: 8% 5%;
}
h2.brackets:before,
h2.brackets:after{
  content: '';
  width: 80px;
  height: 80px;
	position: absolute;
}
h2.brackets:before{
	border-top: 3px solid #ff6600;
	border-left: 3px solid #333;
	left: 0;
	top: 0;
}
h2.brackets:after{
	border-bottom: 3px solid #ff6600;
	border-right: 3px solid #333;	
	right: 0;
	bottom: 0;
}
@media screen and (min-width: 500px){
	h2.brackets{
	font-size: 1.4rem;
	margin-bottom: 20px;
	padding: 5% 5%;
	}
}
@media screen and (min-width: 1020px){
	h2.brackets{
		padding: 4% 5%;
		font-size: 1.5rem;
	margin-bottom: 40px;
	}
	h2.brackets:before,
	h2.brackets:after{
		position: relative;
	}
	h2.brackets:before{
		margin: -50px 30px 0 0;
	}
	h2.brackets:after{
		margin: 0 0 -50px 30px;
	}
}
/*---------------------------------
catch
--------------------------------*/
section.catch{
	padding-top: 0px!important;
}
section.catch h2 {
  position: relative;
  padding: 1em 2em;
  text-align: center;
  color: #00004e;
  font-weight: normal;
  font-size: 1.2rem;
  top: 1rem!important;
  line-height:1.6;
  margin-bottom: 2rem;
  letter-spacing:4px;
}
section.catch h2:before,
section.catch h2:after {
  position: absolute;
  content: '';
}
section.catch h2:after {
  top: 0;
  left: 1rem;
  width: 80px;
  height: 80px;
  border-top: 1px solid #ff6600;
  border-left: 1px solid #000;
}
section.catch h2:before {
  right: 1rem;
  bottom: 0;
  width: 80px;
  height: 80px;
  border-right: 1px solid #ff6600;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 560px){
	section.catch h2{
		letter-spacing: 8px;
		
	}
	section.catch h2:after {
		width: 50px;
		height: 50px;
	}
	section.catch h2:before {
		width: 50px;
		height: 50px;
	}
}
section.catch p{
	width: 100%;
	margin: 5% auto 5%;
}
@media screen and (min-width: 1020px){
	section.catch p{
		width: 50%;
		padding-top: 70px;
	}
	section.catch h2{
		padding: 20px;
		position:absolute;
		top: -38px!important;
		max-width:730px;
	}
}
.bg_img::after {
  content: '';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 240px;
}
@media screen and (min-width: 1020px){
	.col3 a{
		width: 33.3%;
		margin-right: 20px;
	}
	.col3 a:last-child{
		margin-right: 0;
	}
}
/*---------------------------------
NEW development
--------------------------------*/
div.container-fluid{
  padding: 1rem 0 1.2rem;
  position: relative;
}
a.box_link img{
	width: 80%;
	background: #fff;
	padding: 20px;
}
a.box_link{
	display: block;
	background: #eee;
	padding: 8%;
	margin:0 auto 5%;
	position: relative;
	color: #444;
	border-radius: 10px;
}
a.box_link:hover{
	background: #f9f6e2;
}
a.box_link:after{
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	content: "";
	transition: right .2s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: #ff6600 2px solid;
	border-bottom: #ff6600 2px solid;
	right: 7%;
	bottom: 7%;
}
}
@media (min-width: 992px) {
	a.box_link{
		max-width: 75%;
	}
}
@media (min-width: 1200px) {
	.col3_wrap{
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		width: 100%;
	}
	.col3_wrap div{
		padding: 0.5rem 1.5rem 1.5rem;
		width: 33%;
	}
	.flow_desc{
		display: flex;
		flex-wrap: wrap;
	}
	.flow_desc_item:nth-child(4n-2),
	.flow_desc_item:nth-child(4n-1) {
		background-color: #fff;
	}
	.flow_desc_item {
		width: 50%;
		padding: 0.5rem 1.5rem 1.5rem;
	}
	a.box_link{
		padding: 40px 40px 25px;
	}
	a.box_link:hover{
		color: #444;
	}
	a.box_link:after{
		bottom: 30px;
		right: 30px;
	}
	div.box_link{
		display: flex;
	}
	div.box_link img{
		width: 30%;
		height: 30%;
		padding: 20px;
		margin-right:30px;
	}
	div.box_link div h3{
		margin: 0 0 10px;
	}
	.development a.box_link{
		padding: 40px 40px 25px;
		margin-top:50px;
	}
}
/*---------------------------------
common
--------------------------------*/
.hidden-xs{
  display: none;
}
.header_img img{
	width: 100%;
}
@media screen and (min-width: 1020px){ 
	.header_img img{
		max-width: 1200px;
		max-height: 400px;
}
}
body {
    font-family: 'Noto Sans JP', sans-serif;
	background-color:#000!important;
}
.n2_clear{
	position: relative;
	top:-5px;
}
@media screen and (min-width: 1020px){ 
	.n2_clear{
		position: relative;
		top:9px;
	}
	.content{
		position: relative;
		top: 18px;
	}
}
.main{
	padding: 0;
	border-radius: 0; 
	background: #000;
}
.wrap{
	width: 100%;
}
.header{
	padding: 0.4em;
}
.entry-title{
	display: none;
}
.wrap_contents{
	padding: 4% 4%;
	text-align: left;
}
.wrap_contents p{
	text-align: left;
}
.text_s{
	font-size: 90%;
	margin-top: 4%;
}
a {
	text-decoration: none;
	color: #e85e02;
}
a:hover{
	opacity:0.8;
	color: #e85e02;
}
.logo.logo-header.logo-image{
	display: none;
}
@media screen and (min-width: 1020px){ 
.visible-xs{
  display: none;
}
.hidden-xs{
  display: inline;
}
.wrap_contents{
	margin: 0 auto 60px;
	padding: 0 122px;
	max-width: 1200px;
}	
.logo.logo-header.logo-image{
  display: inline;
}
}
/*---------------------------------
NEW contact
--------------------------------*/
.contact .col2_img p{
	margin-bottom: 0;
}
.contact .box p{
	font-size: 0.8rem;
}
.contact .wpcf7-form-control-wrap{
	margin-bottom: 5%;
	display: block;
}
.contact h2{
	font-size: 1.4rem;
}
.contact h3{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3% 0;
	margin-top:0;
	font-size: 1.1rem;
}
.contact .text_s{
	font-size: 12px;
	margin-top: 10px;
}
.contact textarea {
    min-height: 40px!important;
	height: 100px!important;
	resize: none;
}
.contact .wpcf7-form-control-wrap{
	margin-bottom: 0;
}
.search-edit, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
	font-size: 1rem;
}
@media screen and (min-width: 1020px){
	.contact .table{
	margin: 40px 0 20px;
	}
	.contact .box p{
		font-size: 14px!important;
	}
	.contact .wpcf7-form-control-wrap{
		margin-bottom: 15px;
		margin-top: 15px;
	}
}
/*---------------------------------
form
--------------------------------*/
.contact p span{
	font-size: 16px;
}
.contact table th span{
  color: #fff;
  display: block;
  background: #B70000;
  font-size: 0.6rem;
	font-weight:bold;
  border-radius: 4px;
  padding: 1% 2%;
	text-align:center;
	margin-top: 4%;
  max-width: 40%;
	position:relative;
}
.contact table th span.red{
  background: #B70000;
}
.contact table th span.gray{
  background: #555;
}
.contact table th{
	font-weight:bold;
}
.contact table th,
.contact table td{
  padding: 4% 3%;
}
.contact table td{
  background: #fff;
  width:  65%;
}
.confirm{
	display: none;
}
.mw_wp_form_confirm .input{
	display: none;
}
.mw_wp_form_confirm .confirm{
	display: block;
	color: #ff6600;
}
.mw_wp_form_confirm {
  margin: 0;
  padding: 0;
}
.contact .input{
	text-align: center;
}
input[type='submit'] {
  border: none;
  border-radius: 100px;
  background-color: #ff6600;
  color: #fff;
  font-size: 1rem;
  margin: 10% auto 0;
  padding:  4% 2%;
  position: relative;
	max-width:300px;
}
.btn_form input:first-child{
  background-color: #ff6600;
}
input[type='submit']:hover {
	opacity: 0.8;
}
.btn_form{
	display: flex;
	width: 80%;
	margin: 30px auto 0;
}
.mwform-radio-field{
	display: block;
	text-align: left;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0px;
}
input[type="text"]{
	padding: 2%;
}
.mwform-tel-field input{
	margin: 2% 0;
	width: 28%!important;
}
.contact table th{
		background: #eee;
		color:#333;
	}
@media screen and (min-width: 450px){
input[type='submit'] {
	padding: 15px;
}
}
@media screen and (min-width: 750px){
	.contact table th{
		text-align:right;
	}
	.contact table th p{
		text-align:right;
	}
	.contact table th span{
		display: inline;
		margin-left: 10px;
		max-width: 20%;
		padding: 2% 4%;
	}
	input[type='submit'] {
		padding: 20px;
	}
}
@media screen and (min-width: 1020px){
	.contact table th{
	}
	.contact table th,
	.contact table td{
		padding: 5px 20px;
	}
	.contact table th,#contact table td{
		padding: 20px;
	}
	input[type='submit'] {
		max-width: 300px;
		margin: 40px auto 0;
	}
	.mwform-radio-field{
		display: inline;
		text-align: center;
	}
	.mw_wp_form .horizontal-item + .horizontal-item {
		margin-left: 10px;
	}
	.wpcf7-spinner{
		display: block!important;
	}
}
/*---------------------------------
basic
--------------------------------*/
.content .main {
  margin: 0;
  width: 100%;
  padding: 0;
  border: none;
	background: #fff;
}
@media screen and (min-width: 1020px){
	.header_img{
		background: #f4f5f7;
		text-align: center;
		height: 400px;
	}
}
/*---------------------------------
wrap_contents
--------------------------------*/
#greeting .wrap_contents,
#application .wrap_contents,
#environment .wrap_contents,
#contact .wrap_contents{
	background: #fff;
	border: 1px solid #e2ecf7;
	padding: 5%;
	margin: 0 2% 10%;
}
.mobile-menu-buttons .menu-button {
	justify-content: inherit;
}
@media screen and (min-width: 1020px){
	#greeting .wrap_contents,
	#application .wrap_contents,
	#environment .wrap_contents,
	#contact .wrap_contents{
		margin: 0 140px 60px;
		padding: 100px 120px;
	}
}
@media screen and (min-width: 1400px){
	#greeting .wrap_contents,
	#application .wrap_contents,
	#environment .wrap_contents,
	#contact .wrap_contents{
		margin: 0 240px 60px;
		padding: 60px 100px 60px;
	}
}
.menu-close-button{
	position: absolute;
	right: 5%;
	top: 2%;
}
.logo-menu-button img{
	margin: 0;
}
.mobile-menu-buttons .menu-button:first-child > a{
	background:  #000;
}
.mobile-menu-buttons .menu-button:first-child > a::before{
	display: none;
}
.fa-close {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.fa-close::before, .fa-close::after {
  content: ""!important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #ff6600;
}
.fa-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.fa-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.menu-drawer{
	margin-top:20%;
}
.menu-drawer li {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 4% 0;
	position: relative;
}
.menu-drawer li ul li:first-child{
    padding: 4% 0;
}
.menu-drawer li ul li:last-child{
	border: none;
    padding: 4% 0 0;
}
.menu-drawer li a{
	color: #000;
}
.menu-drawer li:after{
    position: absolute;
    right: 2%;
	bottom: 35%;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto 0;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #ff6600;
    border-width: 1px 1px 0 0;
}
.menu-drawer li.menu-item-325 ul{
	font-size: 80%;
	padding:5% 5% 0;
	color: #888;
}
.menu-drawer li.menu-item-325 ul li:after{
	font-size: 80%;
    width: 10px;
    height: 10px;
}
.ml20{
	margin-left: 0;
}
.mb80{
	margin-bottom: 0;
}
.archive-title span{
	margin-right:0;
}
.entry-card-content{
	margin-left: 20%;
}
.entry-card-content{
	margin-left: 42%!important;
}
.entry-card-content h2{
	font-size:1.4rem;
	text-align: left;
	padding-left: 0;
}
.entry-card-snippet{
	font-size: 1rem;
	line-height: 1.8;
}
.logo_pro{
	max-width: 150px!important;
	text-align: center;
	margin: 0 auto;
}
.body .wp-block-cover{
	min-height:150px;
}
.wp-block-cover__inner-container h1{
	font-size: 2rem!important;
}
.body .wp-block-columns {
	margin-bottom: 2em;
}
.entry-title, .archive-title {
	margin: 5% 0;
	letter-spacing: 0.1em;
	font-size: 2rem;
}
@media screen and (min-width: 1020px){
	.header-container {
		position: fixed;
		z-index: 9999;
		top: 0;
		width: 100%;
		height:93px;
		padding-top:28px;
		border-bottom: 1px solid #333;
		background: #000;
	}
	body{
		margin-top:75px;
	}
}
/*---------------------------------
header
--------------------------------*/
.logo-menu-button a{
	padding: 0.4rem 0 0 0!important;
}
.logo-menu-button img{
	max-height: 32px;
}
.navi{
	background-color: #000;
}
.navi-in{
	height: auto;
}
.navi-in > ul li{
	width: 120px;
	height:10px;
}
.navi-in > ul li a{
	line-height: 30px;
	color: #fff;
}
.navi-in > ul li a:hover{
  background: #000;
}
.navi-in > ul li#menu-item-16,
.navi-in > ul li#menu-item-17{
	position: absolute;
	top: 10px;
	border: none!important;
	width: 180px;
	font-size: 15px;
}
.navi-in > ul li#menu-item-17{
	right:175px;
}
.navi-in > ul li#menu-item-16{
	right:10px;
}
.navi-in > ul li#menu-item-17 a{
	color: #fff;
	font-weight: bold;
	color:#fff;
	letter-spacing:0.5px;
	line-height: 40px;
	height: 40px;
}
.navi-in > ul li#menu-item-17 a:hover{
	background:none;
}
.navi-in > ul li#menu-item-17 a::before {
	content: "\f098";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 5px;
	top: 1px;
	font-size: 1.1rem;
}
.navi-in > ul li#menu-item-16 a{
	color: #fff;
	background: #ff6600;
	position: relative;
	text-indent: 2em;
	border-radius: 100px;
	padding: 0;
	line-height: 40px;
	height: 40px;
}
.navi-in > ul li#menu-item-16 a::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -5px;
  font-size: 1.0rem;
}
/*---------------------------------
h3
--------------------------------*/
#contact h3{
  text-align: center;
  background: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #1f91cd 3px solid;
  padding: 1em;
  margin-top: 1em;
}
/*---------------------------------
section:menu
--------------------------------*/
#menu{
	margin-top: 8%;
}
.menu_list{
	list-style: none;
}
.menu_list li a p{
	color: #333;
}
.menu_list li a h3{
	margin: 0;
	padding: 0;
	border: none;
}
.menu_list li p{
	margin: 0;
}
.menu_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 0!important;
}
.menu_list li a {
    margin: 0 auto 8%!important;
    margin-bottom: 18%!important;
    width: 100%;
}
.menu_list li a h3{
    font-size:18px;
	margin-top: 40px;
	text-align: left;
	padding-right: 50px;
	padding-bottom: 20px;
	position: relative;
	color: #333;
}
.menu_list li a h3 span{
	display: block;
	font-size:16px;
	margin-bottom: 8px;
	font-weight: normal;
	color: #1f91cd;
}
.menu_list li a h3:after{
	position: absolute;
	top: 8px;
	right: 10px;
	display: block;
	width: 40px;
	height: 40px;
	content: "";
	transition: right .2s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: #1f91cd 2px solid;
	border-bottom: #1f91cd 2px solid;
}
@media screen and (min-width: 1020px){
	.menu_list li a h3{
		margin-top: 0px;
	}
	.menu_list li {
		margin-bottom: 100px!important;
		width: 470px;
	}	
	#menu .wrap_contents{
		max-width: 1170px!important;
		margin: 50px auto 80px;
		padding: 0 100px;
	}
}
/*---------------------------------
section:contact
--------------------------------*/
.contact_text{
  font-size: 80%;
  text-align: left;
}
.contact_add{
  border: 1px solid #eee;
  background: #fff;
  padding: 5%;
  text-align: center;
  line-height: 2.0;
	margin: 5% 0;
}
.contact_add .bold{
  font-weight: bold;
}
@media screen and (min-width: 1020px){ 
  .contact_text{
	  width: 100%;
    margin: 40px auto;
    border: 1px solid #eee;
    padding: 20px 100px 60px;
    background: #fff;
  }
}
.mobile-menu-buttons{
  margin: 0;
  padding:0;
  background: #000;
}
.mobile-menu-buttons .menu-button:hover .menu-button-in {
  opacity: 1.0;
}
.custom-menu-icon{
	display: none!important;
}
.mobile-menu-buttons .menu-button > a{
  position: relative;
	height:100%;
}
.has-logo-button .menu-button {
    width: 60px;
}
.mobile-menu-buttons .menu-button:last-child > a{
  color:#fff;
  background: #ff6600;
}
.mobile-menu-buttons .menu-button .menu-caption{
  display: none;
}
.fa-bars:before, .fa-navicon:before{
	position: absolute;
	color: #ff6600;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.mobile-menu-buttons .menu-button:last-child > a::before{
	content: "\f0e0";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	font-size: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.mobile-menu-buttons .menu-caption {
  font-size: 0.7rem;
  opacity: 1;
}
.mobile-menu-buttons > li {
	padding-top: 0px;
}
.navi-menu-caption{
	display: none!important;
}
/*---------------------------------
pankuzu
--------------------------------*/
.breadcrumb{
	padding: 5% 1%;
}
.breadcrumb a{
	text-decoration: underline;
}
.fa-file-o:before,
.fa.fa-home:before,
.fa-angle-right:before,
.fa-folder:before{
	font-size: 0.8rem!important;
}
.breadcrumb div{
	display: inline!important;
}
/*---------------------------------
footer many
--------------------------------*/
.footer-left{
  width: 56%;
}
.footer-center,
.footer-right {
  width: 22%;
}
#footer .footer_bnr a{
	background: #fff;
	width:100%;
}
#footer .footer_bnr a img{
	background: #fff;
	width:200px;
	height: auto;
	padding: 10px 20px;
}
#footer .footer_address .footer_logo{
	display: flex;
	border-bottom: 1px solid #666;
	margin: 0  55px 20px 0;
}
#footer .footer_address img{
	width: 200px;
	margin: 0 20px 30px 0;
}
#footer .footer_address .name{
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	margin: 30px 0;
}
#footer .footer_address a{
	text-decoration: none;
}
.sub-menu li{
  padding-left: 5px;
}
#footer ul li a{
  position: relative;
  display: inline-block;
  padding: 6px 0 6px 25px;
}
#footer ul li a:hover{
	background-color: #000;
}
#footer ul li a::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #ff6600;
  border-right: solid 1px #ff6600;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
#navi-footer-in ul li a{   
	padding: 0 10px;
}
#navi-footer-in ul li a::before{
	display:none;
}
@media screen and (min-width: 758px){ 
	#footer .footer_address .footer_logo{
		margin-right: 0;
	}
	#footer .footer_bnr{
		display: flex;
	}	
	#footer .footer_bnr a{
		margin-right: 1%;
		height:auto;
		padding: 1% 0;
	}
}
@media screen and (min-width: 1020px){ 
	#footer .footer_address .footer_logo{
		float: none;
	}
	#footer .footer_bnr{
		display: inline;
	}	
}
/*---------------------------------
pagetop
--------------------------------*/
.mblt-footer-mobile-buttons .go-to-top-button,
.mblt-header-and-footer-mobile-buttons .go-to-top-button{
	display: block;
}
.go-to-top{
	bottom: 60px;
}
.go-to-top .go-to-top-button{
	border-radius:1000px;
	border: 1px solid #fff;
	background: #ff6600;
	color: #fff;
	width: 50px;
	height: 50px;
}
.fa-angle-up:before{
	position: relative;
	bottom: 2px;
}
@media screen and (min-width: 1020px){ 
	.go-to-top{
		bottom: 40px
	}
	.go-to-top .go-to-top-button{
		border-radius:80px;
		width: 60px;
		height: 60px;
	}
}
/*---------------------------------
header
--------------------------------*/
.logo.logo-header.logo-image {
    height: auto;
}
.header-container-in.hlt-top-menu .site-name-text-link {
    text-align: left;
	color: #fff;
	padding-left:1rem;
} 
.tagline {
  text-align: center;
  font-size: 14px;
}
.logo {
  text-align: center;
}
.site-logo-image{
    padding: 0 0 0 14px;
}
.footer-site-logo-image{
	padding:0;
}
@media screen and (min-width: 1020px){ 
	.footer-site-logo-image{
		padding: 0 0 0 20px;
	}
	.site-name{
		position:relative;
		top: -10px;
	}
}
.navi-in a {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0;
}
.navi-in a:hover{
  color: #fff;
}
.navi-in > ul li{
	font-size: 15px;
}
.navi-in .current-menu-item a{
  color: #999;
}
.toggle-checkbox:checked ~ .toggle-content {
  border:  1px solid #ccc;
}
.toggle-button::before {
  color: #2c6ebd;
}
.navi-in > ul > .menu-item-has-children > a::after{
  right: 10px;
} 
.navi-in > ul .sub-menu{
	top: 32px;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	background:#fff;
}
.navi-in > ul .sub-menu li{
  height: 40px;
  line-height: 40px;
  position: relative;
	background:#fff;
	padding-left:0;
}
.navi-in > ul .sub-menu li a{
	color: #ff6600;
	font-size:13px;
	font-weight: normal;
	/* padding-left: 42px!important; */
	/* padding-right: 22px!important; */
	padding: 10px auto!important;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}
.navi-in > ul .sub-menu li a:hover{
	background:#ff6600;
	color: #fff;
}
.navi-in > ul .sub-menu li a:after{
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	content: "";
	transition: right .2s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: #ff6600 1px solid;
	border-bottom: #ff6600 1px solid;
    top: 40%;
    right: 20px;
}
.navi-in > ul .sub-menu li a:hover:after{
	border-right: #fff 1px solid;
	border-bottom: #fff 1px solid;
}
.fa{
	font-size: 20px;
}
.navi-in .has-icon{
	right: 10px;
}
.fa-angle-down:before{
    top: 4px;
    font-size: 7px;
    right: 6px;
    position: relative;
}

/*---------------------------------
NEW XXX
--------------------------------*/
.border {
	padding-top: 10%!important;
}
.border h2{
	width: 100%;
	position: absolute;
	font-size: 1.4rem;
	line-height:1.6;
	top: -2.4rem;
	padding-left: 4%;
	padding-right: 4%;
	z-index: 1;
	text-shadow: 2px 2px 0 #fff;
}
.border h2 span{
	padding-bottom: 5px;
	border-bottom: 2px solid #cd6248;
}
@media screen and (min-width: 750px){ 
	.border .wrap_contents{
		margin-top: -50px!important;
	}
}	
@media screen and (min-width: 1020px){ 
	.border h2{
		font-size: 1.6rem;
		top: -3.6rem!important;
	}
}
/*---------------------------------
NEW img
--------------------------------*/
.col2_img span {
	position:absolute;
	background: #000;
	opacity: 0.8;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align:center;
	font-size: 0.8rem;
}
@media screen and (min-width: 1020px){
	.col2_img span {
		font-size:14px;
		width: 140px;
	}
}
/*---------------------------------
NEW common
--------------------------------*/
.fs14 {
	font-size: 80%;
}
@media screen and (min-width: 1020px){
	.fs14 {
	font-size: 14px;
	}
}
.fs12 {
	font-size: 90%;
}
@media screen and (min-width: 1020px){
	.fs12 {
	font-size: 12px;
	}
}
/*---------------------------------
NEW btn
--------------------------------*/
.btn{
	border-radius: 150px;
	width: 100%;
	padding: 5% 0;
	background: #ff6600;
	font-size: 0.9rem;
	margin: 2% 0;
}
.btn::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 2%;
   top: 35%;
  font-size: 1.0rem;
}
@media screen and (min-width: 750px){
	.btn{
		font-size:1rem;
		padding: 14px 0;
	}
	.btn::after {
   top: 35%;
	}
}
@media screen and (min-width: 1200px){
	.btn{
		font-size:16px;
		padding: 14px 0;
		max-width: 420px;
	}
	.btn::after {
   top: 35%;
	}
}
/*---------------------------------
archive-title
--------------------------------*/
.archive-title{
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.7rem;
	line-height:1.6;
	background: none;
	display: block!important;
	margin: 5% 0 0;
	padding: 2%;
	background:#555;
}
/*---------------------------------
common
--------------------------------*/
.box{
	border: 1px solid #ccc;
	padding: 5% 5% 2%;
}
.box a{
	margin: 0 auto!important;
}
@media screen and (min-width: 750px){
	.box{
		width: 60%;
		margin: 20px auto 0px;
	}
}
@media screen and (min-width: 1020px){
	.box{
		width: 100%;
		padding:40px 20px 20px;
	}
	.box p{
	text-align: center;
	}
	.howto .box p{
	text-align: left;
	}
}
/*---------------------------------
footer simple
--------------------------------*/
.copyright{
	font-size: 0.7rem;
	opacity: 0.8;
}
.navi-footer-in > .menu-footer li,
.navi-footer-in > .menu-footer li:last-child{
	border: none;
}
.footer-widgets{
	display: block;
	text-align: center;
}
.footer-center{
	display: none;
}
.widget-footer-left{
	margin-bottom: 0!important;
	padding: 2%;
	font-size: 1.2rem;
}
.footer-left img{
	width:90%;
}
.footer-right{
	font-size: 0.8rem;
}
@media screen and (min-width: 500px){
	.footer-left img{
		width:50%;
	}
	.widget-footer-left{
		padding-top:0;
	}
}
@media screen and (min-width: 750px){
	.footer-widgets{
		text-align: center;
	}
	.footer-left img{
		width:40%;
	}
}
@media screen and (min-width: 1020px){
	.footer-widgets{
		display: flex;
		margin: 0;
	}
	.footer-widgets{
		text-align: left;
	}
	.footer-right{
		width:50%;
		text-align: right;
	}
}
/*---------------------------------
footer adjustment
--------------------------------*/
.footer,.footer-widgets,
.footer-left,.footer-center,.footer-right{
		padding-top: 0;
		padding-bottom: 0;
}
.footer{
		padding-bottom: 2%;
}
.footer-widgets{
	position: relative;
}
.footer-left{
	top: -25%;
	padding-top: 2%;
	position: absolute;
}
.footer-right{
		padding-top: 10%;
}
@media screen and (min-width: 500px){
	.footer-left{
		position: relative;
		padding-top: 0%;
	}
	.footer-right{
		padding-top: 0;
	}
}
/*---------------------------------
plastic
--------------------------------*/
.ta_c{
	margin: 0 auto;
	text-align:center;
}
.attention{
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0.5em!important;
	font-size: 0.8em;
	line-height: 1.4;
	color:  #555;
}
.only{
	margin-bottom: 0!important;
}
.catch{
	padding-top: 0!important;
}
.catch .wrap_contents{
	padding: 4% 4% 12%;
}
.catch img{
	opacity: 0.6;
	z-index: 0;
	/* margin-bottom: 2%; */
}
.catch h2 span{
	font-size: 1.2rem;
	color: #cd6248;
}
.catch h2{
	letter-spacing: 0.2em;
	font-size: 1.0rem;
	z-index: 1;
	top: 18%;
	position: absolute;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.service .table{
	margin-bottom: 10px;
}
.campany h3{
	margin-top:0;
}
.approach .wrap_contents,
.example .wrap_contents,
.campany .wrap_contents{
	padding-top: 12%;
	padding-bottom: 4%;
}
.service .wrap_contents{
	padding-top: 4%;
	padding-bottom: 10%;
}
.ill{
	width: 80%;
	margin: 0 auto;
	display: block;
}
.page_h1 .ill{
	max-width: 260px;
	position: relative;
	top: -10px;
}
.group .wrap_contents{
	padding-top: 0;
}
.group ul li{
	margin-left: 0;
	font-size: 0.9rem;
}
.example img{
	/* border: 6px solid #fff; */
}
.example .ill{
	border: none;
	box-shadow: none;
}
@media screen and (min-width: 400px){
.catch h2{
	top: 18%;
}
}
@media screen and (min-width: 450px){	
.approach .wrap_contents,
.example .wrap_contents,
.campany .wrap_contents{
	padding-top: 6%;
	padding-bottom: 4%;
}
.service .wrap_contents{
	padding-top: 2%;
	padding-bottom: 10%;
}
.catch h2{
	top: 18%;
}
.ill{
	width: 40%;
}
.page_h1 .ill{
	width: 55%;
	max-width: 290px;
	position: relative;
	top: -10px;
}
}
@media screen and (min-width: 530px){	
	.approach .wrap_contents,
	.example .wrap_contents,
	.campany .wrap_contents{
		padding-top: 4%;
	}
	.service .wrap_contents{
		padding-top: 10px;
	}
}
@media screen and (min-width: 560px){	
	.approach .wrap_contents,
	.example .wrap_contents{
		padding-top: 0px;
	}
	.example .col3 img,.factory img{
		width: 60%;
		display: block;
		margin: 0 auto 20px;
	}
	.service .wrap_contents{
		padding-top: 10px;
	}
	.catch h2{
		top: 22%;
	}
}
@media screen and (min-width: 700px){	
	.approach .wrap_contents,
	.example .wrap_contents,
	.campany .wrap_contents,
	.service .wrap_contents{
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.catch img{
		max-height: 300px;
		display: block;
		margin: 0 auto;
	}
	.catch h2{
		top: 28%;
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 750px){
	.hidden-pc{
		display: none;
	}
	.group .wrap_contents{
		padding-top: 30px;
	}
	.group .col2_text{
		width: 100%;
	}
	.group p{
		text-align: right;
	}
	.campany h3{
		margin-top: 20px;
	}
	.approach .wrap_contents,
	.example .wrap_contents,
	.campany .wrap_contents,
	.service .wrap_contents{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.catch .wrap_contents{
		padding-bottom:  40px;
		padding-top: 0px;
	}
	.example .col3 img,.factory img{
		width: 100%;
	}
}
@media screen and (min-width: 1020px){
	.wrap_contents .only{
		margin: 0 140px 0;
		padding: 20px 20px 20px;
		text-align: center;
	}
	.catch .only{
		margin: 0 140px 0;
		padding: 0 20px 20px;
	}
	.approach .wrap_contents,
	.example .wrap_contents,
	.campany .wrap_contents,
	.service .wrap_contents{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.catch h2{
		top: 110px;
	}
	.ill{
		max-width: 300px;
		position: absolute;
		right: 0;
		bottom: 120px;
	}
	.approach .ill{
		left: -920px;
		max-width: 340px;
	}
	.service .ill{
		max-width: 240px;
		right: 50px;
	}
	.page_h1 span.sub{
		padding-left: 1em;
	}
	.page_h1 {
		display: flex;
		justify-content: center;
	}
	.page_h1 .ill{
		margin: 0;
		padding: 0;
		max-width: 340px;
	}
	.page_h1_in {
		text-align: left;
		padding-top: 75px;
		padding-right: 60px;
		font-size: 1.8rem;
	}
	.page_h1 span.under-line{
		display: block;
		margin-left: 0.5em;
	}
}
@media screen and (min-width: 1400px){
	.ill{
		max-width: 340px;
		position: absolute;
		right: 100px;
		bottom: 30px;
	}
}
/*---------------------------------
plastic contact
--------------------------------*/
.btn_submit span{
	display:none;
}
.btn_submit p,.ta_c p{
	text-align:center;
}
/*---------------------------------
table
--------------------------------*/
.table p{
	margin: 0;
}
.table th{
	text-align:right;
	width: 24%;
}
.table th,
.table td{
	border: 1px solid #fff;
	padding: 2%;
    font-size: 0.7em;
}
.table ul{
	margin: 0 0 0 1em;
	padding: 0;
}
.table ul li{
	list-style: decimal;
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 500px){
	.table th,
	.table td{
		font-size: 0.8rem;
	}
}
@media screen and (min-width: 750px){
	.wrap_table{
		width: 80%;
		margin: 0 auto;
	}
	.table th,
	.table td{
		font-size: 0.9rem;
	}
}
@media screen and (min-width: 1020px){
	.table th,
	.table td{
		font-size: 1rem;
		padding: 10px 20px;
	}
	.table td span{
		font-size: 0.8rem;
	}
}
/*---------------------------------
NEW privacy
--------------------------------*/
.privacy h2{
	border-left: 4px solid #444;
	border-bottom: 1px solid #eee;
	color: #444;
	text-align: left;
	font-size: 1.4rem;
	padding: 3% 0 5% 6%;
	margin: 5% 0;
}
.privacy h3{
	border-left: none;
	border-bottom: 1px solid #eee;
	color: #444;
	text-align: left;
	font-size: 18px;
	padding: 3% 0;
	margin: 5% 0;
}
.privacy .box h3{
	text-align: center;
}
.privacy .box{
	padding: 5%;
}
.privacy .box h3{
	margin-top: 0;
}
@media screen and (min-width: 500px){ 
	.privacy .box{
		padding: 2% 5%;
	}
}
@media screen and (min-width: 1020px){ 
	.privacy h2{
		padding: 10px 10px 20px 30px;
		margin: 5% 0 3%;
	}
	.privacy .box{
		padding: 10px;
	}
	.privacy .wrap_contents{
	margin-top: 40px;
	}
}