@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #010E24;
	--color-primary: #846421;
	--color-primary-shade: #051B42;
	--color-primary-tint: #154A7C;
	--color-secondary: #846421;
	--color-table-border: #ccc;
	--color-table-th: #eee;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #010E24;
	--header-color-primary: #846421;
	--header-color-primary-shade: #051B42;
	--header-color-primary-tint: #154A7C;
	/*------▼フッター設定▼------*/
	--footer-background: #154A7C;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Cormorant', 'Noto Sans JP', sans-serif;
	--font-family03: 'Shippori Mincho', serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table {
	background: #fff;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1300px) {
	#content, #content.wide {
		width: 94%;
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}

/*--FAQ-------------------------------------------*/

.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: #ffffff;
	background: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
	background: #f2f2f2;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}

/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	.home:not(.sticky-header) #header{
		position: fixed !important;
		top: -125px;
		width: calc(100% - 20px);
		margin: 10px;
		transform: translateY( 125px );
		-ms-transform: translateY( 125px );
		transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		z-index: 9999;
	}
	.home.admin-bar:not(.sticky-header) #header {
		top: -95px;
	}
	/**/
	#header .logo img {
		max-width: 364px;
	}
	#header a.head_btn.mail_btn {
		flex-direction: row-reverse;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 0 0 10px;
		font-size: 95%;
	}
	/**/
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .inner,
#footer .footer__logo:not(:last-child) {
	text-align: left;
}
#footer .footer__logo a {
	color: #fff;
	font-size: var(--rem18);
	font-weight: bold;
}
#footer .box_lft {
	width: 440px;
	max-width: 100%;
}
#copyright {
	margin-top: 0;
	background: none;
	text-align: left;
}
/**/
#footer ul.footer__btn {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer ul.footer__btn li {
	width: 32%;
}
#footer ul.footer__btn li .linkBtn {
	padding: 15px 20px;
	padding-right: 30px;
	text-align: left;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#footer ul.footer__btn li .linkBtn {
		padding: 13px 15px;
		padding-right: 25px;
	}
}
/**/
#footer .footnav ul:not(.sub-menu) {
	justify-content: flex-start;
	column-gap: 30px;
	row-gap: 20px;
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
	display: none;
}
#footer .footnav ul:not(.sub-menu) > li {
	padding: 0;
}
#footer .footnav ul:not(.sub-menu) > li > a {
	font-size: 110%;
}
#footer .footnav ul:not(.sub-menu) > li > a::before {
	margin-right: 5px;
	font-size: 90%;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
}
#footer .footnav ul.sub-menu {
	display: block;
}
#footer .footnav ul.sub-menu li {
	margin: 5px 0 0;
	padding: 0;
}
#footer .footnav ul.sub-menu li a {
	padding: 0;
}
#footer .footnav ul.sub-menu li a::before {
	display: inline-block;
	margin-right: 8px;
	width: 5px;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
	content: "";
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
}
.post table.tbl_line {
	border-top: 1px solid #ddd;
}
.post table.tbl_line tr {
	border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
#content .linkBtn,
#contact_box .linkBtn,
#footer .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 0;
	padding: 15px 25px;
	padding-right: 80px;
	background: linear-gradient(-45deg, #0C88C1, #1DB093, #0C88C1);
	background-size: 200% 100%;
	background-position: 0 0;
	line-height: 1.5;
	text-align: left;
	transition: all 0.3s ease-in-out !important;
}
#content .linkBtn:hover,
#contact_box .linkBtn:hover,
#footer .linkBtn:hover {
	background-position: 100% 0;
	text-decoration: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn,
	#contact_box .linkBtn,
	#footer .linkBtn {
		padding-left: 20px;
		padding-right: 50px;
	}
	#content .linkBtn {
		width: 85%;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w700, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w700 { width: 700px; }
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.f_min {
	font-family: var(--font-family03);
}
/*--------------------------------------------------
	トップページ　スライド調整
--------------------------------------------------*/
#mainImg {
	position: relative;
}
#mainImg::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 90%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: var(--color-primary-tint);
	content: "";
	z-index: -1;
}
#mainImg div#n2-ss-3 .n-uc-bTXZWRS1nGLL-inner {
	padding-top: 120px;
	padding-left: 5%;
}
@media only screen and (max-width: 820px) {
	#mainImg div#n2-ss-3 .n-uc-bTXZWRS1nGLL-inner {
		padding-top: 20px;
	}
	#mainImg div#n2-ss-3 .n-uc-12cd3ac445bd9 {
		margin-top: 5px;
	}
	#mainImg div#n2-ss-3 .n-uc-161600d186896,
	#mainImg div#n2-ss-3 .slide_photo {
		margin-top: 40px;
	}
	#mainImg div#n2-ss-3 .n-uc-161600d186896 {
		padding-bottom: 30px;
	}
	#mainImg div#n2-ss-3 .slide_photo {
		position: relative;
		left: -80px;
		width: 70%;
	}
	div#n2-ss-3 .n-uc-132af5163b863-inner {
		display: flex;
		flex-direction: column;
	}
	div#n2-ss-3 .n-uc-132af5163b863-inner > div:nth-child(1) {
		order: 1;
	}
	div#n2-ss-3 .n-uc-132af5163b863-inner > div:nth-child(2) {
		order: 2;
	}
	div#n2-ss-3 .n-uc-132af5163b863-inner > div:nth-child(3) {
		order: 4;
	}
	div#n2-ss-3 .n-uc-132af5163b863-inner > div:nth-child(4) {
		order: 3;
	}
}
/* ボタン */
#mainImg div#n2-ss-3 .n-uc-161600d186896-inner > .n2-ss-layer-row-inner {
	flex-wrap: nowrap !important;
}
#mainImg div#n2-ss-3 .n2-style-a1b3140cf77ff65b558dfc0e6d5501fc-heading {
	position: relative;
	background: linear-gradient(-45deg, #0C88C1, #1DB093, #0C88C1);
	background-size: 200% 100%;
	background-position: 0 0;
	text-align: left;
	transition: all 0.3s ease-in-out;
}
#mainImg div#n2-ss-3 .n2-style-a1b3140cf77ff65b558dfc0e6d5501fc-heading:hover {
	background-position: 100% 0;
}
#mainImg div#n2-ss-3 .n2-style-a1b3140cf77ff65b558dfc0e6d5501fc-heading::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
	transition: all .3s;
}
/* 右側 スライド */
#mainImg div#n2-ss-3 .n2-ss-slide-backgrounds {
	margin-left: 44%;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#mainImg div#n2-ss-3 .n2-style-a1b3140cf77ff65b558dfc0e6d5501fc-heading {
		padding: 12px 25px;
	}
	#mainImg div#n2-ss-3 .n2-ss-slide-backgrounds {
		margin-left: 30%;
	}
	#mainImg div#n2-ss-3 .n2-font-067757eac9024f3a615916343692fa78-paragraph {
		font-size: 2.6vw;
		line-height: 1.6;
	}
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
body.home {
	background: #eee;
}
.home .post h1 b,
#contact_box h1 b {
	display: block;
	font-size: 160%;
	font-weight: 600;
	font-family: var(--font-family02);
	line-height: 1.1;
}
.home .post h1 b+span,
#contact_box h1 b+span {
	display: block;
	font-size: var(--rem16);
	letter-spacing: 0;
}
.home .post h1.lft {
	text-align: left;
}
/**/
.post .top_txt {
	font-size: var(--rem40w);
	font-family: var(--font-family03);
	line-height: 1.4;
}
@media only screen and (max-width: 820px){ /* スマホ用 */
	.post .top_txt {
		font-size: var(--rem36);
	}
}
/**/
#top_about::before {
	background: url(/wp-content/uploads/top-parts-wire-bg.png.webp) no-repeat left bottom;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_about .ttl {
		width: 33%;
	}
	#top_about .txt {
		width: 65%;
	}
}
@media only screen and (max-width: 820px) {  /* タブレット以下用 */
	#top_about .txt {
		padding-bottom: 0 !important;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_about .ttl,
	#top_about .txt {
		width: 100%;
	}
}
/**/
#top_strength::before {
	height: calc(100% + 150px);
	background: var(--color-primary-tint);
}
#top_strength,
#top_strength h1 {
	color: #fff;
}
#top_strength h1 b {
	font-size: 120%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_strength .txt {
		width: 38%;
	}
	#top_strength .photo {
		position: relative;
		top: -80px;
		width: calc(50vw + 8%);
		margin-right: calc(((100vw - 100%) / 2) * -1);
		margin-bottom: -80px;
	}
}
/**/
#top_flow {
	padding: 0 3%;
}
#top_flow .box {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#top_flow h2 {
	color: var(--color-primary);
	text-align: left;
}
#top_flow h2 b {
	font-size: 140%;
}
#top_flow h2 b+span {
	font-size: var(--rem20w);
	font-family: var(--font-family03);
}
#top_flow h2::after {
	display: none;
}
#top_flow .ttl {
	font-size: var(--rem28);
	font-family: var(--font-family03);
	line-height: 1.4;
}
#top_flow .photo {
	overflow: hidden;
	aspect-ratio: 5 / 3;
}
#top_flow .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_flow .box {
		width: calc(25% - 12px);
		padding: 30px;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_flow {
		row-gap: 20px;
	}
	#top_flow .box {
		width: calc(50% - 8px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_flow .box+.box {
		margin-top: 20px;
	}
	#top_flow .ttl {
		font-size: var(--rem30);
	}
}
/**/
#top_quality::before {
	background: var(--color-primary-tint);
}
#top_quality h2,
#top_quality h3,
#top_quality .txt {
	color: #fff;
}
#top_quality h2 {
	font-family: var(--font-family03);
	text-align: left;
}
#top_quality h3 {
	position: relative;
	padding: 0 0 0 20px;
	border: none;
}
#top_quality h3::before {
	position: absolute;
	top: 20%;
	left: 0;
	display: block;
	width: 4px;
	height: 60%;
	background: #fff;
	content: "";
}
#top_quality .photo {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#top_quality .btn li {
	width: 48%;
}
#top_quality .btn .linkBtn {
	display: block;
	padding-right: 30px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_quality::before {
		left: auto;
		right: 0;
		width: 76%;
		height: calc(100% - 80px);
		margin: auto;
	}
	#top_quality .photo {
		width: 45%;
	}
	#top_quality .txt {
		width: 55%;
		padding: 0 5%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 641px){
	#top_quality {
		align-items: flex-start;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_quality::before {
		height: calc(100% - 40px);
	}
	#top_quality h2 {
		font-size: var(--rem30);
	}
	#top_quality .photo {
		margin-bottom: 20px;
	}
}
/**/
#top_business::before {
	background: url(/wp-content/uploads/top-business-img-bg.jpg.webp) no-repeat center center / cover;
}
#top_business,
#top_business h1,
#top_business h2 {
	color: #fff;
}
#top_business .box {
	background: rgba(21, 74, 124, 0.9);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
