@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04/style.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-primary: #E5B138;	/* rgba(229, 177, 56, 1) */
	--color-primary-shade: rgba(229, 177, 56, 0.6);
	--color-primary-tint: rgba(229, 177, 56, 0.6);
	--color-secondary: #df4848;
	--body-font-family: 'Zen Kaku Gothic New', sans-serif;
	/*------▼ヘッダー設定▼------*/
	--header-color-font: #444;
	--header-color-primary: #E5B138;
	--header-color-primary-shade: #FFF;
	--header-color-primary-tint: rgba(229, 177, 56, 0.6);
	/*------▼フッター設定▼------*/
	--footer-background: #fff;
	--footer-color-font: #111;
	--footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Kaku Gothic New', sans-serif;
	--font-family02: 'Noto Sans JP', sans-serif;
	--font-family03: 'Shippori Mincho', serif;
}


/*-----------------------------
fullwide03
------------------------------*/
.fullwide03 {
	position: relative;
	background: transparent;
	padding: var(--px80) 0
}
.fullwide03:before {
    content: "";
    background: #aaa;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.fullwide03_wrap {
    background: #eee;
	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;
}












/*-----------------------------
cta02_col2
------------------------------*/
.cta02 {
	position: relative;
	padding: var(--px80) 0;
	z-index: 0;
}
.cta02:before {
    content: "";
    background: #eee;
    width: 100%;
    height: 65%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.cta02 .cta02_wrap {
	max-width: 1400px;
    width: 90%;
    margin: 0 auto;
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 1;
}
.cta02 .ctabtnlist {
    justify-content: space-between;
    max-width: 1400px;
    margin: var(--px50) auto 0 auto;
}
.cta02 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}
.cta02 .item {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30);
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 0;
    transition: all ease .15s;
}
.cta02 .item:hover{
	opacity: 0.8;
}
	
@media print, screen and (max-width: 768px) {
	.cta02 .ctabtnlist li, .cta02 .ctabtnlist .item {
		width: 100%;
	}
	.cta02 .ctabtnlist li + li {
		/* margin-top: 1rem; */
	}
}
	
/*ボタン共通パーツ*/

.cta02 .infotxt {
	font-size: var(--rem16);	
	font-weight: 400;
}
.cta02 .btnttl {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
	line-height: 1.4;
	font-size: var(--rem20);
}

	
/*電話ボタン*/
	
.cta02 .telnum {
	font-size: var(--rem36);
	margin-bottom: 1rem;
}	
.cta02 a.telbtn {
    background: #111;
	color: #fff;
}
	
/*メールボタン*/
	
.cta02 .mailarea.item {
    background: #fff;
}
.cta02 a.mailbtn {
    background: #111;
    color: #fff;
    display: flex;
    flex-direction: row;
	justify-content: center;
    max-width: 400px;
    width: 90%;
    border-radius: 50vh;
    padding: 20px;
    margin: 0 0 1rem 0;
}
.cta02 a.mailbtn {
    background: #111;
	color: #fff;
}
	
/*ボタンアイコン*/
	
.cta02 a.mailbtn::before, .cta02 .telnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
.cta02 .telnum::before {
	content: '\f3cd';
}
.cta02 a.mailbtn::before {
	content: '\f0e0';
}


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

/*--見出し--------------------------------------------*/
	
.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: min(calc(20px + (1vw - 19.2px) * 0.5580), 20px) min(calc(15px + (1vw - 19.2px) * 0.3236), 15px);/* 20-15px 15-10px (1920-375) */
}
.post table.table_style02 th {
	width: 25%;
	font-weight: 600;
}
.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;
	}
}	

/*--幅フル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;
}

/*--幅フル100%--------------------------------------------*/

.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

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

/*--幅フル100%--------------------------------------------*/
	
.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

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


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


/* 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 {
		padding: var(--px20) var(--px30s);
} */
	#header a.head_btn {
		flex-direction: row;
		gap: 5px;
		line-height: 1;
		font-family: var(--font-family01);
	}
	#header a.head_btn.tel_btn {
		align-content: center;
		flex-wrap: wrap;
		width: 11em;
		font-size: var(--rem24);
		color: #333;
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px)  min(calc(10px + (1vw - 19.2px) * 0.9709), 10px);
	}
	#header a.head_btn.tel_btn:hover {
		background: rgba(249, 255, 212, 0.6);
		opacity: 0.6;
	}
	#header a.head_btn.tel_btn::before {
		font-size: 1em;
	}
	#header a.head_btn.tel_btn .note,
	#header a.head_btn.tel_btn .note b {
		font-size: var(--rem12);
		font-weight: 500;
	}
	#header a.head_btn.mail_btn {
		font-size: var(--rem14);
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(40px + (1vw - 19.2px) * 0.5580), 40px);
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 .2em 0 0;
	}
}

/* header#h1Header::before {
	background: #FFF;
	opacity: .11;
}
header#h1Header h1.title {
	color: var(--color-primary);
}
header#h1Header h1.title span {
	background: #FFF;
	border-radius: 10px;
	padding: 0.1rem 2.5rem;
	font-size: var(--rem36);
} */


/* footer */
/*--------------------------------------------
FOOTER01
--------------------------------------------*/

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

.footer__inner {
	width: 94%;
	margin: 0 auto;
	padding-bottom: var(--px40);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5%;
    border-bottom: solid 1px;
}
@media print, screen and (max-width: 768px) {
	.footer__inner {
		flex-direction: column;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* ----------------------------
right
----------------------------*/

#footer .footnav ul {
    justify-content: flex-end;
}
@media print, screen and (max-width: 768px) {
	#footer .footnav ul {
		justify-content: center;
		margin-top: var(--px40);
	}
}

