@charset "UTF-8";
@media all and (max-width: 1000px) {
.la-switch{
	display:flex;
	align-items: center;
	margin:0 10px 0 0;
	padding: 0 0 0 40px;
}
.la-switch a{
	padding:0 !important;
	width:auto !important;
	background-color: transparent !important;
	color:white !important;
	font-size:16px !important;
	font-weight:600 !important;
}
.la-switch span{
	color:white;
	font-size:16px !important;
	margin:0 4px;
}
/*headerはここから*/
.pc{
	display:none;
}
.sp{
	display:block;
}
header{
	width: 100%;
	height: 3.5rem;
	/* background-color:white; */
	transition: .3s;
	overflow: visible;
	position:relative;
	position: fixed;
	z-index:100;
}
.is-animation{
	width: 100%;
	height: 3.5rem;
	transition: .3s;
	background-color: white;
	}
	.logo{
	  overflow: hidden;
	  width:135px;
	  display: inline-block;
		float:left;
		transition: .3s;
	  position:absolute;
		top: 50%;
		transform: translateY(-50%);
		left:5%;
		}
	.logo img{
		width:100%;
		vertical-align: middle;
		transition: .3s;
	}
	.is-animation .logo img{
		 content: url(image/logo.png);
	}
header ul{
	list-style: none;
	padding-inline-start:0px;
	padding:150px 0 0 0;
	display: block;
	width:70%;
	text-align:left;
}
.menu li {
	 text-transform: uppercase;
	 transition: .3s;
	 margin: 15px 0;
	 padding:0 0 0 40px;
}
.is-animation .menu li{
	 padding:0 0 0 30px;
	 margin: 5% 0;
}
li a{
	 color:white;
	 font-size:16px;
	 font-weight: 600;
}
.menu li a span:nth-child(2){
	display:none;
}
.ham {
	position: relative;
/*クリックできる範囲*/
	width: 1.5rem;
	height:1rem;
	cursor: pointer;
	z-index: 9999;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	right:5%;
	margin:0;
}
.ham_line {
	position: absolute;
	left: 0;
/*	線の長さと太さ*/
	width: 100%;
	height: 2px;
	background-color:white;
	transition: all 0.3s;
}
/*線と線の間*/
.ham_line1 {
	top: 0;
}
.ham_line2 {
	top:0.5rem;
}
.ham_line3 {
	top: 1rem;
}
.sub-header .ham_line{
	background-color:black;
}
.is-animation .ham_line{
	background-color:black;
}

/*クリック後の動作*/
.clicked .ham_line1 {
	transform: rotate(45deg);
	top: 0.5rem;
	background-color: white;
}
.clicked .ham_line2 {
	width: 0px;
}
.clicked .ham_line3 {
	transform: rotate(-45deg);
	top: 0.5rem;
	background-color: white;
}

.menu {
	position: fixed;
	width: 60%;
	height: 100%;
	right: -100%;
	background-color:black;
	transition: all 0.4s;
	z-index: 100;
	/* filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6)); */
	margin:0 0 0 0;
	display: block;
}
.clicked .menu {
	right:0;
	z-index: 100;
}
.main-2{
	 width:100%;
	 height: 100vh;
	 background-color: black;
	 opacity: 0;
	 z-index: 0;
	 position: absolute;
	 top:0;
	 left:0;
	 transition: all 0.4s;
}
.clicked .main-2{
	 opacity: .6;
	}
	.blackback{
		background-color: black;
		opacity: .3;
		height:100vh;
		width:100%;
		transition:.3s;
		display:none;
	}
	.clicked .blackback{
		/* background-color: black; */
		/* opacity: 1; */
		height:100vh;
		width:100%;
		display:block;
		z-index: 10;
	}
.cv-btn{
	display:none;
}
/*共通はここから*/
.main-txt{
	font-size:14px;
	line-height: 1.85;
	margin:0;
}
.common-width{
	max-width:1200px;
	width:90%;
	margin:0 auto;
}
.common-btn{
	display:flex;
	align-items: center;
	gap:16px;
	font-size:15px;
	font-weight:500;
	letter-spacing: -0.03em;
	color:black;
}
.common-btn span:nth-child(2) img{
	width:22px;
	vertical-align: middle;
}
/*フロントページはここから*/
.slider div{
	position: relative;
	height:72vh;
}
.top-img img{
	height:72vh;
	object-fit: cover;
}
.sl-2 img{
	filter: brightness(.5);
}
.top-txt{
	position: absolute;
	left:30px;
	bottom:140px;
	color:white;
	width:calc(100% - 60px);
}
.top-txt h1{
	font-size:30px;
	font-weight:400;
	letter-spacing: -0.03em;
	line-height: 1.3;
}
.top-txt h2{
	font-size:12px;
	margin-top:10px;
}
.mission{
	margin-top:42px;
	/* display:flex;
	justify-content: space-between; */
}
.mission-img-list{
	display:flex;
	gap:10px;
	/* width:435px; */
}
.mission-txt{
	/* width:500px; */
	margin-top:15px;
}
.mission-txt h3{
	font-size:13px;
	font-weight:500;
}
.mission-txt h2{
	font-size:20px;
	letter-spacing: -0.05em;
	line-height: 1.5;
	font-weight:500;
	margin-top:12px;
}
.mission-txt p{
	margin-top:15px;
}
.mission-txt a{
	margin-top:20px;
}
.business-list{
	max-width:1360px;
	width:90%;
	margin:42px auto 0 auto;
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	gap:7px;
}
.business-list-detail{
	display:block;
	position: relative;
}
.b-img{
	filter: brightness(.8);
	border-radius: 5px;
}
.business-list-detail-txt{
	position: absolute;
	bottom:19px;
	left:25px;
	z-index: 1;
}
.business-list-detail-txt h3{
	font-size:24px;
	font-weight:500;
	letter-spacing: -0.05em;
	color:white;
	margin-bottom:10px;
}
.business-list-detail-txt span{
	color:white;
}
.news{
	margin-top:42px;
}
.news h2{
	font-size:22px;
	font-weight:500;
	letter-spacing: -0.05em;
}
.news-list{
	display:flex;
	flex-direction: column;
	gap:17px;
	margin-top:22px;
}
.news-list a{
	display:flex;
	flex-direction: column;
	gap:5px;
	color:black;
	border-bottom: 1px solid #EBEBEB;
	padding:0 0 15px 0;
	font-size:16px;
	letter-spacing: -0.03em;
}
.news-list a span:nth-child(1){
	width:120px;
}
.news .common-btn{
	margin-top:35px;
}
.bottom-btn-area{
	margin-top:42px;
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	gap:10px;
}
.bottom-btn-area-content{
	background-color: white;
	border-radius:5px;
	padding:38px 33px 30px 33px;
}
.bottom-btn-area-content h3{
	color:black;
	font-size:13px;
	font-weight:500;
}
.bottom-btn-area-content h2{
	color:black;
	font-size:20px;
	font-weight:500;
	margin-top:5px;
}
.bb-btn{
	display:flex;
	align-items: center;
	justify-content: center;
	background-color: black;
	color: white;
	border-radius: 5px;
	margin-top:30px;
	gap:16px;
	padding:12px 0;
}
.bb-btn span:nth-child(2) img{
	width:22px;
}
/* oemページ */
.kaso-top{
	position: relative;
}
.kaso-top-img img{
	filter: brightness(.4);
}
.recruit-top img{
	filter: brightness(.6);
}
.kaso-top-txt{
	width:90%;
	margin:0 auto;
}
.kaso-top-txt{
	text-align: center;
	/* color:white; */
	margin-top:30px;
}
.kaso-top-txt h3{
	font-size:13px;
	font-weight:400;
	letter-spacing: -0.03em;
}
.kaso-top-txt h2{
	font-size:30px;
	font-weight:500;
	letter-spacing: -0.03em;
	margin-top:10px;
	margin-bottom:20px;
}
.kaso-top-txt p{
	
}
.oem-product{
	margin-top:42px;
}
.oem-product h2{
	text-align: center;
	font-size:22px;
	font-weight:500;
	letter-spacing: -0.03em;
}
.oem-product-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:15px;
	margin-top:30px;
}
.oem-product-list p{
	font-size:15px;
	letter-spacing: -0.05em;
	margin-top:7px;
}
.oem-st{
	margin-top:42px;
}
.oem-st h2{
	text-align: center;
	font-size:22px;
	font-weight:500;
	letter-spacing: -0.03em;
}
.oem-st-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:15px;
	margin-top:30px;
}
.oem-st-list-detail{
	background-color: white;
	text-align: center;
	padding:20px 17px;
	border-radius: 5px;
}
.oem-st-list-detail img{
	width:55px;
}
.oem-st-list-detail h3{
	font-size:15px;
	font-weight:500;
	letter-spacing: -0.05em;
	margin:20px 0 10px 0;
}
.oem-st-list-detail p{
	font-size:13px;
	font-weight:400;
	letter-spacing: -0.05em;
	line-height: 1.7;
}
.oem-flow{
	margin-top:42px;
}
.oem-flow-content{
	display:flex;
	flex-direction: column;
	gap:20px;
}
.oem-flow-content-detail{
	display:flex;
	flex-direction: column;
	gap:4px;
	padding:0 0 16px 0;
	border-bottom:1px solid #E3E3E3;
}
.oem-flow-content-detail .no{
	font-size:14px;
	font-weight:400;
	letter-spacing: -0.05em;
	width:265px;
}
.oem-flow-content-detail div h4{
	font-size:22px;
	font-weight:400;
	letter-spacing: -0.05em;
	margin:0 0 10px 0;
}
.oem-flow-content-detail div p{
	font-size:14px;
	line-height: 1.8;
}
.oem-contact{
	background-color: white;
	padding:30px 0;
	margin-top:42px;
	border-radius: 5px;
}
.oem-contact-content{
	text-align: center;
}
.oem-contact-content h3{
	font-size:14px;
	font-weight:400;
}
.oem-contact-content h2{
	font-size:23px;
	font-weight:500;
}
.oem-contact-content p{
	font-size:14px;
	font-weight:500;
	line-height: 1.7;
	width:85%;
   margin:14px auto 0 auto;
}
.oem-btn{
	background-color: black;
	color:white;
	display:flex;
	gap:15px;
	justify-content: center;
	align-items: center;
	width:300px;
	margin:20px auto 15px auto;
	padding:12px 0;
	border-radius: 3px;
	font-size:16px;
	letter-spacing: -0.05em;
}
.oem-btn span:nth-child(2) img{
	width:25px;
}
.oem-tel{
	font-size:30px;
	font-weight:500;
	color: black;
}
/* 会社概要 */
.company-top{
	padding-top:100px;
}
.company-top-txt{
	display:flex;
	flex-direction: column;
	gap:20px;
}
.company-top-txt h2{
	font-size:23px;
	font-weight:400;
	letter-spacing:-0.03em;
}
.company-top-txt p{
	/* width:500px; */
	/* margin-top:5px; */
}
.company-top-img{
	max-width: 1300px;
    width: 90%;
	margin:35px auto 0 auto;
}
.company-top-img img{
	height:170px;
	object-fit: cover;
}
.comapny-point{
	display:flex;
	flex-direction: column;
	gap:42px;
	margin-top:42px;
}
.comapny-point-detail{
	display:flex;
	flex-direction: column;
	gap:20px;
}
.comapny-point-detail-img{
	/* width:48%; */
}
.comapny-point-detail-txt{
	/* width:45%; */
	border-bottom:1px solid #E3E3E3;
	padding:0 0 20px 0;
}
.comapny-point-detail-txt h3{
	font-size:20px;
	font-weight:500;
	letter-spacing: -0.04em;
	margin:0 0 10px 0;
}
.company-media{
	margin-top:42px;
}
.company-media h2{
	font-size:23px;
	font-weight:500;
	letter-spacing: -0.05em;
}
.company-media-list{
	display:flex;
	flex-direction: column;
	gap:28px;
	margin-top:25px;
}
.company-media-list-detail{
	display:flex;
	flex-direction: column;
	gap:10px;
	border-bottom:1px solid #E3E3E3;
	padding:0 0 15px 0;
	font-size:16px;
}
.company-media-list-detail p:nth-child(1){
	background-color: #E9E9E9;
	border-radius: 49px;
	padding:5px 0;
	margin:0 55px 0 0;
	width:120px;
	font-size:13px;
	text-align: center;
}
.media-read{
	font-size:18px;
	margin-top:20px;
}
.company-product{
	margin-top:40px;
	padding:35px 0;
	background-color: white;
}
.company-product-point{
	max-width:1300px;
	width:90%;
	margin:0 auto;
}
.company-product-point h3{
	font-size:23px;
	font-weight:500;
	letter-spacing: -0.03em;
	margin-bottom:30px;
}
.company-product-point-list{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	gap:30px;
}
.company-product-point-list-detail h4{
	font-size:19px;
	font-weight:500;
	letter-spacing: -0.03em;
	margin:25px 0 15px 0;
}
.company-product-point-list-detail p{
	font-size:13px;
	font-weight:500;
	letter-spacing: -0.03em;
	line-height: 1.8;
}
.equipment{
	margin-top:42px;
}
.equipment h3{
	font-size:23px;
	font-weight:500;
	letter-spacing: -0.03em;
	margin-bottom:30px;
}
.equipment-list{
	display:flex;
	flex-direction: column;
	gap:40px;
}
.equipment-list-detail{
	display:flex;
	flex-direction: column;
	gap:15px;
}
.equipment-list-detail-img{
}
.equipment-list-detail-txt{
	border-bottom:1px solid #E3E3E3;
	padding:0 0 20px 0;
}
.equipment-list-detail-txt h4{
	font-size:19px;
	font-weight:500;
	margin-bottom:13px;
}
.equipment-list-detail-txt p{
	font-size:15px;
	line-height: 1.85;
}
.company-info{
	margin-top:35px;
}
.company-info h3{
	font-size:23px;
	font-weight:500;
	letter-spacing: -0.03em;
	margin-bottom:30px;
}
.company-info-list{
	display:flex;
	flex-direction: column;
	gap:22px;
}
.company-info-list div{
	display:flex;
	flex-direction: column;
	gap:5px;
	padding:0 0 15px 0;
	border-bottom:1px solid #EBEBEB;
}
.company-info-list div p:nth-child(1){
	width:230px;
}
.company-info-list div p{
	font-size:14px;
}
/* お知らせ */
.kaso-news{
	padding:130px 0 0 0;
}
.kaso-news h2{
	font-size:23px;
	font-weight:500;
	letter-spacing: -0.03em;
}
/* 投稿ページ */
.single-page{
	padding:130px 0 0 0;
	margin:0 auto;
	width:90%;
}
.single-title{
	font-size:25px;
	font-weight:500;
}
.single-time{
	font-size:15px;
	font-weight:500;
	margin:10px 0 20px 0;
}
/* 採用 */
.r-point{
	margin-top:45px;
}
.r-point-list{
	display:flex;
	flex-direction: column;
	gap:35px;
}
.r-point-list-detail{
	display:flex;
	flex-direction: column;
}
.r-point-list-detail:nth-child(2){
	/* flex-direction: row-reverse; */
}
.r-point-list-detail-img{
	/* width:50%; */
}
.r-point-list-detail-txt{
	/* width:45%; */
	border-bottom:1px solid #E3E3E3;
	margin: 20px 0 0 0;
	padding:0 0 20px 0;
}
.r-point-list-detail-txt h3{
	font-size:20px;
	font-weight:500;
	letter-spacing: -0.03em;
	margin-bottom:12px;
}
.staff-voice{
	background-color: white;
	padding:35px 0;
	margin:42px 0;
}
.staff-voice-content{
	width:90%;
	margin:0 auto;
}
.staff-voice-content h3{
	font-size:19px;
	font-weight:500;
	letter-spacing: -0.03em;
}
.staff-voice-content-list{
	margin-top:30px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	gap:35px;
}
.staff-voice-content-list-detail{
	display:flex;
	flex-direction: column;
	gap:25px;
}
.staff-voice-content-list-detail:nth-child(1){
	border-bottom:1px solid #E3E3E3;
	padding:0 0 35px 0;
}
.staff-voice-content-list-detail-img{
	width:140px;
}
.staff-voice-content-list-detail-img p{
	font-size:16px;
	margin-top:20px;
}
.staff-voice-content-list-detail-txt{
	/* width:600px; */
	font-size:15px;
	line-height: 1.85;
}
.rc-cta-1{
	display:flex;
	flex-direction:column;
	gap:;
	width:90%;
	margin:0 auto;
}
.rc-cta-1-img{
	/* width:410px; */
}
.rc-cta-1-img img{
	height:200px;
	object-fit: cover;
}
.rc-cta-1-txt{
	/* width:438px; */
	margin-top:30px;
}
.rc-cta-1-txt h3{
	font-size:19px;
	font-weight:500;
	letter-spacing: -0.05em;
}
.rc-cta-1-txt p{
	font-size:14px;
	margin:20px 0 0 0;
	line-height: 2.2;
}
.rc-cta-2{
	max-width:1100px;
	width:90%;
	margin: 70px auto 0 auto;
}
.rc-cta-2-img{
	position: relative;
}
.rc-cta-2-img img{
	/* filter: brightness(.4); */
	/* height:700px; */
	object-fit: cover;
}
.rc-cta-2-img-txt{
	/* width:90%; */
	margin-top:30px;
}
.rc-cta-2-img-txt h4{
	/* color:white; */
	font-size:20px;
	font-weight:500;
	margin:0 0 20px 0;
}
.rc-cta-2-img-txt p{
	/* color:white; */
	font-size:15px;
	line-height: 1.8;
}
.rc-cta-2-img-txt a{
	color:white;
	background-color: black;
	padding:13px 0;
	display:block;
	width:100%;
	border-radius: 8px;
	text-align: center;
	margin-top:35px;
}
.rc-youkou{
	width:90%;
	margin:40px auto 0 auto;
}
.rc-youkou h3{
	font-size:23px;
	font-weight:500;
	letter-spacing: -0.03em;
}
/* 採用content */
.r-youkou{
	margin-top:30px;
}
.r-youkou > div{
	display:flex;
	gap:7px;
}
.r-youkou p{
	font-size:13px;
	letter-spacing: -0.02em;
	padding:7px 0 ;
	width:100px;
	text-align: center;
	background-color: #E9E9E9;
	border-radius: 50px;
}
.kyuyo{
	font-size:20px;
	margin-top:30px;
}
.rc-youkou-g{
	margin-top:28px;
}
.rc-youkou-g > .wp-block-group__inner-container{
	display:flex;
	flex-direction: column;
	gap:30px;
}
.rc-youkou-g > .wp-block-group__inner-container > div{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom:25px;
}
.rc-youkou-g h3{
	font-size:19px;
	font-weight:500;
	letter-spacing: -0.02em;
	margin-bottom:15px;
}
.rc-youkou-g p{
	font-size:16px;
	line-height: 1.85;
}
.rc-youkou-g p a{
	color: #167ccf;
	font-weight:500;
}
.rc-fix-btn{
	display:block;
	background-color: black;
	color:white;
	position: fixed;
	left: 50%;
  	transform: translateX(-50%);
	bottom:10px;
	width:70%;
	padding:12px 0;
	border-radius: 5px;
	text-align: center;
	filter: drop-shadow(0px 1px 8px rgba(0,0,0,0.3));
	z-index: 1;
}
/* お問い合せ */
.flex-b-center{
	display: block;
}
.flex-between{
	display: block;
}
.contact-width{
	width:85%;
	padding-top:90px;
	margin-bottom:60px;
}
.contact-content{
	margin:50px 0 0 0;
	/* padding:65px 55px; */
	/* border-radius: 7px; */
	/* background-color: white; */
}
.contact-width h1{
	margin:0 0 30px 0;
}
.contact-content p{
	margin:0 0 0 0;
	font-weight:600;
	font-size:15px;
	letter-spacing: 1px;
}
.kome{
	margin:0 0 0 5px;
	color:#FF0F00;
	font-size:11px;
	vertical-align: top;
}
.contact-c input{
	border:1px #CCCCCC solid;
	padding:15px 5%;
	border-radius: 5px;
	width:90%;
	margin:5px 0 0 0;
	font-size:16px;
}
.contact-c label input{
	width:auto;
}
.radio-c-content{
	/* width:410px; */
	margin-top:15px;
}
.c-form-c{
	margin:0 0 25px 0;
}
.contact-c select{
	border:1px #CCCCCC solid;
	padding:15px 5%;
	border-radius: 5px;
	width:100%;
	background-color: white;
}
.contact-c .wpcf7-form-control-wrap{
	font-size:15px;
}
.wpcf7-list-item{
	color:#302D2C !important;
	font-weight:400;
	vertical-align:middle;
}
.wpcf7-list-item input{
	padding:0 !important;
	border-radius: 0 !important;
}
.wpcf7-checkbox input{
	width:15px;
	height:15px;
}
.check-width{
	width:auto;
}
.wpcf7-list-item{
	margin:0 0 10px 0;
	width:100%;
}
.check-title{
	margin:0 0 15px 0 !important;
}
.check-m{
	margin:40px 0 0 0;
}
.contact-c textarea{
	width:90%;
	height:auto;
	resize: vertical;
	border:1px #CCCCCC solid;
	padding:15px 5%;
	border-radius: 5px;
	margin:10px 0 0 0;
	font-size:16px;
}
.soushin .wpcf7-submit{
	margin:50px 0 0 0;
	background-color: #161616;
	border:1px solid #161616;
	color:white;
	font-size:15px;
	width:165px;
	text-align: center;
	padding:15px 0;
	letter-spacing: 1px;
	transition: .3s;
}
select{
	position: relative;
	padding: 10px;
	width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }
  .select-wrap {
	  position: relative;
	  margin:10px 0 0 0;
  }
  .select-wrap:after {
	content: "";
	  position: absolute;
	  right: 15px;
	  top: 20px;
	  width: 7px;
	  height: 7px;
	  border-top: 2px solid #ccc;
	  border-left: 2px solid #ccc;
	  transform: translateY(-50%) rotate(
  -135deg
  );
	font-size: 20px;
	pointer-events: none;
  }
/* フッター */
footer{
	width:98%;
	margin:90px auto 10px;
}
.footer-content{
	background-color: black;
	padding:140px 20px 10px;
	border-radius: 5px;
}
.footer-content small{
	color:white;
	font-size:12px;
}
}