/**/
#top_products li a {
	display: block;
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	color: var(--color-font);
}
#top_products li a .txt {
	padding-left: 15px;
	border-left: 4px solid var(--color-font);
	line-height: 1.4;
	/* フレックス */
	display: flex;
	justify-content: space-between;
}
#top_products li a .txt::after {
	color: var(--color-primary);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
	transition: all 0.3s ease-in-out;
}
#top_products li a:hover .txt::after {
	transform: translateX(5px);
}
#top_products li a .photo {
	overflow: hidden;
	margin-bottom: 20px;
}
#top_products li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_products ul {
		gap: 30px;
	}
	#top_products li {
		width: calc(50% - 15px);
	}
	#top_products li a {
		padding: 30px;
	}
	#top_products li a .photo {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_products li {
		margin-top: 15px;
	}
}
/**/
#top_recruit::before {
	background: var(--color-primary-tint);
}
#top_recruit,
#top_recruit h1 {
	color: #fff;
}
#top_recruit h1 b {
	font-size: 120%;
}
#top_recruit .btn .linkBtn {
	display: block;
	padding-right: 30px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_recruit .txt {
		width: 45%;
	}
	#top_recruit .photo {
		position: relative;
		top: -60px;
		width: 50%;
		margin-bottom: -60px;
	}
	#top_recruit .btn li {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) {
	#top_recruit .box_w2 {
		align-items: flex-start;
	}
	#top_recruit .btn {
		row-gap: 20px;
	}
	#top_recruit .btn li {
		width: 48%;
	}
	#top_recruit .btn li .linkBtn {
		width: 100%;
	}
}
/**/
.home #wrapper+.post {
	display: none;
}
#contact_box {
	width: var(--content-max-width);
	max-width: 94%;
	margin: auto;
}
#contact_box::before {
	background: url(/wp-content/uploads/top-contact-img-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box,
#contact_box h1 {
	color: #fff;
}
#contact_box h1::after {
	display: block;
	width: 60px;
	height: 1px;
	margin: 20px auto 0;
	background: #fff;
	content: "";
}
#contact_box .box {
	background: #051B42CC;
}
#contact_box .btn {
	width: 700px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	line-height: 1.5;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a::after {
	display: none;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn a b {
	font-size: 110%;
	font-weight: 600;
	font-family: var(--font-family03);
}
#contact_box .btn .tel a b {
	font-size: 150%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 49%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box .btn li+li {
		margin-top: 10px;
	}
	#contact_box .btn a {
		min-height: 80px;
	}
}
/**/
#top_news li {
	border-bottom: 1px solid #ddd;
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-weight: 500;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#thumbImg, header#h1Header {
		height: 120px;
	}
}
/**/
.post h2::after,
.post h2.h3::after {
	display: none;
}
.post h2 b {
	display: block;
	font-size: 120%;
	font-weight: 600;
	font-family: var(--font-family02);
	line-height: 1.1;
}
.post h2 b+span {
	display: block;
	font-size: var(--rem16);
	letter-spacing: 0;
}
.post h2.h3 {
	padding: 0 0 .4em;
	border-bottom: 1px solid var(--color-primary);
	font-size: var(--rem24w);
	text-align: left;
	letter-spacing: .1rem;
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3 {
	padding-left: 0;
	padding-right: 0;
	border-bottom-width: 1px;
}
.post h3 .fs {
	font-size: var(--rem14);
}
/**/
.post h4 {
	padding-left: 0.8em;
	font-size: var(--rem20w);
}
.post h4::before {
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
}
/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
.bg_gray::before,
.box_gray {
	background: #eee;
}
.box_line {
	border: 1px solid #ddd;
}
.box_gray:not(.box_pad),
.box_line:not(.box_pad) {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_gray:not(.box_pad),
	.box_line:not(.box_pad) {
		padding: 30px;
	}
}
/**/
.cen .cen_in {
	display: inline-block;
	text-align: left;
}
/**/
.post ul.list_link li a.linkBtn {
	display: block;
	padding-right: 30px !important;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post ul.list_link {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 2%;
		row-gap: 20px;
	}
	.post ul.list_link li {
		width: 23.5%;
	}
	.post ul.list_link.vlist {
		width: 400px;
		max-width: 100%;
		margin: auto;
	}
	.post ul.list_link.vlist li {
		width: 100%;
	}
	.post .box_gray ul.list_link {
		justify-content: flex-start;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post ul.list_link li+li {
		margin-top: 15px;
	}
	.post ul.list_link.sp_w50 li+li {
		margin-top: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post ul.list_link.sp_w50 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		column-gap: 2%;
		row-gap: 20px;
	}
	.post ul.list_link.sp_w50 li {
		width: 49%;
	}
	.post ul.list_link.sp_w50.sp_w33 li {
		width: 32%;
	}	
	.post ul.list_link.sp_w50 li a.linkBtn {
		padding-left: 10px !important;
		width: 100% !important;
	}
}
/**/
a.link_pdf {
	position: relative;
	display: inline-block;
	padding-left: 45px;
}
a.link_pdf::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary);
	font-size: 30px;
	font-weight: 400;
	font-family: 'FontAwesome';
	line-height: 1;
	content: '\f1c1';
}
a.link_pdf.file::before {
    content: "\f15b";
	font-family: "Font Awesome 6 Free";
}
a.link_pdf:hover {
	text-decoration: underline;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_greeting {
	font-family: "Yuji Syuku", serif;
	font-size:110%;
}
#company_greeting .name img {
	display: inline-block;
	width: 180px;
	margin-left: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#company_greeting .photo {
		width: 24%;
	}
	#company_greeting .txt {
		width: 72%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#company_greeting .photo {
		width: 60%;
		margin: 0 auto 20px;
	}
	#company_greeting .name img {
		width: 120px;
	}
}
/**/
#company_tbl th {
	text-align: center;
	vertical-align: middle;
}
/**/
@media print, screen and (min-width: 641px){ /* PC用 */
	#company_partner ul {
		width: 48%;
	}
}
/**/
#company_history tr:nth-child(odd) {
	background: #f5f5f5;
}
#company_history th {
	width: 15%;
	white-space: nowrap;
}
/*--------------------------------------------------
	品質･環境
--------------------------------------------------*/
#quality_tbl th {
	width: 15%;
	white-space: nowrap;
}
/*--------------------------------------------------
	技術開発
--------------------------------------------------*/
#technology_flow dl {
	padding: 20px;
	background: #f5f5f5;
	border: 1px solid #ccc;
}
#technology_flow dl+dl {
	margin-top: 30px;
}
#technology_flow dt {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 15px 90px;
	border-bottom: 1px solid #ddd;
	font-size: 120%;
	font-weight: 500;
}
#technology_flow dt span {
	position: absolute;
	top: -20px;
	left: 0;
	color: var(--color-primary);
	font-family: var(--font-family02);
	line-height: 1;
}
#technology_flow dt span b {
	margin-left: 5px;
	font-size: var(--rem60);
	font-weight: normal;
}
#technology_flow dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#technology_flow dl {
		padding: 30px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#technology_flow dt span {
		top: -15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#technology_flow dt span {
		top: -10px;
	}
	#technology_flow dt {
		padding-left: 80px;
	}
}
/*--------------------------------------------------
	ノイズ対策製品
--------------------------------------------------*/
#noise_list dl {
	padding: 20px;
	border: 1px solid #ccc;
}
#noise_list dt {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
}
#noise_list dt a {
	position: relative;
	display: block;
	color: var(--color-font);
	transition: all 0.3s ease-in-out;
}
#noise_list dt a:hover {
	color: var(--color-primary);
}
#noise_list dt a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
}
#noise_list dt a span {
	display: block;
	font-weight: normal;
}
#noise_list dt a b {
	display: block;
	font-size: var(--rem28);
	font-weight: 500;
}
#noise_list dt a b span {
	display: inline-block;
	margin-left: 1em;
	font-size: initial;
	font-weight: normal;
}
#noise_list dd {
	padding: 0;
}
#noise_list dd .photo {
	overflow: hidden;
	aspect-ratio: 5 / 3;
}
#noise_list dd .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#noise_list dd table {
	margin-top: 10px;
}
#noise_list dd table th {
	width: 3.5em;
	white-space: nowrap;
}
#noise_list dd table th,
#noise_list dd table td {
	padding-top: 5px;
	color: var(--color-font);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#noise_list .box_w2 {
		justify-content: flex-start;
		column-gap: 2%;
		row-gap: 50px;
	}
	#noise_list dl {
		width: 32%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#noise_list .box_w2 {
		column-gap: 4%;
	}
	#noise_list dl {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#noise_list dl+dl {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
	採用概要
