@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@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-font: #ffffff;
	--color-primary: #303030;
	--color-primary-shade: #62656A;
	--color-primary-tint: linear-gradient(70deg,rgba(230, 203, 114, 1) 0%, rgba(208, 164, 37, 1) 50%, rgba(190, 132, 9, 1) 100%);
	--color-secondary: #B63033;
	--color-secondary-tint: #F9F9F9;
	--color-table-border: #ffffff;
	--body-font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1294), 1.8rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: "Noto Sans JP", sans-serif;
	--content-max-width: 1240px;
	--max-wide:calc(((100vw - 100%) / 2) * -1);
	--max-wide-inner:calc((100vw - var(--content-max-width)) / 2);
	/*------▼ヘッダー設定▼------*/
	--header-background: #62656A;
	--header-color-font: #FFFFFF;
	--header-color-primary: #62656A;
	--header-color-primary-shade: #62656A;
	--header-color-primary-tint: #62656A;
	/*------▼フッター設定▼------*/
	--footer-background: #141414;
	--footer-color-font: #ffffff;
	--footer-color-primary: #ffffff;
	/*------▼フォント設定▼------*/
	--font-family01: "Noto Serif JP", serif;
	--font-family02:  "Montserrat", sans-serif;
}
.post p{
	line-height:2.0;
}

.bg_re{
	position:relative;
}
.bg_max{
	margin-left:var(--max-wide);
	margin-right:var(--max-wide);
}
.gap1{
	gap:1%;
}
.gap3{
	gap:3%;
}
.post .txt_bold,.txt_bold{
	font-weight:600;
}
.w_fit{
	max-width:fit-content
}
.flex_wrap{
	flex-wrap: wrap;
}
.gap_col_row {
    row-gap: 3em;
}
.txt_red {
	color:red;
}
.txt_white{
	color:white;
}
.ap_1 img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;	
}
.ap_3_2 img{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.ap_8_5 img{
	width: 100%;
	aspect-ratio: 8/5;
	object-fit: cover;
}
.ra_15 img{
	border-radius:15px;
}
.ra_25 img{
	border-radius:25px;
}
.ra_30 img{
	border-radius:30px;
}
.em_txt, .post .em_txt{
	font-size: var(--rem28);
	line-height: 1.2;
	font-family: var(--font-family02);
}
.mid_txt, .post .mid_txt{
	font-size: var(--rem24);
	font-weight: 500;
}
.min_txt, .post .min_txt {
    font-size: var(--rem16);
    font-weight: 500;
    line-height: 1.3;
}
/*blog*/
#front_top_content, #front_bottom_content{
	background: transparent;
}
.post .time, .post .list .time, .post2b .time, .post4b .time{
	border-radius:3px;
}

