@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*株式会社KOHSHIN　start*/

@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+Maru+Gothic&display=swap');


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

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

.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;
	background: var(--color-secondary);
}

.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: transparent;
}

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

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


:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
	--color-font: #111;
	--color-primary: #544330;
	--color-primary-shade: #127842;
	--color-primary-tint: #E8C753;
	--color-secondary: #FFFACA;
	--color-secondary-tint: #ECF9DC;
	--color-table-border: #dddddd;
	--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: 1400px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
	--header-color-font: #444;
	--header-color-primary: #E85500;
	--header-color-primary-shade: #E85500;
	--header-color-primary-tint: #aaa;
	/*------▼フッター設定▼------*/
	--footer-background: #ECF9DC;
	--footer-color-font: #111;
	--footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: "Zen Maru Gothic", sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
	--max-wide: calc(((100vw - 100%) / 2) * -1);
	--max-wide-inner: calc((100vw - var(--content-max-width)) / 2);
}

.bg_re {
	position: relative;
}

.bg_max {
	margin-left: var(--max-wide);
	margin-right: var(--max-wide);
}

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

.gap1 {
	gap: 1%;
}

.mid_txt,
.post .mid_txt {
	font-size: min(calc(2.3rem + (1vw - 19.2px) * 0.2589), 2.3rem);
	font-weight: 400;
}

.min_txt,
.post .min_txt {
	font-size: 1.5rem;
}

.txt_bold {
	font-weight: 600;
	font-size: var(--rem20w);
}

/*グローバルメニュー*/

@media print,
screen and (min-width: 1024px) {
	nav#mainNav ul li a {
		padding: var(--px12) var(--px12);
	}

	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: var(--header-color-primary);
	}

	#header a.head_btn.mail_btn::before,
	#header a.head_btn.tel_btn::before {
		content: none;
	}

	#header a.head_btn i,
	#header a.head_btn img {
		margin-right: 0.3em;
		vertical-align: text-bottom;
	}

	#header a.head_btn.tel_btn {
		background: white;
		color: var(--header-color-font);
		font-size: var(--px24);
	}

	#header a.head_btn:hover {
		opacity: 0.6;
		color: var(--color-font);
		background: var(--header-color-primary-tint);
	}

	#header a.head_btn b {
		font-weight: 500;
		display: block;
	}

	#header a.head_btn.mail_btn {
		font-size: var(--px18);
		background: var(--header-color-primary-shade);
		color: var(--header-color-font);
	}

	#header a.head_btn.line_btn {
		font-size: var(--px18);
		background: #05C855;
		color: var(--header-color-font);
	}

	nav#mainNav ul li ul.sub-menu li.current-menu-item a,
	nav#mainNav ul li.current-menu-item ul.sub-menu li a,
	nav#mainNav ul li ul.sub-menu li a {
		margin-left: 15%;
		width: 175px;
		background: white;
	}

	nav#mainNav ul li ul.sub-menu li a:hover {
		color: var(--header-color-primary-shade);
		background: white;
		width: 175px;
		margin-left: 15%;
	}

	nav#mainNav ul li a b,
	nav#mainNav ul li a span {
		color: var(--header-color-font);
	}
}

@media print,
screen and (min-width: 1025px) {
	#header a.head_btn b {
		font-weight: 500;
		display: contents;
	}

}

@media print,
screen and (min-width: 769px) {
	#mainImg .metaslider-177 {
		display: none;
	}

	#mainImg .metaslider-98 {
		display: contents;
	}
}

@media print,
screen and (max-width: 768px) {
	#mainImg .metaslider-98 {
		display: none;
	}

	#mainImg .metaslider-177 {
		display: contents;
	}
}

/*p*/
.post p {
	line-height: 1.6;
}

/*h1*/
.post h1 {
	color: var(--color-primary);
}

/*h2*/

.post h2 {
	color: var(--header-color-primary);
	margin: var(--px100) auto var(--px50);
}

.top03 h2 {
	color: var(--color-primary);
}

.top03 h2::after {
	content: none;
}

.post h2.txt_orange {
	color: var(--header-color-primary);
	font-size: var(--px40);
}

.post h2::after {
	margin-top: 2rem;
}

.post h2.txt_l::after {
	margin: 0;
	margin-top: 2rem;
}

