@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=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #106BB1;
	--color-primary-shade: #edf5f8;
	--color-primary-tint: #1A8FEB;
	--color-secondary: #106BB1;
	--color-table-border: #DDD;
	--color-table-th: #edf5f8;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #242422;
	--header-color-primary: #106BB1;
	--header-color-primary-shade: #edf5f8;
	--header-color-primary-tint: #1A8FEB;
	/*------▼フッター設定▼------*/
	--footer-background: #edf5f8;
	--footer-color-font: #111;
	--footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Montserrat', 'Noto Sans JP', sans-serif;
	--font-family03: 'Noto Serif JP', serif;
}


/*--カラムリスト--------------------------------------------*/

/*---------coln02-----------*/
  
.post .col2_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
    width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col03-----------*/
  
.post .col3_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col3_list > li {
    width: 32%;
	margin-bottom: 2%;
}
.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/
  
.post .col4_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}



/*-----------------------------
.cardstyle
------------------------------*/
  
/*---------style02-------------*/
  
.card01_list.cardstyle02 > li .txtarea {
    background: #fff;
    padding: 20px 20px 30px 20px;
}
  
/*---------style03-------------*/
  
.card01_list.cardstyle03 > li {
    padding: 16px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
  

/*---------txtstyle02 -----------*/
  
.post .txtstyle02, .txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
    color: #111;
    line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
  content: none;
}
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
  font-size: var(--rem20);
  margin: 0 0 1rem;
}



/*================================================
				　採用情報
================================================*/

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-style: italic;
}

.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-shade);
	letter-spacing: 0.8rem;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: #fafafa;
}
.post .widecolor > h2:first-child {
	margin-top: 0 !important;
}



/*--ボタン別アイコン--------------------------------------------*/

a.external.ico_phone::before {
	content: '\f095';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_mail::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_phone::after, a.external.ico_mail::after {
	content: none;
}
	
/*---table_style04-------------------------------------*/

.post table.table_style04 th {
	background-color: transparent;
}
.post table.table_style04, .post table.table_style04 th, .post table.table_style04 td{
	border: none;
}
table.table_style04 tr:first-child {
	border-top: 1px solid #ababab;
}
table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}
table.table_style04 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}
table.table_style04 th, table.table_style04 td {
	padding: 50px 30px;
}
table.table_style04 th {
	position: relative;
	z-index: 0;
}
table.table_style04 th:before {
	position: absolute;
	content: "";
	background: rgb(247 247 247);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
table.table_style04 td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}
table.table_style04 td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 768px) {
	table.table_style04 th, table.table_style04 td {
		padding: 35px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	table.table_style04 th {
		width: 32%;
	}
	table.table_style04 td {
		width: 68%;
	}
}

/*--contact_area-------------------------------------*/

.contact_area {
    padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);/*80px-40px (1920-375)x*/
    text-align: center;
    background: #f7f7f7;
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}
.post .contact_ttl {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	padding: 0;
	margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px); /* 120-65px auto 50-35px (1920-375) */
}
.post .contact_ttl::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post .contact_ttl::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}
.contact_read {
    margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);/*30px-15px (1920-375)*/
    text-align: center;
}
.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.button_wrap > *,
.post .button_wrap > * {
  margin: 10px !important;
}
.contact_area .linkBtn, .contact_area .post .linkBtn {
    padding: 0;
}
.contact_area .linkBtn a {
    color: #fff;
    padding: 0.8em 1.2em;
    display: block;
}

