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

/*---------------------------------
NEW reset
--------------------------------*/
.fa.fa-clock-o{
	display: none;
}
ol{
	text-align: left;
}
.entry-content ul {
	padding-left: 0.8em;
	padding-top: 2%;
	padding-bottom: 2%;
}
.entry-content ul li{
	padding:0.5em 0;
	font-size: 90%;
	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.4rem;
	line-height:1.6;
	font-weight: bold;
	margin: 15% 0 8%;
	padding-left:5%;
	border-left: #444 solid 4px;
}
.article h4{
	background: #888;
	padding:4%;
	margin: 4% 0;
	text-align: center;
	color: #fff;
	font-size: 0.7rem;
}
@media screen and (min-width: 1020px){ 
.footer-bottom-logo img {
	width: 100%;
}
	.article h3 {
    font-size: 24px;
	line-height:1.6;
	padding-left: 1em;
	color: #444;
	margin: 110px 0 40px;
	}
	.article h4 {
    font-size: 18px;
	}
	.cart h4 {
    font-size: 22px;
	padding:20px;
	}
	.footer-bottom{
		margin-top: 26px;
	}
	#footer{
		padding-top: 40px;
	}
	.footer-bottom-logo img {
	height: 40px;
	margin-bottom:5%;
	}
}
/*---------------------------------
layout flex
--------------------------------*/
div.col1{
	width: 100%;
}
div.col2 .col2_text{
	margin-bottom: 15%;
}
div.col2 .col2_img{
	margin: 0 auto 10%;
	text-align: center;
}
@media screen and (min-width: 750px){ 
	div.col2 .col2_img{
		margin: 0 auto 40px;
	}
	div.col2 .col2_text{
	margin-bottom: 40px;
	}
}
@media screen and (min-width: 1020px){ 
	div.col1{
		width: 80%;
	}
	div.flex_box{
		display: flex;
	}
	div.col2,
	div.col3{
		display: flex;
	}
	div.col2 .col2_img{
		margin-right: 60px;
	}
	.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;
	}
}
div.col2 .col2_img_r{
	margin-right: 0!important;
}
.grecaptcha-badge {
    visibility: hidden;
}
/*---------------------------------
NEW page_header
--------------------------------*/
.page_header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 160px;
	background-size: 100%;
	position: relative;
}
.page_header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0,0.4);
	background-size: 2px 2px;
}
.precision-machining .page_header {
	background-image: url(/wp-content/uploads/2023/01/title_precision-machining.jpg);
	background-size: cover;
}
.checker .page_header {
	background-image: url(/wp-content/uploads/2022/12/title_checker.jpg);
	background-size: cover;
}
.cart .page_header {
	background-image: url(/wp-content/uploads/2022/12/cart01.jpg);
	background-size: cover;
}
.idea .page_header {
	background-image: url(/wp-content/uploads/2023/01/title_idea.jpg);
	background-size: cover;
}
.recruit .page_header {
	background-image: url(/wp-content/uploads/2022/12/teamwork.jpg);
	background-size: cover;
}
.company .page_header {
	background-image: url(/wp-content/uploads/2023/01/title_company.jpg);
	background-size: cover;
}
.hizakanryoku .page_header {
	background-image: url(/wp-content/uploads/2022/12/hizakannryoku02.jpg);
	background-size: cover;
}
.privacy .page_header {
	background-image: url(/wp-content/uploads/2023/03/title_recruit.jpg);
}
.privacy .page_header::before{
	background: rgba(0, 0, 0,0.7);
}
.page_h1 {
	font-size: 2.1rem;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	padding: 2%;
}
.security-check .page_h1 {
	font-size: 1.8rem;
}
/*---------------------------------
NEW design
--------------------------------*/
table {
	font-size: inherit;
	font-size: 0.9em;
	width:100%;
}
table.table{
	margin-bottom: 10%;
}
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:#eee;
}
table.table p.text_s{
	margin: 0;
}
table.table td{
	text-align: left;
	background:#f7f8f9;
}
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%;
}
table.table tr.yallow td{
	background:#fff000!important;
}
table.table td.td_w{
	background: #fff;
}
@media screen and (min-width: 1020px){
	table.table th,
	table.table td{
		padding: 12px 20px;
		font-size: 16px;
	}
}
.ta_r{
	text-align:right!important;
}
.ta_c{
	text-align:center;
}
.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: #f7f8f9!important;
}
.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;
	}
}
/*---------------------------------
NEW aboutus
--------------------------------*/
section.aboutus{
	padding-top: 2rem;
}
section.aboutus ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
section.aboutus ul li a h3{
	width: 100%;
	position: relative;
	padding: 10%;
	text-align: center;
	margin: 0;
	background: URL(/wp-content/uploads/2022/09/title_development.jpg);
	height: 93px;
	background-size:cover;
	background-position: 0 -70px;
}
section.aboutus ul h3.service{
	background: URL(/wp-content/uploads/2022/09/title_service.jpg);
	background-size:cover;
	background-position: 0 -50px;
}
@media screen and (min-width: 1020px){
	section.aboutus ul li a h3{
		height: 130px;
	}
}
section.aboutus ul h3::after {
  content: '';
  background-color: rgba(0,0,0,.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
section.aboutus ul h3 span{
  margin: 0 auto;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.bg_img::after {
  content: '';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 240px;
}
section.aboutus ul li a h4{
	color:#ff6600;
	margin: 6% 0;
	line-height: 1.6;
}
section.aboutus ul li a{
	display: block;
	background: #fff;
	padding: 8%;
	border-radius: 10px;
	margin-bottom: 5%;
	position: relative;
	color: #444;
}
section.aboutus ul li a:hover{
	background: #f9f6e2;
}
section.aboutus ul li a: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 screen and (min-width: 1020px){
	section.aboutus{
		padding-top: 5rem;
	}
	section.aboutus ul{
		display: flex;
		justify-content:space-between;
	}
	section.aboutus ul li{
	  width: 48%;
	}
	section.aboutus ul li a{
		height: 510px;
	}
}
/*---------------------------------
NEW news
--------------------------------*/
.news .wp-block-latest-posts__list{
	text-align: left;
}
.news .wp-block-latest-posts__list time{
	padding-bottom: 5%;
	display: block;
	border-bottom: 1px solid #eee;
	text-align: right;
	color: #999
}
.news .wp-block-latest-posts__list a{
	width: 100%;
	display: block;
	padding: 5% 0 0;
}
@media screen and (min-width: 1020px){
	.news .wp-block-latest-posts__list{
		width: 100%;
	}
	.news .wp-block-latest-posts__list time{
		width: 20%;
		border-bottom: none;
		margin-bottom: 0;
		padding: 22.5px;
		border-bottom: 1px solid #eee;
		text-align: left;
	}
	.news .wp-block-latest-posts__list a{
		width: 80%;
		float: right;
		padding: 20px;
		position:relative;
		border-bottom: 1px solid #eee;
	}
	.news .wp-block-latest-posts__list a: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: 20px;
		top: 40%;
	}
}
/*---------------------------------
NEW compnay
--------------------------------*/
.company .linkbox{
	background-image: url(/wp-content/uploads/2022/09/title_overview.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-size: 100%;
	position: relative;
	background-position: center;
	display: block;
	padding: 30px 0;
	border: 1px solid #fff;
}
.company .linkbox:hover{
	filter: grayscale(0%);
}
.company .linkbox_message {
	background-image: url(/wp-content/uploads/2022/09/title_message.jpg);
}
.company .linkbox_history {
	background-image: url(/wp-content/uploads/2022/09/title_history.jpg);
}
.company .linkbox {
	color: #ff6600;
	margin-bottom: 2%;
}
.company .linkbox span{
	background: #FFF8BA;
	width: 100%;
	display: block;
	padding: 10px 40px;
	opacity:0.82;
}
.company .linkbox span:after {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	content: "";
	transition: right .2s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: #ff6600 1px solid;
	border-bottom: #ff6600 1px solid;
	right: 10%;
	top: 43%;
}
@media screen and (min-width: 1020px){
	.col3 a{
		width: 33.3%;
		margin-right: 20px;
	}
	.col3 a:last-child{
		margin-right: 0;
	}
}
/*---------------------------------
NEW history
--------------------------------*/
.history .table th{
	text-align: left;
	background: #fff6f4;
}
.history table.table th{
	width: 30px;
}
/*---------------------------------
NEW links
--------------------------------*/
section.links{
	padding: 0!important;
}
section.links .bnr{
	padding: 5% 0 0;
	display: block;
}
section.links .bnr img{
	border: 1px solid #eee;
}
section.links .flex_box{
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.links .flex_box a{
	display: block;
	border: 1px solid #eee;
	background: #fff;
	width: 49%;
	padding: 5%;
	margin-bottom: 2%;
}
@media screen and (min-width: 1020px){
	section.links .bnr{
	padding: 5% 1% 0;
	}
	section.links .flex_box{
	width: 100%;
	flex-wrap: nowrap;
	}
	section.links .flex_box a{
	width: 25%;
	padding: 3% 2% 2% 2%;
	margin: 1%;
	}
}
/*** fontawesome icons ***/
.r_fa_icon:before {
	font-family: "Font Awesome 5 Free";
	margin-right: 0.5rem;
}
.l_icon:before {
	content: "\f0a9";
	font-weight: 700;
}
.r_hand:before {
	content: "\f0a4";
	font-weight: 400;
}
.r_chevron:before {
	content: "\f138";
	font-weight: 700;
}
.r_cloud:before {
	content: "\f0c2";
	font-weight: 700;
	margin-right: 1rem;
}
.r_arrow_circle:before {
	content: "\f35a";
	font-weight: 700;
}
.circle:before {
	content: "\f111";
	font-weight: 400;
}
.r_plan:before {
	content: "\f5da";
	font-weight: 700;
	margin-right: 1rem;
}
.r_support:before {
	content: "\f1cd";
	font-weight: 400;
	margin-right: 1rem;
}
.r_book:before {
	content: "\f02d";
	font-weight: 700;
	margin-right: 1rem;
	display: inline-block;
	transform: rotate(-15deg);
}
.r_check:before {
	content: "\f058";
	font-weight: 700;
}
.only_check:before {
	content: "\f00c";
	font-weight: 700;
}
.r_cubes:before {
	content: "\f1b3";
	font-weight: 700;
	margin-right: 1rem;
}
.r_webrtc:before {
	content: "\f27a";
	font-weight: 700;
	margin-right: 1rem;
}
.r_frown:before {
	content: "\f57a";
	font-weight: 700;
}
.r_smile:before {
	content: "\f5b8";
	font-weight: 700;
}
.r_thumbs_up:before {
	content: "\f164";
	font-weight: 400;
}
.r_star:before {
	content: "\f005";
	font-weight: 400;
	margin-right: 1rem;
}
.r_download:before {
	content: "\f381";
	font-weight: 700;
}
.r_light:before {
	content: "\f0eb";
	font-weight: 700;
}
.icon_chat:before {
	content: "\f27a";
	font-weight: 700;
}
.icon_school:before {
	content: "\f19d";
	font-weight: 700;
}
.icon_laptop:before {
	content: "\f109";
	font-weight: 700;
}
.icon_online:before {
	content: "\f0ac";
	font-weight: 700;
}
.icon_bookmark:before {
	content: "\f02e";
	font-weight: 700;
	margin-right: 1rem;
}
.icon_shield:before {
	content: "\f3ed";
	font-weight: 700;
	margin-right: 1rem;
}
.external:after {
	content: "\f35d";
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	margin-left: 0.5em;
}
/*---------------------------------
NEW development
--------------------------------*/
div.container-fluid{
  padding: 1rem 0 1.2rem;
	position: relative;
}
.development h3{
    font-size: 1.125rem;
    margin: 1rem 0 2rem;
    padding: 0 0.5rem 0.5rem 0;
    border-bottom: 1px solid #ff6600;
}
.c_num {
	width: 1.5em;/* depend on parent */
	height: 1.5em;/* depend on parent */
	text-align: center;
	line-height: 1.5;
	background-color: #0066cc;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	margin-right: 0.5rem;
}
.r_plan:before {
	content: "\f5da";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #ff6600;
	margin-right: 1rem;
}
.dev_flow_chart {
	text-align: center;
	margin: 1.5rem 0 3rem;
}
.flow_item {
	width: 12rem;
	margin: 0 auto 1.5rem;
	padding: 0.5rem;
	background-color: #0066cc;
	color: #fff;
	position: relative;
}
.flow_item:after {
	content: "\f063";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	color: #ff6600;
	font-size: 1.5rem;
	line-height: 1;
}
.flow_item:last-child:after {
	content: "";
}
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: 768px) {
	.dev_flow_chart {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 0 3rem;
		max-width: 728px;
		margin-left: auto;
		margin-right: auto;
	}
	.flow_item {
		width: auto;
		margin: inherit;
		display: inline-block;
		writing-mode: vertical-rl;
		text-align: center;
		padding: 1rem 0.5rem;
	}
	.flow_item:after {
		content: "\f061";
		left: 100%;
		top: 50%;
		transform: translateY(-50%);
		line-height: inherit;
	}
	.company_tablelike .row .col-md-4 {
		text-decoration: none;
	}
}
@media (min-width: 992px) {
	.development h3{
		font-size: 1.375rem;
	}
	.dev_flow_chart {
		max-width: 792px;
	}
	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;
	}
	.development h3{
		font-size: 1.2rem;
	}
	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;
	}
}
/*---------------------------------
NEW message_name
--------------------------------*/
.message_name p{
	text-align: right!important;
	margin: 0;
	margin-bottom: 10%;
}
.message_name p span{
	font-size: 1.1rem;
}
/*---------------------------------
NEW case
--------------------------------*/
.case .page_nav{
	margin-bottom: 5%;
}
.case .page_nav a{
	padding: 20px;
	background:#FFF8BA;
	display: flex;
	text-align: center;
	border-bottom: 2px solid #fff;
	position:relative;
	color: #ff6600;
}
.case .page_nav a span{
	font-size: 12px;
	font-family:'Montserrat',sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-right:10px;
	padding-top: 1%;
}
.case .page_nav a::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px;
	border-right: solid 1px;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: relative;
	opacity: 0.4;
	position: absolute;
	top: 42%;
	right: 20px;
}
@media screen and (min-width: 480px){
	.case .page_nav a span{
		margin-right:10px;
		padding-top: 0.5%;
	}
}
@media screen and (min-width: 1020px){
	.case .page_nav{
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.case .page_nav a span{
		margin-right:0;
		padding-top: 0;
		font-size: 10px;
	}
	.case .page_nav a{
		width: 19.9999%;
		border-right: 2px solid #fff;
		flex-direction: column;
		padding: 15px 0 25px;
	}
	.case .page_nav a::after{
		left: 48%;
		top: 72%;
	}
	.case .col2_text h4{
		padding: 20px;
	}
}
.case h3{
	font-size: 26px;
	padding-bottom: 5%;
	margin-bottom: 5%;
	border-bottom: 2px solid #ff6600;
}
.case h3 span{
	display: flex;
	align-items: center;
	margin-bottom: 2%;
	color: #ff6600;
	font-size: 18px;
	font-style: italic;
	font-family:'Montserrat',sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.case h3 span::before{
	content:'';
	display: inline-block;
	margin-right: 2%;
	width: 40px;
	height: 1px;
	background: #ff6600;
}
.case h4{
	padding: 6% 1em;
	margin-bottom: 4%;
	line-height: 1.5;
	background: #fff6f4;
}
h5{
	font-weight: normal!important;
	background: #fff;
	text-align: left;
	font-size: 17px!important;
	color:#333;
	border-bottom: 2px solid #444!important;
	margin: 2% 0!important;
	line-height: 1.6!important;
	padding-left: 0!important;
}
/*---------------------------------
NEW glossary
--------------------------------*/
.glossary h2{
	background: #555;
	border-top: 2px solid #ff6600;
	color: #fff;
	text-align: left;
	font-size: 18px;
	padding: 3%;
	margin: 5% 0;
}
.glossary .box_orange{
	color: #ff6600;
	padding: 5%;
	font-size: 90%;
	background: #f9f6e2;
}
@media screen and (min-width: 1020px){ 
	.glossary h2{
		padding: 2%;
		margin: 5% 0 3%;
	}
	.glossary .box_orange{
		padding: 30px;
	}
}
/*---------------------------------
NEW overview
--------------------------------*/
.overview .box_r{
	background: #eee;
	padding: 5%;
	font-size: 80%;
	margin-bottom: 5%;
}
.overview .box_r h2{
	font-size: 20px;
	color: #666;
	padding: 0 0 2%;
}
.overview .box_r p{
	margin: 0;
}
.access div ifream{
	padding: 0;
	margin: 0;
	width: 100%;
	max-height:100px;
}
.access div h3{
	margin: 0 0 15px;
	text-align: center;
	font-size: 22px;
}
.access div{
	width: 100%;
	padding:5%;
	background: #fff;
}
.access div:last-child{
	margin-right: 0;
}
@media screen and (min-width: 1020px){
	.overview .box_r{
		padding: 20px;
		margin-bottom: 20px;
	}
	.overview .box_r h2{
		text-align: left;
		margin: 0;
	}
	.access div ifream{
		height:600px;
	}
	.access div{
		width: 50%;
		padding:20px;
		margin-right: 20px;
	}
	.access div:last-child{
		margin-right: 0;
	}
}
/*---------------------------------
NEW security-check
--------------------------------*/
.security-check h2{
	position: relative;
	padding-left: 2em;
	font-size: 1.2rem;
	text-align: left;
}
.security-check h2::after{
	content: attr(data-number);
	position: absolute;
	top: 20px;
	left: 0;
	color: #ff6600;
	border-bottom: #ff6600 1px solid;
}
@media screen and (min-width: 1020px){
	.security-check h2{
		font-size: 26px;
		font-weight:normal;
	}
}
/*---------------------------------
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;
	}
}
/*---------------------------------
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;
}
.content{
	position: relative;
	top: -26px;
}
@media screen and (min-width: 480px){ 
	.content{
		top: -35px;
	}
}
@media screen and (min-width: 1020px){ 
	.n2_clear{
		position: relative;
		top:9px;
	}
	.content{
		position: relative;
		top: 18px;
	}
	.header{
		padding: 0.4em;
	}
}
.main{
	padding: 0;
	border-radius: 0; 
	background: #000;
}
.wrap{
	width: 100%;
}

.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%;
}
.greeting_text{
	text-align: left;
}
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;
}
.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;
}
.btn_submit span{
	display:none;
}
.btn_submit p,.ta_c p{
	text-align:center;
}
@media screen and (min-width: 750px){
	.contact table th{
		text-align:right;
		background: #eee;
		color:#333;
	}
	.contact table th p{
		text-align:right;
	}
	.contact table th span{
		display: inline;
		margin-left: 10px;
		max-width: 20%;
		padding: 2% 4%;
	}
}
@media screen and (min-width: 1020px){
	.contact table th{
		text-align:right;
		background: #eee;
		color:#333;
	}
	.contact table th,
	.contact table td{
		padding: 5px 20px;
	}
	.contact table th,#contact table td{
		padding: 20px;
	}
	input[type='submit'] {
		padding: 2%;
		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:not(.wp-admin){
		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;
	height: 30px;
	color: #fff;
}
.navi-in > ul li a:hover{
  background: #000;
}
.navi-in > ul li#menu-item-71,
.navi-in > ul li#menu-item-72{
	position: absolute;
	top: 10px;
	border: none!important;
	width: 150px;/*180px;*/
	font-size: 15px;
}
.navi-in > ul li#menu-item-72{
	right:175px;
}
.navi-in > ul li#menu-item-71{
	right:10px;
}
.navi-in > ul li#menu-item-72 a{
	color: #fff;
	font-weight: bold;
	color:#fff;
	letter-spacing:0.5px;
	line-height: 40px;
	height: 40px;
}
.navi-in > ul li#menu-item-72 a:hover{
	background:none;
}
.navi-in > ul li#menu-item-72 a::before {
	content: "\f098";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;/*5px;*/
	top: 1px;
	font-size: 1.1rem;
}
.navi-in > ul li#menu-item-71 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-71 a::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -8px;/*-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;
}
#footer ul li.menu-item-496 a::before {
	background-image: url(/wp-content/uploads/2025/02/instagram-icon36.png);
	display: inline-block;
    width: 36px;
    height: 36px;
    transform: inherit;
	/* font: var(--fa-font-brands);
	content: "\f16d";
	font-weight: 400;
	font-size: 24px;
	color: #fff; */
	border: none;
	position: relative;
	margin-right: 0.5rem;
	vertical-align: middle;
}
#footer .footer-right #nav_menu-2.widget.widget-footer-right.widget_nav_menu {
	margin-bottom: 0;
}
#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;
} 
.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;
}
/*---------------------------------
Movement
--------------------------------*/
.top{
	background: #000;
}
.movement{
	margin: 0 auto;
	text-align: center;
	padding: 36% 2%;
}
.movement .mark{
	width: 35%;
    opacity: 0;
}
.movement .logo{
	width: 60%;
	margin-top: 2%;
    opacity: 0;
}
.movement .mark{
animation:
	fadeup 2.0s 0.5s forwards,
	zoomin 2s 3s forwards;
}
.movement .logo{
animation:
	fadeup 1.5s 1.5s forwards,
	zoomin 2s 3s forwards;
}
@media screen and (min-width: 1020px){ 
.movement{
	margin: 0 auto;
	text-align: center;
	padding:  5% 0 7%;
}
.movement .mark{
	width: 25%;
}
.movement .logo{
	width: 40%;
}
}
@keyframes fadeup{
  0% {
   opacity: 0;
	transform: translateY(80px);
  }
  100% {
   opacity: 1;
	transform: translateY(0);
  }
}

