@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=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-font: #2A211E;
	--color-primary: #BA1C22; /* rgba(186, 28, 34, 1) */
	--color-primary-shade: rgba(186, 28, 34, 0.6);
	--color-primary-tint: rgba(186, 28, 34, 0.6);
	--color-secondary: #E80303;
	--color-table-border: #D9D9D9;
	/*------▼ヘッダー設定▼------*/
	--header-color-font: #444;
	--header-color-primary: #BA1C22; /* rgba(186, 28, 34, 1) */
	--header-color-primary-shade: #fff;
	--header-color-primary-tint: rgba(186, 28, 34, 0.6);
	/*------▼フッター設定▼------*/
	--footer-background: #000;
	/*------▼フォント設定▼------*/
	--font-family03: 'Work Sans', 'Noto Sans JP', sans-serif;
}


/*-----------------------------
column_01
------------------------------*/

.column01 {
	position: relative;
	margin: var(--px60) 0 0;
}
.column01_wrap {
	position: relative;
	max-width: 1600px;
	width: 94%;
		margin: 0 auto;
	z-index: 1;
}
.column01 .txtarea {
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: var(--px80) var(--px40);
		margin: 0;
}
.column01 .txtarea .txtinner {
		max-width: 540px;
}
.column01 .imgarea {
		overflow: hidden;
		line-height: 0;
		margin: 0;
}
.column01 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*-----------------------------
column_02
------------------------------*/

.column02 {
	position: relative;
	padding: var(--px120) 0;
	margin: var(--px60) 0 0;
}
.column02:before {
		content: "";
		background: #aaa;
		width: 80%;
		height: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 0;
}
.column02_wrap {
	position: relative;
	max-width: 1600px;
	width: 94%;
		margin: 0 auto;
	z-index: 1;
}
.column02 .txtarea {
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: var(--px80) var(--px40);
		margin: 0;
}
.column02 .txtarea .txtinner {
		max-width: 540px;
}
.column02 .imgarea {
		overflow: hidden;
		line-height: 0;
		margin: 0;
}
.column02 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

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

/*-----------------------------
card
------------------------------*/

.card01_wrap {
	position: relative;
	margin: var(--px60) 0 0;
}
.card01_inner {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
}
.card01_list > li {
	position: relative;
	background: transparent;
}
.card01_list .imgarea {
	width: 100%;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	line-height: 0;
}
.card01_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card01_list .txtarea {
	padding: 20px 0 0 0;
	line-height: 1.6;
	text-align: left;
	background: transparent;
}

/*-----------------------------
.cardstyle
------------------------------*/
	
/*---------style02-------------*/
	
.card01_list.cardstyle02 > li .txtarea {
	background: #fff;
	padding: 20px 20px 30px 20px;
}

/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
	background: #aaa;
	position: relative;
	z-index: 0;
}
.cta01 .cta01_wrap {
	max-width: 1240px;
		width: 90%;
		margin: 0 auto;
	background: #eee;
		padding: var(--px80);
}
.cta01 .ctabtnlist {
		justify-content: space-between;
		max-width: 880px;
		margin: var(--px50) auto 0 auto;
}
.cta01 .ctabtnlist li {
		width: 50%;
		margin: 0;
		padding: 0;
		line-height: 1;
		display: flex;
}
.cta01 a.item {
	position: relative;
	display: flex;
	flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: var(--px30) 0;
		text-align: center;
		box-sizing: border-box;
		color: #111;
		border-radius: 0;
		transition: all ease .15s;
}
.cta01 a.item:hover{
	opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
	.cta01 .ctabtnlist li, .cta01 .ctabtnlist a.item {
		width: 100%;
	}
	.cta01 .ctabtnlist li + li {
		margin-top: 1rem;
	}
}
	
/*ボタン共通パーツ*/
	
.cta01 .btnttl {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
}
.cta01 .infotxt {
	font-size: var(--rem16);	
	font-weight: 400;
}
	
/*電話ボタン*/
	
.cta01 .telnum {
	font-size: var(--rem36);
	margin-bottom: 1rem;
}
.cta01 .telbtn .btnttl {
	font-size: var(--rem20);
}
.cta01 a.telbtn {
		background: #111;
	color: #fff;
}
	
/*メールボタン*/
	
.cta01 .mailbtn .btnttl {
	font-size: var(--rem24);
}
.cta01 a.mailbtn {
		background: #fff;
	color: #111;
}
	
/*ボタンアイコン*/
	
.cta01 .mailbtn .btnttl::before, .cta01 .telnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
.cta01 .mailbtn .btnttl::before {
	content: '\f0e0';
}
.cta01 .telnum::before {
	content: '\f3cd';
}

