@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+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #7FBFFF;
	--color-primary-shade: #06C755;
	--color-primary-tint: #FF6633;
	--color-secondary: #ED6A5A;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Serif JP', serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #7FBFFF;
	--header-color-primary-shade: #F5F5F5;
	--header-color-primary-tint: #FF6633;
	/*------▼フッター設定▼------*/
	--footer-background: #7FBFFF;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Serif JP', serif;
	--font-family02: 'Montserrat', 'Noto Serif JP', serif;
}

/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 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;
	}
}


/*================================================
				　採用情報
================================================*/

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem);
	/* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-style: italic;
}

.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-shade);
	letter-spacing: 0.8rem;
}

/*--幅フル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: #fafafa;
}

.post .widecolor>h2:first-child {
	margin-top: 0 !important;
}

/*--スタイルリストエリア--------------------------------------------*/

ul.box_style01>li {
	position: relative;
	gap: 40px;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: left;
}

.post ul.box_style01 .box_style_ttl {
	width: 100%;
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem);
	/* 2.8-2.1rem (1920-375) */
	font-weight: 400;
	padding: 0.6rem 0 0.6rem 2rem;
	margin: 0 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
	/*15-10px (1920-375) */
	border-bottom: none;
	border-left: 3px solid var(--color-primary-shade);
	text-align: left;
	font-style: italic;
	line-height: 1.4;
}

@media screen and (min-width: 769px) {
	ul.box_style01>li {
		display: flex;
	}
}

/*--ボタン別アイコン--------------------------------------------*/

a.external.ico_phone::before {
	content: '\f095';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}

a.external.ico_mail::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}

a.external.ico_phone::after,
a.external.ico_mail::after {
	content: none;
}

/*---table_style04-------------------------------------*/

.post table.table_style04 th {
	background-color: transparent;
}

.post table.table_style04,
.post table.table_style04 th,
.post table.table_style04 td {
	border: none;
}

table.table_style04 tr:first-child {
	border-top: 1px solid #ababab;
}

table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}

table.table_style04 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}

table.table_style04 th,
table.table_style04 td {
	padding: 50px 30px;
}

table.table_style04 th {
	position: relative;
	z-index: 0;
	color: #fff;
}

table.table_style04 th:before {
	position: absolute;
	content: "";
	/*background: rgb(247 247 247);*/
	background: #7FBFFF;
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}

table.table_style04 td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}

table.table_style04 td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}

@media print,
screen and (max-width: 768px) {

	table.table_style04 th,
	table.table_style04 td {
		padding: 35px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}

	table.table_style04 th {
		width: 32%;
	}

	table.table_style04 td {
		width: 68%;
	}
}

/*--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;
}

/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
	background: #C6F2FF;
	position: relative;
	z-index: 0;
}

.cta01 .cta01_wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding: var(--px80);
}

.cta01 .ctabtnlist {
	justify-content: center;
	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';
}




/*--------------------------------------------------
	親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: 1024px) {
	.sticky-header #header>.inner {
		background: var(--header-background);
	}
}

@media print,
screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: var(--header-background) !important;
	}
}

/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs {
	font-size: 85%;
}

.fm {
	font-size: 115%;
}

.fm2 {
	font-size: 130%;
}

.red {
	color: #FC0000;
}

.b {
	font-weight: bold;
}

.pick {
	color: var(--color-primary);
}

p.txt_ind {
	text-indent: -1em;
	margin-left: 1em;
}

p.nm {
	padding-bottom: 0;
}

/**/
.cen {
	text-align: center;
}

.lft {
	text-align: left;
}

.rit {
	text-align: right;
}

.pad_anchor {
	margin-top: -115px;
	padding-top: 115px;
}

