@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=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #F3F5E9;
    --color-background-tint: #FAFAFA;
    --color-font: #333;
    --color-primary: #9ED173;
    --color-primary-shade: #5CB114;
    --color-primary-tint: #BEBEBE;
    --color-secondary: #C70B2E;
    --color-secondary-tint: #eee;
    --color-table-border: #DEDEDE;
	--body-font-size: clamp(14px, .94vw, 16px); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #87D075;
    --header-color-font: #FFF;
    --header-color-primary: #5CB114;
    --header-color-primary-shade: #5CB114;
    --header-color-primary-tint: #D0EDB8;
	/*------▼フッター設定▼------*/
	--footer-background: #5CB114;
    --footer-background-tint: #D0EDB8;
    --footer-background-shaade: #5CB114;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: "Zen Old Mincho", serif;
	/*------▼フォントサイズ設定▼------*/
    --font-size16: clamp(14px, .94vw, 16px);
    --font-size18: clamp(14px, .94vw, 18px);
    --font-size20: clamp(18px, 1.1vw, 20px);
    --font-size21: clamp(18px, 1.15vw, 21px);
	--font-size26: clamp(18px, 1.4vw, 26px);
    --font-size30: clamp(22px, 1.6vw, 30px);
    --font-size32: clamp(24px, 1.67vw, 32px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size42: clamp(30px, 2.2vw, 42px);
    --font-size50: clamp(32px, 2.7vw, 50px);
	/*------▼clampバリエーション設定▼------*/
    --clamp-10: clamp(5px, 0.52vw, 10px);
    --clamp-14: clamp(7px, 0.73vw, 14px);
    --clamp-20: clamp(10px, 1.04vw, 20px);
    --clamp-30: clamp(15px, 1.56vw, 30px);
    --clamp-40: clamp(20px, 2.08vw, 40px);
    --clamp-60: clamp(30px, 3.13vw, 60px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-100: clamp(60px, 5.42vw, 100px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
/* == 非表示 =================================================== */
.post h2, .post h3, .post h4 {
	padding: 0;
	margin: 0; 
	border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
	content: none;
}
/* == ヘッダー調整/header =================================================== */
@media print, screen and (min-width: 1024px) {
/* ========================
ヘッダー下部
======================== */
    #header {
        height: 100px;
    }
	body.home #header {
		position: absolute;
		background: transparent;
	}
/* ========================
スティッキーヘッダー
======================== */
    .sticky-header #header-layout {
        height: 100px;
    }
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
/* ========================
ヘッダー下部__グローバルナビ
======================== */
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-weight: bold;
	}
	nav#mainNav ul li a b {
		font-size: var(--rem18);/* 文字サイズ（上部）の設定 */
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary-tint);
		font-size: 11px;/* 文字サイズ（下部）の設定 */
	}
	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: transparent;/* アクション時の背景色の設定 */
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: #FFF;/* アクション時の文字色（上部）の設定 */
		border-bottom: 2px solid #FFF;
		margin-bottom: 3px;
	}
	nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span {
		color: #FFF;/* アクション時の文字色（下部）の設定 */
	}
	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
    #header a.head_btn {
        font-size: 16px;
    }
}
	/*-----SPヘッダー
--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		color: var(--color-font);
	}
	.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
		background: #FFF;
	}
	.spmenu #menu p {
		color: #FFF;
	}
}
/* == トップ記事投稿（archive） =================================================== */
#front_top_content, #front_bottom_content {
	background: transparent;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
#front-sectionPost {
	width: 90%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
/* == リスト表示 =================================================== */
.post li {
	border-bottom:1px solid #ddd;
}
/* == フッター調整/footer =================================================== */
#footer {
    padding-bottom: 0;
}
#footer a {
	transition: .5s ease;
}
#footer .inner {
    max-width: 100%;
    width: 100%;
    padding: 15px 0 10px;
	background: var(--footer-background);
}
#copyright {
    margin-top: 0;
    padding-bottom: 10px;
}
#footer {
    background: var(--footer-background-tint);
    border-top: 10px solid var(--footer-background);
}

#footer .content_inner {
	padding-bottom: var(--rem60);
}

