@charset "utf-8";
/* ===========================================================
 *
 * エスケイ スタイルシート
 * Last UpDate : 2026/02/25 *
=========================================================== */

/* ----------------------------------------------------------
	style.css
---------------------------------------------------------- */

/* ----------------------------------------------------------
 common
---------------------------------------------------------- */


html {
  font-feature-settings: "palt";
}

body {
color: #222;
background-color: #fff;
font-family: "Noto Sans JP","source-han-sans-japanese","Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", serif;
font-weight: 400;
font-style: normal;
letter-spacing: 1px;
}

.noto-sans-jp-uniquifier{
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


.roboto-uniquifier {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.google-sans-flex{
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}

.zen-kaku-gothic-antique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
}


.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .h2Wrap{ line-height: 1.7 !important; }

}
*/

a{transition: .5s;}
a:hover{transition: .5s;}

img{max-width: 100%; height: auto;}

:root{
	--main-color: #267cc0;
}




/* ----------------------------------------------------------
 link
---------------------------------------------------------- */
/*a:link		{ color: #fff; text-decoration: none; }
a:visited	{ color: #333; text-decoration: none; }
a:hover		{ color: #425a9f; text-decoration: none; }
a:active	{ color: #425a9f; text-decoration: none; }*/



/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
.header{ position: fixed; width: 100%;  background-color: transparent; height: 100px; z-index: 999; }
.header_sec{display: flex; justify-content: space-between;}