.post h2::after {
	width: 4.0em;
	background: var(--header-color-primary);
}

/*h3*/
.post h3 {
	font-size: var(--rem28);
	/* font-family: var(--font-family01); */
	/* font-weight: 600; */
	letter-spacing: .1rem;
	padding: 0;
	/* margin: var(--px60) auto var(--px20); */
	border-bottom: none;
	color: var(--color-primary-shade);
}

/*link_btn*/
.link_btn {
	background: var(--header-color-primary);
	width: 250px;
	padding: 16px var(--px40) 16px;
}

.link_btn:hover {
	background: var(--header-color-primary);
	opacity: 0.8;
	color: white;
}

#front_top_content,
#front_bottom_content {
	background: transparent;
}

/*ブログリスト*/
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
	background: var(--header-color-primary);
}

.post .time a,
.post2b .time a,
.post4b .time a,
.postlist .time a {
	color: var(--color-font);
}

/*cta*/
body.page-id-159 #content.wide,
body.page-id-161 #content.wide {
	margin-bottom: calc(var(--px180)*-1);
}

/*ボタン*/
.linkBtn,
.post .linkBtn {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 250px;
	color: var(--color-font);
	line-height: 1.8;
	text-align: left;
	background: none;
	padding: 20px 30px 20px 10px;
	margin: 0 auto;
	border-radius: 0;
	border-bottom: solid 2px var(--header-color-primary);
}

.linkBtn::after,
input.linkBtn::after,
.post .linkBtn::after {
	border-right: 2px solid var(--header-color-primary);
	border-bottom: 2px solid var(--header-color-primary);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

.linkBtn:hover::after {
	right: 5px;
}

/*アイキャッチ*/
#thumbImg::before,
header#h1Header::before {
	background: none;
}

header#h1Header h1.title {
	display: none;
}

a#scrollUp {
	background: var(--header-color-primary);
}

.txt_u {
	text-decoration: underline;
}

.wpcf7-form .must {
	background: red;
}

.post .subimitarea .linkBtn input[type="submit"] {
	padding: 0;
	color: black;
	text-align: left;
}

/* table */
.post table {
	border-collapse: separate;
	border-spacing: 0 2px;
}

.post table {
	border: none;
}

.post table th {
	border-right: none;
	background-color: var(--color-secondary);
	color: var(--color-font);
	font-weight: 500;
}

.post table td {
	border-left: none;
}

@media only screen and (max-width: 640px) {
	.post table.responsive tr:last-child td:last-child {
		border-bottom: solid 1px var(--color-table-border);
	}

	.post table.responsive th {
		border-top: solid 1px var(--color-table-border);
		border-left: solid 1px var(--color-table-border);
		border-right: solid 1px var(--color-table-border);
	}

	.post table.responsive td {
		border-left: solid 1px var(--color-table-border);
		border-right: solid 1px var(--color-table-border);
	}
}