/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post hr {
	border: none;
	border-bottom: 1px solid #ccc;
}
.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: 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;
	}
}
@media print, screen and (max-width: 768px) {
	#scrollUp {
		bottom: 10% !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
#header .logo a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media only screen and (min-width: 1024px) {
	#header {
		position: relative;
	}
	#header ul.header__contact {
		padding-left: 30px;
		align-items: flex-start;
	}
	#header ul.header__contact li {
		height: calc(100% + 25px);
	}
	/**/
	nav#mainNav ul li a {
		padding-left: 16px;
		padding-right: 16px;
	}
	nav#mainNav ul li a b {
		font-weight: bold;
	}
	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;
	}
	/**/
	nav#mainNav ul li.menu-item-has-children a b::after {
		margin-left: 6px;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f107';
	}
}
@media only screen and (min-width: 1301px) {
	#header {
		height: 125px;
	}
	#header .logo img {
		max-width: 270px;
		max-height: 100px;
	}
	#header a.head_btn.mail_btn {
		width: 180px;
		font-size: var(--rem20);
		font-weight: 800;
	}
	#header a.head_btn.mail_btn::before {
		font-size: 32px;
	}
	nav#mainNav ul li a b {
		font-size: var(--rem20w);
	}
}
@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 .footer__logo img {
	max-height: 100px;
}
#footer .footer__logo a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#footer .box {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
}
#footer .footnav_btm {
	font-size: 90%;
}
#copyright {
	background: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#copyright {
		margin: 0;
		text-align: right;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#footer .box_lft {
		/* フレックス */
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: 30px;
	}
	#footer .footer__iso img {
		width: 100px;
	}
}
/**/
#footer .box .footnav > ul {
	column-gap: 30px;
}
#footer .box .footnav ul > li::before,
#footer .box .footnav ul > li::after {
	display: none;
}
#footer .box .footnav ul > li,
#footer .box .footnav ul > li a {
	margin: 0;
	padding: 0;
}
#footer .box .footnav ul > li a {
	position: relative;
	padding-left: 1.5em;
	font-weight: bold;
}
#footer .box .footnav ul > li a::before {
	position: absolute;
	top: 1px;
	left: 0;
	color: var(--color-primary);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
}
#footer .box .footnav ul.sub-menu {
	display: block;
	padding-top: 5px;
}
#footer .box .footnav ul.sub-menu li {
	margin-top: 6px;
}
#footer .box .footnav ul.sub-menu li.menu-item-384,
#footer .box .footnav ul.sub-menu li.menu-item-397,
#footer .box .footnav ul.sub-menu li.menu-item-381 {
	margin-top: 18px;
	padding-bottom: 5px;
}
#footer .box .footnav ul.sub-menu:has(.menu-item-384),
#footer .box .footnav ul.sub-menu:has(.menu-item-397) {
	padding-top: 0;
}
#footer .box .footnav ul.sub-menu li:not(.menu-item-384):not(.menu-item-397):not(.menu-item-381) a {
	padding-left: 1em;
	font-size: 95%;
	font-weight: 500;
}
#footer .box .footnav ul.sub-menu li:not(.menu-item-384):not(.menu-item-397):not(.menu-item-381) a::before {
	top: 0;
	color: var(--color-font);
	content: "・";
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#footer .box .footnav {
		margin: 20px 10px 0;
	}
	#footer .box .footnav > ul {
		height: 28em;
		justify-content: flex-start;
		column-gap: 20px;
		row-gap: 10px;
		flex-direction: column;
	}
}
/**/
#footer_contact {
	background: var(--color-primary);
}
#footer_contact .in {
	width: var(--content-max-width);
	max-width: 90%;
	margin: auto;
}
#footer_contact h2 {
	color: #fff;
}
#footer_contact h2 b {
	display: block;
	font-weight: bold;
	font-family: var(--font-family02);
}
#footer_contact h2 b+span {
	display: block;
	font-size: var(--rem16);
	font-weight: 500;
	letter-spacing: 0;
}
#footer_contact h2::after {
	display: none;
}
#footer_contact h3 {
	padding: 0;
	border: none;
	font-weight: bold;
	text-align: center;
}
#footer_contact h3::after {
	display: block;
	width: 160px;
	height: 2px;
	margin: 20px auto 0;
	background: #D9D9D9;
	content: "";
}
#footer_contact .w50 {
	background: #fff;
}
#footer_contact .btn li {
	margin: 0;
}
#footer_contact .btn li .linkBtn {
	display: block;
	padding: 18px;
}
#footer_contact .btn li:nth-child(1) .linkBtn {
	background: #555;
}
#footer_contact .btn li:nth-child(1) .linkBtn:hover {
	background: #999;
}
#footer_contact .btn li:nth-child(2) .linkBtn::after {
	content: "\f0e0";
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#footer_contact .btn {
		margin-top: auto;
		/* フレックス */
		display: flex;
		justify-content: space-between;
	}
	#footer_contact .btn li {
		width: 48%;
	}
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#footer_contact .w50 {
		/* フレックス */
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#footer_contact .btn li+li {
		margin-top: 15px;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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;
	font-size: var(--color-font);
}
.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;
	}
}
/**/
.post .linkBtn,
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 999px;
	padding: 14px 40px;
	font-weight: bold;
	line-height: 1.4;
	transition: all 0.3s ease-in-out !important;
}
.post .linkBtn::after,
#content .linkBtn::after {
	position: relative;
	top: auto;
	right: auto;
	display: inline-block;
	margin: 0 0 0 15px;
	border: none;
	transform: none;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
	transition: all 0.3s ease-in-out !important;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post .linkBtn,
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.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, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.f_min {
	font-family: var(--font-family03);
}
.bg_blue::before {
	background: var(--color-primary-shade);
}
.box_line {
	border: 1px solid #ccc;
}
.box_blue {
	background: var(--color-primary-shade);
}
.box_line:not(.box_pad),
.box_blue:not(.box_pad) {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_line:not(.box_pad),
	.box_blue:not(.box_pad) {
		padding: 30px 20px;
	}
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
@media print, screen and (min-width: 641px){ /* PC用 */
	.home #mainImg div#n2-ss-2 .n2-ss-slider-2,
	.home #mainImg div#n2-ss-2 .n2-ss-slider-3{
		overflow: visible;
	}
	.home #mainImg .n2-ss-static-slide > .n2-ss-layer {
		position: relative;
	}
	.home #mainImg .n2-ss-static-slide > .n2-ss-layer::before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 52vw;
		height: calc(100% + 17vw);
		background: url(/wp-content/uploads/title-bg.png.webp) no-repeat left top  / contain;
		visibility: visible;
		content: "";
	}
}
/**/
.home .post h1.lft {
	text-align: left;
}
.home .post h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	font-weight: bold;
	font-family: var(--font-family02);
	line-height: 1.2;
}
.home .post h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem16);
	font-weight: 500;
	letter-spacing: 0;
}
/**/
#top_products::before {
	top: 25px;
	width: 50vw;
	height: calc(100% - 25px);
}
#top_products .in {
	font-size: 110%;
	font-weight: 500;
}
#top_products .box {
	padding: 15px;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
