@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+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* 変数 */
:root {
    --color-background: #fff;
    --color-background02: #F3F8FF;
    --color-font: #31353A;
    --color-primary: #033A90;
    --color-primary-shade: #0599D9;
    --color-primary-tint: #0065B4;
    --color-secondary: #E80303;
    --color-border: #ccc;
    --color-table-border: #ccc;

    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    --body-font-family: 'Noto Sans JP', sans-serif;
    --font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Roboto', 'Noto Sans JP', sans-serif;
	--font-family03: 'Noto Serif JP', serif;


    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #31353A;
    --header-color-primary: #033A90;
    --header-color-primary-shade: #0065B4;
    --header-color-primary-tint: #0065B4;

    --footer-background: #F3F8FF;
    --footer-color-font: #31353A;
    --footer-color-primary: #033A90;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    color: var(--color-font);
    font-size: var(--px16);
}
.pad_anchor{
    display: block;
    margin-top: -100px !important;
    padding-top: 100px !important;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1024px) {}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}


/*------------------------------------------------------
ベース修正
------------------------------------------------------*/
#front_top_content, #front_bottom_content {
    background: #fff;
}
.post h2::after {
    content: none;
}
#front-sectionPost {
    width: 94%;
}
/*------------------------------------------------------
幅フル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: var(--color-background01);
}
.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*------------------------------------------------------
カラムリスト
------------------------------------------------------*/
/*---------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: 5%;
}
@media print, screen and (max-width: 540px) {
	.post .col2_list > li {
		width: 100%;
		margin-bottom: 12%;
	}
	.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;
	}
}

/*------------------------------------------------------
Hover
------------------------------------------------------*/
a:hover {
    opacity: .7;
    cursor: pointer;
}

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
.post h2.main_ttl, h2.main_ttl,
h1.title.bottom-loop,
h1.title.top-loop {
    font-family: var(--font-family02);
    font-weight: 700;
    font-size: var(--rem16);
    text-align: center;
    margin: 0 auto var(--px80);
    color: var(--color-primary-shade);
}
.post h2.main_ttl span.sub_ttl,
h2.main_ttl span.sub_ttl,
h1.title.bottom-loop span.sub_ttl,
h1.title.top-loop span.sub_ttl {
    font-family: var(--font-family01);
    font-size: var(--rem40);
    font-weight: 500;
    color: var(--color-font);
    display: block;
}
.post h2.main_ttl.lower::before, h2.main_ttl.lower::before {
	content: "";
    display: block;
    background: var(--color-primary);
    width: 1px;
    height: var(--px80);
    margin: 0 auto var(--px30);
}

.post h3.lower_ttl {
	font-family: var(--font-family03);
	font-weight: 600;
	font-size: var(--rem30);
	text-align: left;
    padding: var(--px12) var(--px40);
    margin: 0 0 var(--px80);
    border-bottom: none;
	width: 100%;
	background: repeating-linear-gradient(
		145deg,
		#0064B3,
		#0064B3 70%,
		#033A90 0,
		#033A90 100%
		);
	color: #fff;
}
.post p.read_text {
	font-size: var(--rem16);
	text-align: center;
	line-height: 1.85;
}
@media print, screen and (max-width: 768px) {
	.post p.read_text {
		text-align: left;
	}
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn {
    max-width: 280px;
    border-radius: 0;
    border: 1px solid var(--color-primary);
    font-weight: bold;
    letter-spacing: .1rem;
    padding: 18px 30px 18px 10px;
}
.post .subimitarea .linkBtn input[type="submit"] {
    font-weight: bold;
    letter-spacing: .1rem;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #fff;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}
.post .subimitarea .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
    font-weight: bold;
}
.linkBtn:hover::after, input.linkBtn:hover::after, .post .linkBtn:hover::after {
    border-right: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
    display: none;
}
#header .logo img {
	max-width: min(calc(25rem + (1vw - 1.92rem) * 7.8125), 250px);
}

/* ナビゲーション */
nav#mainNav ul li a {
    padding: min(calc(2.0rem + (1vw - 1.92rem) * 1.1161) ,20px);
	font-size: 1.3rem;
}

/* ボタン共通 */
#header a.head_btn span {
    display: block;
}

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: #fff;
    color: var(--color-font);
    font-family: var(--font-family02);
    font-weight: 600;
    font-size: 2.4rem;
}
#header a.head_btn.tel_btn .tel_icon::before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 6px;
    color: var(--color-primary);
}
#header a.head_btn .tel_text-sub {
    font-size: 1.2rem;
}
#header a.head_btn.tel_btn:hover {
    opacity: .7;
}

