@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=Montserrat:ital,wght@0,100..900;1,100..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: #F6F6F6;
	--color-background03: #ECF4F7;
    --color-font: #333;
    --color-primary: #1973D1;
    --color-primary-shade: #155190;
    --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: 'Montserrat', 'Noto Sans JP', sans-serif;
    --font-family03: 'Noto Serif JP', serif;


    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #333;
    --header-color-primary: #1973D1;
    --header-color-primary-shade: #155190;

    --footer-background: #fff;
    --footer-color-font: #fff;
    --footer-color-primary: #fff;
}

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

#front-sectionPost {
    width: 94%;
}
.post p {
	font-size: var(--rem16);
	line-height: 1.95;
}
.page_contents_inner + .page_contents_inner {
	margin-top: var(--px120);
}
/*------------------------------------------------------
幅フル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);
}

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

.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: 768px) {
	.post .col2_list > li {
		width: 100%;
	}
	.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%;
}
.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%;
        margin-bottom: 8%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 600px) {
	.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: 600px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

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

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
.post h2 {
	color: var(--color-primary-shade);
	font-weight: 700;
}

.post h2.main_ttl, h2.main_ttl,
h1.title.top-loop,
h1.title.bottom-loop {
	font-size: var(--rem30);
	color: var(--color-font);
	font-weight: 700;
	text-align: center;
	margin: 0 auto var(--px60);
}
.post h2.main_ttl span.sub_ttl, h2.main_ttl span.sub_ttl
h1.title.top-loop span.en_ttl,
h1.title.bottom-loop span.en_ttl {
	display: block;
	font-family: var(--font-family02);
	font-size: var(--rem80);
	color: var(--color-primary);
	font-weight: 900;
	line-height: 1;
}
.post h2.main_ttl::after, h2.main_ttl::after {
    content: none;
}


/*------------------------------------------------------
Btn
------------------------------------------------------*/
.post .linkBtn, #front-sectionPost .linkBtn {
	position: relative;
    display: inline-block;
	max-width: none;
    width: auto;
    background: none;
    color: var(--color-font);
	font-weight: 700;
    line-height: 1.5;
	text-align: center;
	margin: 0 auto;
	padding: 12px 5px;
    padding-right: 50px;
	border-radius: 0;
	border-bottom: 1px solid var(--color-font);
	transition: all .3s;
}
.post .linkBtn::before, #front-sectionPost .linkBtn::before {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: var(--color-primary);
    background-size: 200% 100%;
    background-position: 0 0;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    content: "";
	color: var(--color-font);
    line-height: 1.5;
}
.post .linkBtn::after, #front-sectionPost .linkBtn::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-color: var(--color-font);
    transition: all 0.3s ease-in-out;
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}
.linkBtn:hover, .post .linkBtn:hover, #front-sectionPost .linkBtn:hover {
    background-position: 100% 0;
	background: transparent;
	color: var(--color-font);
}
.post .linkBtn:hover::before, #front-sectionPost .linkBtn:hover::before {
	background: #fff;
}
.post .linkBtn:hover::after, #front-sectionPost .linkBtn:hover::after {
	border-right: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}

.post .subimitarea .linkBtn input[type="submit"] {
	color: var(--color-font);
	font-weight: 600;
}


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

/*------------------------------------------------------
Footer
------------------------------------------------------*/
#footer {
	background: url(/wp-content/uploads/bg_footer.jpg) no-repeat center / cover;
}
nav#mainNav ul li a {
	padding: var(--px20);
}
nav#mainNav ul li a b {
	font-weight: 700;
}
nav#mainNav ul li a span {
	color: var(--color-primary);
	font-family: var(--font-family02);
	font-weight: 700;
	font-size: var(--rem12);
	margin-top: 3px;
}
#header a.head_btn.mail_btn {
	background: var(--color-primary);
	color: #fff;
	font-size: 1.3rem;
}
#header a.head_btn.tel_btn {
	background: #fff;
	color: var(--color-primary);
	font-size: 1.5rem;
}