.header{
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.header.is-scrolled {
  background-color: rgba(0, 0, 0, 0.6); /* 半透明の黒 */
}


.header_sec{ margin: 0 0 0 auto; display: flex; height: 100px; align-items: center;  font-weight: 700; font-style: normal;}
.header_logo01{max-width: 260px; text-align: center; width: 25%;}
.header_logo01 a{display: block; background-color: #fff; padding: 28px 35px 29px;}
.header_logo01 a:hover{opacity: 0.6;}

.header_navi{margin: 0 20px 0 auto;}
.header_navi ul{display: flex; gap: 20px;}
.header_item01{font-size: 1.5rem; color: #fff; font-weight: 400;}
.header_item01 a:hover{opacity: 0.6;}

.header_tel{ margin-right: 30px; font-family: "Google Sans Flex", sans-serif; font-size: 2.4rem; color: #fff; font-weight: 500; letter-spacing: 0;}
.header_tel i{margin-right: 5px;}



.header_contact{text-align: center; width: 120px;}
.header_contact a{display: block; background-color: var(--main-color); color: #fff; text-align: center; padding: 16px 15px 15px; border-bottom-left-radius: 8px;}
.header_contact01{display: block; font-size: 1.6rem; }
.header_contact02{display: block; font-size: 3rem;}
.header_contact a:hover{color: var(--main-color); background-color: #fff;}



/***************************************
サブメニュー
***************************************/
.has-child{position: relative;}
ul.submenu {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50% , 0);
  width: 230px;
  
  margin: 0;
  text-align: center;
  z-index: 99999;
  display: block;
  box-shadow: 0px 8px 10px -6px rgba(0,0,0,0.3);
}


.submenu a{padding: 15px 0; display: block; background-color: rgba(0, 0, 0, 0.6); font-size: 1.5rem; }
.submenu a:hover{ color: #fff; }
.submenu li{visibility: hidden; height: 0; opacity: 0; transition: .5s;}
.submenu li:last-child a{border: none;}

ul.submenu li:first-child {
  border: 0 none; 
}
.has-child:hover .submenu li{visibility: visible; height: 54px; opacity: 1; transition: .5s;}

.header_item01 ul.submenu a::after{display: none;}


/*ACCORDION toggle*/
 
	.accordion_logo{width: 80%; margin: 0 auto 30px; text-align: center;}
.toggle p{
    position: absolute;
    color: #2B4F91;
    left: 50%;
    bottom: 27px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    transform: translate(-50%, 0);}

	.toggle{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
    border: none;
    transition: background-color 0.2s ease;
    cursor: pointer;
    background-color: #16599D;}
	
	.toggle::before, .toggle::after {
    content: "";
    background-color: #000;
    transition: background-color 0.3s ease;
}
	
	.toggle > span, .toggle:before, .toggle:after{
	display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 48%;
    width: 35px;
    height: 2px;
    margin: -2px 0 0 -15px;}
	.toggle:before{transform: translateY(-9px);}
	.toggle:after{transform: translateY(9px);}


.toggle {
  position: fixed;

}



.menu_list {
 	display: none; 
	position: fixed;
	width: 100%;
	height: 100vh;
	margin: 0;
	list-style: none;
	top: 0;
	left: 0;
	padding: 60px 25px;
  	background-color: #fff;
  
    }
.toggle[aria-expanded=true] > span {
  opacity: 0;
}
.toggle[aria-expanded=true]::before, .toggle[aria-expanded=true]::after {

}
.toggle[aria-expanded=true]::before {
  animation: 0.3s ease closeBar1 forwards;
}
.toggle[aria-expanded=true]::after {
  animation: 0.3s ease closeBar2 forwards;
}
.toggle.-close::before {
  animation: 0.3s ease closeBar1Rev forwards;
}
.toggle.-close::after {
  animation: 0.3s ease closeBar2Rev forwards;
}

@keyframes closeBar1 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
	
@keyframes closeBar2 {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes closeBar1Rev {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes closeBar2Rev {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(10px);
  }
}
  
.nav {
	position: fixed;
	top: 0;
    right: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	padding: 60px 30px;
    border: 1px solid #f5f5f5;
	justify-content: center;
	align-items: center;
	overflow: scroll;
	background: rgba(38, 124, 192, 0.9);
	color: #333;
	transition: opacity 0.3s ease, visibility 0.3s ease;
    /* スクロールバー非表示 */
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

 /*Google Chrome、Safariへの対応*/
.nav::-webkit-scrollbar{
  display: none;

}

.nav[aria-hidden=true] {
  	visibility: hidden;
  	opacity: 0;
 	pointer-events: none;
    
}
.nav[aria-hidden=false] {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
    overflow: scroll;
}

.accordion_menu li {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
}
.accordion_menu li a {
	color: #fff;
	transition: .5s;
	border-bottom: 1px solid #c6c6c6;
	display: block;
	padding: 12px 0;
}

.accordion_menu i{margin-left: 10px;}
.accordion_menu li a:hover{ transition: .5s; opacity: 0.8;}
.menu_sub li{line-height: 2rem;}
.menu_sub li a{font-size: 1.5rem; padding: 8px 20px; border-bottom: none; position: relative;}
.menu_sub li a:after{content: ""; padding: 1.5px; position: absolute; top: 17px; left: 12px; background-color: #fff; border-radius: 100%;}
/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
.bottom_contact_wrapper{background-color: #f5f5f5; width: 100%; padding: 50px 0;}
.bottom_contact_sec{text-align: center;}
.bottom_contact_head{font-weight: 600; margin-bottom: 20px;}
.bottom_contact_head01{font-size: 2rem; display: block;}
.bottom_contact_head02{font-size: 3.5rem; display: block; font-weight: 600; line-height: 1;}
.bottom_contact_message{font-size: 1.8rem; margin-bottom: 40px;}

.bottom_contact_inner{display: flex; gap: 30px; justify-content: center; align-items: center; background-color: #fff; padding: 20px; max-width: 700px; margin: 0 auto;}
.bottom_contact_tel01{font-size: 3rem; display: block; font-family: "Google Sans Flex", sans-serif; font-weight: 500; letter-spacing: 0; line-height: 1;}
.bottom_contact_tel01 i{margin-right: 5px;}
.bottom_contact_tel02{font-size: 1.2rem; display: block; text-align: right;}
.bottom_contact_btn{width: 300px; text-align: center;}
.bottom_contact_btn a{display: block; color: #fff; background-color: var(--main-color); border: 1px solid var(--main-color); padding: 10px; font-size: 1.8rem;}
.bottom_contact_btn a:hover{color: var(--main-color); background-color: #fff;}
.bottom_contact_btn i{font-size: 2rem; margin-right: 5px;}


.bottom_link_wrapper{width: 100%; margin-bottom: 30px;}
.bottom_link_wrapper ul{display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;}
.bottom_link_wrapper li{color: #fff;  font-weight: 400; font-size: 1.5rem; position: relative;}
.bottom_link_wrapper li a:hover{opacity: 0.6;}
.bottom_link_wrapper li:after{}
.bottom_link_wrapper li:last-child::after{}



footer{width: 100%; text-align: center; padding: 50px 0; background-color: #333333;}
.footer_logo{ text-align: center; margin-bottom: 30px;}
.footer_logo a{transition: .5s;}
.footer_logo a:hover{transition: .5s; opacity: .5;}
.footer_info{ font-weight: 400; font-size: 1.5rem; color: #fff; margin-bottom: 30px; line-height: 25px;}

.footer_copyright{font-size: 1.2rem; font-weight: 400; color: #fff;  text-align: center; margin-top: 50px;}


/* ぱんくず */
.breadcrumbs{font-size: 1.5rem;  font-weight: 700; color: #fff;}  
.breadcrumbs > ol{} 
.breadcrumbs > ol > li{ display: inline-block; position: relative; color: #fff; }
.breadcrumbs > ol > li:before{ content: "/"; display: block; position: absolute; top: 0; left: 6px;  font-size: 1.9rem; }
.breadcrumbs > ol > li:first-child:before{ content: ""; font-size: 1.7rem;}
.breadcrumbs > ol > li a{ font-size: 1.6rem; margin: 0 0 0 35px; }
.breadcrumbs > ol > li:first-child a{ margin: 0 0 0 0; }
.breadcrumbs > ol > li a:hover{ opacity: 0.6; }
.breadcrumbs ol span a{margin: 0 8px 0 8px;}
.breadcrumbs ol span:first-child a{margin: 0 8px 0 0;}

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.wrapper{ position: relative;}
.anchor{ padding-top:100px; margin-top:-100px; display: block; position: absolute; z-index: -1;}

/* lnavi */
.lnavi{  }
.lnavi_list{max-width: 1220px; background-color: #eee; display: flex; gap: 70px;  margin: 100px auto;  font-weight: 300; font-size: 1.8rem;  padding: 30px 50px; }
.lnavi_list li{position: relative; }
.lnavi_list li i{color: #fff; background-color: #16599D; width: 20px; height: 20px; padding: 5px; text-align: center; position: absolute; top: 50%; left: -25px; transform: translate(0 , -50%); font-size: 1rem;}


/* トップページ */
.top_first_wrapper{width: 100%;  position: relative; }
.top_first_img{width: 100%;}
.top_first_img img{width: 100%; height: auto;}
.top_first_img video{width: 100%; opacity: 0.6; display: block;}
.top_first_img::after{content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #666; z-index: -1;}

.top_first_txt{ color: #fff; position: absolute;  left: 3vw; bottom: 5vh; line-height: 1;}
.top_first_txt01{font-size: clamp(4rem, 5vw, 6.8rem); display: block; font-family: "Google Sans Flex", sans-serif; font-weight: 600; margin-bottom: 10px;}
.top_first_txt02{font-family: "Zen Kaku Gothic Antique", sans-serif; font-size: clamp(5rem, 6vw, 9rem); display: block; font-weight: 400; margin-bottom: 20px;}
.top_first_txt03{font-size: clamp(2rem, 2vw, 4rem); display: block;}

.top_processing_wrapper{padding: 40px 0; background-color: #fff;}
.top_processing_sec{display: flex; gap: 40px; justify-content: center;}
.top_processing_item{width: calc((100% - 40px)/2); position: relative;}
.top_processing_item a:hover{opacity: 0.6;}
.top_processing_txt{position: absolute; left: 50%; top: 50%; transform: translate(-50% , -50%); color: #fff; text-align: center; line-height: 1; white-space: nowrap;}
.top_processing_txt01{font-size: clamp(2.5rem, 1vw, 3.5rem); display: block; font-family: "Google Sans Flex", sans-serif; display: block; font-weight: 600; margin-bottom: 10px;}
.top_processing_txt02{font-family: "Zen Kaku Gothic Antique", sans-serif; font-size: clamp(5rem, 6vw, 9rem); display: block; font-weight: 400; margin-bottom: 20px;}
.top_processing_txt03{font-size: 2.3rem; display: block; margin-bottom: 20px;}
.top_processing_txt04{font-size: 1.3rem;}
.top_processing_txt04 i{margin-left: 3px;}

.top_reason_inner{background: url(/info/wp-content/uploads/img_top_reason_bg01.jpg); background-size: cover; padding: 50px 0;}
.top_reason_sec{width: 90%; margin: 0 auto;}
.top_reason_head{color: #fff; line-height: 1; margin-bottom: 80px;}
.top_reason_head01{font-size: clamp(6rem, 7vw, 10rem); font-family: "Google Sans Flex", sans-serif; font-weight: 600; margin-bottom: 10px;}
.top_reason_head02{font-size: clamp(3rem, 4vw, 5rem); font-weight: 600;}
.top_reason_list{display: flex; gap: 50px;}
.top_reason_list_item{width: calc((100% - 150px)/4); position: relative;}
.top_reason_number{position: absolute; font-size: clamp(6rem, 7vw, 10rem); font-family: "Google Sans Flex", sans-serif; top: -50px; left: 20px; color: #fff; font-weight: 600; line-height: 1;}
.top_reason_img{margin-bottom: 10px;}
.top_reason_txt{font-size: 2rem; color: #fff;}
.top_reason_btn{width: 100%; text-align: center;}
.top_reason_btn a{background: linear-gradient(135deg, #3f7eae 35%, #59a1dc 65%); display: block; padding: 20px 0; color: #fff; font-weight: 600; font-size: 2rem;}
.top_reason_btn a:hover{opacity: .6;}

.top_factory_wrapper{padding: 50px 0; background: url(/info/wp-content/uploads/img_top_factory_bg01.jpg); background-size: cover;}
.top_factory_sec{width: 90%; margin: 0 auto; max-width: 1700px;}
.top_factory_head{text-align: center; color: #fff; line-height: 1; margin-bottom: 80px;}
.top_factory_head01{font-size: clamp(4rem, 7vw, 10rem); font-family: "Google Sans Flex", sans-serif; font-weight: 600; display: block; margin-bottom: 10px;}
.top_factory_head02{font-size: clamp(3rem, 4vw, 4.5rem); font-weight: 600; display: block;}
.top_factory_list{display: flex; gap: 40px; justify-content: center; flex-wrap: wrap;}
.top_factory_list li{width: calc((100% - 80px)/3);}
.top_factory_list li a:hover{opacity: 0.6;}
.top_factory_img{margin-bottom: 5px;}
.top_factory_img img{border-radius: 15px;}
.top_factory_txt{font-size: 3rem; font-weight: 500; color: #fff;}

.top_news_wrapper{padding: 50px 0; background-color: #fff;}
.top_news_sec{width: 90%; max-width: 860px; margin: 0 auto;}
.top_news_head{text-align: center; text-align: center; font-size: 4.5rem; color: #333; margin-bottom: 30px; font-weight: 500;}
.top_news_list{display: flex; flex-direction: column;}
.top_news_item{padding: 10px 0; border-bottom: 1px solid #ccc; display: flex; gap: 20px; align-self: center; width: 100%;}
.top_news_info{display: flex; align-items: center; gap: 15px;}
.top_news_date{font-size: 1.8rem;}
.top_news_cat{ text-align: center; width: 120px; padding: 2px; display: block; border-radius: 12px; color: #fff; background-color: #595656; font-size: 1.4rem;}
.top_news_tit{font-size: 2rem;}

.top_recruit_wrapper{padding: 50px 0; background-color: #5196CD;}
.top_recruit_head{text-align: center; color: #fff; margin-bottom: 30px; line-height: 1;}
.top_recruit_head01{font-size: clamp(5rem, 10vw, 10rem); display: block; font-family: "Google Sans Flex", sans-serif; font-weight: 600; margin-bottom: 20px;}
.top_recruit_head02{font-size: 4rem; display: block; font-weight: 600; display: block;}
.top_recruit_btn{width: 240px; text-align: center; margin: 0 auto;}
.top_recruit_btn a{display: block; color: #333; background-color: #fff; border: 1px solid #fff; border-radius: 5px; padding: 8px 0;}
.top_recruit_btn a:hover{background-color: #5196CD; color: #fff;}



.swiper-slide{text-align: right;}
.swiper-button-next, .swiper-rtl .swiper-button-prev{display: none;}
.swiper-button-prev, .swiper-rtl .swiper-button-next{display: none;}


/* h1見出し */
.h1_wrapper{width: 100%;}
.h1_inner{width: 90%; max-width: 1200px; margin: 0 auto;}
.h1_tit_item{position: absolute; padding: 12% 0 10%;}
.h1_tit_item h1{position: relative; color: #fff;}
.page_tit01{ font-weight: 700;  display: block; text-transform: uppercase; font-family: "Google Sans Flex", sans-serif; font-weight: 700; font-style: normal; font-size: clamp(4rem, 8vw, 6.8rem);}
.page_tit02{ font-weight: 500; font-style: normal; font-size: clamp(3rem, 5vw, 4rem);  display: block; position: relative; z-index: 1;}

.h1_bg img{min-height: 300px; object-fit: cover;}


/* 共通 */
.page_wrapper{padding: 80px 0 80px;}
.page_sec{max-width: 1200px; margin: 0 auto; width: 90%;}
.page_sec h2{margin-bottom: 40px; }
.page_term_tit01{display: inline-block; font-family: "Google Sans Flex", sans-serif; color: var(--main-color); position: relative; font-weight: 700; font-size: 2rem;}
.page_term_tit01::after{content: ""; width: 50px; height: 2px; position: absolute; right: -65px; top: 50%; transform: translateY(-50%); background-color: var(--main-color);}
.page_term_tit02{display: block; font-size: clamp(4rem, 8vw, 6rem); font-weight: 700; line-height: 1.4;}

.page_sec h3{color: var(--main-color); font-size: clamp(3rem, 5vw, 4rem); font-weight: 700; position: relative; padding-left: 15px; margin-bottom: 30px;}
.page_sec h3::before{content: ""; width: 5px; height: 100%; position: absolute; left: 0; top: 52%; transform: translateY(-50%); background-color: var(--main-color);}
.page_sec p{font-size: 1.8rem; font-weight: 400; line-height: 35px;}

.page_sec .wp-block-image{}

/* lnavi */
.lnavi{ max-width: 800px; margin: 30px auto 0px; padding: 15px 40px; background-color: #f5f5f5; color: #222; width: 90%; border-radius: 10px;}
.lnavi ul{ display: flex; gap: 30px; flex-wrap: wrap; justify-content: center; row-gap: 10px;}
.lnavi ul li{position: relative; font-size: 1.6rem;  font-weight: 500;}
.lnavi ul li:before{content: "/"; font-size: 1.6rem; position: absolute; top: -1px; left: -18px;}
.lnavi ul li:first-child::before{display: none;}
.lnavi ul a{transition: .5s;}
.lnavi ul a:hover{opacity: 0.6; transition: .5s;}

.lnavi_bottom .lnavi_list{margin-bottom: 0;}

/* 選ばれる理由 */
.reason_sec{max-width: 1900px; margin: 0 auto 0 15%; width: 85%;}
.reason_term_tit{margin-bottom: 40px; line-height: 1.2; font-weight: 600;}
.reason_term_tit01{font-family: "Google Sans Flex", sans-serif; font-size: 4rem; display: block; color: var(--main-color); margin-bottom: 15px;}
.reason_term_tit01 span{font-size: 2rem; margin-right: 3px;}
.reason_term_tit02{display: block; color: #222; font-size: clamp(4rem, 5vw, 6rem);}
.reason_sec p{font-size: 1.8rem; font-weight: 400; line-height: 38px;}


.reason_flow_list{display: flex; gap: 40px; margin-bottom: 40px;}
.reason_flow_list li{width: 80px; height: 320px; text-align: center; border-radius: 5px; padding: 15px; writing-mode: vertical-lr; position: relative; display: flex; align-items: center; gap: 10px;}
.reason_flow_icon{font-size: 2.8rem; margin-bottom: 5px;}
.reason_flow_txt{font-size: 2.5rem; font-weight: 500;}
.reason_flow_arrow{position: absolute; right: -40px; top: 50%; transform: translateY(-50%); font-size: 2.5rem;}
.reason_flow_list li:nth-child(n+1):nth-child(-n+3){color: #25A954; border: 1px solid #25A954;}
.reason_flow_list li:nth-child(n+4):nth-child(-n+6){color: #17B28F; border: 1px solid #17B28F;}
.reason_flow_list li:nth-child(n+7):nth-child(-n+8){color: var(--main-color); border: 1px solid var(--main-color);}

.reason_img_flex{display: flex; gap: 30px!important;}
.reason_img_flex .reason_img_flex_item{flex-basis: auto!important; flex-grow: 0!important;}


/* 金属加工 */
.metal_size{text-align: center; max-width: 800px; margin: 0 auto; padding: 15px; border-radius: 8px;}
.metal_size strong{font-size: 4rem; font-weight: 900;}


/* 樹皮加工 */
.tampablesheet_merit ul{display: flex; gap: 20px; flex-wrap: wrap;}
.tampablesheet_merit li{width: calc((100% - 20px)/2); padding: 10px 20px; color: var(--main-color); font-size: 2.2rem; font-weight: 600; background-color: #eee; border-radius: 10px;}
.tampablesheet_merit li i{
  margin-right: 10px;
  background: linear-gradient(45deg, #518cb8 10%, #a0aac5 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


/* 設備概要 */
.factory_about{max-width: 920px; margin: 0 auto;}

.factory_about_table{width: 100%; }
.factory_about_table th,
.factory_about_table td{border: none!important; border-bottom: 1px solid #ccc!important; padding: 15px 20px!important; text-align: left; font-weight: 500;}

.facility_table{margin-bottom: 40px;}
.facility_table th,
.facility_table td{border: none!important; border-bottom: 1px solid #ccc!important; font-weight: 500; text-align: left; padding: 10px 10px!important; font-size: 1.4rem;}
.facility_table thead th{color: #fff; background-color: #222; border-bottom: none!important;}

.factory_googlemap{max-width: 920px; margin: 0 auto;}
.factory_googlemap iframe{width: 100%;}


/* 製品実績 */
.products_list{display: flex; gap: 30px; row-gap: 45px; flex-wrap: wrap;}
.products_list li{width: calc((100% - 60px)/3);}
.products_img{margin-bottom: 10px;}
.products_img img{width: 100%; height: auto;}
.products_name{font-size: 1.6rem; font-weight: 500; margin-bottom: 5px;}
.products_processing{margin-right: 5px; padding: 2px 8px; text-align: center; color: #fff; font-weight: 300; display: inline-block;}

.is-metal{background-color: var(--main-color);}
.is-sps{background-color: #C0A126;}
.is-resin{background-color: #26C084;}

.products_size{font-size: 1.6rem;}


/* よくある質問 */
.faq_caution{margin-bottom: 50px; font-size: 2rem;}
.faq_list{margin: 0 auto 50px; font-weight: 700; font-style: normal; max-width: 1200px;}
.faq_list_item{background-color: #fff; border: 1px solid var(--main-color); width: 100%; margin-bottom: 20px; transition: .5s;}

.faq_question{ display: flex; gap: 40px; cursor: pointer; position: relative; padding: 25px 30px 25px 80px; }
.faq_question::before{content: "Q."; font-family: "Google Sans Flex", sans-serif; color: var(--main-color); position: absolute; left: 25px; top: 12px; font-size: 3.5rem; transition: .5s;}
.faq_question_txt{font-weight: 500; font-size: 2rem; color: var(--main-color); transition: .5s;}

.faq_answer{background-color: #fff; color: var(--main-color); padding: 25px 30px 25px 80px;  display: none; font-size: 2rem; font-weight: 500; line-height: 3rem; position: relative;}
.faq_answer::before{content: "A."; font-family: "Google Sans Flex", sans-serif; color: var(--main-color); position: absolute; left: 25px; top: 22px; font-size: 3.5rem;}
.faq_answer a{color: #0693e3; text-decoration: underline; font-weight: 700;}

.faq_list_item.open{background-color: var(--main-color); transition: .5s;}
.faq_list_item.open .faq_question_txt{color: #fff; transition: .5s;}
.faq_list_item.open .faq_question::before{color: #fff; transition: .5s;}
.faq_list_item .faq_answer { display: none;}
.faq_list_item.open .faq_answer { display: block; }

.faq_question_icon{position: absolute; right: 50px; top: 45%; transform: translateY(-50%); font-size: 2.3rem; color: var(--main-color);}


/* 会社案内 */
.company_greeting{}
.company_greeting p{font-family: "Noto Serif JP", serif; font-size: 2.3rem; line-height: 4.5rem;}
.greeting_president{font-size: 2.8rem; font-weight: 600; margin-top: 30px; text-align: right;}
.greeting_president span{font-size: 1.8rem; font-weight: 600; margin-right: 10px;}
.corporate_table{margin-bottom: 30px;}
.corporate_table th,
.corporate_table td{border: none!important; border-bottom: 1px solid #ccc!important; padding: 15px 20px!important; text-align: left; font-weight: 500;}
.corporate_history_table table{width: 100%; }
.corporate_history_table th,
.corporate_history_table td{border: none!important; border-bottom: 1px solid #ccc!important; padding: 15px 20px!important; text-align: left; font-size: 1.6rem; font-weight: 500;}

.page_sec .company_policy p{font-family: "Noto Serif JP", serif; font-size: clamp(3rem , 6vw, 4rem); line-height: normal;}




/* お問合わせ */
.contact_wrapper{background-color: #fff;}
.contact_sec{max-width: 1200px; margin: 0 auto; padding: 40px 0; width: 90%; }
.contact_tel_fax{max-width: 800px; margin: 0 auto 50px; text-align: center; padding: 30px; background-color: #f5f5f5;}
.contact_tel_fax_head{text-align: center; margin-bottom: 10px; font-size: 3rem; font-weight: 600;}
.contact_tel_fax .bottom_contact_inner{align-items: baseline; margin-bottom: 10px;}
.contact_tel_fax_caution{text-align: left; display: inline-block;}

.policy_wrapper{background-color: #fff;}
.policy_sec{max-width: 1000px; margin: 0 auto;}
/*
.policy_sec h3{ font-weight: 400; font-size: 2.3rem; color: #888; margin-bottom: 15px; background-color: initial; padding: 0; border: none;}
*/
.policy_txt{margin-bottom: 40px;}
.policy_txt p{ font-weight: 400; line-height: 3.5rem; font-size: 1.6rem;}

.contact_thanks{max-width: 1275px; margin: 0 auto; line-height: 3.5rem;}


/* フォーム */
.page_sec .contact_item{display: flex; width: 100%; max-width: 1000px; margin: 0 auto; padding: 20px 20px; border-bottom: 1px solid #ccc;}
.page_sec .contact_tit{width: 35%;  font-weight: 700; position: relative; margin-left: 80px; }
.page_sec .contact_tit p{font-size: 18px; line-height: initial;}
.page_sec .contact_tit span{position: absolute;  background-color: #E02E30; color: #fff; margin-right: 15px; border: 1px solid #E02E30; padding: 4px 8px; left: -80px; top: -5px; font-size: 18px;}
.contact_txt,
.contact_adress,
.contact_txtarea{width: 65%;}
.contact_txt input{font-size: 20px; background: #f7f7f7; padding: 8px; border: 1px solid #ccc; font-family: zen-old-mincho, sans-serif; width: 80%;}
.contact_txtarea textarea{font-size: 20px; padding: 8px; background: #f7f7f7; border: 1px solid #ccc; font-family: zen-old-mincho, sans-serif; width: 80%;}
.contact_adress_sub p{padding-bottom: 15px;}
.contact_adress_sub span{display: block;}
.contact_adress input{background: #f7f7f7; border: 1px solid #ccc; height: 35px;  font-size: 20px; font-family: zen-old-mincho, sans-serif;}
.contact_submit{border-bottom: none;}
.contact_submit_btn{text-align: center; margin-top: 30px;}
.contact_submit_btn p{text-align: center;}
.contact_submit_btn input{background-color: var(--main-color); color: #fff; font-size: 16px; border: none; letter-spacing: 1px; padding: 12px 12px; cursor: pointer; }



input[type="checkbox"]{float: left;}
.contact_check{display: flex;}
.contact_submit .contact_tit{width: 30%;}
.wpcf7-spinner{display: block;}

.form_sec{max-width: 1000px; margin: 0 auto; padding-bottom: 80px;}
.form_tit{position: relative; max-width: 1000px; margin: 0 auto 100px;}
.form_tit01{ position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  width: 140px;
  padding: 4px 0;
  border-radius: 18px;
  background-color: #5083CF;}

.form_tit02{font-size: 4rem;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 30px 0;
  border-bottom: 2px solid #333;
  border-top: 2px solid #5083CF;}

.main .nf-form-content .list-select-wrap .nf-field-element>div, .main .nf-form-content input:not([type=button]), .main .nf-form-content textarea{color: #333;}
.main .nf-form-content .list-select-wrap .nf-field-element>div:focus, .main .nf-form-content input:not([type=button]):focus, .main .nf-form-content textarea:focus{color: #333;}

.contact_select select{padding: 5px; font-size: 1.8rem; padding: 8px; background-color: #f7f7f7; border: 1px solid #ccc;}
.contact_file input[type="file"]{font-size: 1.5rem; margin-bottom: 5px;}
.contact_item .contact_caution{font-size: 1.5rem;}

.contact_radio input[type="radio"]{width: initial; height: initial; box-sizing: border-box; padding: 0px; vertical-align: baseline; font-size: 1.6rem;}
.contact_radio .wpcf7-radio{display: flex; flex-direction: column;}
.contact_radio .wpcf7-list-item{margin: 0;}

/* サンクスページ */
.tenants_sec{width: 90%; max-width: 1200px; margin: 0 auto;}




/* リクルートページ */
.recruit_header.is-scrolled{background-color: initial;}
.recruit_header .header_logo01{ background-color: #fff; height: 100%; max-width: 390px; width: 40%;}
.recruit_header .header_logo01 a{padding: 30px 25px;}
.recruit_header .gnavi{background-color: #f5f5f5; color: #333; border-radius: 40px; padding: 20px 40px;}
.recruit_header .gnavi ul{gap: 25px;}
.recruit_header .gnavi .header_item01{font-size: 1.8rem; font-weight: 500; color: #222;}
.header_entry{ text-align: center;}
.header_entry a{display: block; font-family: "Google Sans Flex", sans-serif; font-size: 2.5rem; color: #fff; background-color: var(--main-color); border-radius: 60px; border: 1px solid var(--main-color); padding: 20px 30px; font-weight: 700; letter-spacing: 2px;}
.header_entry a:hover{color: var(--main-color); background-color: #fff;}
.header_entry i{margin-left: 5px;}
.recruit_header  .header_item_corporate a{color: var(--main-color);}


.recruit_wapper{max-width: 2000px; margin: 0 auto;}
.recruit_first_wrapper{display: flex; margin-bottom: 100px; position: relative;}
.recruit_first_txt{width: 32%; padding-left: 50px;}
.recruit_first_txt_inner{position: absolute; font-size: clamp(5rem, 7vw, 8rem); z-index: 2; top: 50%; transform: translateY(-50%); font-weight: 600; text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);}
.recruit_first_txt_inner span{color: var(--main-color);}
.recruit_swiper{width: 68%; border-bottom-left-radius: 60px;}

.recruit_human_wrapper{padding: 80px 0;}
.recruit_human_sec{display: flex; max-width: 1500px; margin: 0 auto; width: 90%;}
.recruit_human_left{width: 60%; position: relative; z-index: 3;}
.recruit_sec_head{margin-bottom: 30px;}
.recruit_sec_head01{font-size: 2.5rem; font-family: "Google Sans Flex", sans-serif; color: var(--main-color); display: block; font-weight: 600;}
.recruit_sec_head02{font-size: clamp(4rem, 8vw, 6rem); display: block; font-weight: 600; color: #333;}

.recruit_human_topic{color: var(--main-color); font-size: 4rem; font-weight: 600; margin-bottom: 30px; white-space: nowrap; text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);}
.recruit_human_txt{font-size: 2rem; line-height: 40px; max-width: 580px;}
.recruit_human_right{ width: 50%; position: relative;}
.recruit_human_right img{border-radius: 30px;}
.recruit_human_img01{position: absolute; top: -50px; right: 80px; z-index: 2; width: 100%; z-index: 2;}
.recruit_human_img02{position: absolute; top: 220px; right: 0; width: 80%; z-index: 1;}
.recruit_human_img03{position: absolute; top:  80px; right: 40px; z-index: 2; width: 100%; z-index: 0;}


.recruit_interview_sec{width: 90%; max-width: 1500px; margin: 0 auto;}
.recruit_interview{display: flex; gap: 60px; justify-content: center; margin-bottom: 80px;}
.recruit_interview:nth-child(2n){flex-direction: row-reverse;}
.recruit_interview_img{width: 40%; position: relative;}
.recruit_interview_name{display: flex; gap: 15px; width: 370px; background-color: var(--main-color); border-radius: 20px; color: #fff; justify-content: center; align-items: center; padding: 10px; margin: 0 0 0 auto; transform: translate(25px, -40px);}
.recruit_interview_initial{font-family: "Google Sans Flex", sans-serif; font-size: 4rem;}
.recruit_interview_info{font-size: 1.5rem;}
.recruit_interview_info span{display: block;}

.recruit_interview_txt{width: 60%;}
.recruit_interview_txt_head{font-size: 3.5rem; font-weight: 500; margin-bottom: 20px;}
.recruit_interview_txt_head i{font-size: 4rem;   margin-right: 10px;
  background: linear-gradient(45deg, #2B7EBD 10%, #0CC1A9 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;}

.recruit_interview_txt p{font-size: 1.8rem; line-height: 3rem;}
.recruit_interview_txt_bottom{display: flex; gap: 30px; margin-top: 30px;}
.recruit_interview_txt02,
.recruit_interview_txt03{width: calc((100% - 30px)/2);}

.recruit_number_wrapper{width: 100%; padding: 50px 0; background-color: var(--main-color);}
.recruit_number_sec{max-width: 1500px; margin: 0 auto; width: 90%;}
.recruit_number_head{color: #fff;}
.recruit_number_head .recruit_sec_head01,
.recruit_number_head .recruit_sec_head02{color: #fff;}
.recruit_number_list{display: flex; gap: 50px; max-width: 1200px; margin: 80px auto 0; flex-wrap: wrap; row-gap: 80px;}
.recruit_number_list li{width: calc((100% - 100px)/3); background-color: #fff; border-radius: 10px; padding: 80px 30px 30px 30px; position: relative;}
.recruit_number_img{position: absolute; left: 50%; top: -50px; transform: translateX(-50%);}
.countSec01{text-align: center;}
.countSecTit{color: #00A0E9; font-size: 3rem; font-weight: 600;}
.countSecNum{font-size: 3rem;}
.countSecNum b{color: #275fa9; font-size: clamp(7rem, 10vw, 10rem); font-family: "Google Sans Flex", sans-serif; font-weight: 500;}

.recruit_description_wrapper{padding: 80px 0;}
.recruit_description_sec{width: 90%; max-width: 1500px; margin: 0 auto;}


.recruit_entry_btn{width: 100%; text-align: center;}
.recruit_entry_btn a{color: #fff; background-color: var(--main-color); display: block; padding: 30px 0; font-family: "Google Sans Flex", sans-serif; font-size: clamp(4rem, 10vw, 7rem); font-weight: 700;}
.recruit_entry_btn a:hover{background-color: #16598E;}

.recruit_category{max-width: 1200px; width: 90%; margin: 0 auto 50px;}
.recruit_category p{font-size: 2rem; margin-bottom: 30px;}
.recruit_category_list{display: flex; gap: 30px; flex-wrap: wrap;}
.recruit_category_list li{width: calc((100% - 60px)/3); text-align: center;}
.recruit_category_list li a{display: block; padding: 15px; font-weight: 600; color: var(--main-color); background-color: #fff; border: 1px solid var(--main-color); border-radius: 40px; font-size: 2.3rem;}
.recruit_category_list li a:hover{color: #fff; background-color: var(--main-color);}


/* 募集要項ページ */
.recruit_category_h1{ padding: 120px 0 80px;}
.recruit_category_h1_tit_inner{width: 90%; max-width: 1400px; margin: 0 auto;}
.recruit_category_h1_tit_inner .page_tit01{font-size: 2.5rem; color: var(--main-color);}
.recruit_category_h1_tit_inner .page_tit02{font-size: clamp(4rem, 6vw, 6rem); font-weight: 600;}
.recruit_category_inner{width: 90%; max-width: 1200px; margin: 0 auto 80px;}
.recruit_category_inner h2{font-size: 4rem; font-weight: 600; margin-bottom: 30px;}
.recruit_table{max-width: 1200px; margin: 0 auto 30px;}
.recruit_table table{width: 100%;}
.recruit_table th,
.recruit_table td{border: none!important; font-size: 1.7rem; padding: 15px 20px!important; border-bottom: 1px solid #ccc!important;}
.recruit_table th{color: #2b4f91; width: 20%; font-weight: 600;}

.recruit_entry_url_btn{width: 600px; max-width: 100%; text-align: center; margin: 0 auto;}
.recruit_entry_url_btn a{display: block; color: #fff; background-color: var(--main-color); border: 1px solid var(--main-color); border-radius: 40px; position: relative; padding: 15px 0; font-size: 3rem;}
.recruit_entry_url_btn a:hover{color: var(--main-color); background-color: #fff;}
.recruit_entry_url_btn a i{position: absolute; top: 50%; right: 20px; transform: translateY(-50%);}

/* 採用よくある質問 */
.recruit_faq_sec{width: 90%; max-width: 1200px; margin: 0 auto;}


/* お知らせ一覧 */
.news_sec{max-width: 1000px;}

.wp-pagenavi{display: flex; gap: 10px; justify-content: center; margin-top: 50px; display: flex; gap: 10px; text-align: center; line-height: 2; justify-content: center; }
.wp-pagenavi a{width: 38px; height: 38px; font-size: 1.7rem; line-height: 2; display: inline-block; color: #333; border: 1px solid #333; text-align: center; border-radius: 100%; padding: 0!important;}
.wp-pagenavi a:hover{color: #fff; background-color: #333;}
.wp-pagenavi span{font-size: 1.7rem; line-height: 2; color: #fff; background-color: var(--main-color); display: inline-block; width: 40px; height: 40px; border: 1px solid var(--main-color); border-radius: 100%; padding: 0!important;}

/* お知らせ詳細 */
.news_single_date{text-align: center;}
.news_single_tit{font-size: 3.5rem; letter-spacing: 2px; text-align: center; margin: 0 0 50px; font-weight: 500;}
.news_single_txt h2{font-size: clamp(4rem, 8vw, 6rem); margin-bottom: 40px; font-weight: 700;}
.news_single_txt h3{ color: var(--main-color); font-size: clamp(3rem, 5vw, 4rem); font-weight: 700; position: relative; padding-left: 15px; margin-bottom: 30px;}
.news_single_txt h4{font-size: 2.4rem; font-weight: 600; margin-bottom: 15px; border-bottom: 1px solid #ccc;}
.news_single_txt p{margin-bottom: 10px;}
.news_single_txt figure{text-align: center;}



/* サイトマップ */
.sitemap_sec{max-width: 1000px; margin: 0 auto;  font-weight: 700; padding: 50px 0; color: #333; width: 90%;}
.sitemap_list01{display: flex; flex-direction: column; }
.sitemap_list01 li{margin-bottom: 45px;}
.sitemap_item01{font-size: 2rem;  position: relative; transition: 0.5s;  margin: 0 0 0 20px;}
.sitemap_item01:before{content: "";  background-color: #222; width: 8px; height: 11px; clip-path: polygon(0 0, 0% 100%, 100% 50%); position: absolute; top: 9px; left: -15px;}
.sitemap_list02{display: flex; flex-direction: column; gap: 15px; font-size: 1.5rem; margin: 20px 0 0 50px;}
.sitemap_list02 li{position: relative; margin-bottom: 0;}
.sitemap_list02 li:before{content: ""; background-color: #333; padding: 2px; position: absolute; top: 9px; left: -15px; border-radius: 100%;}
.sitemap_sec i{margin-left: 5px;}

/* 404 */
.notfound_sec{width: 90%; max-width: 1000px; margin: 0 auto; padding: 200px 0 100px; text-align: center;}


/* ----------------------------------------------------------
 SP CSS
---------------------------------------------------------- */
@media screen and (max-width:520px){
img,video {
  max-width: 100%;
  height: auto;
}

/* フォントサイズ10px=62.5% */
html{ font-size: 60%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem; height: auto !important; padding-top: 0; }

/* 非表示用 */
.noneSP	{ display: none !important; }


/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header{position: fixed; height: 60px; width: 100%; z-index: 999;}
.header{height: 60px;}

.header_sec{height: 60px;}
.header_logo{height: 60px; flex-basis: initial; padding-left: 0;}
.header_logo01 a{padding: 8px 10px 9px;}
.header_logo h1{margin-left: 10px; padding-top: 0; text-align: left;}
.header_logo01{width: 100%; text-align: left; max-width: initial; height: 60px;}
.header_logo01 img{width: 190px;}

.header_contact{position: fixed; right: 60px; width: 60px;}
.header_contact a{padding: 12px 15px 11px; border-radius: 0;}
.header_contact02{font-size: 2.6rem;}

.recruit_header .header_logo01 img{width: 230px;}
.recruit_header .header_logo01 a{padding: 16px 15px 17px;}


/*ACCORDION*/
.toggle{width: 60px; height: 60px; background-color: #16599D;}
.toggle p{bottom: 11px;}

.accordion_icon{display: flex; gap: 10%; justify-content: center; margin: 60px auto 20px;font-size: 2.5rem;}
nav .accordion_icon a{border-bottom: none;}
nav .accordion_tell a i{color: #4DABE9;  border-radius: 100%; background-color: #fff; border: 2px solid #4DABE9; padding: 12px; }
nav .accordion_contact a i{color: #1D497B;  border-radius: 100%; background-color: #fff; border: 2px solid #1D497B; padding: 12px;}
nav .btn_trial_wrapper a{color: #fff; text-align: center;  border-bottom: solid 5px #AE6333;}
nav .btn_trial_item01 .free_trial{font-size: 2.3rem;}


/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
.bottom_contact_wrapper{padding: 30px 0;}
.bottom_contact_inner{flex-direction: column; gap: 10px;}

footer{padding: 30px 0 70px;}
.footer_wrapper{flex-direction: column-reverse; }
.footer_sec{width: 100%; display: block; text-align: center;}
.footer_sec01{padding: 0; border: none;}
.footer_sitemap{display: none;}
.footer_logo{text-align: center; margin-bottom: 30px;}
.footer_info{line-height: 2.5rem;}


.footer_copyright{margin: 0 auto; text-align: center;}

/* ページ下部 固定メニュー */

.btm_menu { position: fixed; bottom: -50px; width: 100%; border-top: 1px solid #fff; z-index: 99; }
.btm_menu li { float: left; width: 50%; }
.btm_menu li:first-child a { border-right: 1px solid #fff; }
.btm_menu li a { display: block; height: 30px; text-align: center; font-size: 1.6rem; padding: 15px 5px 5px; background-color: #16599D; color: #fff; transition: .5s;}
.btm_menu li a i{ font-size: 1.8rem; margin-right: 10px; }
.btm_menu li a:hover { background-color: #fff; color: #16599D; transition: .5s;}
.btm_menu ul:after { content: ''; clear: both; display: block; }


/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */

/* ぱんくず */
.breadcrumbs{ position: relative; z-index: 1; padding: 4px 0;}  
.breadcrumbs > ol{} 
.breadcrumbs > ol > li{ display: inline-block; position: relative;  }
.breadcrumbs > ol > li:before{ content: "/"; display: block; position: absolute; top: -3px; left: 3px;  font-size: 1.9rem; }
.breadcrumbs > ol > li:first-child:before{ content: ""; }
.breadcrumbs > ol > li a{ font-size: 1.2rem; margin: 0 0 0 20px; }
.breadcrumbs > ol > li:first-child a{ margin: 0 0 0 0; }
.breadcrumbs > ol > li a:hover{ opacity: 0.6; }

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.top_first_wrapper{}
.wrapper{ position: relative; overflow: hidden; padding-top: 60px;}
.sp_br{display: block;}



/*トップページ*/
.top_first_wrapper img{width: 100%; bottom: 20px;}
.top_first_txt{bottom: 40px;}
.top_first_txt01{font-size: clamp(2rem, 5vw, 4.5rem); margin-bottom: 10px;}
.top_first_txt02{font-size: clamp(4rem, 6vw, 5rem); font-weight: 500;}
.top_first_txt02 img{width: 80%;}
.top_first_txt03{ font-size: clamp(1.8rem, 2vw, 4rem);}

.top_processing_wrapper{padding: 30px 0;}
.top_processing_sec{flex-direction: column; gap: 20px;}
.top_processing_item{width: 100%;}
.top_processing_txt01{font-size: clamp(2.5rem, 1vw, 3.5rem);}
.top_processing_txt02{font-size: clamp(3.5rem, 6vw, 4.5rem); font-weight: 500; margin-bottom: 10px;}
.top_processing_txt02 img{max-width: 240px;}
.top_processing_txt03{font-size: 2rem; margin-bottom: 15px;}
.top_processing_txt04{}

.top_reason_inner{padding: 30px 0 50px;}
.top_reason_sec{}
.top_reason_head{}
.top_reason_head01{display: block; font-size: clamp(3rem, 6vw, 4.5rem);}
.top_reason_head02{display: block; font-size: clamp(2.2rem, 4vw, 4rem);}
.top_reason_list{flex-direction: column; gap: 60px; max-width: 400px; margin: 0 auto;}
.top_reason_list_item{width: 100%;}
.top_reason_number{top: -30px;}
.top_reason_txt{font-size: 1.6rem;}

.top_factory_head01{display: block; font-size: clamp(3rem, 6vw, 4.5rem);}
.top_factory_head02{display: block; font-size: clamp(2.2rem, 4vw, 4rem);}
.top_factory_list{flex-direction: column; gap: 30px;}
.top_factory_list li{width: 100%;}
.top_factory_txt{font-size: 2rem;}

.top_news_wrapper{padding: 30px 0;}
.top_news_head{font-size: 3rem;}
.top_news_item{gap: 10px; flex-direction: column;}
.top_news_tit{font-size: 1.6rem;}

.top_recruit_wrapper{padding: 30px 0;}
.top_recruit_head01{display: block; font-size: clamp(3rem, 6vw, 4.5rem);}
.top_recruit_head02{display: block; font-size: clamp(2.2rem, 4vw, 4rem);}

/* セカンドページ共通 */
.breadcrumbs{font-size: 1.3rem;}
.page_tit01{font-size: clamp(3rem, 5vw, 5rem);}

.h1_tit_item{padding: 60px 0 30px;}

.lnavi{margin: 30px auto 0;}

.page_wrapper{padding: 30px 0 50px;}
.page_term_tit02{font-size: clamp(3.5rem, 5vw, 5rem);}
.page_sec p{font-size: 1.6rem; line-height: 3.5rem;}



/* 選ばれる理由 */
.reason_sec{margin: 0 auto; width: 90%;}
.reason_flow_list{flex-direction: column;}
.reason_flow_list li{width: 100%; height: auto; writing-mode: initial;}
.reason_flow_icon{font-size: 2.4rem; line-height: 1;}
.reason_flow_txt{font-size: 2rem;}
.reason_flow_arrow{right: 50%; top: initial; bottom: -40px; transform: translateX(50%) rotatez(90deg);}
.reason_term_tit02{font-size: clamp(3.5rem, 5vw, 5rem);}



/* 金属加工 */
.metal_size strong{font-size: clamp(2.2rem, 5vw, 3.5rem);}

/* 樹脂加工 */
.tampablesheet_merit ul{flex-direction: column;}
.tampablesheet_merit li{width: 100%;}

/* 本社工場 */
.factory_about_table th,
.factory_about_table td{width: 100%!important; display: block!important; font-size: 1.5rem;}
.factory_about_table th{background-color: #f5f5f5!important;}
.facility_table table{width: max-content!important;}

/* 実績紹介 */
.products_list{flex-direction: column;}
.products_list li{width: 100%;}

/* よくある質問 */
.faq_question, .faq_answer{padding: 20px 50px 25px 45px;}
.faq_question::before, .faq_answer::before{font-size: 2.5rem; left: 10px;}
.faq_question_txt, .faq_answer_txt{font-size: 1.6rem; }
.faq_question_icon{right: 20px;}

/* 会社案内 */
.corporate_table th,
.corporate_table td{width: 100%!important; display: block; padding: 15px 10px!important; font-size: 1.5rem;}
.corporate_table th{font-weight: 700; background-color: #f5f5f5!important;}
.page_sec .company_policy p{font-size: clamp(2.2rem, 5vw, 3.5rem);}

    
/* お知らせ */
.news_item{display: block; padding: 30px 0 20px;}  
.news_cate_news{float: left;}
.news_cate_news:after{content: ""; clear: both;}
.news_tit{display: block; margin-top: 15px;}
.news_date{ display: inline;}
     
/* お問合せ */
.contents .contact_h2{font-size: 3.5rem; letter-spacing: 1px;}
.contact_item{display: block; padding: 20px 10px;}
.contact_tit{margin: 0 0 25px 0; width: initial;}
.contact_essential .contact_tit{margin-left: 80px; width: initial;}

.contact_tel_fax{padding: 20px;}
.contact_tel_fax_head{font-size: 2.5rem;}
.contact_tel_fax .bottom_contact_tel01{font-size: 2.5rem;}
.contact_tel_fax .bottom_contact_inner{align-items: center;}
.contact_tel_fax_caution{font-size: 1.4rem;}


    
/* お問合せフォーム */
.contact_sec{width: 90%; margin: 0 auto;}
.page_sec .contact_item{display: block; padding: 20px 0;}
.page_sec .contact_tit{margin: 0 0 20px 0; width: initial;}
.page_sec .contact_tit p{font-size: 18px;}
.page_sec .contact_essential .contact_tit{margin-left: 60px; width: initial;}
.page_sec .contact_tit span{left: -60px; font-size: 16px;}

.contact_txt, .contact_adress, .contact_txtarea{width: 100%;}
.contact_txt input{width: calc(100% - 16px); margin: 0 auto; font-size: 16px;}
.contact_adress input{width: 100%; margin-left: 0; font-size: 16px;}
input[type="checkbox"]{padding: 8px;}
.form-width{max-width: 100%;}
.page_sec .wpcf7-spinner{display: block;}
.contact_txtarea textarea{width: calc(100% - 16px); font-size: 16px;}
.contact_select select{ padding: 8px;}


    
/* サイトマップ */
.sitemap_item01:before{top: 7px;}
.sitemap_list02 li:before{top: 8px;}
    
::placeholder{ color: #999;}
/* 旧Edge対応 */
::-ms-input-placeholder{ color: #999; }
/* IE対応 */
:-ms-input-placeholder{ color: #999; }

/* ヘッダー */
header{box-shadow: 0px 8px 16px -6px rgba(0,0,0,0.3);}


/* リクルートページ */
.recruit_wapper{padding-top: 60px;}
.recruit_header{background-color: #fff!important;}
.recruit_header .header_logo01{padding: 0; width: auto;}
.header_entry{margin-right: 60px; width: 120px;}
.header_entry i{display: none;}
.header_entry a{border-radius: 0; font-size: 1.8rem; display: block; padding: 16px 0;}
.recruit_first_wrapper{flex-direction: column-reverse; margin-bottom: 0;}
.recruit_first_txt{width: 100%; padding: 20px;}
.recruit_first_txt_inner{position: initial; transform: none; font-size: clamp(4rem, 5vw, 5rem);}
.recruit_swiper{width: 100%; border-radius: 0;}
.recruit_sec_head{margin-bottom: 20px;}
.recruit_sec_head01{font-size: 2rem;}
.recruit_sec_head02{font-size: clamp(3rem, 5vw, 5rem);}
.recruit_human_wrapper{padding: 0px 0 40px;}
.recruit_human_sec{flex-direction: column;}
.recruit_human_left{width: 100%;}
.recruit_human_topic{font-size: clamp(2.8rem, 5vw, 4rem); white-space: initial;}
.recruit_human_txt{font-size: 1.6rem; line-height: 35px; margin-bottom: 20px;}
.recruit_human_right{width: 100%; display: flex; gap: 20px;}
.recruit_human_right img{border-radius: 10px;}
.recruit_human_img01{position: initial; width: calc((100% - 20px)/2);}
.recruit_human_img02{position: initial; width: calc((100% - 20px)/2);}
.recruit_human_img03{display: none;}
.recruit_interview{flex-direction: column!important;}
.recruit_interview_img{width: 100%; margin-bottom: 15px;}
.recruit_interview_name{width: 100%; transform: none; display: block; margin-top: 15px;}
.recruit_interview_info span{display: initial;}
.recruit_interview_initial{font-size: 2rem;}
.recruit_interview_txt{width: 100%;}
.recruit_interview_txt_head{font-size: 2.5rem;}
.recruit_interview_txt_head i{font-size: 3rem;}
.recruit_interview_txt_bottom{flex-direction: column;}
.recruit_interview_txt02, .recruit_interview_txt03{width: 100%;}
.recruit_number_list{gap: 60px; flex-direction: column;}
.recruit_number_list li{width: 100%;}



/* 募集要項 */
.recruit_category_h1{padding: 100px 0 50px;}
.recruit_category p{font-size: 1.6rem; line-height: 3rem;}
.recruit_category_list{flex-direction: column;}
.recruit_category_list li {width: 100%;}
.recruit_category_list li a{font-size: 1.8rem;}
.recruit_description_wrapper{padding: 50px 0 30px;}

.recruit_table th, .recruit_table td{width: 100%!important; display: block; font-size: 1.6rem; text-align: left;}
.recruit_table th{background-color: #f5f5f5!important;}

.recruit_entry_url_btn a{font-size: 2rem; padding: 10px;}


}

/* ----------------------------------------------------------
 SP CSS END
---------------------------------------------------------- */

/* ----------------------------------------------------------
 TAB CSS
---------------------------------------------------------- */
@media screen and (min-width:521px) and (max-width:1024px){

img,video {
  max-width: 100%;
  height: auto;
}

/* フォントサイズ10px=62.5% */
html{ font-size: 62.5%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem; padding-top: 0; }

/* 非表示用 */
.noneTAB		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header{position: fixed; height: 60px; width: 100%; z-index: 999;}
.header{height: 60px;}

.header_sec{height: 60px;}
.header_logo{height: 60px; flex-basis: initial; padding-left: 0;}
.header_logo01 a{padding: 8px 10px 9px;}
.header_logo h1{margin-left: 10px; padding-top: 0; text-align: left;}
.header_logo01{width: 100%; text-align: left; max-width: initial; height: 60px;}
.header_logo01 img{width: 190px;}

.header_contact{position: fixed; right: 60px; width: 60px;}
.header_contact a{padding: 11px 15px 10px; border-radius: 0;}
.header_contact02{font-size: 2.6rem;}

.recruit_header .header_logo01 img{width: 230px;}
.recruit_header .header_logo01 a{padding: 16px 15px 17px;}



/*ACCORDION*/
.toggle{width: 60px; height: 60px; background-color: #16599D;}
.toggle p{bottom: 11px;}

.accordion_icon{display: flex; gap: 10%; justify-content: center; margin: 60px auto 20px;font-size: 2.5rem;}
nav .accordion_icon a{border-bottom: none;}
nav .accordion_tell a i{color: #4DABE9;  border-radius: 100%; background-color: #fff; border: 2px solid #4DABE9; padding: 12px; }
nav .accordion_contact a i{color: #1D497B;  border-radius: 100%; background-color: #fff; border: 2px solid #1D497B; padding: 12px;}
nav .btn_trial_wrapper a{color: #fff; text-align: center;  border-bottom: solid 5px #AE6333;}
nav .btn_trial_item01 .free_trial{font-size: 2.3rem;}



/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
footer{padding: 10px 0 30px;}
.footer_sec{width: 95%; display: block; text-align: center;}
.btm_menu { position: fixed; bottom: -50px; width: 100%; border-top: 1px solid #fff; z-index: 99; }
.btm_menu li { float: left; width: 100%; }
.btm_menu li:first-child a { border-right: 1px solid #fff; display: none;}
.btm_menu li a { display: block; height: 30px; text-align: center; font-size: 1.6rem; padding: 15px 5px 5px; background-color: #16599D; color: #fff; transition: .5s;}
.btm_menu li a i{ font-size: 1.8rem; margin-right: 10px; }
.btm_menu li a:hover { background-color: #fff; color: #16599D; }
.btm_menu ul:after { content: ''; clear: both; display: block; }

.bottom_contact_wrapper{padding: 30px 0;}
.bottom_contact_inner{flex-direction: column; gap: 10px;}

footer{padding: 30px 0 70px;}
.footer_wrapper{flex-direction: column-reverse; }
.footer_sec{width: 100%; display: block; text-align: center;}
.footer_sec01{padding: 0; border: none;}
.footer_sitemap{display: none;}
.footer_logo{text-align: center; margin-bottom: 30px;}
.footer_info{line-height: 2.5rem;}


.footer_copyright{margin: 0 auto; text-align: center;}
	
/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */

/* ぱんくず */
.breadcrumbs{ position: relative; z-index: 1;  padding: 4px 0;}  
.breadcrumbs > ol{} 
.breadcrumbs > ol > li{ display: inline-block; position: relative; }
.breadcrumbs > ol > li:before{ content: "/"; display: block; position: absolute; top: 0; left: 6px;  font-size: 1.9rem; }
.breadcrumbs > ol > li:first-child:before{ content: ""; }
.breadcrumbs > ol > li a{ font-size: 1.6rem; margin: 0 0 0 20px; }
.breadcrumbs > ol > li:first-child a{ margin: 0 0 0 0; }
.breadcrumbs > ol > li a:hover{ opacity: 0.6; }

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.top_first_wrapper{}
.wrapper{ position: relative; overflow: hidden; padding-top: 60px;}
.tab_br{display: block;}


/*トップページ*/
.top_first_wrapper img{width: 100%;}
.top_first_txt{bottom: 40px;}
.top_first_txt01{font-size: clamp(2.8rem, 5vw, 4.5rem); margin-bottom: 10px;}
.top_first_txt02{font-size: clamp(4rem, 6vw, 5rem); font-weight: 500;}
.top_first_txt02{width: 90%;}

.top_processing_wrapper{padding: 30px 0;}
.top_processing_sec{flex-direction: column; gap: 20px;}
.top_processing_item{width: 100%;}
.top_processing_txt01{font-size: clamp(2.5rem, 1vw, 3.5rem);}
.top_processing_txt02{font-size: clamp(3.5rem, 6vw, 4.5rem); font-weight: 500; margin-bottom: 10px;}
.top_processing_txt03{font-size: 2rem; margin-bottom: 15px;}
.top_processing_txt04{}

.top_reason_inner{padding: 30px 0 50px;}
.top_reason_sec{}
.top_reason_head{}
.top_reason_head01{display: block; font-size: clamp(3rem, 6vw, 4.5rem);}
.top_reason_head02{display: block; font-size: clamp(2.2rem, 4vw, 4rem);}
.top_reason_list{flex-direction: column; gap: 60px; max-width: 400px; margin: 0 auto;}
.top_reason_list_item{width: 100%;}
.top_reason_number{top: -30px;}
.top_reason_txt{font-size: 1.6rem;}

.top_factory_head01{display: block; font-size: clamp(3rem, 6vw, 4.5rem);}
.top_factory_head02{display: block; font-size: clamp(2.2rem, 4vw, 4rem);}
.top_factory_list{flex-direction: column; gap: 30px; max-width: 500px; margin: 0 auto;}
.top_factory_list li{width: 100%;}
.top_factory_txt{font-size: 2rem;}

.top_news_wrapper{padding: 30px 0;}
.top_news_head{font-size: 3rem;}
.top_news_item{gap: 10px; flex-direction: column;}
.top_news_tit{font-size: 1.6rem;}

.top_recruit_wrapper{padding: 30px 0;}
.top_recruit_head01{display: block; font-size: clamp(3rem, 6vw, 4.5rem);}
.top_recruit_head02{display: block; font-size: clamp(2.2rem, 4vw, 4rem);}

/* セカンドページ共通 */
.breadcrumbs{font-size: 1.3rem;}
.page_tit01{font-size: clamp(3rem, 5vw, 5rem);}
.h1_tit_item{padding: 60px 0 30px}

.lnavi{margin: 30px auto;}

.page_wrapper{padding: 30px 0 50px;}
.page_term_tit02{font-size: clamp(3.5rem, 5vw, 5rem);}
.page_sec p{font-size: 1.6rem; line-height: 3.5rem;}

/* 選ばれる理由 */
.reason_sec{margin: 0 auto; width: 90%;}
.reason_flow_list{flex-direction: column;}
.reason_flow_list li{width: 100%; height: auto; writing-mode: initial;}
.reason_flow_icon{font-size: 2.4rem; line-height: 1;}
.reason_flow_txt{font-size: 2rem;}
.reason_flow_arrow{right: 50%; top: initial; bottom: -40px; transform: translateX(50%) rotatez(90deg);}
.reason_term_tit02{font-size: clamp(3.5rem, 5vw, 5rem);}


/* 金属加工 */
.metal_size strong{font-size: clamp(2.2rem, 5vw, 3.5rem);}

/* 本社工場 */
.factory_about_table th,
.factory_about_table td{width: 100%!important; display: block!important; font-size: 1.6rem;}
.factory_about_table th{background-color: #f5f5f5!important;}
.facility_table table{width: max-content!important; max-width: max-content!important;}

/* 製品実績 */
.products_list{gap: 30px;}
.products_list li{width: calc((100% - 30px)/2);}

/* よくある質問 */
.faq_question, .faq_answer{padding: 20px 50px 25px 45px;}
.faq_question::before, .faq_answer::before{font-size: 2.5rem; left: 10px;}
.faq_question_txt, .faq_answer_txt{font-size: 1.6rem; }
.faq_question_icon{right: 20px;}

/* 企業紹介 */
.corporate_table th,
.corporate_table td{width: 100%!important; display: block; padding: 15px 10px!important; font-size: 1.5rem;}
.corporate_table th{font-weight: 700; background-color: #f5f5f5!important;}
.page_sec .company_policy p{font-size: clamp(2.5rem, 5vw, 3.5rem);}


/* 採用情報 */
.recruit_sec{width: 90%;}
.recruit_table_br{display: block;}
.recruit_statue_topic{font-size: 5rem;}
.recruit_sec h2{margin-bottom: 50px;}
.recruit_statue_img01{flex-wrap: wrap; }
.recruit_statue_img01 img{width: calc((100% - 20px)/2); height: auto; }
.recruit_statue_img02{gap: 20px; flex-wrap: wrap;}
.recruit_statue_img02 img{width: calc((100% - 20px)/2); height: auto; }
.recruit_benefits ul{flex-direction: column;}
.recruit_benefits ul li{width: 100%;}
.recruit_staff_item,
.recruit_staff_item:nth-child(2n){flex-direction: column; gap: 20px;}
.recruit_staff_img{max-width: 460px; margin: 0 auto;}
.recruit_staff_txt{max-width: 700px; margin: 0 auto;}
.recruit_staff_info{flex-direction: column; gap: 20px;}
.recruit_staff_initial{margin-bottom: -10px;}
.recruit_staff_subject{padding: 10px 20px; font-size: 1.9rem;}
.recruit_staff_subject i{margin-right: 8px; vertical-align: baseline;}
.recruit_staff_term02{flex-direction: column;}



.recruit_sec th, .recruit_sec td{text-align: left; padding: 20px 15px;}
.recruit_sec th{width: 25%;}
.recruit_item:last-child{padding-bottom: 0;}



/* 会社案内 */
.company_sec{width: 90%; padding: 40px 0;}
.company_sec th,
.company_sec td{padding: 20px 5px; font-size: 1.5rem;}
.company_sec th{width: 25%; background-color: initial; text-align: left;}
.company_item .mb0 iframe{margin-bottom: 0;}


/* お知らせ */
.news_item{display: block; padding: 30px 0 20px;}  
.news_cate_news{float: left;}
.news_cate_news:after{content: ""; clear: both;}
.news_tit{display: block; margin-top: 15px;}
.news_date{ display: inline;}

  

/* お問合せ */
.contact_item{display: block; padding: 20px 5%;}
.contact_tit{margin: 0 0 40px 0; width: initial;}
.contact_essential .contact_tit{margin-left: 80px; width: initial;}

.contact_tel_fax .bottom_contact_inner{align-items: center;}
    
/* お問合せフォーム */
.contact_sec{width: 90%; margin: 0 auto;}
.page_sec .contact_item{display: block; padding: 20px 0;}
.page_sec .contact_tit{margin: 0 0 20px 0; width: initial;}
.contact_essential .contact_tit{margin-left: 80px; width: initial;}
.form_tit01{display: none;}
.form_tit02{padding: 20px 0; font-size: 3rem;}
.form_sec{width: 90%;}
.policy_sec .page_sec{padding: 0;}

.list-checkbox-wrap .nf-field-element li label{text-align: left;}
.wpcf7-form-control-wrap{}
.contact_txt, .contact_adress, .contact_txtarea{width: 100%;}
.contact_txt input{width:  calc(100% - 16px); margin: 0 auto; font-size: 16px;}
.contact_txtarea textarea{width:  calc(100% - 16px); font-size: 16px;}
.contact_adress input{width: 100%; margin-left: 0; font-size: 16px;}
input[type="checkbox"]{padding: 8px;}
.form-width{max-width: 100%;}
.page_sec .wpcf7-spinner{display: block;}



::placeholder{ color: #999;}
	

/* 旧Edge対応 */
::-ms-input-placeholder{ color: #999; }
/* IE対応 */
:-ms-input-placeholder{ color: #999; }


/* リクルートページ */
.recruit_wapper{padding-top: 60px;}
.recruit_header{background-color: #fff!important;}
.recruit_header .header_logo01{padding: 0; width: auto;}
.header_entry{margin-right: 60px; width: 120px;}
.header_entry i{display: none;}
.header_entry a{border-radius: 0; font-size: 1.8rem; display: block; padding: 16px 0 15px;}
.recruit_first_wrapper{flex-direction: column-reverse; margin-bottom: 0;}
.recruit_first_txt{width: 100%; padding: 20px;}
.recruit_first_txt_inner{position: initial; transform: none; font-size: clamp(4rem, 5vw, 5rem);}
.recruit_swiper{width: 100%; border-radius: 0;}
.recruit_sec_head{margin-bottom: 20px;}
.recruit_sec_head01{font-size: 2rem;}
.recruit_sec_head02{font-size: clamp(3rem, 5vw, 5rem);}
.recruit_human_wrapper{padding: 0px 0 40px;}
.recruit_human_sec{flex-direction: column;}
.recruit_human_left{width: 100%;}
.recruit_human_topic{font-size: clamp(2.8rem, 5vw, 4rem); white-space: initial;}
.recruit_human_txt{font-size: 1.6rem; line-height: 35px; margin-bottom: 20px;}
.recruit_human_right{width: 100%; display: flex; gap: 20px;}
.recruit_human_right img{border-radius: 10px;}
.recruit_human_img01{position: initial; width: calc((100% - 20px)/2);}
.recruit_human_img02{position: initial; width: calc((100% - 20px)/2);}
.recruit_human_img03{display: none;}
.recruit_interview_list{margin: 0 auto;}
.recruit_interview{flex-direction: column!important;}
.recruit_interview_img{width: 100%; margin-bottom: 15px; text-align: center;}
.recruit_interview_name{width: 100%; transform: none; display: block; max-width: 600px; margin: 15px auto 0;}
.recruit_interview_info span{display: initial;}
.recruit_interview_initial{font-size: 2rem;}
.recruit_interview_txt{width: 100%;}
.recruit_interview_txt_head{font-size: 2.5rem;}
.recruit_interview_txt_head i{font-size: 3rem;}
.recruit_interview_txt_bottom{flex-direction: column;}
.recruit_interview_txt02, .recruit_interview_txt03{width: 100%;}

.recruit_number_list{gap: 60px; flex-direction: column; max-width: 600px; margin: 80px auto 0;}
.recruit_number_list li{width: 100%;}


/* 募集要項 */
.recruit_category_h1{padding: 100px 0 50px;}
.recruit_category_list li{width: calc((100% - 30px)/2);}
.recruit_category_list li a{font-size: 1.8rem;}

.recruit_table th, .recruit_table td{width: 100%!important; display: block; font-size: 1.6rem; text-align: left;}
.recruit_table th{background-color: #f5f5f5!important;}

.recruit_entry_url_btn a{font-size: 2rem; padding: 10px;}


}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 TAB CSS END
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 個別調整
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media print, screen and (min-width:800px) and (max-width:1024px){
/* トップページ */
.top_processing_sec{flex-direction: row;}
.top_reason_list{flex-direction: row; flex-wrap: wrap; max-width: initial; gap: 50px;}
.top_reason_list_item{width: calc((100% - 50px)/2);}



}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 PC CSS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media print, screen and (min-width:1025px) and (max-width:1370px){

/* フォントサイズ10px */
html{ font-size: 62.5%; }

/* 基本のフォントサイズ */
body{  font-size: 1.8rem; }

/* 非表示用 */
.nonePC		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
.header_sec{justify-content: space-between; margin-right: 100px;}
.header_logo01{width: initial;}
.header_logo01 img{width: 100%; height: auto;}
.header_logo01 a{}
.header_tel{margin: 0 20px 0 auto;}



/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
.btm_menu{ display: none; }
.footer_wrapper{}
.footer_logo{text-align: center;}
.footer_sec01{text-align: center;}

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.gnavi_item > a{font-size: 1.5rem;}
.lnavi{width: 90%; margin: 0 auto;}
.pc_br{display: block;}


	
/* パンくず */
.breadcrumbs > ol{max-width: 1100px; margin: 0 auto;} 
	
/* トップページ */
.top_reason_list{gap: 30px;}
.top_reason_list_item{width: calc((100% - 90px)/4);}




/* 設備概要 */
.qualification_table th, .qualification_table td{padding: 5px 10px;}
.qualification_table td{width: 65px;}
.qualification_circle{top: 12px; transform: none;}


/* 施工実績 */
.equipment_img_list li img{width: 100%; height: auto;}




/* 選ばれる理由 */
.reason_sec{width: 90%; max-width: 1100px; margin: 0 auto;}
.reason_detail{width: 50%;}
.reason_img{width: 50%;}
.reason_img img{width: 100%; height: auto;}

/* 会社案内 */
.company_sec{width: 90%;}
.company_table_place{display: flex; justify-content: space-between; flex-wrap: wrap;}
.company_table_place p{width: 48%;}

/* リクルートページ */
.recruit_header .header_logo01{padding: 0;}
.recruit_header .header_logo01 a{padding: 33px 35px;}

.recruit_interview_txt_bottom{flex-direction: column;}
.recruit_interview_txt02, .recruit_interview_txt03{width: 100%;}


}
/* ----------------------------------------------------------
 PC CSS END
---------------------------------------------------------- */
/* ----------------------------------------------------------
 PC WIDE CSS
---------------------------------------------------------- */
@media screen and (min-width:1371px){
/* フォントサイズ10px */
html{ font-size: 62.5%; height: 100%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem;  }

/* 非表示用 */
.nonePCWIDE		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
    .nav{right: 0; width: 40%}
/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
.btm_menu{ display: none; }



/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */



/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */


/* 会社案内 */
.company_table_place{display: flex; justify-content: space-between; flex-wrap: wrap;}
.company_table_place p{width: 48%;}


}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 PCWIDE CSS END
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