/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 .w50.image_box{
	position: relative;
	overflow: hidden;
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .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%);
}
.teleco_v1 .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: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px); /* 120-65px (1920-375) */
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.teleco_v1 .w50.image_box img {
		width: auto;
		height: 116%;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.teleco_v1 .w50.text_box {
		padding: 20px;
		margin-bottom:0;
	}
}

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


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

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


/*--------------------------------------------
FOOTER03
--------------------------------------------*/

/* ----全体LAYOUT調整----*/

.footer__inner {
	width: 94%;
	margin: 0 auto;
}

/* ----top----*/

#footer .footer__logo:not(:last-child) {
		margin: 0;
		text-align: left;
}
.toparea .logoare {
		display: flex;
		flex-direction: column;
		gap: var(--px14);
		line-height: 1;
}
.footer__catchphrase {
		line-height: 1.2;
	text-align: left;
}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
	.footer__catchphrase {
		text-align: center;
	}
}

/* ----SNSアイコン----*/

/*LAYOUT調整*/

#footer .socialicon ul, .socialicon ul {
		-webkit-box-pack: start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
		gap: 10px;
}
#footer .socialicon ul li, .socialicon ul li {
		padding: 0;
}
@media print, screen and (max-width: 768px) {
	#footer .socialicon ul, .socialicon ul {
		justify-content: center;
	}
}

/*アイコンサイズ調整*/

#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
		font-size: var(--rem24);
}

/* ----bottom----*/

.bottomarea {
		display: flex;
		justify-content: space-between;
		margin-top: var(--px40);
		gap: 5px;
}
#footer .footnav:not(:last-child) {
		margin-bottom: 0;
}
#footer .footnav ul {
		-webkit-box-pack: start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
}
#footer .footnav ul > li {
		margin: 0;
}
#copyright {
		margin: 0;
		background: transparent;
}
@media print, screen and (max-width: 768px) {
	.bottomarea {
		flex-direction: column;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#footer .footnav ul {
			-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

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

html {
	scroll-padding-top: 100px;
}

h1.title.front-post {
	display: none;
}

.post h2 span,
h1.title.bottom-loop span span {
	display: block;
	font-family: var(--font-family02);
	font-size: var(--rem120);
	font-weight: 700;
	letter-spacing: 0;
	color: #EFEFEE;
}
.post h2 {
	color: var(--color-primary);
	font-size: var(--rem48);
	text-align: left;
	line-height: 146%;
}
h1.title.bottom-loop {
	color: var(--color-font);
	font-size: var(--rem48);
	line-height: 146%;
}
.post h2::after {
	content: none;
}

.max_w900, .max_w1000 {
	margin: auto;
}

/* linkBtn */
.post .linkBtn {
	background: linear-gradient(90deg, #94252A, #DC3115);
	border-radius: 20px;
	font-size: var(--rem20);
}
.post .linkBtn:hover {
	background: linear-gradient(90deg, #94252A, #DC3115);
	opacity: 0.6;
}

.linkBtn.arrow,
#front_bottom_content .linkBtn,
#footer .linkBtn {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 22rem;
	font-family: var(--font-family03);
	font-style: italic;
	font-size: var(--rem20);
	font-weight: 700;
	color: var(--color-font);
	line-height: 1;
	text-align: left;
	background: transparent;
	border-bottom: solid 1px #000;
	border-radius: 0;
	transition: all .3s;
}
#front_bottom_content .linkBtn {
	color: #4D4D4D;
}
#footer .linkBtn {
	max-width: 16rem;
	color: #fff;
	font-style: normal;
	font-size: var(--rem16);
	font-weight: 400;
	border-bottom: solid 1px #fff;
}

.post .linkBtn::after,
#front_bottom_content .linkBtn::after,
#footer .linkBtn::after {
	content: none;
}

.linkBtn.arrow:hover {
	background: transparent;
	color: var(--color-font);
	opacity: 1;
}

.linkBtn .arw, .post .linkBtn .arw, a.linkBtn .arw {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: var(--px50);
	height: var(--px50);
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: 50%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .4s;
}
#footer .linkBtn .arw {
	background: transparent;
	border: 1px solid #fff;
}

.linkBtn:hover .arw, .post .linkBtn:hover .arw, a.linkBtn:hover .arw {
	background: transparent;
}

#footer .linkBtn:hover .arw {
	background: #fff;
}

.linkBtn .arw::after, .post .linkBtn .arw::after, a.linkBtn .arw::after {
	content: '';
	position: absolute;
	width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
	height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-70%, -50%) rotate(45deg);
	transition: .4s;
}

.linkBtn:hover .arw::after, .post .linkBtn:hover .arw::after,
a.linkBtn:hover .arw::after {
	border-color: var(--color-primary);
}
#footer .linkBtn:hover .arw::after {
	border-color: #000;
}