/*top*/
.top01 {
	background: url(/wp-content/uploads/BG.png);
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.top01 .bg_green {
	background: var(--color-secondary-tint);
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.top01 .bg_green::before {
	position: absolute;
	content: "";
	width: clamp(20rem, 30vw + 1rem, 35rem);
	height: clamp(20rem, 30vw + 1rem, 35rem);
	background: url(https://kohshin-ltd.com/wp-content/uploads/top01_l.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -13em;
	left: 0;
}

.top01 .bg_green::after {
	position: absolute;
	content: "";
	width: clamp(20rem, 30vw + 1rem, 35rem);
	height: clamp(20rem, 30vw + 1rem, 35rem);
	background: url(https://kohshin-ltd.com/wp-content/uploads/top01_r.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -15em;
	right: 0;
}

.top02 {
	background: url(/wp-content/uploads/BG.png);
	padding-bottom: 10rem;
}

.top02 .bg_yellow {
	background: var(--color-secondary);
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.yellow_circle {
	aspect-ratio: 1;
	background: var(--color-primary-tint);
	border: none;
	color: var(--color-primary);
	font-size: var(--px30w);
	font-weight: 600;
	font-family: var(--font-family01);
	line-height: 1.2;
	width: 100%;
}

.yellow_circle img {
	width: 50%;
}

.font_big {
	font-size: var(--px50);
}

.font_bigger {
	font-size: var(--px30w);
}

.top02 dd {
	padding-bottom: 0;
}

.top02 dd:not(:last-child) {
	margin-bottom: 1.5em;
}

.top02 dt {
	color: var(--header-color-primary);
	font-size: var(--px30w);
}

.top04 figure.card {
	position: relative;
}

.top04 figure.card figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: white;
	font-size: var(--px40);
	font-weight: 700;
	z-index: 20;
	width: 100%;
	text-align: center;
	font-family: var(--font-family01);
}

.top04 figure.card::after {
	content: '';
	display: inline-block;
	background: rgba(0, 0, 0, .45);
	width: 100%;
	height: 100%;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

.top04 figure.card img {
	border-radius: 30px;
	aspect-ratio: 16/5;
}

.top05 {
	background: var(--color-secondary-tint);
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.top05 .bg_white {
	background: white;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

/*--------------------
flow01
--------------------*/
.flowlist {
	padding-left: 10rem;
	position: relative;
	margin: auto !important;
}

.flowlist::before {
	content: "";
	width: 15px;
	height: 100%;
	background: var(--color-primary-shade);
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 10.5rem;
}

.flowlist>li {
	position: relative;
}

.flowlist>li:not(:last-child) {
	margin-bottom: 5vh;
}

.flowlist>li .icon {
	display: block;
	position: absolute;
	top: 0;
	left: -3rem;
	z-index: 100;
	width: 7rem;
}

.flowlist>li dl {
	padding-left: 7rem;
	position: relative;
	padding-top: 1.7rem;
	display: flex;
}

.flowlist>li dl::before,
.flowlist>li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
}

.flowlist>li dl dt span {
	/* margin-bottom: 0.5rem; */
	font-weight: 400;
	font-size: var(--px24);
	background: #AAF1CB;
	aspect-ratio: 1;
	width: 2em;
	border-radius: 100%;
	line-height: 2;
	margin-right: 1rem;
	text-align: center;
	display: block;
}

.flowlist>li dl dd {
	padding-bottom: 0;
	line-height: 1.5;
	font-size: var(--px30w);
	font-weight: 600;
	text-align: left;
}

.flowlist>li dl dd p {
	font-weight: 400;
	font-size: var(--px18);
	line-height: 2;
}

@media (max-width: 768px) {
	.top02 dt:first-child {
		margin-top: 2em;
	}

	.top05 .bg_white {
		padding-left: 3.0em;
	}

	.flowlist>li .icon {
		font-size: 1.2rem;
		width: 5rem;
	}

	.flowlist {
		padding-left: 3rem;
	}

	.flowlist>li .icon {
		left: -5.5rem;
	}

	.flowlist::before {
		left: 0;
	}

	.flowlist>li dl {
		padding-left: 0.5rem;
	}

	.flowlist>li dl::after {
		width: 30px;
	}

	.flowlist>li dl dt {
		font-size: var(--px24);
	}

}

@media print,
screen and (max-width: 1400px) {
	.inner {
		width: 95%;
	}
}

@media print,
screen and (max-width: 768px) {
	.service02 .inner {
		width: 80%;
	}

	.top01 .bg_green::before {
		bottom: -11.5em;
	}

	.top01 .bg_green::after {
		top: -5em;
	}

	.top02 .w30 {
		width: 14em;
		margin: auto;
	}
}

/*--FAQ-------------------------------------------*/

.toggle {
	display: none;
}

.top_faq {
	margin-bottom: max(50px, min(5.71vw, 80px));
}

.faq_list {
	margin-bottom: 15px;
}

.faq_question {
	font-size: max(14px, min(1.82vw, 20px));
	line-height: 1.5;
	padding: 1em 2.5em 1em 3em;
	display: block;
	background: var(--color-primary-tint);
	position: relative;
}

.faq_question::before {
	content: "Q";
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	color: #005096;
	font-size: 1.2em;
	font-weight: bold;
	font-family: var(--body-font-family-serif);
}

.faq_question span {
	padding-right: 10px;
}

.faq_question,
.faq_answer {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.faq_answer {
	background: #FFF;
	padding-left: 3em;
	margin: 0 auto;
}

.faq_answer p {
	padding-left: 2.0em;
}

.faq_answer::before {
	content: "A";
	position: absolute;
	top: 23px;
	left: 0.75em;
	color: var(--header-color-primary);
	font-size: 1.5em;
	font-weight: bold;
	font-family: var(--body-font-family-serif);
}

.faq_question::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 7px);
	right: max(15px, min(2.14vw, 30px));
	transform: rotate(135deg);
}

.faq_answer {
	height: 0;
	overflow: hidden;
}

.toggle:checked+.faq_question+.faq_answer {
	height: auto;
	padding: 20px;
	transition: all .3s;
	background: var(--color-secondary);
	font-size: max(14px, min(1.82vw, 20px));
}

.toggle:checked+.faq_question::after {
	transform: rotate(-45deg) !important;
}

.cta {
	background: url(/wp-content/uploads/cta01.png);
	padding-top: 5rem;
	padding-bottom: 15rem;
	background-size: cover;
	bottom: 0;
	/* position: sticky; */
	background-position: bottom;
	background-position-x: 25%;
}

.cta::before {
	position: absolute;
	/* content:""; */
	width: 100%;
	height: 8%;
	background: url(/wp-content/uploads/cta.png);
	bottom: 0;
	background-repeat: repeat-x;
	background-size: contain;
}

.cta .min_txt {
	font-weightcalc(1.7rem + (2vw - 19.2px) * 0.2589),
	1.7rem);
}

.cta .btn_white .mid_txt {
	font-size: min(calc(2.8rem + (2vw - 19.2px) * 0.2589), 2.8rem);
}

a.btn_orange,
a.btn_blue,
a.btn_green {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1%;
	z-index: 10;
}

a.btn_orange {
	background: #FC5D00;
}

a.btn_blue {
	background: #0D75BB;
	color: white;
}

a.btn_green {
	background: green;
	color: white;
}

a.btn_green:hover,
a.btn_blue:hover,
a.btn_orange:hover {
	opacity: 0.8;
}

@media print,
screen and (max-width: 768px) {
	.cta .inner {
		z-index: 99;
		position: relative;
		max-width: 400px;
	}

	.cta .w40 {
		margin-bottom: 0;
		height: 80px;
		border: solid 1px white;
	}
}

p.design01 {
	background: inherit;
	position: relative;
	padding: 0;
	overflow: inherit;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	margin: 0 0 3rem;
	padding: 0;
	font-size: 2rem;
	text-align: center;
	line-height: 1.4;
}

p.design01::after {
	content: none;
}

p.design01>span {
	position: relative;
	display: inline-block;
	padding: 0 6rem;
}

p.design01>span::before,
p.design01>span::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 4.4rem;
	height: 0.2rem;
	background-color: var(--header-color-primary-shade);
}

p.design01>span::before {
	left: 0;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

p.design01>span::after {
	right: 0;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.service02 {
	background: var(--color-secondary);
	padding-top: 10rem;
	padding-bottom: 10rem;
}


.recruit01 li {
	display: flex;
	align-items: center;
	gap: 0 8px;
	padding: .3em;
}

.recruit01 li::before {
	display: inline-block;
	width: 10px;
	height: 5px;
	border-bottom: 3px solid #0D75BB;
	border-left: 3px solid #0D75BB;
	transform: rotate(-45deg) translateY(-1.5px);
	content: '';
}

.bg_yellow {
	background: var(--color-secondary);
}

@media print,
screen and (max-width: 768px) {

	.recruit01.pt10,
	.recruit02.pt10,
	.servie01.pt10,
	.about-us02.pt10,
	.about-us03.pt10 {
		padding-top: 3rem !important;
	}
}

@media screen and (min-width: 769px) {
	footer .flexbox {
		align-items: flex-end;
	}
}

/*株式会社KOHSHIN　end*/

/*-------20250226--------*/
.postlist .ttls {
	white-space: wrap !important;
}

.postlist .date {
	white-space: nowrap !important;
}

.fbl_link {
	.txt_c a {
		background: var(--header-color-primary);
		width: 250px;
		padding: 16px var(--px40) 16px;
		border-radius: 50vw;
		color: #fff;
		text-align: center;
		font-size: var(--rem16);
		border-bottom: solid 0px;

		&::after {
			border-right: 2px solid #fff;
			border-bottom: 2px solid #fff;
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

		&:hover {
			background: var(--header-color-primary);
			color: #fff;
			opacity: .8;

			&::after {
				right: 20px;
			}
		}
	}
}