/* メールボタン */
#header a.head_btn.mail_btn {
    flex-direction: row;
    gap: 8px;
}

/* SP */
@media print, screen and (max-width: 1023px) {
    nav#mainNav ul li a {
            padding: 16px;
    }
    nav#mainNav ul li a {
            border-bottom: 1px solid var(--color-border);
    }
	nav#mainNav ul li a br {
		display: none !important;
	}
	nav#mainNav ul li a b br {
		display: none !important;
	}
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
#footer {
	color: var(--footer-color-font);
	background: var(--footer-background);
	font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1294), 1.4rem);
	padding: 0;
}
#footer a {
	-webkit-transition: .2s;
	transition: .2s;
}
#footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    align-items: flex-end;
	width: 90%;
	max-width: 1500px;
	padding: min(calc(80px + (1vw - 19.2px) * 1.9417), 80px) 0;
}
#footer ul {
	font-size: 100%;
	padding: 0;
}
#footer ul li {
	display: block;
	padding: 0;
	margin: 0;
}
#footer ul li::before {
	content: none;
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	background: none;
}
#footer ul li a {
	padding: 0;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: var(--footer-color-primary);
}
#footer img {
	width: auto;
	max-width: 100%;
}
/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
	float: none;
}
#footer .footnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer .footnav ul > li {
	position: relative;
	line-height: 1.4;
	padding: 0 min(calc(16px + (1vw - 19.2px) * 0.3236), 16px) 0 min(calc(15px + (1vw - 19.2px) * 0.3236), 15px); /* 16-9px、15-8px (1920-375) */
	margin-bottom: 10px;
}
#footer .footnav ul > li a {
    margin-left: 8px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: var(--footer-color-font);
	top: 0;
}
#footer .footnav ul > li::before {
	left: 0;
}
#footer .footnav ul > li::after {
	right: -1px;
}
#footer a.footer_company {
    display: block;
    margin-top: 20px;
    color: var(--color-primary);
}
#footer a.footer_company::before {
    content: "\f054";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 8px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
    content: none;
}
#footer .footnav ul > li::before {
    content: "\f054";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.2rem;
    font-weight: 600;
    background: none;
    color: var(--color-primary);
}

@media print, screen and (min-width: 769px) {
	#footer .footnav ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
/*------フッター（左）
--------------------------------------------*/
@media print, screen and (min-width: 769px) {
	#footer .footer__l {
		text-align: left;
	}
}
/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo:not(:last-child) {
	margin: 0 0 20px 0;
    text-align: left;
}
#footer .footer__logo img {
	max-width: 320px;
	max-height: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);
	-o-object-fit: contain;
	object-fit: contain;
}
/*------フッターキャプション
--------------------------------------------*/
#footer .footer__add {
	line-height: 2;
}
/*------SNSアイコン
--------------------------------------------*/
#footer .fa-2x, .fa-2x {
	font-size: inherit;
}
#footer .socialicon ul, .socialicon ul {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer .socialicon ul li, .socialicon ul li {
	text-align: center;
	padding: 0 .6em;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .socialicon ul li::before, .socialicon ul li::before {
	content: none;
}
#footer .socialicon ul li a, .socialicon ul li a {
	padding: 0;
	overflow: initial;
	line-height: initial;
}
#footer .fa-facebook-square:before, #footer .fa-twitter-square:before, #footer .fa-youtube-square:before, #footer .fa-instagram:before {
	color: var(--footer-color-primary);
	font-size: 2.5rem; /* ----SNSボタン（LINEを除く）の大きさ変更はこちら---- */
}
#footer .SvgLine, .socialicon .SvgLine {
	fill: var(--footer-color-primary);
	width: 23px; /* ----LINEボタンの大きさ変更はこちら---- */
	height: 23px; /* ----LINEボタンの大きさ変更はこちら---- */
}
@media print, screen and (min-width: 769px) {
	#footer .socialicon ul, .socialicon ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
/*------コピーライト
--------------------------------------------*/
#copyright {
	color: var(--footer-color-font);
	background: var(--footer-background);
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem);
	letter-spacing: .1rem;
	padding: 20px 15px;
    margin: 0 auto;
    border-top: 1px solid #7296C9;
    max-width: var(--content-max-width);
    width: 94%;
}
/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 768px) {
	#footer .inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#footer .footer__l, #footer .footer__r {
		width: 100%;
	}
	#footer .footer__l {
		margin-bottom: 30px;
	}
	#copyright {
		padding-bottom: 30px;
	}
}