/* 非表示用 */
@media print,
screen and (min-width: 641px) {

	/* PC用 */
	.dsp_smt {
		display: none;
	}

	.cen_pc {
		text-align: center;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	.dsp_hp {
		display: none;
	}
}

/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header .header__link {
		margin-left: 10px;
		margin-right: auto;
	}

	#header .header__link b {
		display: block;
		margin-bottom: 6px;
		font-size: 13px;
	}

	#header .header__link img {
		width: 100px;
	}

	/**/
	#header a.head_btn.tel_btn::before {
		display: none;
	}

	#header a.head_btn.tel_btn {
		background: var(--header-color-primary-shade);
		color: var(--header-color-font);
		text-align: center;
	}

	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 22px;
	}

	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 85%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}

	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}

	#header a.head_btn.mail_btn,
	#header a.head_btn.line_btn {
		font-size: 13px;
		font-weight: 500;
	}

	#header a.head_btn.mail_btn::before,
	#header a.head_btn.line_btn::before {
		margin-bottom: 5px;
	}

	#header a.head_btn.line_btn:not(:hover) {
		background: var(--color-primary-shade);
	}

	#header a.head_btn.line_btn::before {
		content: '\f3c0';
	}

	/**/
	nav#mainNav {
		height: auto;
	}

	nav#mainNav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}

	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;
	}
}

@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;
	}
}

/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#copyright {
	background: none;
}

#footer .footer__link img {
	display: block;
	width: 280px;
	margin: 0 auto;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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_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%;
}

/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 999px;
	padding: 15px 60px;
	line-height: 1.4;
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}

/**/
.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;
}

/**/
.bg_gray::before {
	background: #f5f5f5;
}

/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.post h1,
#contact_box h1,
#front-sectionPost h1 {
	font-size: var(--rem30);
	line-height: 1.4;
}

.post h1 span,
#contact_box h1 span,
#front-sectionPost h1 span {
	display: inline-block;
	padding-left: 18px;
	border-left: 12px solid var(--color-primary);
}

/**/
#top_about::before,
#top_about::after {
	width: 20vw;
	background: #C6F2FF;
}

#top_about::before {
	margin-right: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}

#top_about::after {
	left: auto;
	right: 0;
	margin-left: 0;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

#top_about h1 {
	font-size: var(--rem40w);
	text-align: left;
}

#top_about .photo li:nth-child(1) {
	margin-right: 35%;
}

#top_about .photo li:nth-child(2) {
	position: relative;
	top: -20px;
	margin-left: 35%;
	margin-bottom: -20px;
}

#top_about .txt_link {
	color: var(--color-font);
	text-decoration: none;
}

#top_about .txt_link:hover {
	text-decoration: underline;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#top_about .txt {
		width: 50%;
	}

	#top_about .photo {
		width: 45%;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#top_about::before {
		height: 300px;
	}

	#top_about::after {
		display: none;
	}
}

/**/
#top_recruit::before {
	background: url(/wp-content/uploads/top_recruit-bg-1-2.jpg.webp) no-repeat center center / cover;
}

#top_recruit h1 {
	font-size: var(--rem40w);
	text-align: left;
}

#top_recruit h1::after {
	margin-left: 0;
}

#top_recruit .box {
	background: rgba(255, 255, 255, 0.75);
}

#top_recruit .btn a {
	position: relative;
	display: inline-block;
	padding-left: 45px;
	color: var(--color-font);
	font-size: 120%;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}

#top_recruit .btn a:hover {
	color: #ff6633;
}

#top_recruit .btn a::before {
	position: absolute;
	top: 50%;
	left: 0;
	color: #ff6633;
	font-size: 30px;
	font-weight: 900;
	font-family: 'FontAwesome';
	content: "\f138";
	transform: translateY(-50%);
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#top_recruit h1 {
		margin: 0;
	}

	#top_recruit .btn {
		row-gap: 30px;
	}

	#top_recruit .btn li {
		width: 48%;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#top_recruit h1 {
		margin-bottom: 10px;
	}

	#top_recruit .btn li {
		margin-top: 15px;
	}
}

/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}

#contact_box {
	position: relative;
	z-index: 2;
}

#contact_box .bg_wide::before {
	background: url(/wp-content/uploads/top-contact_bg-1.jpg) no-repeat center center / cover;
}