#top_products .link li {
	border-bottom: 1px dashed #ccc;
	line-height: 1.5;
}
#top_products .link li a {
	position: relative;
	display: block;
	padding: 8px 0;
	font-weight: bold;
}
#top_products .link li a::after {
	position: absolute;
	top: 8px;
	right: 0;
	color: var(--color-primary);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
}
#top_products .link li:first-child {
	margin-bottom: 5px;
	border-bottom: 2px solid #ccc;
}
#top_products .link li:first-child a {
	font-size: var(--rem24w);
}
#top_products .link li:first-child a::after {
	top: 8px;
	content: '\f138';
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_products .box {
		width: 32%;
		padding: 20px;
	}
	#top_products .in {
/*		padding-right: 250px;*/
	}
	#top_products .btn {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_products .box+.box {
		margin-top: 20px;
	}
	#top_products .btn {
		margin-top: 30px;
	}
}
/**/
#top_about .msg {
	font-size: var(--rem30w);
	font-weight: 600;
	font-family: var(--font-family03);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_about .btn {
		margin-top: 30px;
	}
}
/**/
#top_ourstrength h2 {
	font-size: var(--rem28);
	font-weight: bold;
	font-family: var(--font-family03);
}
#top_ourstrength .photo {
	position: relative;
}
#top_ourstrength .photo b {
	position: absolute;
	left: 0.2em;
	bottom: -0.4em;
	color: var(--color-primary);
	font-size: var(--rem80);
	font-weight: normal;
	font-family: var(--font-family02);
	line-height: 1;
}
#top_ourstrength .fm {
	font-size: 110%;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_ourstrength .column3_33+.column3_33 {
		margin-top: 30px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front-sectionPost {
	width: auto;
}
#front-sectionPost .listTitle .frontlist {
	right: 0;
	z-index: 30;
}
#front-sectionPost .listTitle .frontlist a {
	display: inline-block;
	padding: 14px 30px;
	background: var(--color-primary);
	border-radius: 999px;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	transition: all 0.3s ease-in-out !important;
}
#front-sectionPost .listTitle .frontlist a::after {
	display: inline-block;
	margin: 0 0 0 15px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
	transition: all 0.3s ease-in-out !important;
}
#front-sectionPost .listTitle .frontlist a:hover {
	background: var(--color-primary-tint);
}
.postlist .time {
	width: 80px;
	text-align: center;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#front_top_content {
		padding: var(--px80) 0 var(--px40);
	}
	#front-sectionPost {
		position: relative;
		padding-bottom: 100px;
	}
	#front-sectionPost h1 {
		margin-bottom: 30px;
	}
	#front-sectionPost .listTitle {
		position: initial;
	}
	#front-sectionPost .listTitle .frontlist {
		top: auto;
		left: 0;
		right: auto;
		bottom: 0;
		width: 100%;
	}
	#front-sectionPost .listTitle .frontlist a {
		display: block;
	}
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#thumbImg,
header#h1Header {
	overflow: visible;
}
#thumbImg::before,
header#h1Header::before {
	height: calc(100% + 8vw);
	background: url(/wp-content/uploads/title-bg.png.webp) no-repeat left top / contain;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
