@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=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&display=swap');


/* カラー設定 */
:root {
	/*------▼メインカラー▼------*/
	--color-background: #FFF;
	--color-primary: #972121;
	--color-secondary: #111;
	--color-boder: #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: 'Bebas Neue', 'Noto Sans JP', sans-serif;
}

body {
	font-size: var(--body-font-size);
	font-family: var(--body-font-family);
}

/*--メディアクエリ--------------------------------------------*/
@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) {}



/*------------------------------------------------------
ベース修正
------------------------------------------------------*/
#wrapper {
	max-width: 100%;
	padding: 0;
}

.front_contents {
	padding: var(--px100) 0;
}

@media print,
screen and (max-width: 1023px) {

	#content,
	#content.wide {
		width: 100%;
	}
}

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

a:active,
a:hover {
	color: #fff;
}

/*------------------------------------------------------
共通
------------------------------------------------------*/
/* タイトル */
h1.title.top-loop,
h1.title.bottom-loop,
.post h2 {
	font-family: var(--font-family02);
	font-size: min(calc(8.0rem + (1vw - 1.92rem) * 2.5890), 8.0rem);
	font-weight: 600;
	letter-spacing: .2rem;
	text-shadow: none;
	z-index: 20;
	padding: 0;
	line-height: 1.3;
	text-align: center;
	margin-bottom: var(--px60);
}

h1.title.top-loop::after,
h1.title.bottom-loop::after .post h2::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 1.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.4em auto 0;
}

h1.title.top-loop::first-letter,
h1.title.bottom-loop::first-letter,
.post h2::first-letter {
	color: var(--color-primary);
}

h1.title.top-loop span.ttl_sub,
h1.title.bottom-loop span.ttl_sub,
.post span.top_subtitle {
	display: block;
	font-size: 32%;
	margin-top: 0.5rem;
}
.post h2::after {
	content: none;
}
.post h2.top_title::after {
	content: none;
}

/* テキスト */
.base_text {
	font-size: var(--rem16);
	color: var(--color-secondary);
	line-height: 1.8;
}

h2.bottom-loop {
	text-align: left;
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn:hover,
.post .linkBtn:hover {
	color: #fff;
	background: var(--color-primary);
	opacity: .7;
}

.linkBtn,
.post .linkBtn {
	max-width: 360px;
}


/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
	display: none;
}

/* ロゴ */
#header .logo img {
	max-width: 98%;
}

/* ナビゲーション */
nav#mainNav ul li a {
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(3.5rem + (1vw - 1.92rem) * 2.3438), 35px);
	color: var(--color-secondary);
	font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.3348), 1.6rem);
}

nav#mainNav ul li a:hover {
	color: var(--color-primary);
}

nav#mainNav ul li.current-menu-item a {
	background-color: #eee;
}

/* ボタン共通 */
#header a.head_btn {
	padding: min(calc(10px +(1vw - 19.2px)* 0.2232), 10px) min(calc(2.0rem + (1vw - 1.92rem) * 1.1161), 20px) !important;
}

#header a.head_btn span {
	display: block;
}

/* 電話ボタン */
#header a.head_btn.tel_btn {
	background: var(--color-secondary);
	color: #fff;
	font-family: var(--font-family02);
	font-weight: bold;
	font-size: min(calc(2.4rem + (1vw - 1.92rem) * 0.4464), 2.4rem);
	letter-spacing: .14rem;
}

#header a.head_btn.tel_btn .tel_icon::before {
	content: '\f095';
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: min(calc(2.0rem + (1vw - 1.92rem) * 0.2232), 2.0rem);
	font-weight: 420;
	line-height: 1;
	padding-right: 6px;
}

#header a.head_btn .tel_text-sub {
	font-size: 1.2rem;
}

#header a.head_btn.tel_btn:hover {
	opacity: .7;
}

/* メールボタン */
.header__inner,
#header a.head_btn.mail_btn {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 5px;
	background: var(--color-primary);
	color: #fff;
}

#header a.head_btn.mail_btn {
	font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.2232), 1.6rem);
}

#header a.head_btn.mail_btn::before {
	font-size: min(calc(1.8rem + (1vw - 1.92rem) * 0.2232), 1.8rem);
	margin-bottom: -.1em;
}

#header a.head_btn.mail_btn:hover {
	opacity: .7;
}

