@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=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #008CFF;
	--color-primary-shade: #FF0D00;
	--color-primary-tint: #115288;
	--color-secondary: #008CFF;
	--color-table-border: #EFEFEF;
	--color-table-th: #F6F6F6;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #333;
	--header-color-primary: #008CFF;
	--header-color-primary-shade: #FF0D00;
	--header-color-primary-tint: #115288;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
	--footer-color-font: #000;
	--footer-color-primary: #000;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Josefin Sans', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.post table th,
	.post table td {
		padding: var(--px20);
	}
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
}
@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; }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
/**/
.pad_anchor { margin-top: -110px; padding-top: 110px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_sp { 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) {
	#header {
		height: 100px;
	}
	/**/
	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;
	}
	nav#mainNav ul li#menu-item-217 {
		padding-left: var(--px20);
	}
	nav#mainNav ul li#menu-item-217 a {
		padding-left: var(--px50);
		padding-right: var(--px50);
		background: linear-gradient(135deg, #008CFF, #115288, #008CFF);
		background-size: 200% 100%;
		background-position: 0 0;
		transition: all 0.3s ease-out;
	}
	nav#mainNav ul li#menu-item-217 a:hover {
		background-position: 100% 0;
	}
	nav#mainNav ul li#menu-item-217 a b,
	nav#mainNav ul li#menu-item-217 a span {
		color: #fff !important;
	}
	nav#mainNav ul li#menu-item-217 a span {
		margin-top: 4px;
		font-size: 10px;
	}
}
@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; }
	#content, #content.wide {
		width: 90%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#copyright {
	background: none;
}
#footer .inner {
	padding-bottom: var(--px20);
	border-bottom: 1px solid #CFCFCF;
}
#footer .footer__mark {
	max-width: 80%;
	margin: auto;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: var(--px40);
	row-gap: 15px;
}
#footer .footer__mark li {
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
#footer .footer__mark li img {
	display: block;
	margin: 0 auto 5px;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .footer__mark {
		column-gap: 8%;
	}
	#footer .footer__mark li {
		width: 46%;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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 var(--color-table-border);
}
.post table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
@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 {
	width: auto;
	max-width: none;
	padding: var(--px24) var(--px40);
	padding-right: var(--px140);
	background: linear-gradient(135deg, #008CFF, #005FCC, #008CFF);
	background-size: 200% 100%;
	background-position: 0 0;
	border-radius: 0;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	transition: all 0.3s ease-in-out;
}
#content .linkBtn:hover {
	background-position: 100% 0;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding-right: var(--px40);
	}
}
/**/
.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_gray {
	background: #F8F8F8;
}
.bg_gray::before {
	background: #F2F2F2;
}
/**/
.fs20 {
	font-size: var(--rem20w);
	font-weight: 500;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1,
#contact_box h1,
#front-sectionPost h1 {
	letter-spacing: 0;
}
.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary-shade);
	font-size: var(--rem36);
	font-weight: 100;
	font-family: var(--font-family02);
	line-height: 1;
}
.home .post h1 b+span,
#contact_box h1 b+span,
#front-sectionPost h1 span span:last-child {
	font-size: var(--rem48);
}
/**/
#top_service li a {
	position: relative;
	display: block;
}
#top_service li a .txt {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: var(--px40);
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: var(--rem24);
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_service li a:hover .txt {
	background: none;
}
#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 ul {
		justify-content: flex-start;
		column-gap: 2%;
		row-gap: var(--px30);
	}
	#top_service li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_service ul {
		row-gap: 15px;
	}
	#top_service li {
		width: 48%;
	}
}
/**/
#top_case li a {
	position: relative;
	display: block;
}
#top_case li a .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: var(--px20) var(--px30);
	background: linear-gradient(135deg, #008CFFCC, #005FCCCC 50%);
	color: #fff;
	font-size: var(--rem18);
	line-height: 1.4;
}
#top_case li a .txt::after {
	position: absolute;
	top: 0;
	right: var(--px20);
	display: block;
	width: 41px;
	height: 100%;
	background: url(/wp-content/uploads/arow.png.webp) no-repeat right center;
	content: "";
}
#top_case li a .photo {
	overflow: hidden;
}
#top_case 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_case ul {
		justify-content: flex-start;
		column-gap: 3.5%;
		row-gap: var(--px50);
	}
	#top_case li {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_case li+li {
		margin-top: 15px;
	}
	#top_case li a .photo {
		height: 120px;
	}
	#top_case li a .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/**/