/*------------------------------------------------------
CTA
------------------------------------------------------*/
#foot-contact_pt01 {
	clear: both;
	position: relative;
	background: #FFF;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
    padding-top: var(--px100);
}
#foot-contact_pt01.foot_fix {
	 padding-bottom: var(--px100);
}
#foot-contact_pt01::before, #foot-contact_pt01::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 70%;
	top: 0;
	left: 0;
}
#foot-contact_pt01::after {
	background: url(/wp-content/uploads/ba_cta.jpg) no-repeat center / cover;
}
#foot-contact_pt01 .wrapper_content {
    position: relative;
	background: var(--color-background02);
	max-width: var(--content-max-width);
	padding: min(calc(70px + (1vw - 19.2px) * 1.9417), 70px) min(calc(40px + (1vw - 19.2px) * 0.9709), 40px);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    z-index: 10;
}
#foot-contact_pt01 h2.main_ttl {
    margin: 0 auto var(--px40);
}
#foot-contact_pt01 .f-contact-read {
	color: var(--color-font);
	line-height: 1.8;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1rem;
	margin-bottom: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px);
}
#foot-contact_pt01 a.f-contact_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	padding: min(calc(20px + (1vw - 19.2px) * 0.5178), 20px) min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	transition: .3s;
}
#foot-contact_pt01 a.f-contact_btn.telBtn {
	color: var(--color-primary);
	background: #FFF;
    border: 1px solid var(--color-primary);
}
#foot-contact_pt01 a.f-contact_btn.telBtn:hover {
	color: #fff;
	background: var(--color-primary);
}
#foot-contact_pt01 a.f-contact_btn.mailBtn {
	color: #fff;
	background: var(--color-primary);
    border: 1px solid var(--color-primary);
}
#foot-contact_pt01 a.f-contact_btn.mailBtn:hover {
	color: var(--color-primary);
	background: #FFF;
}
#foot-contact_pt01 a.f-contact_btn::after {
	content: none;
}
#foot-contact_pt01 a.f-contact_btn .ico::before {
	display: inline-block;
	font-size: min(calc(3rem + (1vw - 19.2px) * 0.5825), 3rem);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: .4em;
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico {
	display: block;
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
#foot-contact_pt01 a.f-contact_btn .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.5178), 2.4rem);
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico::before {
	content: '\f095';
}
#foot-contact_pt01 a.f-contact_btn.lineBtn .ico::before {
	content: '\f3c0';
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
}
#foot-contact_pt01 a.f-contact_btn.mailBtn .ico::before {
	content: '\f0e0';
}
#foot-contact_pt01 a.f-contact_btn .note {
	font-size: 1.4rem;
	font-weight: 500;
}
#foot-contact_pt01 a.f-contact_btn .note > b {
	font-weight: 500;
}
#foot-contact_pt01 ul.contactbtn_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	max-width: 960px;
	margin: min(calc(40px + (1vw - 1.92rem) * 1.2945),40px) auto;
	z-index: 10;
}
#foot-contact_pt01 ul.contactbtn_list > li {
	width: 100%;
}
#foot-contact_pt01 ul.contactbtn_list > li a.f-contact_btn {
	width: 100%;
	max-width: none;
	min-width: inherit;
}
#foot-contact_pt01 ul.contactbtn_list:first-child {
	margin-top: 0;
}
#foot-contact_pt01 ul.contactbtn_list:last-child {
	margin-bottom: 0;
}
/*レスポンシブ対応*/
@media print, screen and (min-width: 641px) {
	#foot-contact_pt01 ul.contactbtn_list > li {
		width: calc((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2);
	}
}
/*FireFox対応*/
@-moz-document url-prefix() {
	@media print, screen and (min-width: 641px) {
		#foot-contact_pt01 ul.contactbtn_list > li {
			width: calc(((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2) - 1px);
		}
	}
}

body.home #foot-contact_pt01.foot_fix {
	display: none !important;
}