/*GM*/
@media print, screen and (min-width: 1024px) {
	nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span,    nav#mainNav ul li.current-menu-item a span,
	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,nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-font);
	}
	nav#mainNav ul li.current-menu-parent a span,
	nav#mainNav ul li a span,nav#mainNav ul li a:hover span,
	nav#mainNav ul li.current-menu-item a span{
		font-weight: 400;
	}
	#header a.head_btn {
        flex-direction: column;
        background: var(--header-color-primary);
        color: white;
        font-family: var(--body-font-family);
        font-weight: 500;
		border-left:solid #303030 1px;
   }
	#header a.head_btn.saiyou_tel_btn{
		background: var(--header-color-primary-shade);
		color: var(--header-color-font);
	}
	#header a.head_btn b{
		font-weight: 400;
		font-size: 12px;
		line-height: 1.6;
	}
	#header a.head_btn b .note{
		text-align:center;
	}
	#header a.head_btn b .note b{
		margin-right:0.5rem;
		display:block;
	}
    #header a.head_btn i,#header a.head_btn img{
        margin-right:0.5em;
    }
	#header a.head_btn img{
		vertical-align: bottom;
	}
	nav#mainNav ul li a:hover,.sticky-header #header > .inner,
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li.current-menu-item a:hover,    nav#mainNav ul li a {
		background: var(--header-background);
		/* font-size: min(calc(1.8rem + (1vw - 1.92rem) * 0.2232), 1.8rem); */
	}
	#header a.head_btn.tel_btn::before{
		content:none;
	}
	#header a.head_btn.tel_btn{
		font-size:var(--rem24);
	}
	nav#mainNav ul.sub-menu li.current-menu-item a::before, nav#mainNav ul.sub-menu li a:hover::before,
	nav#mainNav ul li:hover ul.sub-menu a:before{
		content:none;
	}
	nav#mainNav ul li a b{
		font-weight: 600;
		font-family: var(--body-font-family);
		font-size: var(--rem16);
	}
	nav#mainNav ul li a span{
		font-size: var(--rem12);
	}
	nav#mainNav ul li a{
        padding: var(--px20) var(--px20);
	}
	nav#mainNav ul li.menu-item-type-custom a::after{
		content:none;
	}
	header#h1Header{
		background:white;
	}
	#header a.head_btn:hover ,
	nav#mainNav ul li a:hover{
		opacity:0.5;
	}
	#header a.head_btn.mail_btn.line::before{
		content: "";
	    display: inline-block;
	    width: 20px;      /* ← 好きなサイズに調整 */
	    height: 20px;     /* ← 好きなサイズに調整 */
	    background-image: url(/wp-content/uploads/line_svg.png);
	    background-size: contain;   /* 画像を縮小して収める */
	    background-repeat: no-repeat;
	}
	#header a.head_btn.mail_btn.chatark::before{
		content: "";
	    display: inline-block;
	    width: 20px;      /* ← 好きなサイズに調整 */
	    height: 20px;     /* ← 好きなサイズに調整 */
	    background-image: url(/wp-content/uploads/slack_svg.png);
	    background-size: contain;   /* 画像を縮小して収める */
	    background-repeat: no-repeat;
	}
	#header a.head_btn.mail_btn.slack::before{
		content: "";
	    display: inline-block;
	    width: 20px;      /* ← 好きなサイズに調整 */
	    height: 20px;     /* ← 好きなサイズに調整 */
	    background-image: url(/wp-content/uploads/chatwark_svg.png);
	    background-size: contain;   /* 画像を縮小して収める */
	    background-repeat: no-repeat;
	}
}
@media only screen and (max-width: 1023px) {
    nav#mainNav ul li a {
        background-color: white;
        color: #000;
    }
}
.spmenu #menu p {
    color:white;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after{
	background:white;
}
/*h1*/
h1.title, .post h1.title ,.post h1,.cta h1{
	font-family: var(--body-font-family);
	font-weight: 600;
	border:none;
	line-height: 1.0;
	font-size: var(--px60);
	margin-left: 0;
	letter-spacing: 4px;
	color: var(--color-font);
}
h1.title .sub_ttl,.post h1.title .sub_ttl,.post h1 .sub_ttl,.cta .sub_ttl{
	display: block;
	font-size: var(--rem20);
	font-family: var(--body-font-family);
	font-weight: 500;
	text-align: center;
	color: var(--color-font);
	letter-spacing: 0;
	position:relative;
	width: max-content;
	margin: auto;
	margin-top:1rem;
}

h1.txt_l::after{
	content: '';
	width: 100%;
	height: 1px;
	display: inline-block;
	background-color: var(--color-font);
	position: absolute;
	bottom: -2rem;
	left: 0;
}
h1.txt_l .sub_ttl{
	margin-left: 2rem;
}