--------------------------------------------------*/
.post table.recruit_tbl th {
	text-align: center;
	vertical-align: middle;
}
/**/
#recruit_schedule dl {
	position: relative;
	padding: 20px;
	background: #f5f5f5;
	border: 1px solid #ccc;
}
#recruit_schedule dl:not(:last-child)::after {
	position: absolute;
	width: 20px;
	height: 20px;
	background: var(--color-primary);
	content: "";
}
#recruit_schedule dt {
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: 500;
	text-align: center;
}
#recruit_schedule dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#recruit_schedule dl {
		width: calc(25% - 20px)
	}
	#recruit_schedule dl.w2 {
		width: calc(50% - 14px)
	}
	#recruit_schedule dl:not(:last-child)::after {
		top: 50%;
		right: -20px;
		height: 30px;
		transform: translateY(-50%);
		clip-path: polygon(0 0, 100% 50%, 0 100%);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#recruit_schedule dl+dl {
		margin-top: 25px;
	}
	#recruit_schedule dl:not(:last-child)::after {
		left: 50%;
		bottom: -20px;
		width: 40px;
		transform: translateX(-50%);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
}
/*--------------------------------------------------
	職場紹介
--------------------------------------------------*/
#environment_about dl {
	width: 48%;
	min-height: 140px;
	margin-bottom: 15px;
	padding: 15px;
	background: var(--color-primary-tint);
	border-radius: 10px;
	color: #fff;
	/* フレックス */
	display: flex;
	flex-direction: column;
}
#environment_about dt {
	margin-bottom: 20px;
	font-size: 105%;
	font-weight: 500;
	text-align: center;
}
#environment_about dd {
	margin: auto;
	padding: 0;
	font-size: var(--rem30);
	font-weight: 500;
	text-align: center;
}
#environment_about dd b {
	font-size: var(--rem60);
	font-weight: 500;
}
#environment_about dd img {
	width: 200px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#environment_about dl {
		width: 32%;
		min-height: 250px;
		margin-bottom: 30px;
		padding: 30px;
	}
	#environment_about dt {
		font-size: 120%;
	}
}

