@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=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #F5F5F5;
	--color-font: #242422;
	--color-primary: #EC7330;
	--color-primary-shade: #30b1ae;
	--color-primary-tint: #F19C6D;
	--color-secondary: #EC7330;
	--color-table-border: #E7E7E7;
	--color-table-th: #EC7330;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #F5F5F5;
	--header-color-font: #242422;
	--header-color-primary: #EC7330;
	--header-color-primary-shade: #30b1ae;
	--header-color-primary-tint: #F19C6D;
	/*------▼フッター設定▼------*/
	--footer-background: #fff;
	--footer-color-font: #242422;
	--footer-color-primary: #242422;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Montserrat', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table {
	background: #fff;
}
.post table th {
	background: var(--color-table-th);
	color: #fff;
	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;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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) {
	body:not(.home):not(.sticky-header) #header{
		position: fixed !important;
		width:100%;
		top: -125px;
		background: none;
		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;
	}
	body:not(.home).admin-bar:not(.sticky-header) #header {
		top: -95px;
	}
	/**/
	#header {
		height: 100px;
	}
	#header-layout {
		align-items: flex-start;
	}
	#header .logo {
		position: relative;
		width: 150px;
		height: 150px;
		padding: 20px;
		background: #fff;
		box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
		z-index: 9999;
		transition: all 0.3s ease-in-out;
	}
	#header .logo img {
		max-width: 100%;
		max-height: 100%;
	}
	#header .header__nav-contact {
		width: calc(100% - 180px);
		justify-content: space-between;
		transition: all 0.3s ease-in-out;
	}
	.sticky-header #header .logo {
		width: 110px;
		height: 110px;
		padding: 15px;
	}
	.sticky-header #header .header__nav-contact {
		width: calc(100% - 140px);
	}
	/**/
	nav#mainNav ul li a b {
		font-weight: 600;
	}
	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){
	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 {
	padding-bottom: 0;
}
#copyright {
	padding: 10px 0;
	background: var(--color-primary);
	color: #fff;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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;
	color: 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;
	}
}
/**/
#content .linkBtn {
	display: inline-block;
	width: auto;
	max-width: none;
	border-radius: 999px;
	padding: 15px 30px;
	line-height: 1.4;
}
#content .linkBtn::after {
	position: relative;
	top: auto;
	right: auto;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0 0 1em;
	border: none;
	transform: none;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
}
/**/
.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; }
/**/
.box_white,
.bg_white::before {
	background: #fff;
}
/*--------------------------------------------------
	スライドショー
--------------------------------------------------*/
#mainImg .slide_img {
	position: relative;
}
#mainImg .slide_img::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: "";
	/* ぼかし */
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}
#mainImg .slide_btn a {
	border-radius: 999px !important;
}
#mainImg .slide_btn a div div::after {
	margin-left: 1em;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#mainImg .slide_msg {
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 2.5vw !important;
	}
	#mainImg .slide_ttl span,
	#mainImg .slide_txt span {
		display: inline-block;
		margin-bottom: 15px;
		padding: 0 0 0 20px;
		background: #fff;
	}
	#mainImg .slide_btn a {
		padding: 15px !important;
		font-size: 16px !important;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 641px){
	#mainImg .slide_msg {
		font-size: 2vw !important;
	}
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .home_none {
	display: none;
}
/**/
.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:first-child {
	display: inline-block;
	font-size: var(--rem48w);
	font-weight: bold;
	font-family: var(--font-family02);
	line-height: 1.2;
}
.home .post h1 b::first-letter,
#contact_box h1 b::first-letter,
#front-sectionPost h1 span span:first-child::first-letter {
	color: var(--color-primary);
}
.home .post h1 b+span,
#contact_box h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem20);
	font-weight: bold;
}
.home .post h1.lft {
	text-align: left;
}
/**/
#top-about::before {
	background: var(--color-primary);
}
#top-about h1,
#top-about h1 b::first-letter {
	color: #fff;
}
#top-about h1::after {
	display: block;
	width: 100px;
	height: 1px;
	margin-top: 15px;
	background: #fff;
	content: "";
}
#top-about .msg {
	font-size: var(--rem40w);
	font-weight: bold;
	line-height: 1.5;
}
#top-about .photo ul {
	position: relative;
	padding: 0 0 70px 70px;
}
#top-about .photo li:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top-about::before {
		top: -110px;
		width: 30vw;
		height: calc(100% + 50px);
		margin-right: 0;
	}
	#top-about .ttl {
		position: relative;
		width: 30%;
		padding-left: 5%;
	}
	#top-about .ttl .ico {
		position: absolute;
		left: 10%;
		bottom: 0;
		width: 100%;
	}
	#top-about .txt {
		width: 35%;
	}
	#top-about .photo {
		width: 26%;
		/* 縦方向中央揃え */
		display: flex;
		align-items: flex-end;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top-about::before {
		width: 40vw;
	}
	#top-about .ttl {
		width: 40%;
	}
	#top-about .txt {
		width: 55%;
	}
	#top-about .photo {
		width: 100%;
		padding-left: 20%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top-about::before {
		height: 200px;
	}
	#top-about .ttl,
	#top-about .txt {
		padding: 0 5%;
	}
	#top-about .ttl .ico {
		padding: 0 10% 30px;
	}
	#top-about .msg {
		font-size: var(--rem30w);
	}
}
/**/
#top-service::before {
	top: 300px;
	height: calc(100% - 300px);
	background: var(--color-primary);
}
#top-service .linkBtn:not(:hover) {
	background: #fff;
	color: var(--color-primary);
}
#top-service li a {
	display: block;
	color: #fff;
}
#top-service li a dl {
	position: relative;
	top: -80px;
	margin-bottom: -80px;
	z-index: 2;
}
#top-service li a dt {
	width: 70%;
	padding: 20px 0 0;
	background: var(--color-primary);
}
#top-service li a dt b {
	display: block;
	font-size: var(--rem20w);
	font-weight: bold;
}
#top-service li a dt b::after {
	margin-left: 15px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
}
#top-service li a dt b+span {
	display: block;
	font-family: var(--font-family02);
}
#top-service li a dt::after {
	display: block;
	width: 100px;
	height: 1px;
	margin: 15px 0 15px;
	background: #fff;
	content: "";
}
#top-service li a dd {
	padding: 0;
}
#top-service li a .photo {
	overflow: hidden;
}
#top-service 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-service li {
		width: 48.5%
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top-service::before {
		top: 200px;
		height: calc(100% - 200px);
	}
	#top-service li+li {
		margin-top: 30px;
	}
	#top-service li a dt {
		width: 80%;
		padding-top: 15px;
	}
}
/**/
#top-strength h1 {
	position: relative;
	top: -30px;
	margin-bottom: 20px;
}
#top-strength h2 {
	font-size: var(--rem40w);
	font-weight: 900;
	text-align: left;
}
#top-strength h2 span {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem18);
	font-weight: bold;
	font-family: var(--font-family02);
	letter-spacing: 0.05em;
}
#top-strength h2::after {
	width: 60px;
	height: 1px;
	margin-left: 0;
	background: var(--color-font);
}
#top-strength .box {
	position: relative;
	padding-top: 0;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
}
#top-strength .ico {
	position: absolute;
	top: -70px;
	right: 20px;
	width: 15%;
}
#top-strength .photo {
	position: relative;
	z-index: 2;
}
#top-strength .photo .shadow {
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: -1;
}
#top-strength .photo .shadow img {
	/* ぼかし */
  -ms-filter: blur(6px);
  filter: blur(6px);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top-strength .photo {
		width: 52%;
	}
	#top-strength .txt {
		width: 42%;
	}
	#top-strength .rev .txt {
		padding-left: 5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top-strength h1 {
		top: -20px;
		margin-bottom: 10px;
	}
	#top-strength h2 {
		font-size: var(--rem30w);
	}
	#top-strength .ico {
		top: -30px;
		right: -10px;
		width: 20%;
	}
	#top-strength .photo {
		margin-bottom: 30px;
	}
	#top-strength .photo .shadow {
		top: 15px;
		left: 15px;
	}
}
/**/
#top-works h1 b {
	position: relative;
}
#top-works h1 b::before {
	position: absolute;
	left: -120px;
	bottom: -1em;
	display: block;
	width: 90px;
	aspect-ratio: 1 / 2;
	background: url(/wp-content/uploads/ico-works.png.webp) no-repeat center center / contain;
	content: "";
}
#top-works .post4b .time,
#top-works .post4b .post4b_link {
	display: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top-works .in {
		position: relative;
	}
	#top-works .btn {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top-works h1 b::before {
		left: -80px;
		width: 60px;
	}
	#top-works .btn {
		margin-top: 3rem;
		text-align: center;
	}
}
/**/
#top-recruit::before {
	background: var(--color-primary);
}
#top-recruit .msg {
	font-size: var(--rem40w);
	font-weight: bold;
	line-height: 1.5;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top-recruit::before {
		left: auto;
		right: 0;
		width: 65vw;
		margin-left: 0;
		clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	#top-recruit .txt {
		width: 46%;
	}
	#top-recruit .photo {
		width: 50vw;
		margin-right: calc(((100vw - 100%) / 2) * -1);
		padding-right: 5%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#top-recruit::before {
		clip-path: polygon(0 85%, 100% 50%, 100% 100%, 0% 100%);
	}
	#top-recruit .txt {
		margin-bottom: 30px;
	}
	#top-recruit .msg {
		font-size: var(--rem30w);
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box .box {
	width: var(--content-max-width);
	max-width: 90%;
	margin: auto;
	background: rgba(255,255,255,0.8);
}
#content #contact_box .box {
	max-width: 100%;
}
#contact_box h1 b {
	position: relative;
}
#contact_box h1 b::before {
	position: absolute;
	top: 50%;
	right: -80px;
	display: block;
	width: 60px;
	aspect-ratio: 1 / 2;
	background: url(/wp-content/uploads/ico-contact.png.webp) no-repeat center center / contain;
	transform: translateY(-50%);
	content: "";
}
#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 80px;
	padding: 15px;
	background: #fff;
	border: 3px solid var(--color-primary);
	border-radius: 999px;
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a i {
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}
#contact_box .btn .tel a b {
	font-size: var(--rem30w);
	font-family: var(--font-family02);
}
#contact_box .btn .tel a b i {
	font-size: 75%;
}
#contact_box .btn .tel a:not(:hover) b i {
	color: var(--color-primary);
}
#contact_box .btn a:hover,
#contact_box .btn .mail a {
	background: var(--color-primary);
	color: #fff;
}
#contact_box .btn .mail a {
	font-size: var(--rem20w);
}
#contact_box .btn .mail a:hover {
	background: #fff;
	color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 49%;
	}
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#contact_box .box {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box .btn li+li {
		margin-top: 15px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: var(--color-font);
}
#thumbImg::before, header#h1Header::before {
	background: url(/wp-content/uploads/title-sub.png.webp) no-repeat left top / auto 100%;
	opacity: 1;
}
#thumbImg::after, header#h1Header::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: var(--content-max-width);
	max-width: 90%;
	border-bottom: 1px solid #ccc;
	transform: translateX(-50%);
	content: "";
}
@media only screen and (min-width: 1024px) {
	header#h1Header h1.title {
		top: 60%;
	}
}
@media only screen and (max-width: 820px) {  /* タブレット以下用 */
	#thumbImg::before, header#h1Header::before {
		background-size: auto 50%;
	}
	#thumbImg, header#h1Header {
		height: 200px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#thumbImg, header#h1Header {
		height: 140px;
	}
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
body:not(.home) .post h2 {
	position: relative;
	padding: 40px;
	background: #fff;
	font-size: var(--rem24w);
	text-align: left;
}
body:not(.home) .post .bg_white h2 {
	background: #f5f5f5;
}
body:not(.home) .post h2::after {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
	width: 5px;
	height: 60px;
	transform: translateY(-50%);
}
.post h2.noline::after {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	body:not(.home) .post h2 {
		padding: 20px;
		padding-left: 25px;
	}
	body:not(.home) .post h2::after {
		height: 40px;
	}
}
/**/
.post h3 {
	padding: 0 0 0.5em;
	font-size: var(--rem20w);
}
.post h3.noline {
	padding: 0;
	border: none;
}
/**/
.post h4 {
	font-size: var(--rem20);
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
.page-company #content {
	padding-bottom: 0 !important;
}
#company_tbl th {
	width: 20%;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}