@media print, screen and (max-width: 768px) {
	.linkBtn.arrow,
#front_bottom_content .linkBtn,
#footer .linkBtn {
	max-width: 16rem;
}
}

/* table */
.post table {
	border: none;
}
.post table th, .post table td {
	border: none;
	border-top: 1px solid var(--color-table-border);
	background: transparent;
}
.post table tr:first-child th, .post table tr:first-child td {
	border-top: none;
}
table.table01 {
	border-collapse: separate;
	border-spacing: 0 2px;
	border: none;
}
table.table01 th {
	border-right: none;
	background-color: var(--color-font);
	color: #fff;
	font-weight: 400;
}
.post table.table01.responsive td,
.post table.table01.responsive tr:last-child td:last-child {
	border: 1px solid var(--color-table-border);
}

@media only screen and (max-width: 640px) {
	.post table.responsive th {
		background: var(--color-font);
		color: #fff;
	}
}

/* area */
.widearea {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
.widearea .content {
	width: 90%;
	max-width: var(--content-max-width);
	margin: auto;
}

/* header */
@media print, screen and (min-width: 1024px) {
	nav#mainNav ul li a {
		gap: 2px;
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: var(--header-color-font);
	}
	nav#mainNav ul li a span {
		font-weight: 500;
	}
	body:not(.home) nav#mainNav ul li a span,
	body:not(.home) nav#mainNav ul li a:active span,
	body:not(.home) nav#mainNav ul li a:hover span,
	body:not(.home) nav#mainNav ul li.current-menu-item a span,
	body:not(.home) nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-primary);
	}
	nav#mainNav ul li.current-menu-item a::before, nav#mainNav ul li a:hover::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 11px;
		border-bottom: 2px solid var(--header-color-primary);
		width: 70%;
		margin: 0 auto;
		display: block;
		height: 4px;
	}
	body.home nav#mainNav ul li.current-menu-item a::before,
	body.home nav#mainNav ul li a:hover::before {
		border-color: #000;
	}

	#header a.head_btn.tel_btn {
		flex-direction: row;
		flex-wrap: wrap;
		width: 9em;
		font-size: var(--rem24);
		color: var(--color-primary);
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(5px + (1vw - 19.2px) * 0.5580), 5px);
	}
	#header a.head_btn.tel_btn::before {
		font-size: 1em;
		margin-right: 0.2em;
		margin-bottom: 0;
	}
	#header a.head_btn.tel_btn span {
		font-family: var(--font-family02);
	}
	#header a.head_btn.tel_btn .note {
		margin-top: -14px;
	}

	body.home #header a.head_btn.tel_btn {
		color: #000;
	}
	body.home #header a.head_btn.mail_btn {
		background: #000;
	}
	body.home #header a.head_btn:hover {
		background: rgba(0, 0, 0, 0.3);
	}
}

/* footer */
.footer_img {
	position: relative;
}
.footer_img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
	top: 0;
	left: 0;
	z-index: 1;
}
.footer_img img {
	display: block;
	width: 100%;
}
#footer a {
	color: #fff;
}

@media print, screen and (max-width: 768px) {
	.footer__info {
		line-height: 1.5;
	}
}


/* top */
.top01 {
	background: #000;
}
.top01 .column01 {
	margin: var(--px20) 0 0;
}
.top01 .column01 .txtarea {
	background: transparent;
}
.top01 .column01 .txtarea .txtinner {
	max-width: none;
}
.top01 h2 {
	color: #fff;
	font-size: var(--rem24);
	line-height: 1;
	font-weight: 500;
}
.top01 h2 span {
	color: #fff;
	margin-bottom: 0;
}
.top01 .txtinner .txt01 {
	font-size: var(--rem36);
	font-weight: 500;
	line-height: 1.5;
}
.top01 .txtinner .txt02 {
	line-height: 2.5;
}
.top01 .linkBtn {
	color: #fff;
	border-color: #fff;
}
.top01 .linkBtn:hover {
	color: #fff;
}
.top01 .linkBtn:hover .arw {
	background: #fff;
	border-color: #fff;
}
.top01 .linkBtn:hover .arw::after {
	border-color: #000;
}
@media print, screen and (min-width: 769px) {
	.top01 .column01 .txtarea {
		padding: var(--px40) var(--px60) 0 var(--px40);
	}
}