/*h2*/
.post h2,h2{
	text-align:center;
	font-family: var(--body-font-family);
	font-weight: 600;
	border:none;
	line-height: 1.0;
	font-size: var(--px50);
	margin-left: 0;
	letter-spacing: 4px;
	color: var(--color-font);
}
.post h2 .sub_ttl,h2 .sub_ttl{
		display: block;
		font-size: var(--rem20);
		font-family: var(--body-font-family);
		font-weight: 500;
		text-align: center;
		color: var(--color-font);
		letter-spacing: 0;
		position:relative;
		width: max-content;
		margin: auto;
		margin-top:1rem;
}
.post h2::after{
	content: none;
}
.post h2.txt_l::after{
	left: 0;
}
/*h3*/
.post h3{
    font-size: var(--rem36);
    font-weight: 600;
    padding-left: 0;
    font-family: var(--body-font-family);
    border-bottom: none;
    padding-top: 3rem;
    margin: 0;
    padding-bottom: 1rem;
    color: var(--color-font);
}

/*h4*/
.post h4{
    font-size: var(--rem30);
    font-weight: 500;
    font-family: var(--font-family01);
    color: white;
    padding-left: 0;
    padding-bottom: 2rem;
	text-align:left;
}
.post h4::before{
	content:none;
}
/*icatch*/
header#h1Header::before{
	opacity: 0;
}
header#h1Header h1.title{
    font-size: var(--rem60);
    font-weight: 500;
    font-family: var(--font-family02);
    color: white;
}
header#h1Header h1.title::before,header#h1Header h1.title::after{
	content:none;
}
header#h1Header h1.title .sub_ttl{
	color: var(--color-primary);
}
h1.title.bottom-loop::before{
	content:none;
}
/* table */
.post table, .post table th, .post table td {
    border: none;
}
.post table {
    margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;
}
.post table th, .post table td {
    padding: min(calc(20px + (1vw - 19.2px) * 0.3236), 20px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
    border-bottom: 1px solid var(--color-table-border);
}
.post table th {
    text-align: left;
    width: 25%;
	font-weight: 600;
    vertical-align: top;
    background: transparent;
}
.post table td {
    color: var(--color-font);
    background: none;
    font-weight: 400;
}
.post table:first-child {
    margin-top: 0;
}
.post table:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 640px){
	.post table.responsive td {
	    text-align: left;
	}
}
/*blog-list*/
.post2b li .post2b_contents, .post4b li .post4b_contents{
    font-size: var(--rem14);
    line-height: 1.5;
}
/*btn*/
.link_btn{
	max-width: 300px;
	background: none;
	color: var(--color-primary);
	font-size: var(--rem30);
	padding-left: 0;
	font-weight: 400;
}
.link_btn::after{
	content: '>';
	background: var(--color-primary);
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	/* left: var(--rem16); */
	font-size: var(--rem20);
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.link_btn:hover{
	background:none;
	color: var(--color-primary);
	opacity:0.8;
}

.linkBtn, .post .linkBtn{
	max-width: 260px;
	/* border-radius:50px; */
	text-align: left;
	color: var(--color-font);
	background: none;
	font-weight: 500;
	font-size: var(--px20);
	border: solid 1px;
	border-radius: 0;
	text-align: center;
	padding: 10px 30px 10px 10px;
}

.linkBtn:hover, .post .linkBtn:hover{
	opacity:0.5;
	color: var(--color-font);
	background: none;
}


@media print, screen and (max-width: 1024px){
	#h1Header #thumb img {
		transform: translateX(-35%);
	}
}
/*ul*/
ul.dotto{
	list-style: none;
	padding: 1em;
	margin:auto;
}
ul.dotto li{
	position: relative;
	line-height: 1.3;
	margin-bottom: 0.5rem!important;
	margin-left: 2rem;
	font-weight: 400;
}
ul.dotto li::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -20px;
	width: 5px;
	height: 5px;
	background-color: var(--color-font);
	border-radius: 100px;
}
/*sitemap*/
.post ul#sitemap_list.sitemap_disp_level_0 > li a{
    font-weight: 400;
}
@media print, screen and (max-width: 1600px) {
	.post .inner ,.post .max_w1240,.post .max_w900{
		width:90%;
	}
}
/*top*/
.top.sec01{
	background: url(/wp-content/uploads/top01-bg.png) no-repeat;
	background-size: cover;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.top.sec01 .inner{
	background-color: var(--color-primary-shade);
	padding: 8rem 5rem;
}
.top.sec01 h4{
	width:fit-content;
	border-bottom:solid 1px white;
}
.top.sec02{
	margin-top:-1rem;
	padding:10rem 0;
	background:var(--color-primary-shade);
}
.top.sec02 .txt_area{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding: 7rem 5rem;
}
.top.sec03{
	padding:10rem 0;
}
.top.sec03 .img_area{
	width:15rem;
}
.top.sec03 .link_3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 60px 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top.sec03 .link_item {
    width: 100%;
    margin: 0;
    border: none;
	flex: 0 0 33.333%; 
    box-sizing: border-box;
    position: relative;
}

.post .link_item_img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.top.sec03 .link_item_img:before {
    content: "";
    display: block;
    padding-top: 75%;
}

.top.sec03 .link_item_img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.7);
    pointer-events: none;
}