#footer h2, #footer p {
    color: var(--color-font);
}
#footer h2 {
    font-size: var(--font-size26);
    line-height: 1.5;
    margin-bottom: 1em;
    font-weight: bold;
}
#footer p {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1em;
    font-weight: 500;
}
#footer h2 span.sub {
    position: relative;
    padding: .2em 0 .2em 2.5em;
    font-size: var(--font-size18);
    display: inline-block;
}
#footer h2 span.sub::before {
    content: '';
    position: absolute;
    width: 1.4em;
    height: 1.4em;
    background: var(--color-primary-shade);
    opacity: .85;
    left: 0;
    top: 0;
}
#footer h2 span.sub::after {
    content: '';
    position: absolute;
    width: 1.16em;
    height: 1.16em;
    background: var(--color-primary-shade);
    opacity: .55;
    left: .7em;
    top: .9em;
}

@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
}
/* == アイキャッチ/eyecatch =================================================== */
header#h1Header h1.title {
    font-size: calc(var(--font-size42) + 4px);
}
#thumbImg::before, header#h1Header::before {
    opacity: .13;
}
/* == postlist =================================================== */
/* == inner/outer =================================================== */
.max_wFull {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_wFull::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
.content_inner {
	width: 90%;
	position: relative;
}
/* == テキスト調整/text =================================================== */
 
.post p, .post h2, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post p {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1em;
	font-weight: 500;
}
.post h2, h1.title {
    font-size: var(--font-size26);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h3 {
    font-size: var(--font-size21);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h4 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: .5em;
	font-weight: bold;
}
.post h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: 400;
}
span.en {
    font-family: var(--font-family02);
}
span.px50 {
    font-size: var(--font-size50);
}
.post h2 span.sub {
    font-size: var(--font-size18);
    display: inline-block;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == レイアウト調整 =================================================== */
.gap_1 {
    gap: 1%;
}
.flex_1 {
    flex: 1;
}
.w25 {
    width: 25%;
}
.w35 {
    width: 35%;
}
.w45 {
    width: 45%;
}
.w65 {
	width: 65%;
}
.w75 {
    width: 75%;
}
.jc_between {
    justify-content: space-between;
}
.jc_around {
    justify-content: space-around;
}
.jc_evenly {
    justify-content: space-evenly;
}
.align_center {
	align-items: center;
}
.shadow {
    box-shadow: 0 4px 4px #00000026;
}
.content-item+.content-item { 
    padding-top: var(--clamp-150);
}
.img-area img {
    width: 100%;
}
.col-3 {
    width: calc((100% / 3) - 15px);
    background: #FFF;
}
.col-3 .txt-area {
    padding: var(--rem12);
}
.col-3 h3 {
    font-size: var(--font-size20);
    text-align: center;
    margin-bottom: .5em;
}
.col-3 p {
    margin-bottom: 0;
}
.columun_01 {
    align-items: center;
}
.columun_01 + .columun_01 {
	margin-top: var(--clamp-100);
}
.columun_01 .txt-area {
    position: relative;
    width: calc(50% + 44px);
    z-index: 10;
    margin-left: -44px;
}
.columun_01.rev .txt-area {
    margin-right: -44px;
	margin-left: unset;
}
.columun_01 .img-area {
    position: relative;
    width: calc(50% + 44px);
}
.columun_01 .txt-inner {
    background: #FFF;
    max-width: 572px;
    width: 90%;
    padding: 5%;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {
		margin-left: auto;
	}
	.mr-auto {
		margin-right: auto;
	}
}
@media print, screen and (max-width: 768px) {
    .w25, .w35, .w45, .w55, .w65, .w75 {
        width: 100%;
		margin-bottom: 20px;
    }
	.col-3 {
		width: 100%;
		margin-bottom: 20px;
	}
	.flex_1 {
		margin-bottom: 40px;
	}
    .columun_01 .img-area {
        width: 100%;
    }
    .columun_01 .txt-area {
        width: 100%;
        margin: 0;
    }
    .columun_01 .txt-inner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .columun_01 + .columun_01 {
        margin-top: 0;
    }
        
}
/* == grid_container =================================================== */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-template-rows: auto;
    gap: 20px;
}
.grid-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
	border: 1px solid #DCDDDD;
	border-radius: 5px;
	background: #FFF;
}
.grid-item img {
    width: 100%;
}
.gCol-3 {
	grid-template-columns: repeat(3, 1fr)!important;
}
.gCol-2 {
	grid-template-columns: repeat(2, 1fr)!important;
}
@media print, screen and (max-width: 768px){
	.gCol-2, .gCol-3 {
		grid-template-columns: repeat(1, 1fr)!important;
	}
}
/* == flex-container =================================================== */
.flex-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
.flex-container.wrap {
    flex-wrap: wrap;
}
.flex-container.nowrap {
    flex-wrap: nowrap;
}
.flex-container:has(.flex-container__col-3) {
    align-items: normal;
}
.flex-container__col-2 {
    width: calc(50% - 25px);
}
.flex-container__col-3 {
    width: calc(33.3333333333% - 25px);
}
.flex-container__img img {
    width: 100%;
}
.flex-container__text {
    width: 90%;
}
@media print, screen and (min-width: 769px) {
    .flex-container__text {
        max-width: 500px;
    }
    .flex-container.rev {
        flex-direction: row-reverse;
    }
}
@media print, screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .flex-container__col-2, .flex-container__col-3 {
        width: 100%;
    }
    .flex-container__text {
        margin: 0 auto;
    }
}
/* == テーブル、マップ調整/table,map =================================================== */
.post table, .post table th, .post table td {
    border-color: #EAEAEA;
}