#top_contents h1 {
	text-align: left;
}
#top_contents h1 b+span {
	font-size: var(--rem40);
}
#top_contents .txt {
	padding: 0 5%;
	background: #fff;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_contents .photo {
		width: 65%;
	}
	#top_contents .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	#top_contents .txt {
		position: relative;
		width: 45%;
		margin-left: -10%;
		margin-top: var(--px80);
		margin-bottom: var(--px80);
	}
	#top_contents .btn li {
		width: 48%;
	}
	#top_contents .btn li .linkBtn {
		display: block;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_contents .photo {
		width: 45%;
	}
	#top_contents .txt {
		width: 65%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_contents .btn li+li {
		margin-top: 15px;
	}
}
/**/
#top_recruit li a {
	position: relative;
	display: block;
}
#top_recruit li a dl {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: var(--px40);
	background: rgba(0,0,0,0.5);
	color: #fff;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#top_recruit li a:hover dl {
	background: none;
}
#top_recruit li a dt {
	margin-bottom: 10px;
	font-size: var(--rem24w);
	font-weight: 500;
}
#top_recruit li a dd {
	padding: 0;
}
#top_recruit li a .photo {
	overflow: hidden;
}
#top_recruit 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_recruit ul {
		justify-content: center;
		column-gap: 3.5%;
		row-gap: var(--px50);
	}
	#top_recruit li {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_recruit li+li {
		margin-top: 15px;
	}
	#top_recruit li a .photo {
		aspect-ratio: 4 / 3;
	}
	#top_recruit li a .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box,