.top.sec03 .link_item_img img {
    position: absolute;
    width: 100%;
    max-width: initial;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    padding: 0;
}
.top.sec03 .link_item a:hover .link_item_img:after{
	background:transparent;
}
.top.sec03 .link_item a:hover .link_item_img img {
    width: 120%;
    height: 120%;
    opacity: 1;
}

.link_item .link_item_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    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;
    gap: 10px;
    width: 100%;
    padding: 15px;
    line-height: 1.0;
    letter-spacing: 0.05em;
    color: var(--color-font);
    font-size: var(--rem30);
}

.link_item .link_item_ttl span {
    font-size: 30px;
    font-weight: bold;
}
.top.sec04{
	background: var(--color-primary-shade);
}
.top.sec04 .img_area {
    height: auto;
}
.top.sec04 .flexbox {
    align-items: stretch; /* 同じ高さに伸ばす */
}
.top.sec04 .map{
	margin-bottom:0;
}
.top.sec04 .map iframe {
    width: 100%;
    height: 100%; /* 親に合わせて伸縮 */
    object-fit: cover; /* 地図の欠け防止 */
}
.top.sec04 .txt_area{
	padding: var(--px80);
}
.top.sec04 table,.top.sec04 th,.top.sec04 td{
	border:none;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:400;
	background:transparent;
}
@media only screen and (max-width: 1100px) {
    .link_item .link_item_ttl span {
        font-size: 24px;
    }
}