/*footer navi ico*/

#footer .footnav ul > li {
	position: relative;
	line-height: 1.4;
	padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 25px; /* 16-9px、15-8px (1920-375) */
	margin-bottom: 10px;
}
#footer .footnav ul > li::before {
    left: 0;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    margin-top: 0;
    background: transparent;
}

#footer .footnav ul > li::after {
	content: none;
}

/* ----------------------------
left
----------------------------*/

#footer .footer__logo:not(:last-child) {
    margin: 0;
    text-align: left;
}
.leftarea .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);
}


/* top */
.top01 {
	background: url(/wp-content/uploads/top01.png) no-repeat center/contain;
}
.top01 .content > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.top01 .top01_01 {
	font-family: var(--font-family03);
	font-weight: 500;
	color: #AAA;
	font-size: min(calc(25rem + (1vw - 1.92rem) * 0.3560), 25rem);
	line-height: 1.2;
}
.top01 .top01_02 {
	color: #000;
	font-size: var(--rem30);
	font-weight: 500;
	border: solid 2px #000;
	width: 100%;
	max-width: 420px;
	margin: 2rem auto;
	letter-spacing: 5px;
	line-height: 1.6;
}
.top01 .top01_03 {
	font-family: var(--font-family03);
	font-weight: 700;
	font-size: var(--rem60);
	line-height: 2;
	border-bottom: solid 4px #000;
	width: fit-content;
	padding: 0 5rem;
}
.top01 .top01_04 {
	font-weight: 700;
	font-size: var(--rem48);
	line-height: 2;
	width: fit-content;
	padding: 0 5rem;
}
@media print, screen and (max-width: 768px) {
	.top01 {
    background: url(/wp-content/uploads/top01.png) no-repeat 50% 25% / contain;
}
	.top01 .top01_01 {
		font-size: min(calc(20rem + (1vw - 1.92rem) * 0.3560), 20rem);
	}
	.top01 .top01_02 {
    font-size: var(--rem48);
	}
	.top01 .top01_04 {
		font-size: var(--rem60);
	}
}

.top02 {
	padding: 0 0 var(--px200);
}
.top02::before {
	background: url(/wp-content/uploads/top02.jpg) no-repeat bottom/cover;
	height: 80%;
}
.top02 .fullwide03_wrap {
	background: #FFF;
	padding: var(--px100) var(--px80);
}
@media print, screen and (max-width: 768px) {
	.top02 h2 {
		font-size: var(--rem30);
	}
}

.top03 {
	padding-bottom: 0;
}
.top03 .top03_01 {
	align-items: stretch;
}
.top03 .top03_02, .top03 .top03_03 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.top03 .top03_02 a,
.top03 .top03_03 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: var(--px240);
	font-family: var(--font-family03);
	font-size: var(--rem48);
	color: #fff;
}
.top03 .top03_02 a {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/uploads/top03.jpg) no-repeat center/cover;
}
.top03 .top03_02 a:hover {
	background: url(/wp-content/uploads/top03.jpg) no-repeat center/cover;
}
.top03 .top03_03 a {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/uploads/top04.jpg) no-repeat center/cover;
}
.top03 .top03_03 a:hover {
	background: url(/wp-content/uploads/top04.jpg) no-repeat center/cover;
}
.top03 .top03_02 img,
.top03 .top03_03 img {
	width: 28%;
	margin-top: var(--px120);
}

@media print, screen and (max-width: 768px) {
	.top03 {
		padding: 0 0 var(--px120);
	}
	.top03 .top03_02, .top03 .top03_03 {
		flex-direction: column-reverse;
	}
	.top03 .top03_02 a, .top03 .top03_03 a {
		height: 170px;
	}
}

/* news */
#front_bottom_content {
	background: transparent;
}
#front_bottom_content h1::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}
.postlist li:first-child {
	border-top: 1px solid #CCC;;
}
.postlist li {
	border-bottom: 1px solid #CCC;;
}
.postlist .time {
	background: #111;
}
.postlist .post_text {
	padding: 20px 0;
	color: #CCC;
}
.postlist .date, .postlist .ttls a {
	color: #111;
}

/* cta */
.cta02:before {
	background: linear-gradient(rgba(234, 234, 234, 0.6), rgba(234, 234, 234, 0.6)), url(/wp-content/uploads/cta01.jpg) no-repeat top/cover;
}
.cta02 p {
	font-size: var(--rem20);
	font-weight: 500;
}
.cta02 .ctabtnlist {
	box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.25);
}
.cta02 .item {
	font-family: var(--font-family02);
}
.cta02 .btnttl {
	font-weight: 600;
	font-size: var(--rem16);
}
.cta02 .infotxt {
	font-weight: 600;
}
.cta02 a.telbtn {
	background: var(--color-primary);
}
.cta02 .telnum {
	font-weight: 600;
}
.cta02 a.mailbtn {
	background: #333;
	max-width: 330px;
}

.post .linkBtn {
	padding: 0.5em 2.5em 0.5em 2.5em;
}
.post table th{
	background: #eec86f;
}

@media print, screen and (max-width: 1023px) {
	.front_contents{
		padding-top: var(--rem48w);
		padding-bottom: 0;
	}
	.top01 .top01_03,.top01 .top01_04{
		font-size: var(--rem42);
	}
	.top03 .top03_02 img, .top03 .top03_03 img{
		margin-top: var(--rem48w);
	}
	.top03{
		margin-bottom: var(--rem80w);
	}
}