/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.post ul#sitemap_list li {
	margin-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589) ,20px);
	padding-left: 0;
	padding-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589) ,20px);
	border-bottom: 1px solid var(--color-border);
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.post h2.contact_title {
	font-family: var(--font-family01);
	text-align-last: left;
	font-size: min(calc(3.0rem + (1vw - 1.92rem) * 0.6472), 3.0rem);
	margin: 0 auto var(--px30);
    text-align: left;
}
.post h2.contact_title::after {
    content: none;
}
.aligncenter {
	text-align-last: left;
	font-family: var(--font-family01);
	font-weight: normal;
}
.wpcf7-form .must {
	background: var(--color-secondary)
}
.contact_area {
	font-family: var(--font-family01);
	font-weight: normal;
}
.contact_area th {
	font-weight: bold;
}
.contact_area th.sup {
	font-size: 1.2rem;
	color: var(--color-secondary);
}
.post .subimitarea .linkBtn input[type="submit"] {
	font-family: var(--font-family01);
    padding: 0;
}
.subimitarea {
    margin-top: var(--px60);
}

/* 完了 */
.post .thanks_btn {
    margin: var(--px60) auto 0 !important;
    display: block;
}
@media print, screen and (max-width: 768px) {
    .post .thanks {
        text-align: left;
    }
}


/*------------------------------------------------------
TOP
------------------------------------------------------*/
/* 会社について */
.companyTop {
	position: relative;
	background: url(/wp-content/uploads/bg_message.jpg) no-repeat center / cover;
	padding: var(--px160) var(--px40);
}
.companyTop_inner {
    max-width: 960px;
    margin: 0 auto;
}
.post h3.companyTop_ttl {
    text-align: center;
    font-size: var(--rem30);
    padding: 0;
    margin: 0 auto var(--px60);
    border: none;
}
.post p.companyTop_text {
    font-size: var(--rem16);
    text-align: center;
    margin: 0 auto;
    line-height: 1.85;
}