.page-workplace .staff_pick{
	font-size:125%;
}


/*--------------------------------------------------
	社員紹介
--------------------------------------------------*/


.post h3 b.name {
	font-family: var(--font-family03);
	font-size: 130%;
	font-weight: normal;
}
.box_white {
	background: #fff;
}
.staff_pick {
	font-size: 150%;
	font-weight: 500;
	font-family: var(--font-family03);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.staff_img img{
		width:55%;
	}
	.staff_pick {
		font-size: 120%;
	}
}
/*--------------------------------------------------
	新卒・中途募集要項
--------------------------------------------------*/
#guideline_list dt {
	display: block;
	border: none;
	padding: 15px 30px 15px 0;
	border-bottom: 1px solid var(--color-primary);
	font-size: var(--rem20w);
	font-weight: 500;
}
#guideline_list dt span:first-child {
	margin-left: 15px;
}
#guideline_list dt span {
	display: inline-block;
	margin-left: 10px;
	padding: 0 10px;
	background: /*var(--color-primary)*/#ddd;
	color: #333;
	font-size: var(--rem14);
	font-weight: normal;
}
#guideline_list dt::after {
	top: 36%;
}
#guideline_list dd {
	padding: 30px 0;
	border: none;
}
#guideline_list dd table th {
	width: 20%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#guideline_list dd {
		padding-bottom: 50px;
	}
	#guideline_list dd .column2_50 table th {
		width: 40%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#guideline_list dt span {
		padding: 0 8px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}