nav#mainNav ul li ul.sub-menu li {
	background: #fff;
	color: var(--color-secondary);
}

nav#mainNav ul li ul.sub-menu li a:hover {
	opacity: 1;
}

/* SP */
@media print,
screen and (max-width: 1023px) {
	body.mobile #header .logo img {
		max-width: 94%;
	}
}

@media print,
screen and (max-width: 768px) {
	nav#mainNav ul li a {
		padding: 16px;
	}

	nav#mainNav ul li a {
		border-bottom: 1px solid var(--color-boder);
	}
}


/*------------------------------------------------------
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;
	width: 90%;
	max-width: 1500px;
	padding: min(calc(80px + (1vw - 19.2px) * 1.9417), 80px) 0;
	border-bottom: 1px solid #fff;
}

#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;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
}

#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::before {
	display: inline-block;
	content: '\f054';
	font-size: 1.0rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: .4em;
}

#footer .footnav ul>li::before,
#footer .footnav ul>li::after {
	background: none;
}

/*フッター（左）*/
@media print,
screen and (min-width: 769px) {
	#footer .footer__l {
		text-align: left;
	}
}

/*フッターロゴ*/
#footer .footer__logo:not(:last-child) {
	margin-bottom: 20px;
}

#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;
}

/* コピーライト */
#copyright {
	color: #fff;
	background: var(--color-secondary);
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem);
	letter-spacing: .1rem;
	padding: 40px 15px 20px;
	margin-top: 0;
}

/*レスポンシブ*/
@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: 20px;
	}
}

/*------------------------------------------------------
TOP about
------------------------------------------------------*/
.fullwide03 {
	position: relative;
	background: #fff url(/wp-content/uploads/bg_top.png) no-repeat center center;
	background-size: cover;
	padding: var(--px80) 0
}

