@charset "UTF-8";
/*
Theme Name:SHOWA
Author: SHOWA
Description: 昌和莫大小サイトのためのテーマ
Version:1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/license/gpl-2.0.html
*/
body{
	margin:0;
	padding:0;
	font-family:'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1, "trad" 1;
	background-color: #F8F8F8;
}
a{
	 text-decoration: none;
}
img{
	vertical-align: top;
	width:100%;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
}
.grecaptcha-badge{
	display:none !important;
}
@media all and (min-width: 1000px) {
.la-switch{
	display:flex;
	align-items: center;
	margin:0 10px 0 0;
}
.la-switch a{
	padding:0 !important;
	width:auto !important;
	background-color: transparent !important;
	color:white !important;
	font-size:15px !important;
	font-weight:400 !important;
}
.la-switch span{
	color:white;
	font-size:15px !important;
	margin:0 4px;
}
.is-animation .la-switch a{
	color:black !important;
	}
.sub-header .la-switch a{
	color:black !important;
	}
.is-animation .la-switch span{
	color:black;
}
.sub-header .la-switch span{
	color:black !important;
	}
html{
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
}
.sp{
	display:none;
}	
/*headerはここから*/
header{
	width: 100%;
	height: 4rem;
	transition: .3s;
	position:relative;
	position: absolute;
	top:0;
	overflow: hidden;
	z-index: 9999;
	/* background-color: white; */
}
.is-animation {
   position:fixed;
   background-color: white;
}
.logo{
  overflow: hidden;
  width:160px;
  display: inline-block;
  float:left;
  transition: .3s;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  left:4%;
}
.logo img{
	width:100%;
	vertical-align: middle;
}
.is-animation .logo{
	width:150px;
}
.is-animation .logo img{
		 content: url(image/logo.png);
	}
.menu{
	list-style: none;
	padding-inline-start:0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width:330px;
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	margin:0;
}
.menu li {
	 font-size:13px;
	 margin:0 0 0 0;
	 font-weight: 400;
	 letter-spacing: 1px;
}
.menu li a{
	 color: white;
	 display: flex;
	 flex-flow: column;
	 flex-direction: column-reverse;
	 height:16px;
	 overflow-y: hidden;
	 overflow-x: hidden;
}
.is-animation .menu li a{
	color: black;
}
.menu li a span{
	transition: .5s;
}
.menu li a:hover span{
	transform: translate(0px,20px);
}
.cv-btn{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	right:4%;
	display:flex;
	gap:9px;
}
.cv-btn a{
	background-color: white;
	color:black;
	font-size:14px;
	width:120px;
	text-align: center;
	border-radius: 3px;
	padding:8px 0;
	transition: .3s;
}
.is-animation .cv-btn a{
	background-color:black;
	color:white;
}
.sub-header li a {
	color:black;
}
.sub-header .cv-btn a{
	background-color: black;
	color:white;
}
/*共通はここから*/
.main-txt{
	font-size:15px;
	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:16px;
	font-weight:500;
	letter-spacing: -0.03em;
	color:black;
}
.common-btn span:nth-child(2) img{
	width:25px;
	vertical-align: middle;
}
/*フロントページはここから*/
.slider div{
	position: relative;
	height:100vh;
}
.top-img img{
	height:100vh;
	object-fit: cover;
}
.sl-2 img{
	filter: brightness(.5);
}
.top-txt{
	position: absolute;
	left:70px;
	bottom:170px;
	color:white;
}
.top-txt h1{
	font-size:40px;
	font-weight:400;
	letter-spacing: -0.03em;
	line-height: 1.3;
}
.top-txt h2{
	font-size:15px;
	margin-top:15px;
}
.mission{
	margin-top:130px;
	display:flex;
	justify-content: space-between;
	gap:50px;
}
.mission-img-list{
	display:flex;
	gap:10px;
	width:60%;
}
.mission-img-list img{
	object-fit: cover;
	height:100%;
}
.mission-txt{
	width:500px;
}
.mission-txt h3{
	font-size:14px;
	font-weight:500;
}
.mission-txt h2{
	font-size:32px;
	letter-spacing: -0.05em;
	line-height: 1.5;
	font-weight:500;
	margin-top:12px;
}
.mission-txt p{
	margin-top:30px;
}
.mission-txt a{
	margin-top:30px;
}
.business-list{
	max-width:1360px;
	width:90%;
	margin:130px auto 0 auto;
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:7px;
}
.business-list-detail{
	display:block;
	position: relative;
}
.b-img{
	filter: brightness(.8);
	border-radius: 7px;
}
.business-list-detail-txt{
	position: absolute;
	bottom:23px;
	left:40px;
	z-index: 1;
}
.business-list-detail-txt h3{
	font-size:35px;
	font-weight:500;
	letter-spacing: -0.05em;
	color:white;
	margin-bottom:10px;
}
.business-list-detail-txt span{
	color:white;
}
.news{
	margin-top:85px;
}
.news h2{
	font-size:28px;
	font-weight:500;
	letter-spacing: -0.05em;
}
.news-list{
	display:flex;
	flex-direction: column;
	gap:25px;
	margin-top:30px;
}
.news-list a{
	display:flex;
	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:85px;
	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;
	text-align: center;
}
.bottom-btn-area-content h3{
	color:black;
	font-size:20px;
	font-weight:500;
}
.bottom-btn-area-content h2{
	color:black;
	font-size:32px;
	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:40px auto 0;
	gap:16px;
	padding:12px 0;
	width:200px;
}
.bb-btn span:nth-child(2) img{
	width:25px;
}
/* oemページ */
.kaso-top{
	position: relative;
}
.kaso-top-img img{
	filter: brightness(.4);
}
.recruit-top img{
	filter: brightness(.6);
}
.kaso-top-txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:770px;
}
.kaso-top-txt{
	text-align: center;
	color:white;
}
.kaso-top-txt h3{
	font-size:14px;
	font-weight:400;
	letter-spacing: -0.03em;
}
.kaso-top-txt h2{
	font-size:40px;
	font-weight:500;
	letter-spacing: -0.03em;
	margin-top:10px;
	margin-bottom:20px;
}
.kaso-top-txt p{
	width:500px;
	font-size:16px;
	line-height: 1.9;
	margin:0 auto;
}
.oem-product{
	margin-top:85px;
}
.oem-product h2{
	text-align: center;
	font-size:27px;
	font-weight:500;
	letter-spacing: -0.03em;
}
.oem-product-list{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 35px;
    grid-row-gap: 55px;
	margin-top:35px;
}
.oem-product-list p{
	font-size:15px;
	letter-spacing: -0.05em;
	margin-top:10px;
}
.oem-st{
	margin-top:85px;
}
.oem-st h2{
	text-align: center;
	font-size:27px;
	font-weight:500;
	letter-spacing: -0.03em;
}
.oem-st-list{
	display:grid;
	grid-template-columns: repeat(5, 1fr);
	gap:15px;
	margin-top:35px;
}
.oem-st-list-detail{
	background-color: white;
	text-align: center;
	padding:40px 25px;
	border-radius: 5px;
}
.oem-st-list-detail img{
	width:80px;
}
.oem-st-list-detail h3{
	font-size:16px;
	font-weight:500;
	letter-spacing: -0.05em;
	margin:20px 0 10px 0;
}
.oem-st-list-detail p{
	font-size:14px;
	font-weight:400;
	letter-spacing: -0.05em;
	line-height: 1.7;
}
.oem-flow{
	margin-top:85px;
}
.oem-flow-content{
	display:flex;
	flex-direction: column;
	gap:25px;
}
.oem-flow-content-detail{
	display:flex;
	padding:0 0 22px 0;
	border-bottom:1px solid #E3E3E3;
}
.oem-flow-content-detail .no{
	font-size:27px;
	font-weight:400;
	letter-spacing: -0.05em;
	width:265px;
}
.oem-flow-content-detail div h4{
	font-size:27px;
	font-weight:400;
	letter-spacing: -0.05em;
	margin:0 0 5px 0;
}
.oem-flow-content-detail div p{
	font-size:14px;
}
.oem-contact{
	background-color: white;
	padding:40px 0;
	margin-top:85px;
	border-radius: 5px;
}
.oem-contact-content{
	text-align: center;
}
.oem-contact-content h3{
	font-size:20px;
	font-weight:400;
}
.oem-contact-content h2{
	font-size:32px;
	font-weight:500;
}
.oem-contact-content p{
	font-size:15px;
	font-weight:500;
	line-height: 1.7;
	margin-top:14px;
}
.oem-btn{
	background-color: black;
	color:white;
	display:flex;
	gap:15px;
	justify-content: center;
	align-items: center;
	width:300px;
	margin:35px 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:35px;
	font-weight:500;
	color: black;
}
/* 会社概要 */
.company-top{
	padding-top:200px;
}
.company-top-txt{
	display:flex;
	gap:100px;
}
.company-top-txt h2{
	font-size:40px;
	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;
}
.comapny-point{
	display:flex;
	flex-direction: column;
	gap:85px;
	margin-top:85px;
}
.comapny-point-detail{
	display:flex;
	justify-content: space-between;
}
.comapny-point-detail:nth-child(2){
	flex-direction: row-reverse;
}
.comapny-point-detail-img{
	width:48%;
}
.comapny-point-detail-txt{
	width:45%;
	border-bottom:1px solid #E3E3E3;
}
.comapny-point-detail-txt h3{
	font-size:27px;
	font-weight:500;
	letter-spacing: -0.04em;
	margin:0 0 20px 0;
}
.company-media{
	margin-top:85px;
}
.company-media h2{
	font-size:27px;
	font-weight:500;
	letter-spacing: -0.05em;
}
.company-media-list{
	display:flex;
	flex-direction: column;
	gap:28px;
	margin-top:32px;
}
.company-media-list-detail{
	display:flex;
	align-items: center;
	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:7px 0;
	margin:0 55px 0 0;
	width:145px;
	font-size:14px;
	text-align: center;
}
.media-read{
	font-size:18px;
	margin-top:20px;
}
.company-product{
	margin-top:90px;
	padding:70px 0;
	background-color: white;
}
.company-product-point{
	max-width:1300px;
	width:90%;
	margin:0 auto;
}
.company-product-point h3{
	font-size:32px;
	font-weight:500;
	letter-spacing: -0.03em;
	margin-bottom:30px;
}
.company-product-point-list{
	display:grid;
	grid-template-columns: repeat(3, 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:85px;
}
.equipment h3{
	font-size:32px;
	font-weight:500;
	letter-spacing: -0.03em;
	margin-bottom:30px;
}
.equipment-list{
	display:flex;
	flex-direction: column;
	gap:65px;
}
.equipment-list-detail{
	display:flex;
	justify-content: space-between;
}
.equipment-list-detail-img{
	width:47%;
}
.equipment-list-detail-txt{
	width:45%;
	border-bottom:1px solid #E3E3E3;
}
.equipment-list-detail-txt h4{
	font-size:23px;
	font-weight:500;
	margin-bottom:20px;
}
.equipment-list-detail-txt p{
	font-size:15px;
	line-height: 1.85;
}
.company-info{
	margin-top:70px;
}
.company-info h3{
	font-size:32px;
	font-weight:500;
	letter-spacing: -0.03em;
	margin-bottom:30px;
}
.company-info-list{
	display:flex;
	flex-direction: column;
	gap:30px;
}
.company-info-list div{
	display:flex;
	padding:0 0 15px 0;
	border-bottom:1px solid #EBEBEB;
}
.company-info-list div p:nth-child(1){
	width:230px;
}
/* お知らせ */
.kaso-news{
	padding:130px 0 0 0;
}
.kaso-news h2{
	font-size:35px;
	font-weight:500;
	letter-spacing: -0.03em;
}
/* 投稿ページ */
.single-page{
	padding:130px 0 0 0;
	margin:0 auto;
	width:750px;
}
.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:90px;
}
.r-point-list{
	display:flex;
	flex-direction: column;
	gap:90px;
}
.r-point-list-detail{
	display:flex;
	justify-content: space-between;
}
.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;
}
.r-point-list-detail-txt h3{
	font-size:27px;
	font-weight:500;
	letter-spacing: -0.03em;
	margin-bottom:20px;
}
.staff-voice{
	background-color: white;
	padding:78px 0;
	margin:95px 0;
}
.staff-voice-content{
	width:950px;
	margin:0 auto;
}
.staff-voice-content h3{
	font-size:32px;
	font-weight:500;
	letter-spacing: -0.03em;
}
.staff-voice-content-list{
	margin-top:55px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	gap:43px;
}
.staff-voice-content-list-detail{
	display:flex;
	gap:120px;
}
.staff-voice-content-list-detail:nth-child(1){
	border-bottom:1px solid #E3E3E3;
	padding:0 0 43px 0;
}
.staff-voice-content-list-detail-img{
	width:208px;
}
.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: row-reverse;
	justify-content: space-between;
	gap:;
	width:950px;
	margin:0 auto;
}
.rc-cta-1-img{
	width:410px;
}
.rc-cta-1-img img{
	height:100%;
	object-fit: cover;
}
.rc-cta-1-txt{
	width:438px;
}
.rc-cta-1-txt h3{
	font-size:30px;
	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: 150px 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{
	position: absolute;
	left: 50%;
  	transform: translateX(-50%);
	bottom:70px;
	width:680px;
}
.rc-cta-2-img-txt h4{
	color:white;
	font-size:30px;
	font-weight:500;
	margin:0 0 20px 0;
}
.rc-cta-2-img-txt p{
	color:white;
	font-size:18px;
	line-height: 1.8;
}
.rc-cta-2-img-txt a{
	color:black;
	background-color: white;
	padding:13px 0;
	display:block;
	width:230px;
	border-radius: 8px;
	text-align: center;
	margin-top:35px;
}
.rc-youkou{
	width:950px;
	margin:95px auto 0 auto;
}
.rc-youkou h3{
	font-size:35px;
	font-weight:500;
	letter-spacing: -0.03em;
}
/* 採用content */
.r-youkou{
	margin-top:30px;
}
.r-youkou > div{
	display:flex;
	gap:10px;
}
.r-youkou p{
	font-size:14px;
	letter-spacing: -0.02em;
	padding:7px 0 ;
	width:145px;
	text-align: center;
	background-color: #E9E9E9;
	border-radius: 50px;
}
.kyuyo{
	font-size:23px;
	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:23px;
	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;
	bottom:20px;
	right:20px;
	width:225px;
	padding:12px 0;
	border-radius: 5px;
	text-align: center;
	filter: drop-shadow(0px 1px 8px rgba(0,0,0,0.3));
}
/* お問い合せ */
.flex-b-center{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-between{
	display: flex;
    justify-content: space-between;
}
.contact-width{
	width:720px;
	margin-top:160px;
	margin-bottom:120px;
}
.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;
	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 10px;
	border-radius: 5px;
	width:385px;
}
.contact-c label input{
	width:auto;
}
.radio-c-content{
	width:410px;
}
.c-form-c{
	margin:0 0 20px 0;
}
.contact-c select{
	border:1px #CCCCCC solid;
	padding:15px 15px 15px 15px;
	border-radius: 5px;
	width:408px;
}
.contact-c .wpcf7-form-control-wrap{
	font-size:15px;
}
.wpcf7-list-item{
	color:#302D2C !important;
	font-weight:400;
}
.wpcf7-checkbox input{
	width:auto;
}
.check-width{
	width:410px;
}
.wpcf7-list-item{
	margin:0 0 5px 0;
	width:100%;
}
.check-title{
	margin:0 0 15px 0 !important;
}
.check-m{
	margin:40px 0 0 0;
}
.contact-c textarea{
	width:375px;
	height:auto;
	resize: vertical;
	border:1px #CCCCCC solid;
	padding:15px 15px 15px 15px;
	border-radius: 5px;
}
.soushin .wpcf7-submit{
	margin:50px 0 0 202px;
	background-color: #161616;
	border:1px solid #161616;
	color:white;
	font-size:15px;
	width:165px;
	text-align: center;
	padding:10px 0;
	letter-spacing: 1px;
	transition: .3s;
}
.soushin .wpcf7-submit:hover{
	margin:50px 0 0 202px;
	background-color: white;
	border:1px solid black;
	color:black;
}
select{
	position: relative;
	padding: 10px;
	width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }
  
  .select-wrap {
	  position: relative;
  }
  .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:130px auto 10px;
}
.footer-content{
	background-color: black;
	padding:140px 40px 13px;
	border-radius: 5px;
}
.footer-content small{
	color:white;
	font-size:14px;
}
}