#footer ul li a {
    color: var(--footer-color-font);
    margin-left: .5em;
}
#footer .footnav ul > li {
    margin-right: 20px;
}
#footer .footnav ul > li:last-child {
    margin-right: 0;
}
#footer .footnav ul > li::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    display: block;
    font-size: var(--rem14);
    font-weight: 600;
    color: var(--footer-color-font);
    background: none;
}
#footer .footnav ul > li::after {
    content: none;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
    color: var(--footer-color-font);
}
#copyright {
    background: transparent;
    color: var(--footer-color-font);
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.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;
    line-height: 1.85;
}
.wpcf7-form .must {
	background: var(--color-primary)
}
.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-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
	font-family: var(--font-family01);
    padding: 0;
}

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


/*------------------------------------------------------
TOP
------------------------------------------------------*/

/* greet */
.greet_inner {
	align-items: center;
	position: relative;
}
.greet_inner .textarea {
	background: url("/wp-content/uploads/icon_greet.svg") no-repeat right 40px top / 70% auto;
	overflow: visible;
	padding: 8% var(--px100) 8% 0;
}
.post h2.greet_ttl, h2.greet_ttl {
	font-family: var(--font-family03);
	text-align: left;
	color: var(--color-primary-shade);
	font-size: var(--rem40);
	font-weight: 700;
	margin: 0 0 var(--px20);
}
.post h2.greet_ttl::after, h2.greet_ttl::after {
    content: none;
}
.post p.greet_subTtl, p.greet_subTtl {
	font-size: var(--rem30);
	color: var(--color-primary);
	font-weight: 700;
	margin: 0 0 var(--px50);
	text-align: left;
}
.post p.greet_text {
	font-size: var(--rem16);
	line-height: 1.85;
}
@media print, screen and (max-width: 768px) {
	.greet_inner .textarea {
		padding: var(--px40) 5% 0;
	}
	.front_contents.greet {
		padding-top: var(--px60);
	}
}


/* topService */
.front_contents.topService {
	padding-top: 0;
}
.topService_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	gap: 0;
}
.post .col3_list.topService_inner > li {
	width: calc(100% / 3);
}
.card03_list.cardstyle02 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s all;
}
.card03_list.cardstyle02 > li:hover .imgarea img {
	transform: scale(1.1);
}
.card03_list.cardstyle02 > li:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.card03_list.cardstyle02 > li.color01:before {
    background: rgba(25, 115, 209, 0.7);
}
.card03_list.cardstyle02 > li.color02:before {
    background: rgba(13, 74, 138, 0.7);
}
.card03_list.cardstyle02 > li.color03:before {
    background: rgba(25, 115, 209, 0.7);
}
.card03_list.cardstyle02 .txtinner {
	position: relative;
	z-index: 1;
	display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}
.card03_list.cardstyle02 .txtinner h3.main_ttl {
	color: #fff;
	font-size: var(--rem30);
	font-weight: 800;
	text-align: right;
	margin-left: auto;
    padding: 0;
    border: none;
	line-height: 1.6;
}
.card03_list.cardstyle02 .txtinner h3.main_ttl span.sub_ttl {
	display: block;
	font-family: var(--font-family02);
	font-size: var(--rem40);
}
.card03_list.cardstyle02 .imgarea {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	line-height: 0;
	z-index: -1;
}
.card03_list.cardstyle02 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card03_list.cardstyle02 a.filllink {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
body#editor-style .card03_list.cardstyle02 a.filllink {
	position: static;
	display: block;
	background: var(--color-font);
	height: 30px;
}
body#editor-style .card03_list.cardstyle02 a.filllink::before {
	content: "ダブルクリックでリンク設定";
	color: #fff;
	font-size: 10px;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -10;
}
body#editor-style .card03_list.cardstyle02 > li:before {
	z-index: -1;
}
body#editor-style .card03_list.cardstyle02 .imgarea {
	position: static;
}
.card03_list > li {
	background: #eee;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 5;
}
.card03_list .txtarea {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    min-height: 450px;
    padding: var(--px60) var(--px60) var(--px100);
    color: var(--color-font);
}