.fullwide03:before {
	content: "";
	background: url(/wp-content/uploads/bg_top_img.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.fullwide03_wrap {
	background: #fff;
	position: relative;
	z-index: 1;
	max-width: 1400px;
	width: 94%;
	margin: 0 auto;
	padding: var(--px80);
	display: flex;
	justify-content: center;
	align-items: center;
}

.fullwide03_inner {
	max-width: 960px;
}

/*------------------------------------------------------
TOP service
------------------------------------------------------*/
.top_ser_inner {
	background: url(/wp-content/uploads/bg_top_service.jpg) no-repeat center center;
	background-size: cover;
}

.card03_wrap {
	position: relative;
	margin: var(--px60) 0 0;
}

.card03_inner {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
}

.home .card03_inner {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}

.card03_list>li {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 5;
}

.card03_list .txtarea {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: var(--px120) var(--px30);
	color: #fff;
}

.post .top_ser_text,
.top_ser_text {
	font-family: var(--font-family01);
	font-size: var(--rem36);
	font-weight: bold;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
	text-align: center;
	overflow-wrap: break-word;
	padding: 0;
	margin: var(--rem42) auto var(--rem30);
	border: none;
	background: transparent;
}

.post .top_ser_text:before,
.post .top_ser_text:after,
.top_ser_text:before,
.top_ser_text:after {
	content: none;
}

.post .card03_list .top_ser_text,
.card03_list .top_ser_text {
	font-size: var(--rem24);
	margin: 0 auto;
	position: absolute;
	display: block;
	z-index: 2;
}

/*---------column04-----------*/
.col4_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: var(--px40);
}

.col4_list {
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col4_list::before {
	content: "";
	display: block;
	width: calc(100% / 4 - var(--px40));
	order: 1;
}

.col4_list:after {
	content: "";
	display: block;
	width: calc((100% - (var(--px40) * 3)) / 4);
	order: 2;
}

/* .col4_list>li {
	width: calc((100% - (var(--px40) * 3)) / 4);
} */

.col4_list>li {
	width: calc((100% - (var(--px40) * 1)) / 2);
}

.bg_top_ser01 {
	background: url(/wp-content/uploads/img_top_service01.jpg) no-repeat center center;
	background-size: cover;
}

.bg_top_ser02 {
	background: url(/wp-content/uploads/img_top_service02.jpg) no-repeat center center;
	background-size: cover;
}

.bg_top_ser03 {
	background: url(/wp-content/uploads/img_top_service03.jpg) no-repeat center center;
	background-size: cover;
}

.bg_top_ser04 {
	background: url(/wp-content/uploads/service_05.jpg) no-repeat center center;
	background-size: cover;
}

.bg_top_ser01::before,
.bg_top_ser02::before,
.bg_top_ser03::before,
.bg_top_ser04::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.bg_top_ser01::before:hover,
.bg_top_ser02::before:hover,
.bg_top_ser03::before:hover,
.bg_top_ser04::before:hover {
	background-color: transparent;
	opacity: .9;
}

@media print,
screen and (max-width: 768px) {
	.col4_list>li {
		width: calc((100% - (var(--px40)* 1)) / 2);
	}
}

@media print,
screen and (max-width: 414px) {
	.col4_list>li {
		width: 100%;
	}
}

/*------------------------------------------------------
TOP Recruitment
------------------------------------------------------*/
.top_rec_inner {
	background: url(/wp-content/uploads/bk_top_recruit.png) no-repeat center center;
	background-size: cover;
}

.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.column05 {
	position: relative;
	margin: var(--px60) 0 0;
}

.column05_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 20;
}

.column05_wrap+.column05_wrap {
	margin-top: calc(100px + 70px);
}

.column05 .imgarea {
	position: relative;
	aspect-ratio: 5 / 3;
	overflow: hidden;
	width: 60%;
}

.column05 .imgarea img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.column05 .txtarea {
	position: relative;
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
	padding: var(--px100) var(--px50);
	margin: 0 auto 3% -5%;
	z-index: 10;
}

.column05 .txtarea .txtinner {
	max-width: 540px;
}

@media print,
screen and (min-width: 1024px) {

	/*左右反転*/
	.column05_wrap+.column05_wrap {
		margin-top: calc(100px + 70px);
	}

	.column05_wrap.rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.column05_wrap.rev .txtarea {
		margin: 0 -5% -70px auto;
	}
}

@media print,
screen and (max-width: 1023px) {
	.column05_wrap+.column05_wrap {
		margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
	}

	.column05_wrap.rev {
		flex-direction: row;
	}

	.column05 .imgarea,
	.column05 .txtarea {
		width: 90%;
	}

	.column05 .txtarea {
		margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
	}

	.column05 .txtarea {
		display: block;
	}

	.column05 .txtarea .txtinner {
		max-width: 100%;
	}

	.post .top_rec_title,
	.top_rec_title {
		text-align: center;
	}

	.post .top_rec_text {
		text-align: center;
	}
}

/*---------txtstyle-----------*/
.post .top_rec_text,
.top_rec_text {
	font-family: var(--font-family02);
	font-size: var(--rem16);
	font-weight: 600;
	text-align: left;
	margin: var(--rem20) auto;
	background: transparent;
	color: var(--color-secondary);
	line-height: 1.4;
	padding: 0;
}

.post .top_rec_text:before,
.post .top_rec_text:after,
.top_rec_text:before,
.top_rec_text:after {
	content: none;
}

.post .top_rec_title,
.top_rec_title {
	font-family: var(--font-family02);
	font-size: var(--rem28);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
	color: var(--color-secondary);
	line-height: 1.4;
	padding: 0;
}

.post .top_rec_title:before,
.top_rec_title:before {
	content: none;
}


/*------------------------------------------------------
TOP contact
------------------------------------------------------*/
#foot-contact_pt01 {
	clear: both;
	position: relative;
	background: var(--color-secondary);
	/*margin-top: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px);*/
	margin-left: calc(((100vw - 100%) / 2) * -1);
	/*margin-bottom: max(calc(-180px + (1vw - 19.2px) * -3.8835), -180px);*/
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) calc((100vw - 100%) / 2);
}

#foot-contact_pt01::before,
#foot-contact_pt01::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 70%;
	top: 0;
	left: 0;
}

#foot-contact_pt01::before {
	background: url(/wp-content/uploads/bg_top_contact.jpg) no-repeat center center;
	background-size: cover;
	z-index: 1;
}

#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%;
	color: #FFF;
	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(30px + (1vw - 19.2px) * 0.9709), 30px);
	transition: .3s;
}

#foot-contact_pt01 a.f-contact_btn::after {
	content: none;
}

#foot-contact_pt01 a.f-contact_btn.telBtn {
	color: #fff;
	background: var(--color-primary);
}

#foot-contact_pt01 a.f-contact_btn.mailBtn {
	color: var(--color-font);
	background: #fff;
}