#contact_box h1,
#contact_box h1 b {
	color: #fff;
}
#contact_box .btn {
	width: 90%;
	max-width: var(--content-max-width);
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	color: var(--color-font);
	font-weight: bold;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a:hover {
	background: var(--color-primary-tint) !important;
	color: #fff !important;
}
#contact_box .btn a i {
	margin-right: 10px;
}
#contact_box .btn a b {
	font-size: var(--rem20);
	font-weight: bold;
}
#contact_box .btn .tel a b {
	font-size: var(--rem30);
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn .mail a {
	background: var(--color-primary);
	color: #fff
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: calc(100% / 3);
	}
	#contact_box .btn li:nth-child(2) {
		border-left: 1px solid #CACACA
	}
	#contact_box .btn a {
		min-height: 140px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box .btn li:nth-child(2) {
		border-top: 1px solid #CACACA
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-size: var(--rem40);
	font-weight: 500;
}
#thumbImg, header#h1Header {
	height: 200px;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#thumbImg, header#h1Header {
		height: 120px;
	}
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
}
/**/
.post h2 {
	font-size: var(--rem24w);
}
.post h2.noline {
	font-size: var(--rem40);
}
.post h2.noline::after {
	display: none;
}
.post h2.sub {
	position: relative;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #D7D7D7;
	font-size: var(--rem28);
	text-align: left;
}
.post h2.sub::after {
	position: absolute;
	left: 0;
	bottom: -3px;
	margin: 0;
	width: 230px;
	height: 3px;
}
/**/
.post h3 {
	padding: var(--px14) var(--px24);
	background: #F7F7F7;
	border: none;
	border-left: 5px solid var(--color-primary);
	font-size: var(--rem20w);
}
.post h3.noline {
	padding: 0;
	background: none;
	border: none;
	font-size: var(--rem24w);
}
/*--------------------------------------------------
	サービス
--------------------------------------------------*/
#service_strengths dl {
	padding: var(--px30);
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
#service_strengths dt {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: var(--px16);
	font-size: var(--rem20w);
	font-weight: 500;
}
#service_strengths dt::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f00c';
}
#service_strengths dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#service_strengths {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	#service_strengths dl {
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_strengths dl+dl {
		margin-top: 20px;
	}
}
/**/
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.post ul.list_btn {
		width: 100%;
		max-width: 600px;
		margin: auto;
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.post ul.list_btn li {
		width: 48%;
	}
	.post ul.list_btn li .linkBtn {
		display: block;
		padding-right: var(--px40) !important;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post ul.list_btn li+li {
		margin-top: 15px;
	}
}
/*--------------------------------------------------
	サービスの流れ
--------------------------------------------------*/
#service_flow {
	position: relative;
	counter-reset: number;
}
#service_flow::before {
	position: absolute;
	top: 0;
	left: 24px;
	display: block;
	width: 20px;
	height: 100%;
	background: #DCDCDC;
	z-index: -1;
	content: "";
}
#service_flow dl {
	position: relative;
	padding-top: 16px;
	padding-left: 150px;
}
#service_flow dl:not(:last-child) {
	padding-bottom: var(--px60);
}
#service_flow dl::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #FFF;
	font-size: var(--rem30);
	font-weight: 500;
	counter-increment: number;
	content: "0" counter(number);
	z-index: 2;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#service_flow dt {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C3C3C3;
	font-size: var(--rem20w);
	font-weight: 500;
}
#service_flow dt::before {
	position: absolute;
	top: 50%;
	left: -130px;;
	display: block;
	width: 110px;
	border-bottom: 1px dashed var(--color-font);
	content: "";
}
#service_flow dd {
	padding: 0;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_flow::before {
		left: 20px;
		width: 10px;
	}
	#service_flow dl {
		padding-top: 8px;
		padding-left: 100px;
	}
	#service_flow dl::before{
		width: 50px;
		height: 50px;
	}
	#service_flow dt::before {
		left: -75px;
		width: 60px;
	}
}
/*--------------------------------------------------
	動画で知る
--------------------------------------------------*/
#movie_list .youtubeArea {
	margin-bottom: var(--px16);
}
#movie_list .ttl {
	margin-bottom: var(--px14);
	font-size: var(--rem20w);
	font-weight: 500;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#movie_list {
		row-gap: var(--px60);
	}
	#movie_list .box {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#movie_list .box+.box {
		margin-top: var(--px60);
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	役割と理念
--------------------------------------------------*/
#company_policy dl {
	padding: var(--px40);
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
#company_policy dt {
	margin-bottom: var(--px20);
	font-size: var(--rem18);
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
}
#company_policy dt span {
	display: block;
}
#company_policy dd {
	padding: 0;
	font-weight: 500;
	line-height: 1.8;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#company_policy {
		justify-content: flex-start;
		gap: 20px;
	}
	#company_policy dl {
		width: calc((100% / 3) - (20px * 2 / 3));
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#company_policy dl {
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#company_policy dl+dl {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_msg h2 {
	font-size: var(--rem20w);
	font-weight: 500;
}
.txt_en {
	color: var(--color-primary);
	font-size: var(--rem18);
	font-weight: 500;
	letter-spacing: 0.2em;
}
.marker.blue {
	display: inline-block;
	padding-bottom: 4px;
	background: linear-gradient(transparent 60%, #CEE6FA 60%);
}
/**/
#recruit_link li a {
	position: relative;
	display: block;
}
#recruit_link li a dl {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: var(--px40);
	background: rgba(0,0,0,0.5);
	color: #fff;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#recruit_link li a:hover dl {
	background: none;
}
#recruit_link li a dt {
	margin-bottom: 10px;
	font-size: var(--rem24w);
	font-weight: 500;
}
#recruit_link li a dd {
	padding: 0;
}
#recruit_link li a .photo {
	overflow: hidden;
}
#recruit_link 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・タブレット */
	#recruit_link {
		row-gap: 30px;
	}
	#recruit_link li {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#recruit_link li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#recruit_link li+li {
		margin-top: 15px;
	}
	#recruit_link li a .photo {
		aspect-ratio: 4 / 3;
	}
	#recruit_link li a .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	#recruit_link li:first-child a .photo img {
		object-position: top;
	}
}
/*--------------------------------------------------
	代表メッセージ
--------------------------------------------------*/
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#recruit_greeting .photo img {
		width: 70%;
		max-width: 300px;
	}
}
/*--------------------------------------------------
	社員インタビュー
--------------------------------------------------*/
#recruit_interview .name {
	font-size: var(--rem20w);
	font-weight: 500;
}
#recruit_interview .name b {
	margin-right: 10px;
	font-size: var(--rem30w);
	font-weight: 500;
}
#recruit_interview hr {
	border: none;
	border-bottom: 1px solid var(--color-primary);
}
#recruit_interview dt {
	margin-bottom: var(--px16);
	font-size: var(--rem24w);
	font-weight: 500;
	line-height: 1.5;
}
#recruit_interview .q dt {
	position: relative;
	padding-left: 1.5em;
}
#recruit_interview .q dt::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary);
	content: "Q.";
}
#recruit_interview dd {
	padding: 0;
}
/*--------------------------------------------------
	仕事の流れ
--------------------------------------------------*/
ul.flowlist02 {
	counter-reset: flow_list;
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	padding: var(--px40);
	background: #F8F8F8;
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 35%;
}
.post .flowlist02 > li > dl {
	width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
	line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: var(--color-primary);
}
.flowlist02 > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
	padding: 0 0 1rem 0;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border-bottom: 1px solid var(--color-primary);
}
.flowlist02 > li dl dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
	color: #fff;
	background: var(--color-primary);
	padding: 5px 10px;
	border-radius: 10px;
	margin-right: 10px;
	position: relative;
	z-index: 100;
}
.post .flowlist02 > li > dl dd {
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}
/*--------------------------------------------------
	募集要項
--------------------------------------------------*/
#entry_link {
	width: 100%;
	max-width: 740px;
	margin: auto;
}
#entry_link li .linkBtn {
	display: block;
	padding-right: var(--px30);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#entry_link li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#entry_link li+li {
		margin-top: 15px;
	}
}
/**/
.entry_btn {
	display: block;
	width: 100%;
	max-width: 480px;
	margin: auto;
	padding: 10px;
	background: var(--color-primary);
	border-radius: 6px;
	color: #fff !important;
	transition: all 0.3s ease-in-out !important;
}
.entry_btn:hover {
	background: var(--color-primary-tint);
}
/*--------------------------------------------------
	おすすめ事例集
--------------------------------------------------*/
#case_link li .linkBtn {
	display: block;
	padding: var(--px20) var(--px30);
	background: #fff;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
	text-align: center;
}
#case_link li .linkBtn:not(:hover)::after {
	border-color: var(--color-primary);
}
#case_link li .linkBtn:hover {
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#case_link {
		justify-content: center;
		column-gap: 2%;
		row-gap: 20px;
	}
	#case_link li {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#case_link li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#case_link li+li {
		margin-top: 15px;
	}
}
/**/
#case_list .box {
	margin-bottom: var(--px80);
}
#case_list .photo {
	position: relative;
	border: 1px solid #CCCCCC;
	aspect-ratio: 4 / 3;
}
#case_list .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#case_list .ico {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	background: var(--color-primary);
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
}
#case_list .ttl {
	position: relative;
	margin: var(--px16) 0;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #D7D7D7;
	font-size: var(--rem20w);
	font-weight: 500;
}
#case_list .ttl::before {
	position: absolute;
	left: 0;
	bottom: -3px;
	display: block;
	width: 80px;
	height: 3px;
	background: var(--color-primary);
	content: "";
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#case_list {
		justify-content: flex-start;
		column-gap: 3.5%;
	}
	#case_list .box {
		width: 31%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#case_list {
		column-gap: 4%;
	}
	#case_list .box {
		width: 48%;
	}
}
/*--------------------------------------------------
	実績紹介
--------------------------------------------------*/
#works_list li {
	margin-bottom: var(--px60);
	font-size: 90%;
	line-height: 1.4;
}
#works_list .photo {
	overflow: hidden;
	border: 1px solid #CDCDCD;
	aspect-ratio: 3 / 2;
}
#works_list .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#works_list .ico {
	margin: 15px 0 10px;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#works_list .ico span {
	display: inline-block;
	padding: 5px 10px;
	background: var(--color-primary);
	color: #fff;
}
#works_list .ttl {
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #CCCCCC;
	font-size: var(--rem16);
	font-weight: 500;
}
#works_list .btn {
	margin-top: 10px;
	text-align: right;
}
#works_list .btn a {
	display: inline-block;
	border-bottom: 1px solid var(--color-font);
	color: var(--color-font);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#works_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 3.5%;
	}
	#works_list li {
		width: 31%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#works_list {
		column-gap: 4%;
	}
	#works_list li {
		width: 48%;
	}
}
/**/
#works_detail h1 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #BABABA;
	font-size: var(--rem24w);
	text-align: left;
}
#works_detail h2 {
	padding: var(--px14) var(--px24);
	background: #F7F7F7;
	border: none;
	border-left: 5px solid var(--color-primary);
	font-size: var(--rem20w);
	text-align: left;
}
#works_detail h2::after {
	display: none;
}
#works_detail h3 {
	padding: 0 0 0 30px;
	background: none;
	border: none;
	font-size: var(--rem18);
}
#works_detail h3::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 18px;
	height: 3px;
	background: var(--color-primary);
	transform: translateY(-50%);
	content: "";
}
#works_detail .link a {
	position: relative;
	display: inline-block;
	padding-right: 1.2em;
	color: var(--color-font);
	text-decoration: underline;
	line-height: 1.5;
}
#works_detail .link a::after {
	position: absolute;
	top: 0;
	right: 0;
	color: var(--color-primary);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
}
#works_detail .link li+li {
	margin-top: 0.5em;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}
.wpcf7-form table th {
	position: relative;
	padding-right: 40px;
	text-align: center;
	vertical-align: middle;
}
.wpcf7-form table th .must {
	position: absolute;
	top: 50%;
	right: 0;
	float: none;
	transform: translateY(-50%);
}
/* ボタン */
.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"] {
	width: 100%;
	padding: 15px 35px;
	text-align: left;
}