.top02, .top04 {
	background: #EEEEEE;
}
.top02 h2, .top04 h2 {
	color: #000;
	margin: var(--px120) auto var(--px12);
}
.top02 h2 span, .top04 h2 span {
	color: #fff;
}
.top02 .card01_list .imgarea {
	aspect-ratio: 788 / 522;
}
.top02 .card01_list.cardstyle02 > li .txtarea {
	padding: 20px var(--px60) 30px var(--px60);
}
.top02 .num_list01 {
	counter-reset:number;
	list-style-type: none!important;
}
.top02 h3 {
	position: relative;
	padding-left: 0;
	font-size: var(--rem36);
	color: var(--color-font);
	border: none;
	z-index: 0;
}
.top02 h3:first-child {
	margin-top: var(--px60);
}
.top02 h3::before {
	position: absolute;
	counter-increment: number;
	content: "0" counter(number);
	display: inline-block;
	color: #FDDADB;
	font-family: var(--font-family03);
	font-style: italic;
	font-size: var(--rem80);
	font-weight: 700;
	left: 0;
	bottom: var(--px18);
	z-index: -1;
}

@media print, screen and (max-width: 768px) {
	.top02 .card01_list.cardstyle02 > li .txtarea {
		padding: 20px var(--px40) 30px var(--px40);
	}
	.top02 .col2_list > li {
		width: 100%;
	}
	.top02 .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

.top03 {
	padding: var(--px80) 0;
}
.top03 .column02 {
	margin: 0;
	padding: var(--px100) 0;
}
.top03 .column02::before {
	background: url(/wp-content/uploads/top04.png), #000000;
	mix-blend-mode: normal;
	width: 65%;
}
.top03 .column02 .txtarea {
	padding: var(--px80) var(--px60) var(--px80) var(--px12);
}
.top03 .column02 .txtarea .txtinner {
	width: 100%;
	max-width: none;
}
.top03 h2 {
	color: #000;
}
.top03 .linkBtn {
	font-style: normal;
}
@media print, screen and (min-width: 769px) {
	.top03 .column02 .imgarea {
		overflow: visible;
	}
	.top03 .column02 .imgarea img {
		width: 50vw;
		max-width: none;
		margin-right: calc(((100vw - 100%) / 2) * -1);
	}
}


/* cta */
.cta01 {
	padding: var(--px120) 0;
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/uploads/cta01.jpg) no-repeat center/cover;
}
.cta01 .cta01_wrap {
	max-width: 1600px;
	width: 94%;
	background: #000;
	padding: var(--px80) var(--px60) var(--px100);
}
.cta01 h2 {
	color: #fff;
	margin: var(--px120) auto var(--px30);
}
.cta01 h2 span {
	color: rgba(255, 255, 255, 0.5);
}
.cta01 .ctabtnlist li {
	border: solid 1px #fff;
}
.cta01 a.telbtn {
	background: #fff;
	color: var(--color-font);
}
.cta01 .telnum {
	font-family: var(--font-family02);
	font-weight: 700;
}
.cta01 a.mailbtn {
	background: #000;
	color: #fff;
}
.cta01 a.item:hover {
	opacity: 0.7;
}

@media print, screen and (max-width: 768px) {
	.cta01 .ctabtnlist li {
			height: 7em;
	}
}


/* news */
#front_bottom_content {
	background: transparent;
}
.postlist li:first-child {
	border-top: 1px solid #CCC;;
}
.postlist li {
	border-bottom: 1px solid #CCC;;
}
.postlist .time {
	background: #000;
}
.postlist .post_text {
	padding: 20px 0;
	color: #CCC;
}
.postlist .date {
	color: #000;
}
.postlist .ttls a {
	color: #111;
}

/* company */
/* service */
body.page-company #content.wide,
body.page-service #content.wide {
	padding-bottom: 0;
}

.service01 .teleco_v1 .w50.text_box {
	padding: var(--px20);
	align-items: flex-start;
}
.service01 h3 {
	width: 100%;
	margin: var(--px60) auto var(--px20) 0;
	border-bottom: 2px solid #000;
}
.service01 p {
	margin-top: 1rem;
}

@media print, screen and (min-width: 769px) {
	.service01 .teleco_v1 .w50.image_box::before {
		padding-top: calc(400px + (1vw - 19.2px) * 17.3762);
	}
}

/* recruit */
.recruit01 h2.contact_ttl {
	color: #000;
}
.recruit01 h2.contact_ttl::after {
	background: #000;
}
.recruit01 figure {
	max-width: 1060px;
	margin: auto;
}
.recruit01 .message {
	max-width: 800px;
	margin: auto;
}
.recruit01 .linkBtn {
	border-radius: 0;
}

/* contact */
.wpcf7-form .linkBtn {
	max-width: 350px;
	border-radius: 20px;
	padding: 0;
}
.wpcf7-form .linkBtn input[type="submit"] {
	width: 100%;
	padding: 20px 0;
}
.wpcf7-spinner {
	display: none;
}