.post .topService .toplink {
	position: relative;
}
.post .topService .toplink::before {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    content: "";
    line-height: 1.5;
}
.post .topService .toplink::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-color: #fff;
    transition: all 0.3s ease-in-out;
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}
.toplink:hover, .post .toplink:hover {
    background-position: 100% 0;
	background: transparent;
	color: #fff;
}
.post .toplink:hover::before {
	background: #fff;
}
.post .toplink:hover::after {
	border-right: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}
	.post .topService a.toplink {
		position: relative;
		margin-top: 20px;
        z-index: 30;
        display: block;
		text-align: right;
	}
@media print, screen and (max-width: 768px) {
	.post .col3_list.topService_inner > li {
		width: 100%;
		margin-bottom: 0;
	}
}

/* topWork */
.topWork {
	position: relative;
	padding: 0 0 var(--px120);
}
.topWork:before {
    content: "";
    background: url(/wp-content/uploads/bg_work.jpg) no-repeat center / cover;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.topWork .topWork_wrap {
	max-width: 1650px;
	width: 90%;
	margin: 0 auto;
}
.post .col2_list.topWork_wrap > li {
	padding: var(--px120) var(--px60);
}
.post .col2_list.topWork_wrap > li.topWork_com {
	background: var(--color-primary-shade);
	color: #fff;
}
.post .col2_list.topWork_wrap > li.topWork_rec {
	background: var(--color-primary);
	color: #fff;
}
.topWork .topWork_wrap li h2.main_ttl,
.topWork .topWork_wrap li h2.main_ttl span.sub_ttl {
	color: #fff;
}
.topWork .topWork_wrap li a.linkBtn {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.post .topWork .linkBtn::before {
	background: #fff;
	border: 1px solid #fff;
}
.post .topWork .linkBtn::after {
	border-right: 1px solid var(--color-primary);
	border-bottom: 1px solid var(--color-primary);
}


/*------------------------------------------------------
CTA
------------------------------------------------------*/
#foot-contact_pt05 {
	clear: both;
	position: relative;
	background: url(/wp-content/uploads/bg_cta.jpg) no-repeat center / cover;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) calc((100vw - 100%) / 2);
}
#foot-contact_pt05 .wrapper_content {
	background: #fff;
	padding: var(--px100) var(--px80);
}
#foot-contact_pt05 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_pt05 a.f-contact_btn.telBtn {
	color: #FFF;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
}
#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
	color: var(--color-primary);
	background: var(--color-background02);
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
	color: var(--color-primary);
	background: var(--color-background02);
	border: 1px solid var(--color-background02);
}
#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
	color: #FFF;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
}

#foot-contact_pt05 a.f-contact_btn::after {
	content: none;
}
#foot-contact_pt05 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_pt05 a.f-contact_btn.telBtn .ico {
	display: block;
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
#foot-contact_pt05 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_pt05 a.f-contact_btn.telBtn .ico::before {
	content: '\f3cd';
}
/* #foot-contact_pt05 a.f-contact_btn.lineBtn .ico::before {
	content: '\f3c0';
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
} */
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico::before {
	content: '\f0e0';
}
#foot-contact_pt05 a.f-contact_btn .note {
	font-size: 1.3rem;
	font-weight: 600;
}
#foot-contact_pt05 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: 800px;
	margin: min(calc(40px + (1vw - 1.92rem) * 1.2945),40px) auto;
	z-index: 10;
}
#foot-contact_pt05 ul.contactbtn_list > li {
	width: 100%;
}
#foot-contact_pt05 ul.contactbtn_list > li a.f-contact_btn {
	width: 100%;
	max-width: none;
	min-width: inherit;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, .1);
}
#foot-contact_pt05 ul.contactbtn_list:first-child {
	margin-top: 0;
}
#foot-contact_pt05 ul.contactbtn_list:last-child {
	margin-bottom: 0;
}
/*レスポンシブ対応*/
@media print, screen and (min-width: 641px) {
	#foot-contact_pt05 ul.contactbtn_list > li {
		width: calc((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2);
	}
}
@media print, screen and (max-width: 640px) {
	#foot-contact_pt05 .wrapper_content {
		padding: var(--px100) var(--px40);
	}
}
/*FireFox対応*/
@-moz-document url-prefix() {
	@media print, screen and (min-width: 641px) {
		#foot-contact_pt05 ul.contactbtn_list > li {
			width: calc(((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2) - 1px);
		}
	}
}