#foot-contact_pt01 a.f-contact_btn.telBtn:hover,
#foot-contact_pt01 a.f-contact_btn.mailBtn:hover {
	opacity: .95;
}

#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 .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.telBtn .ico::before {
	content: '\f3cd';
}

#foot-contact_pt01 a.f-contact_btn .ico.mail_btn {
	display: block;
	background: var(--color-secondary);
	color: #fff;
	padding: 10px;
	margin: .3em 0;
	max-width: 400px;
	width: 90%;
	border-radius: 100px;
	font-size: 1.6rem;
}

#foot-contact_pt01 a.f-contact_btn.mailBtn .ico::before {
	content: '\f0e0';
	font-size: 1.8rem;
}

#foot-contact_pt01 a.f-contact_btn .ico.mail_btn:hover {
	opacity: .7;
}

#foot-contact_pt01 a.f-contact_btn .note {
	font-size: 1.4rem;
	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;
	font-family: var(--g-font-family);
	max-width: var(--content-max-width);
	margin: min(calc(40px + (1vw - 1.92rem) * 1.2945), 40px) auto;
	padding: 0 min(calc(2.0rem + (1vw - 1.92rem) * 0.6472), 20px);
	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: 50%;
	}
}

/*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);
		}
	}
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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-boder);
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.wpcf7-form .must {
	background: var(--color-primary);
}

.post .subimitarea .linkBtn input[type="submit"] {
	padding: 0;
}

.post h3.contact_title {
	font-size: var(--px30w);
	text-align: left;
	border: none;
	margin: 0 0 var(--px60);
	padding: 0;
}

.post h3.contact_title::after {
	display: none;
}

.aligncenter {
	text-align: left;
	margin-bottom: var(--px100);
}

/*------------------------------------------------------
下層ページ
------------------------------------------------------*/
h2.lower_title {
	text-align-last: center;
	font-size: var(--rem36);
	margin-bottom: var(--px40);
}

h2.lower_title::after {
	margin: 0.6em auto 0
}

h2.lower_title-col2 {
	text-align-last: left;
	font-size: var(--rem36);
	margin-bottom: var(--px40);
}

h2.lower_title-col2::after {
	margin: 0.6em 0 0 0;
}

/*------------------------------------------------------
会社概要
------------------------------------------------------*/
.com_greet_inner,
.company_inner {
	margin-bottom: var(--px100);
}

.company_contents>div:last-child {
	margin-bottom: 0;
}

.com_greet_inner .flexbox {
	align-items: center;
}

.company_contents p {
	font-size: var(--rem16);
	line-height: 1.65;
}

/*------------------------------------------------------
採用情報
------------------------------------------------------*/
.recruit_inner {
	margin-bottom: var(--px100);
}

.recruit_contents>div:last-child {
	margin-bottom: 0;
}

.post h2.recruit_lead {
	font-size: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534), 4.8rem);
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 0;
}

.post h2.recruit_lead::after {
	display: none;
}

.recruit_lead::first-letter {
	color: var(--color-primary);
}

.recruit_lead_en {
	font-family: var(--font-family02);
	color: var(--color-primary);
	font-size: var(--rem16);
	letter-spacing: .15em;
	margin-top: .5em;
}

.recruit_marker {
	background: linear-gradient(transparent 60%, #ff6 60%);
}

.recruit_message {
	font-size: var(--rem16);
	line-height: 1.65;
	text-align: center;
}

.recruit_text {
	font-size: var(--rem16);
	line-height: 1.65;
	text-align: center;
	margin-top: var(--px30);
}

.recruit_area {
	background: #eee;
	background-size: cover;
	padding: var(--px80);
}

.recruit_inner img {
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 55%;
}

@media print,
screen and (max-width: 768px) {
	.recruit_inner img {
		margin: 0 auto;
		text-align: center;
		display: block;
		width: 80%;
	}
}

@media print,
screen and (max-width: 600px) {
	.recruit_inner img {
		width: 100%;
	}
}

/*------------------------------------------------------
事業内容
------------------------------------------------------*/
.service_inner {
	margin-bottom: var(--px100);
}

.service_contents>div:last-child {
	margin-bottom: 0;
}

.service_inner .flexbox {
	align-items: center;
}

.service_contents p {
	font-size: var(--rem16);
	line-height: 1.65;
}

/* アンカー調整 */
.service_inner {
	padding-top: 100px;
	margin-top: -100px;
}