@keyframes zoomin{
  0% {
    opacity: 1;
	transform: scale(1);
  }
  50% {
    opacity: 1;
	transform: scale(1);
  }
  70% {
	transform: scale(0.8);
    opacity: 0.6;
  }
  100% {
    opacity: 1;
	transform: scale(1);
  }
}
@keyframes rotation{
  0%,20%{ transform:rotateX(0);}
  100%{ transform:rotateX(360deg); }
}
/*---------------------------------
NEW XXX
--------------------------------*/
.border {
	padding-top: 10%!important;
}
.border h2{
	width: 100%;
	position: absolute;
	font-size: 1.9rem;
	line-height:1.2;
	top: -2.4rem;
	padding-left: 2%;
	padding-right: 2%;
	z-index: 1;
}
@media screen and (min-width: 750px){ 
	.border .wrap_contents{
		margin-top: -50px!important;
	}
}	
@media screen and (min-width: 1020px){ 
	.border h2{
		font-size: 2.2rem;
		letter-spacing: 4px;
		top: -4.2rem!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%;
	}
}
/*---------------------------------
NEW H3 point
--------------------------------*/
.point{
	margin:10% 0 15%;
}
.point h3{
	border: none;
	padding-left: 0;
	padding-bottom: 3%;
	margin:5% 0 2% 2em;
	text-indent:-2.2em;
	line-height:1.2;
}
.point h3::before{
  content:"";
  left: 2%;
  position: relative;
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(/wp-content/uploads/2022/11/logomark_o.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5%;
}
@media screen and (min-width: 750px){
	.point h3{
	padding-bottom: 10px;
	margin:40px 0 20px;
	text-indent:-1rem;
	font-size: 1.3rem;
	}
	.point h3::before{
  margin-right: 3%;
	}
}
@media screen and (min-width: 1200px){
	.point h3{
		font-size: 24px;
	}
	.point h3::before{
  width: 45px;
  height: 45px;
	}
}

/*---------------------------------
cart
--------------------------------*/
.cart .box{
	margin: 0 0 15%;
	font-size: 0.8rem;
}
.cart .point h3{
	border: none;
	padding-left: 0;
	padding-bottom: 3%;
	margin:5% 0 2% 2em;
	text-indent:-3em;
	line-height:1.2;
	font-weight: normal!important;
	font-size:1.2rem;
	margin-left:2.4em;
	line-height:2;
	text-indent:-2.6em;
}
.cart .point h3::before{
  content:"";
  left: 2%;
	position: relative;
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(/wp-content/uploads/2022/11/logomark_o.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	margin-right: 5%;
}
.cart .flex_box ul li{
	padding: 0;
}
.cart .flex_box img{
	border: 1px solid #444;
}

@media screen and (min-width: 750px){
	.cart .point h3{
	padding-bottom: 10px;
	margin:40px 0 20px;
	text-indent: -4em;
	margin-left: 3em;
	}
	.cart .point h3::before{
  width: 45px;
  height: 45px;
	}
	.cart .box{
	margin-bottom: 60px;
	font-size: 14px;
	}
	.sp{display:none;}
}
@media screen and (min-width: 1200px){ 
	.cart .point h3{
		font-size: 20px;
	}
	.cart .flex_box div{
	width: 32%;
	padding: 20px;
	}
	.flex_box div div{
	width: 100%;
	padding: 20px;
	}
	.flex_box div img{
	margin: 0 auto!important;
	text-align: center!important;
	}
}
/*---------------------------------
pagination
--------------------------------*/
.pagination-next{
	padding: 2% 20% 0;	
}
.pagination-next-link {
  border: none;
  color: #fff;
  padding: 5%;
	border-radius: 150px;
	background: #ff6600;
	max-width: 400px;
	margin: 0 auto;
  position: relative;
  font-size: 0.9rem;
}
.pagination-next-link::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 5%;
   top: 22%;
  font-size: 0.9rem;
}
.pagination-next-link:hover{
  background-color: #ff6600;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.pagination{
	padding-bottom: 10%;
}
@media screen and (min-width: 750px){
	.pagination-next{
		padding: 2% 30% 0;
	}
	.pagination-next-link{
		padding: 10px;
		font-size: 1rem;
		max-width: 260px;
	}
}
@media screen and (min-width: 1020px){
	.pagination-next{
		padding: 2% 30% 0;
	}
	.pagination-next-link{
		padding: 10px;
		font-size: 18px;
		max-width: 300px;
	}
	.pagination-next-link::after {
		top: 25%;
	}
}
/*---------------------------------
NEW entry-card-content
--------------------------------*/
.entry-card-content h2{
	font-size: 1rem;
	padding: 0;
}
@media screen and (min-width: 1020px){
	.entry-card-content h2{
		font-size: 1.6rem;
	}
}
#list{
	margin: 0 auto;
	padding-top: 10%;
	padding-bottom: 10%;
}
@media screen and (min-width: 1020px){
	#list{
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 5%;
	padding-bottom: 5%;
	}
}
/*---------------------------------
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;
}
/*---------------------------------
checker
--------------------------------*/
.checker .col2{
	border-bottom: 1px solid #eee;
	margin-bottom: 5%;
}
.checker .col2:last-child{
	border-bottom: none;
}
.box{
	border: 1px solid #ccc;
	padding: 5% 5% 2%;
}
.box a{
	margin: 0 auto!important;
}
.icon_fax{
	position:relative;
	padding-left: 8%;
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: 2px;
}
.icon_fax::before {
  content: "\f1ac";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
	position:relative;
  left: -10px;
   top: 0;
  font-size: 1.3rem;
}
@media screen and (min-width: 1020px){
	.box{
		padding:40px 40px 20px;
	}
	.box p{
	text-align: center;
	}
	.howto .box p{
	text-align: left;
	}
	.checker .btn{
		padding: 10px;
	}
	.icon_fax{
	font-size: 1.4rem;
	padding-left: 3%;
	}
	.icon_fax::before {
   top: 0;
	}
}
/*---------------------------------
cheacker-kun
--------------------------------*/
.btn_dl{
	border-radius: 150px;
	width: 100%;
	padding: 5% 0;
	background: #ff6600;
	font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  position: relative;
	max-width: 320px;
}
.btn_dl:hover{
	color:#fff!important;
}
.btn_dl::after {
  content: "\f56d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 6%;
   top: 28%;
  font-size: 1.4rem;
}
@media screen and (min-width: 1020px){
	.btn_dl{
		font-size:16px;
		padding: 14px 0;
	}
	.btn_dl::after {
   top: 26%;
	}
}
.col2_text span.step{
	background:#888;
	color:#fff;
		padding: 2% 5%;
		margin-bottom: 5%;
		border-radius:100px;
}
.detail tr.nogood td h4{
	background: #888;
}
.detail tr.good td h4{
	background: #eee;
	color:#333;
}
.detail tr.excellent td h4{
	background: #fff;
	color:#333;
	border: 1px solid #eee;
}
.annotation {
	color: #ff6600;
	font-size: 0.875rem;
}
/*---------------------------------
products-under
--------------------------------*/
.products-under .img{
	margin-bottom:10%;
}
.products-under h2{
	border-bottom: 2px solid #926a5b;
	margin-bottom: 10%!important;
}
.products-under h3{
	margin:0 auto 10%;
}
@media screen and (min-width: 750px){
	.products-under .img{
	margin-bottom:40px;
	}
	.products-under h2{
	margin-bottom: 40px!important;
	}
	.products-under h3{
	margin:0 auto 40px;
	}
}
/*---------------------------------
idea
--------------------------------*/
.idea div.col2 .col2_img{
	margin: 0 auto 2%;
	text-align: center;
}
.idea ul{
	margin-top:0;
	padding-top: 0;
}
.idea ul li:last-child{
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
.idea ul li a{
	position: relative;
}
.idea ul li a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: relative;
  right: -2%;
   top: 0%;
  font-size: 1.0rem;
}
@media screen and (min-width: 750px){ 
	.idea h3 {
	margin: 0px 0 20px!important;
	}
	.idea .col2{
		padding: 20px 0 60px;
	}
	.idea div.col2 .col2_img{
	margin: 0 auto 2% 0;
	}
}
@media screen and (min-width: 1200px){ 
	.idea div.col2 .col2_img{
	text-align: left;
	}
}
/*---------------------------------
recruit
--------------------------------*/
h2.fukidashi {
	position: relative;
	padding: 0 35px;
	font-size: 1.4rem;
	margin-bottom: 8%; 
}
h2.fukidashi:before,
h2.fukidashi:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 54px;
	height: 1px;
	background-color: #888;
}
h2.fukidashi:before {
	left:0;
	transform: rotate(60deg);
}
h2.fukidashi:after {
	right: 0;
	transform: rotate(-60deg);
}
@media screen and (min-width: 750px){ 
	h2.fukidashi {
	font-size: 28px;
	margin: 40px 0;
	}
}
h2.fukidashi:before {
	left:0;
	transform: rotate(60deg);
}
h2.fukidashi:after {
	right: 0;
	transform: rotate(-60deg);
}
@media screen and (min-width: 750px){ 
	h2.fukidashi {
	font-size: 28px;
	margin: 40px 0;
	}
}
/*---------------------------------
precision-machining
--------------------------------*/
.precision-machining table.table th{
	width: 30%;
	font-weight: normal;
	background:#888;
	color: #fff;
}
.precision-machining table.table td{
	font-size: 0.7rem;
}
/*---------------------------------
h2 color
--------------------------------*/
.precision-machining h2.catch,
.recruit h2.catch{
	background:#c76328;
}
/*---------------------------------
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;
	opacity: 0.5;
}
.footer-left img{
	width:90%;
}
.footer-right{
	font-size: 0.8rem;
}
@media screen and (min-width: 500px){
	.footer-left img{
		width:50%;
	}
}
@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;
	}
}