header#h1Header h1.title {
	color: var(--color-font);
}
header#h1Header h1.title b {
	font-weight: bold;
}
#thumbImg img, header#h1Header img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media only screen and (max-width: 820px) {  /* タブレット以下用 */
	#thumbImg::before,
	header#h1Header::before {
		height: 80%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#thumbImg::before,
	header#h1Header::before {
		height: 50%;
	}
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2.sub::after,
.post h2.noline::after {
	display: none;
}
.post h2.sub {
	font-family: var(--font-family03);
	text-align: left;
}
.post h2.lft {
	font-size: var(--rem30w);
	text-align: left;
}
/**/
.post h3.sub,
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3.sub {
	text-align: center;
}
.post h3.sub b {
	display: block;
}
.post h3.sub b+span {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem14);
	font-weight: normal;
}
/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
.post .sub_navi {
	border: 1px solid var(--color-primary);
}
.post .sub_navi dl,
.post .sub_navi ul {
	padding: 20px;
}
.post .sub_navi dl {
	background: var(--color-primary);
	color: #fff;
	text-align: center;
}
.post .sub_navi dt {
	margin-bottom: 20px;
	font-size: var(--rem24w);
	font-weight: 500;
	letter-spacing: 0.1em;
}
.post .sub_navi dd {
	padding: 0;
}
.post .sub_navi dd .linkBtn {
	padding: 12px 40px !important;
}
.post .sub_navi dd .linkBtn:not(:hover) {
	background: #fff !important;
	color: var(--color-primary) !important;
}
.post .sub_navi ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.post .sub_navi ul li {
	width: 48%;
}
.post .sub_navi ul li a {
	position: relative;
	display: inline-block;
	padding-left: 1.5em;
	color: var(--color-font);
	transition: all 0.3s ease-in-out;
}
.post .sub_navi ul li a:hover {
	color: var(--color-primary);
}
.post .sub_navi ul li a::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post .sub_navi {
		/* フレックス */
		display: flex;
	}
	.post .sub_navi dl,
	.post .sub_navi ul {
		padding: 30px;
	}
	.post .sub_navi dl {
		width: 30%;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.post .sub_navi ul {
		width: 500px;
		max-width: 70%;
	}
}
/*--------------------------------------------------
	企業情報
--------------------------------------------------*/
.post .greething_name img {
	display: inline-block;
	width: 200px;
	vertical-align: middle;
}
/**/
#company_tbl th {
	text-align: center;
	vertical-align: middle;
}
/**/
#story_tbl,
#story_tbl th,
#story_tbl td {
	background: none;
	border: none;
}
#story_tbl tr:nth-child(odd) {
	background: var(--color-table-th);
}
#story_tbl th {
	width: 12%;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