/*--flow01--------------------------------------------*/
	
.flowlist01 {
	padding-left: 16rem;
	position: relative;
}
.flowlist01::before {
	position: absolute;
	top: 15px;
	left: 16rem;
	display: block;
	width: 5px;
	height: calc(100% - 15px);
	margin-left: -3px;
	background: #E2E2E2;
	content: "";
}
.flowlist01 > li {
	position: relative;
}
.flowlist01 > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flowlist01 > li .icon {
	position: absolute;
	top: 0;
	left: -16rem;
	display: block;
	padding: 0.8rem 2rem;
	background: var(--color-primary);
	color: #fff;
	z-index: 100;
}
.flowlist01 > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent var(--color-primary);
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flowlist01 > li dl {
	padding-left: 3rem;
	position: relative;
	padding-top: 0.3rem;
}
.flowlist01 > li dl::before,
.flowlist01 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 1.5rem;
}
.flowlist01 > li dl::before {
	width: 15px;
	height: 15px;
	margin-top: 0;
	background: #fff;
	border: 3px solid var(--color-primary);
	border-radius: 50%;
	left: -11px;
}
.flowlist01 > li dl dt {
	margin-bottom: 0.5rem;
	font-weight: 600;
	font-size: 120%;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.flowlist01 {
		padding-left: 14rem;
	}
	.flowlist01::before {
		left: 14rem;
	}
	.flowlist01 > li .icon {
		left: -14rem;
		padding: 0.5rem 1.5rem;
	}
	.flowlist01 > li dl::before,
	.flowlist01 > li dl::after {
		top: 1rem;
	}
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
.page-service #content {
	padding-bottom: 0 !important;
}
#service_link {
	width: 800px;
	max-width: 100%;
	margin: auto;
}
#service_link li {
	margin-bottom: 15px;
}
#service_link li .linkBtn {
	display: block;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#service_link {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#service_link li {
		width: 48%;
	}
}
/**/
#service_about dt b {
	display: block;
	margin: 15px 0;
	font-size: 115%;
	text-align: center;
}
#service_about dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#service_about {
		row-gap: 40px;
	}
	#service_about dl {
		width: 48%;
	}
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#service_about {
		justify-content: flex-start;
		column-gap: 3.5%;
		row-gap: 60px;
	}
	#service_about dl {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#service_about dl+dl {
		margin-top: 30px;
	}
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_list li {
	padding: 15px;
	background: #f5f5f5;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#recruit_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	#recruit_list li {
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#recruit_list li {
		margin-top: 15px;
	}
}
/**/
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.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;
}