.post table th, .post table td {
    font-size: var(--font-size16);
    font-weight: 500;
    vertical-align: middle;
    padding: 1em 2em;
}

.post table th {
    background: #58AC43;
    color: #FFF;
}

.post table td {
    background: #FFF;
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
    }
}
/* == ボタン調整/btn =================================================== */
a.btn, .linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size16);
    font-weight: bold;
    line-height: 1.5;
    padding: 1em;
    width: 90%;
    max-width: 260px;
    text-align: center;
    border-radius: 0;
    margin: 0;
}
a.btn:hover, .linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
	background: #FFF;
	color:var(--color-primary);
	outline: 1px solid;
}
a.btn::after, .linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
	content: '→';
	position: absolute;
	top: 50%;
	right: 1em;
	width: auto;
	height: auto;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
}
a.form_btn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: #FFF;
    background: #5BB113;
    font-size: var(--font-size16);
    font-weight: bold;
    line-height: 1.5;
    padding: 1em;
    width: 100%;
    max-width: 528px;
    text-align: center;
    border-radius: 0;
    margin: 0;
}
a.form_btn:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
	background: #FFF;
	color:var(--color-primary);
	outline: 1px solid;
}
a.form_btn::after {
	display: block;
	content: '→';
	position: absolute;
	top: 50%;
	right: 1em;
	width: auto;
	height: auto;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
}
a.form_btn span::before {
    font-family: 'FontAwesome';
    content: "\f0e0";
	margin-right: .5em;
}
.btn_container {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}
.btn_container a.btn {
    max-width: 200px;
}
a.telBtn {
    display: block;
    text-align: center;
	transition: .3s;
}
a.telBtn:hover {
	opacity: .6;
}
a.telBtn span.num {
    font-size: calc(var(--font-size50) - 2px);
    color: #5BB113;
    font-weight: bold;
}
a.telBtn span.sub {
    font-size: var(--font-size16);
    font-weight: 500;
}
a.telBtn span.num::before {
    font-family: 'FontAwesome';
    content: "\f095";
    font-size: .8em;
    margin-right: .3em;
}
.wpcf7 .linkBtn {
    padding: 0;
}
.wpcf7 .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}
@media print, screen and (max-width: 768px) {}
/* == トップ、下層調整/top,page =================================================== */
.top-content, .page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.top-content::before, .page-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
トップ調整/top
======================== */
.top-content {
    padding: var(--clamp-100) 0;
}
.top-content h2 span.sub {
    position: relative;
    padding: .2em 0 .2em 2.5em;
}
.top-content h2 span.sub::before {
    content: '';
    position: absolute;
    width: 1.4em;
    height: 1.4em;
    background: var(--color-primary-shade);
    opacity: .85;
    left: 0;
    top: 0;
}
.top-content h2 span.sub::after {
    content: '';
    position: absolute;
    width: 1.16em;
    height: 1.16em;
    background: var(--color-primary-shade);
    opacity: .55;
    left: .7em;
    top: .9em;
}
.top-content-service h2 {
    text-align: left;
}
.top-content-strengths {
    position: relative;
    background-image: url(/wp-content/uploads/top-strengths_bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-content-strengths h2 {
    color: #FFF;
    text-align: left;
}

.top-content-recruit {
    background-image: url(/wp-content/uploads/top-recruit_bg01.png);
    background-size: cover;
    background-position: center;
}
.top-content-recruit h2, .top-content-recruit p {
    color: #FFF; 
    position: relative;
    z-index: 1;
}
.banner {
    display: block;
    position: relative;
    transition: .3s;
    padding: var(--px60) 0;
    /* バックグラウンド */
    background-image: url(/wp-content/uploads/top-recruit_bg02.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2D6200;
    top: 0;
    left: 0;
    opacity: .75;
}
.banner::after {
    content: '→';
    position: absolute;
    color: var(--color-primary);
    font-weight: bold;
    right: 0;
    bottom: 0;
    background: #FFF;
    line-height: 1;
    padding: 1.2em 1.4em;
    transition: .3s;
}
.banner:hover {
    opacity: .8;
}
.banner:hover::after {
    padding: 1.2em .7em 1.2em 2.1em;
} 

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top-content-strengths {
		background-attachment: unset;
		background-size: cover;
	}
	.top-content-strengths::before {
		content: '';
		background: #000;
		top: 0;
		left: 0;
		z-index: 0;
		opacity: .4;
	}
	.banner::after {
		padding: 1em;
	}
}
/* ========================
下層調整/page
======================== */
.post h2 span.sub.en {
    color: #58AC43;
}
.post h4 span.list-title {
    color: #58AC43;
    font-weight: bold;
    font-size: 12px;
    padding: 0 1.5em;
    position: relative;
    line-height: 1;
}
.post h4 span.list-title::before, .post h4 span.list-title::after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    background: #58AC43;
    top: 50%;
    transform: translateY(-50%);
}
.post h4 span.list-title::before {
    left: 0;
}
.post h4 span.list-title::after {
    right: 0;
}
.post p.name {
    font-weight: 400;
    font-family: var(--font-family02);
    text-align: right;
}
.post p.name span {
    font-size: var(--font-size26);
}
.page-content {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-80) * -1);
}
.page-content h2 {
    text-align: left;
    padding-bottom: .3em;
    border-bottom: 3px solid #58AC43;
}
.page-content h3 {
    padding-left: 1.5em;
}
.page-content h3::before {
    content: '';
    position: absolute;
    width: .8em;
    height: .8em;
    background: var(--color-primary-shade);
    opacity: .85;
    left: 0;
    top: .2em;
}
.page-content h3::after {
    content: '';
    position: absolute;
    width: .6em;
    height: .6em;
    background: var(--color-primary-shade);
    opacity: .55;
    left: .4em;
    top: .7em;
}
.page-content:first-child {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.page-content table th {
    text-align: center;
}
.works-content {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-80) * -1);
}
.works_list-content {
    background: #FFF;
    padding: 3%;
}
ul.over-view {
    background: #FFF;
    padding: var(--rem20);
}
ul.over-view li {
    font-size: var(--font-size18);
    font-weight: 500;
    position: relative;
    padding-left: 1em;
    border-bottom: 0;
}
ul.over-view li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
}
ul.works-list li {
    border-bottom: 1px dashed #C3C3C3;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: var(--rem20);
}
ul.works-list li p {
    margin-bottom: .5em;
}
ul.works-list li p.title {
    width: 65%;
}
ul.works-list li p.supplier {
    width: 35%;
    color: #919191;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
/* 	.page-content table td {
		text-align: center;
	} */
	ul.works-list li {
		flex-direction: column;
		gap: 0;
	}
	ul.works-list li p.title, ul.works-list li p.supplier {
		width: 100%;
	}
}
/* ========================
その他の調整/other
======================== */
.wpcf7 table th {
    background: #FFF;
    color: var(--color-font);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}