/*================================================
事業内容
================================================*/

/*--teleco_v1------------------------------*/

.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 h2:after {
	content: none;
}
.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) */
}
.post h3.service_ttl, h3.service_ttl {
	font-size: var(--rem30);
	color: var(--color-font);
	width: 100%;
	text-align: left;
	background: var(--color-background03);
	margin: 0 0 var(--px40);
	padding: .5em 1em;
    border: none;
	border-left: 5px solid var(--color-primary);
}
@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: var(--px50) 20px;
		margin-bottom: var(--px80);
	}
}


/*================================================
会社概要
================================================*/

/*--見出し--------------------------------------------*/

.post .sub_company h2 {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: left;
	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 .sub_company h2::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post .sub_company h2::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 2px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
	margin-right: auto;
	margin-left: 0;
}
.post .sub_company h2:first-child {
	margin-top: 0;
}

/*--テーブル--------------------------------------------*/

.post table.table_style02 , .post table.table_style02 th, .post table.table_style02 td {
	border-width: 1px 0;
	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: 16px;
}
.post table.table_style02 th {
	width: 25%;
	font-weight: 600;
	background: var(--color-background03);
}
.post table.table_style02:first-child {
	margin-top: 0;
}
.post table.table_style02:last-child {
	margin-bottom: 0;
}

/*--list--------------------------------------------*/

.post .list_style01 li {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-shrink: 0;
	border-bottom: solid 1px #ddd;
}
.post .history_style01 li .head {
	width: 25%;
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.post .list_style01 li .body {
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.post .list_style01 li:nth-child(odd) {
	background: #eee;
}
@media only screen and (max-width: 640px) {
	.post .list_style01 li {
		flex-direction: column;
	}
	.post .list_style01 li .head {
		width: 100%;
		padding-bottom: 0;
	}
}


/*================================================
選ばれる理由
================================================*/

.reason {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: var(--px80);
}
.reason_inner {
	align-items: center;
}
.post .reason h2.reason_ttl {
	margin: 0 0 var(--px30);
	text-align: left;
	color: var(--header-color-primary-shade);
	font-size: var(--rem30);
	font-weight: 700;
}
.post .reason h2.reason_ttl:after {
    content: none;
}
.post .reason h2.reason_ttl span {
	display: block;
	font-size: var(--rem24);
	font-weight: 800;
	font-family: var(--font-family02);
	color: var(--color-font);
}
.post .reason h2.reason_ttl span em {
	font-style: normal;
	color: var(--color-primary);
	font-weight: 800;
}
.post .reason p.reason_text {
	font-size: var(--rem16);
	line-height: 1.85;
}


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

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 700;
	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);
	letter-spacing: 0.8rem;
}
.message {
	text-align: center;
}
@media print, screen and (max-width: 768px) {
	.message {
		text-align: left;
	}
}

/*--スタイルリストエリア--------------------------------------------*/

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;
}
table.table_style04 th:before {
	position: absolute;
	content: "";
	background: var(--color-background03);
	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: var(--color-background03);
    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: var(--color-font);
    padding: 0.8em 1.2em;
    display: block;
    width: 250px;
    text-align: left;
}

article.category-news .post >*  {
    margin-bottom: .5em;
}