@media only screen and (max-width: 960px) {
    .link_item .link_item_ttl span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
	.top.sec01 .inner{
		padding: 5rem 2rem;
	}
	.top.sec02 .img_area img{
		aspect-ratio:4/1;
		object-fit: cover;
	}
	.top.sec02 .txt_area{
		padding:3rem 2rem;
	}
	.top.sec03 .max_w900{
		width:100%;
	}	
	.top.sec03 .img_area{
		text-align: center;
	}
	.top.sec03 .img_area img{
		width: 150px;
	}
    .top.sec03 .link_3col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .top.sec03 .link_item_img:before {
        padding-top: 120px;
    }

    .link_item .link_item_ttl {
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 6px;
        padding: 0 15px;
    }

    .link_item .link_item_ttl span {
        font-size: 24px;
    }
	.top.sec04 .map{
		height:30rem;
	}
}
@media only screen and (max-width: 768px){
	.top.sec04 .txt_area{
		padding:3rem 5%;
		margin-bottom: 0rem;
	}
}
/*company*/
.company:not(:first-of-type) {
    padding-top: 10rem;
}
.company:not(:last-of-type) {
    padding-bottom: 10rem;
}
.company.sec02{
    padding-bottom: 10rem;
    background: var(--color-primary-shade);
    margin-bottom: -17rem;
}
.company.sec02 table tr th{
	background:var(--color-primary);
}
@media only screen and (max-width: 768px){
.company:not(:first-of-type) {
    padding-top: 5rem;
}
.company:not(:last-of-type) {
    padding-bottom: 5rem;
    }
}
/*service*/
.service:not(:first-of-type) {
    padding-top: 10rem;
}
.service:not(:last-of-type) {
    padding-bottom: 10rem;
}
.service .img_area img{
	width:100%;
}
/*cta*/
form.wpcf7-form.init a{
	text-decoration:underline;
}
.cta{
	background: url(/wp-content/uploads/top01-bg.png) no-repeat;
	background-size: cover;
	padding-top: 8rem;
	padding-bottom: 8rem;
	color: var(--color-primary-shade);
	margin-bottom: -1rem;
}
.cta h2,.cta h2 .sub_ttl{
	color:var(--color-primary-shade);
	margin-bottom: 3rem;
}
.cta .flexbox{
	max-width:1200px;
	margin:auto;
	margin-top:20px;
}
.cta .cta_btn{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align:center;
	background:white;
	min-height:140px;
}
.cta .cta_btn:hover{
	opacity:0.5;
}
.cta .cta_btn i,.cta .cta_btn img{
	margin-right:1rem;
	width:20px;
	height:20px;
}
.cta .btn_top_left.cta_btn i{
	margin-right:2rem;
}
.cta .cta_btn p{
	line-height:1.4;
}
.cta .cta_btn .p20{
font-size:var(--rem20);
}
.cta .cta_btn .p24{
	font-size:var(--rem24);
}
.cta .cta_btn .p36{
	font-size:var(--rem36);
}
.cta .cta_btn .p16,.cta .cta_btn .p16 .note b{
	font-size:var(--rem16);
	font-weight: 400;
}
.cta .cta_btn .p18{
	font-size:var(--rem18);
}
.btn_top_left.cta_btn{
	background:var(--color-primary);
	color:white;
}
.btn_top_right.cta_btn{
	background:var(--color-primary-shade);
	color:white;
}
.btn_bottom_left.cta_btn{
	background:#00B900;
	color:white;
}
@media only screen and (max-width: 1250px){
	.cta .flexbox,.cta p.txt_c{
		max-width:90%;
		margin: auto;
		margin-bottom:3rem;
	}
}
@media only screen and (max-width: 768px){
	.cta .cta_btn{
		min-height:100px;
	}	
}
#footer .footnav{
	margin-top:5rem;
}
#footer .footnav:not(:last-child) {
    margin-bottom: 5px;
}

input[type="submit"]{
	color: var(--color-font);
}
.subimitarea .linkBtn{
	background:var(--color-primary);
	border:none;
	padding-top:2rem;
	padding-bottom:2rem;
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding:0;
}
.subimitarea .linkBtn:hover{
	background:var(--color-primary);
	opacity:0.75;
}

.front_post_list .linkBtn {
  position: relative;
  color: transparent;        /* ① 元の文字を透明にする */
	border:solid 1px white;
	display: inline-block;
}

.front_post_list .linkBtn::before {
  content: "詳細を見る";
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);  /* ← 中央にくる */
  white-space: nowrap;
}
/* 投稿記事専用のCSS */
.single-post header h1.title span{
	font-size:var(--rem24w);
	padding:0;
}
.single-post .post h1.title span::before,.single-post .post header h1.title span::after{
	content:none;
}
.single-post .post h2{
	font-size:var(--rem40);
}
.single-post .post h3{
	font-size: var(--rem30);
}
.single-post .post h4{
	font-size: var(--rem24);
}
@media only screen and (max-width: 1440px){
	    #header .logo {
			padding-left:0.5vw;
		}
	#header .logo img {
        max-width: 12.5vw;
    }
	nav#mainNav ul li a {
        padding: var(--px20) var(--px12);
    }
	#header a.head_btn{
		padding: var(--px20) var(--px12);
		font-size: var(--px12);
	}
	#header a.head_btn.tel_btn {
        font-size: var(--px20);
    }
	nav#mainNav ul li a b {
		font-size: var(--px14);
	}
	#header a.head_btn b,#header a.head_btn b span{
		font-size: 10px;
	}
}

.note b{
	display:block;
}