/* サービス */
.serviceTop:before {
    content: "";
    background: var(--color-background02);
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.serviceTop_inner {
	max-width: var(--content-max-width);
	width: 94%;
	margin: 0 auto;
}
.serviceTop_list > li {
	background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.serviceTop_list .imgarea {
	width: 100%;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	line-height: 0;
}
.serviceTop_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.serviceTop_list h3.serviceTop_ttl {
    text-align: left;
    font-size: var(--rem18);
    font-weight: 700;
    color: var(--color-primary-shade);
    margin: 0 0 var(--px30) 0;
	padding: 20px 0 0 0;
    border: none;
}
.serviceTop_list p.serviceTop_text {
    font-size: var(--rem18);
    margin-bottom: var(--px30);
    line-height: 1.65;
    flex-grow: 1;
}

/* リクルート */
.recruitTop {
    background: var(--color-background02);
}
.front_contents.recruitTop {
    padding: 0 0 var(--px120);
}
.recruitTop_wrap {
	position: relative;
	max-width: var(--content-max-width);
	width: 94%;
    margin: 0 auto;
	z-index: 1;
}
.recruitTop .txtarea {
    background: #fff;
    padding: var(--px40) var(--px60) var(--px120);
    margin: 0;
    position: relative;
}
.recruitTop .txtarea h2.main_ttl {
    text-align: left;
    margin: 0 0 var(--px40);
}
.recruitTop .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.recruitTop .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recruitTop .bnBtn img {
    font-style: normal;
    position: absolute;
    bottom: var(--px40);
    right: var(--px40);
	display: block;
	margin-top: 20px;
}
@media print, screen and (max-width: 768px) {
	.recruitTop .bnBtn img {
		position: static;
		margin: 20px 0 0 auto;
		text-align: right;
	}
	.recruitTop .txtarea {
		background: #fff;
		padding: var(--px40) var(--px60) var(--px40);
	}
	.front_contents.recruitTop {
		padding: 0 var(--px20) var(--px120);
	}
}


/*================================================
会社概要
================================================*/
.post table.table_style02 , .post table.table_style02 th, .post table.table_style02 td {
	border-width: 1px;
	border-color: var(--color-table-border);
}
.post table.table_style02 {
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;/* 30-20px (1920-375) */
}
.post table.table_style02 th, .post table.table_style02 td {
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	padding: 20px;
}
.post table.table_style02 th {
	width: 25%;
	font-weight: 600;
    background: var(--color-primary);
    color: #fff;
}
.post table.table_style02:first-child {
	margin-top: 0;
}
.post table.table_style02:last-child {
	margin-bottom: 0;
}


/*================================================
事業内容・お仕事をお探しの方へ
================================================*/
.service {
	justify-content: space-between;
	gap: var(--px40);
}
.service .w50.image_box{
	position: relative;
	overflow: hidden;
}
.service .w50.image_box::before {
	content: '';
	display: block;
}
.service .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.service .w50.text_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	padding: 0;
}

.post h3.service_ttl {
	font-size: var(--rem30);
	text-align: left;
    padding: 0;
    margin: 0 0 var(--px60);
    border-bottom: none;
	width: 100%;
}
.post p.service_txt {
	font-size: var(--rem16);
	line-height: 1.85;
}

@media print, screen and (min-width: 769px) {
	.service .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.service .w50.image_box img {
		width: auto;
		height: 116%;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.service .w50.image_box{
		margin-bottom:0;
	}
	.service .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.service .w50.text_box {
		padding: 30px 0 0 0;
		margin-bottom:0;
	}
}

/* 特徴 */
ul.feat_list {
    width: 100%;
    counter-reset: number 0;
}
ul.feat_list li {
    width: 100%;
    padding: 0;
	margin: 0 0 var(--px40) 0;
    border-bottom: 1px dotted var(--color-border);
    font-size: var(--rem30);
    counter-increment: mycounter;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
ul.feat_list li .feat_count {
    margin-right: var(--px40);
}
ul.feat_list li .feat_count span {
	display: block;
	font-size: var(--rem24);
	text-align: center;
	font-weight: 700;
	color: var(--color-primary-shade);
}
ul.feat_list li .feat_count::after {
    counter-increment: number 1;
	content: counter(number) " ";
    color: #fff;
    font-size: var(--rem36);
    font-weight: bold;
    background: var(--color-primary-shade);
    width: var(--px80);
    height: var(--px80);
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 2;
}
ul.feat_list li .feat_area {
	margin-top: var(--px50);
	padding-bottom: var(--px80);
}
ul.feat_list li h4.feat_ttl {
    position: relative;
    font-size: var(--rem30);
    font-weight: 600;
    padding: 0;
    margin: 0 auto var(--px30);
    border: none;
}
ul.feat_list li h4.feat_ttl::before {
	content: none;
}
ul.feat_list li p.feat_text {
	font-size: var(--rem16);
	line-height: 1.85;
}
@media print, screen and (max-width: 768px) {
	ul.feat_list li .feat_count::after {
		line-height: 1.65;
	}
}

/* リクルート */
.page_contents_inner.recruitTop {
    padding: var(--px120) 0;
}
@media print, screen and (max-width: 768px) {
	.page_contents_inner.recruitTop {
		padding: var(--px80) var(--px20);
	}
}

/*================================================
企業担当者様へ
================================================*/
/* 業種 */
.industries_list > li {
	position: relative;
	background: transparent;
}
.industries_list .imgarea {
	width: 100%;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	line-height: 0;
}
.industries_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.industries_list .txtarea .industries_ttl {
	padding: 20px 0 0 0;
	background: transparent;
	font-size: var(--rem30);
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
}


/* ご利用の流れ */
.flowlist01 {
	padding-left: 13rem;
	position: relative;
}
.flowlist01::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 13rem;
}
.flowlist01 > li {
	position: relative;
}
.flowlist01 > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flowlist01 > li .icon {
	font-size:1.6rem;
	color: #fff;
	font-family: var(--font-family02);
	background: var(--color-primary-shade);
	padding: 0.8rem 2rem;
	display: block;
	position: absolute;
	top: 0;
	left: -13rem;
	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-shade);;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flowlist01 > li dl {
	padding-left: 7rem;
	position: relative;
	padding-top: 0.7rem;
}
.flowlist01 > li dl::before,
.flowlist01 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 2rem;
}
.flowlist01 > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: 0;
	background: #D9D9D9;
	border-radius: 50%;
	left: -4px;
}
.flowlist01 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 2.3rem;
}
.flowlist01 > li dl dt {
	margin-bottom: var(--px20);
	font-weight: 500;
	font-size: var(--rem30);
}
.flowlist01 > li dl dd {
	font-size: var(--rem20);
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.flowlist01 > li .icon {
		font-size: 1.2rem;
	}

	.flowlist01 {
		padding-left: 10rem;
	}

	.flowlist01 > li .icon {
		left: -11rem;
	}

	.flowlist01::before {
		left: 10rem;
	}

	.flowlist01 > li dl {
		padding-left: 4.5rem;
	}

	.flowlist01 > li dl::after {
		width: 30px;
	}
}