#story_tbl td dl {
	display: flex;
}
#story_tbl td dl+dl {
	margin-top: 15px;
}
#story_tbl td dt {
	width: 6em;
	font-weight: normal;
}
#story_tbl td dd {
	width: calc(100% - 5em);
	padding: 0;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#story_tbl th {
		padding-bottom: 0;
		text-align: left;
	}
	#story_tbl td dt {
		width: 4em;
	}
	#story_tbl td dd {
		width: calc(100% - 4em);
	}
}
/**/
#philosophy_note img {
	width: 150px;
}
/**/
#office_list h2 {
	margin-bottom: 0;
	color: var(--color-primary);
	font-size: var(--rem24w);
	text-align: left;
}
#office_list h2::after {
	display: none;
}
#office_list table {
	width: auto;
	margin-left: 0;
	font-size: 100%;
}
#office_list table,
#office_list table th,
#office_list table td {
	padding: 0;
}
#office_list table th {
	position: relative;
	width: auto;
	padding-right: 1.5em;
	white-space: nowrap;
	font-weight: normal;
}
#office_list table th::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "：";
}
#office_list table td {
	padding-left: 0.5em;
	padding-bottom: 10px;
}
#office_list .map iframe {
	width: 100%;
	height: 250px;
	vertical-align: bottom;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#office_list .txt {
		width: 30%;
	}
	#office_list .photo {
		width: 26%;
		min-height: 300px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#office_list .map {
		width: 40%;
	}
	#office_list .map iframe {
		height: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#office_list .photo {
		margin: 15px 0;
	}
}
/*--------------------------------------------------
	「届ける」だけじゃない、“創る”営業力。
--------------------------------------------------*/
p.line_deco span {
	position: relative;
	padding-left: 80px;
}
p.line_deco span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 70px;
	height: 1px;
	border-top: solid 1px var(--color-font);
	display: block;
}
/*--------------------------------------------------
	フロンティア
--------------------------------------------------*/
#frontier_list h3 {
	padding: 0;
	border: none;
}
#frontier_list h3 span {
	display: block;
	margin-bottom: 5px;
	color: var(--color-primary);
	font-size: var(--rem14);
	font-weight: normal;
}
#frontier_list h3 span::before {
	display: inline-block;
	width: 40px;
	margin-right: 15px;
	border-bottom: 1px solid var(--color-primary);
	vertical-align: middle;
	content: "";
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#frontier_list .btn {
		margin-top: 0 !important;
	}
}
/*--------------------------------------------------
	企業理念
--------------------------------------------------*/
#philosophy_about .photo {
	/* フレックス */
	display: flex;
	justify-content: space-between;
}
#philosophy_about .photo dl {
	width: 47.5%;
	text-align: center;
}
#philosophy_about .photo dt {
	margin-bottom: 6px;
}
#philosophy_about .photo dd {
	padding: 0;
	font-size: 90%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#philosophy_about .txt {
		width: 62%;
	}
	#philosophy_about .photo {
		width: 34%;
	}
}
/**/
#philosophy_creed dl {
	position: relative;
	padding-left: 1em;
}
#philosophy_creed dl::before {
	position: absolute;
	top: 0.7em;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	background: var(--color-primary);
	border-radius: 50%;
	content: "";
}
#philosophy_creed dl+dl {
	margin-top: 20px;
}
#philosophy_creed dt {
	margin-bottom: 6px;
	color: var(--color-primary);
	font-size: 115%;
}
#philosophy_creed dd {
	padding: 0;
}
/*--------------------------------------------------
	取扱商品
--------------------------------------------------*/
#products_term_list .box+.box {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #ddd;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#products_term_list .box+.box {
		margin-top: 40px;
		padding-top: 40px;
	}
}
/**/
#products_tab .link {
	padding: 15px;
	background: var(--color-primary-shade);
}
#products_tab .link ul li {
	position: relative;
	padding: 10px;
	background: #fff;
	color: var(--color-primary);
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#products_tab .link ul li.on,
#products_tab .link ul li:hover {
	background: var(--color-primary);
	color: #fff;
}
#products_tab .link ul li::after {
	margin-left: 15px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f13a';
}
#products_tab .link_group {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 40px;
	row-gap: 15px;
}
#products_tab .link_group li a {
	display: inline-block;
	padding: 4px 10px;
	border-bottom: 1px solid var(--color-primary);
	transition: all 0.3s ease-in-out;
}
#products_tab .link_group li a:hover {
	color: var(--color-primary);
}
#products_tab .link_group li a::after {
	margin-left: 15px;
	color: var(--color-primary);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f13a';
}
#products_tab .tab,
#products_tab .tab.off {
	display: none;
}
#products_tab .tab.on {
	display: block;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#products_tab .link ul {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}
	#products_tab .link ul li {
		width: calc((100% / 4) - 9px);
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#products_tab .link ul li {
		width: calc((100% / 2) - 6px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#products_tab .link ul li+li {
		margin-top: 15px;
	}
}
/**/
#products_list .box+.box {
	margin-top: 70px;
}
#products_list .box.box_blue {
	margin-top: 40px;
}
#products_list .photo {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
#products_list .photo li {
	width: calc(50% - 5px);
}
#products_list .photo li:first-child {
	width: 100%;
}
#products_list .photo li a {
	display: block;
	aspect-ratio: 5 / 3;
}
#products_list .photo li a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#products_list .box+.box {
		margin-top: 50px;
	}
	#products_list .box.box_blue {
		margin-top: 30px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
#contact_list .btn li {
	color: var(--color-primary);
	font-size: var(--rem28);
	font-weight: bold;
	line-height: 1.4;
}
#contact_list .btn li a {
	color: var(--color-primary);
	transition: all 0.3s ease-in-out;
}
#contact_list .btn li a:hover {
	color: var(--color-primary-tint);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_list .btn {
		display: flex;
		justify-content: center;
		column-gap: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_list .btn {
		display: inline-block;
		text-align: left;
	}
	#contact_list .btn li+li {
		margin-top: 10px;
	}
}
/**/
.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::after {
	display: none !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;
}