#contact_box h1 {
	color: #fff;
}

#contact_box .btn a {
	position: relative;
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #C6F2FF;
	color: var(--color-font);
	line-height: 1.6;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#contact_box .btn a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#contact_box .btn a i {
	margin-right: 8px;
}

#contact_box .btn a b {
	font-size: 120%;
	font-weight: 500;
}

#contact_box .btn .tel a b {
	font-size: 150%;
}

#contact_box .btn .mail a {
	background: #FFBF80;
	color: #fff;
}

#contact_box .btn .line a {
	background: var(--color-primary-shade);
	color: #fff;
}

#contact_box .btn .line a img {
	width: 50px;
	margin-right: 10px;
	vertical-align: middle;
}

#contact_box .btn .mail a::before,
#contact_box .btn .line a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	font-family: 'FontAwesome';
	content: "\f138";
	transform: translateY(-50%);
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#contact_box .btn li {
		width: calc(100% / 3);
	}
}

/**/
#front_top_content,
#front_bottom_content {
	background: none;
}

/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: var(--color-font);
}

#thumbImg::before,
header#h1Header::before {
	display: none;
}

h1.title,
.post h1,
.post h2,
.post h3,
.post h4 {
	color: var(--color-font);
	line-height: 1.4;
}

/**/
.post h2.noline::after {
	display: none;
}

.post h2::after {
	height: 2px;
}

.post h2.sub {
	position: relative;
	padding: 0 0 0 25px;
	font-size: var(--rem28);
	line-height: 1.4;
	text-align: left;
}

.post h2.sub::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	margin: 0;
}

.post h2.h3 {
	font-size: var(--rem24w);
	text-align: left;
}

.post h2.h3::after {
	width: 100%;
	height: 1px;
	margin-top: 6px;
}

/**/
.post h3.sub,
.post h3.noline {
	padding: 0;
	border: none;
}

.post h3.sub {
	padding-left: 15px;
	border-left: 10px solid var(--color-primary);
}

.post h3 {
	border-width: 1px;
}

/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
body:not(.home) #wrapper {
	position: relative;
}

body:not(.home) #wrapper::before,
body:not(.home) #wrapper::after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 18vw;
	height: 100%;
	max-height: 1100px;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #C6F2FF;
	content: "";
	z-index: -1;
}

body:not(.home) #wrapper::before {
	margin-right: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}

body:not(.home) #wrapper::after {
	left: auto;
	right: 0;
	margin-left: 0;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	body:not(.home) #wrapper::before {
		height: 300px;
	}

	body:not(.home) #wrapper::after {
		display: none;
	}
}

/*--------------------------------------------------
	施工実績
--------------------------------------------------*/
.post ul.works_list li {
	position: relative;
	padding: 10px 0;
	padding-left: 35px;
	border-bottom: 1px solid #ddd;
}

.post ul.works_list li::before {
	position: absolute;
	top: 24px;
	left: 12px;
	display: block;
	width: 6px;
	height: 6px;
	background: var(--color-primary);
	border-radius: 50%;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	content: "";
}

/*--------------------------------------------------
	職場環境・社内制度
--------------------------------------------------*/
#environment_list dl {
	margin-bottom: 30px;
	padding: 20px;
	background: #E2F1FB;
	text-align: center;
}

#environment_list dt {
	min-height: 86px;
	margin-bottom: 20px;
	line-height: 1.6;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#environment_list dt b {
	display: block;
	color: #09147B;
	font-size: 115%;
}

#environment_list dd {
	padding: 0;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#environment_list dl {
		width: 32%;
		padding: 30px 20px;
	}
}

/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}

/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}

/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}

.wpcf7-form .must_fn {
	float: none;
}

/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}

.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}

/*----20241217スマホヘッダーサイボウズロゴリンク----*/
@media print,
screen and (max-width: 1023px) {
	body.mobile #header .logo .mark {
		align-items: flex-end;
		gap: 10px;
	}
}