@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+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #000;
	--color-primary: #009E53;
	--color-primary-shade: #016D39;
	--color-primary-tint: #5ABC8D;
	--color-secondary: #B63033;
	--color-table-border: #D9D9D9;
	--color-table-th: #009E53;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #000;
	--header-color-primary: #009E53;
	--header-color-primary-shade: #016D39;
	--header-color-primary-tint: #5ABC8D;
	/*------▼フッター設定▼------*/
	--footer-background: #F0F0F0;
	--footer-color-font: #000;
	--footer-color-primary: #000;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Serif JP', serif;
	--font-family02: 'Crimson Text', 'Noto Serif JP', serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 2;
}
.post table th {
	background: var(--color-table-th);
	color: #fff;
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post p {
		line-height: 1.8;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_sp { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header-upper {
		height: 38px;
		flex-direction: row-reverse;
		background: var(--color-primary-shade);
	}
	#header-upper .translator {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		column-gap: 10px;
	}
	#header-upper .translator #flags {
		width: auto;
	}
	#header-upper .translator #flags li a {
		display: block;
	}
	#header-upper .translator #google_language_translator {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header-upper .translator .goog-te-gadget,
	#header-upper .translator .goog-te-gadget .goog-te-combo {
		padding: 0 !important;
		margin: 0 !important;
	}
	/**/
	#header .logo img {
		max-height: 60px;
	}
	/**/
	#header {
		height: 100px;
	}
	#header ul.header__contact {
		margin-left: 20px;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: #F0F0F0;
		color: var(--header-color-font);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: var(--rem24w);
		font-family: var(--font-family01);
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 75%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note,
	#header a.head_btn.tel_btn .note b {
		font-size: 11px;
		font-weight: normal;
	}
	#header a.head_btn.mail_btn {
		padding-left: 30px;
		padding-right: 30px;
		flex-direction: row;
		font-family: var(--font-family01);
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav ul li a b {
		margin-bottom: 2px;
		font-weight: normal;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
		font-family: var(--font-family01);
	}
	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: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	#header {
		width: 100%;
	}
	#content, #content.wide {
		width: 90%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#copyright {
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
	color: var(--color-font);
}
.post table.tbl_line {
	border-top: 1px solid var(--color-table-border);
}
.post table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 0;
	padding: 15px 60px;
	line-height: 1.4;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
.box_green,
.bg_green::before {
	background: #EFF6F2;
}
/**/
.post p.txt_msg {
	font-size: var(--rem36);
	font-family: var(--font-family01);
	line-height: 1.5;
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post p.txt_msg {
		font-size: var(--rem24w);
	}
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .home_none {
	display: none;
}
.home .post h1.lft,
#front-sectionPost h1 {
	text-align: left;
}
.home .post h1 span,
#contact_box h1 span,
#front-sectionPost h1 span span:first-child {
	display: block;
	font-size: var(--rem20);
}
.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:last-child {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem80);
	font-weight: normal;
	font-family: var(--font-family02);
	line-height: 1;
}
/**/
#top_about::before {
	background: url(/wp-content/uploads/top-about-bg.jpg) no-repeat center center / cover;
}
#top_about .txt {
	padding: 0 5%;
}
#top_about .box .photo img {
	box-shadow: 10px 15px 30px #00381D33;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_about .txt,
	#top_about .photo {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_about .txt {
		margin-bottom: var(--px50);
	}
}
/**/
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_service .txt {
		width: 45%;
	}
	#top_service .photo {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_service .txt {
		margin-bottom: var(--px50);
	}
}
/**/
#top_works::before {
	background: url(/wp-content/uploads/top-works-bg.jpg) no-repeat center center / cover;
}
/**/
#top_recruit::before {
	background: linear-gradient(135deg, #036437, #019D53, #62BB76);
}
#top_recruit,
#top_recruit h1,
#top_recruit h1 b {
	color: #fff;
}
#top_recruit .box .txt {
	padding: 0 5%;
}
#top_recruit .box .photo img {
	box-shadow: -10px 15px 30px #00381D33;
}
#top_recruit .link {
	row-gap: var(--px30);
}
#top_recruit .link li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: var(--rem24w);
	font-family: var(--font-family01);
}
#top_recruit .link li a .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: var(--px20);
	background: rgba(0,0,0,0.25);
	line-height: 50px;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#top_recruit .link li a:hover .txt {
	background: rgba(0,0,0,0);
}
#top_recruit .link li a .txt::after {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_recruit .link li a .photo {
	overflow: hidden;
}
#top_recruit .link li a:hover .photo img {
	transform: scale(1.2); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_recruit .link li {
		width: 32%;
	}
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_recruit .box .txt,
	#top_recruit .box .photo {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_recruit .box .txt {
		margin-bottom: var(--px50);
	}
	#top_recruit .link li {
		width: 48%;
	}
	#top_recruit .link li a .txt {
		line-height: 40px;
	}
	#top_recruit .link li a .txt::after {
		width: 40px;
		height: 40px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_recruit .link li a {
		font-size: var(--rem20w);
	}
	#top_recruit .link li a .txt {
		line-height: 30px;
	}
	#top_recruit .link li:first-child a .txt {
		line-height: 1.3;
	}
	#top_recruit .link li a .txt::after {
		width: 24px;
		height: 24px;
		font-size: 10px;
	}
}
/**/
.home #contact_box {
	margin-bottom: 0 !important;
}
.home #contact_box .btn {
	max-width: 100%;
}
#contact_box::before {
	height: calc(100% - 80px);
	background: url(/wp-content/uploads/contact-bg.jpg) no-repeat center center / cover;
}
#contact_box .txt {
	font-size: var(--rem20);
	font-family: var(--font-family01);
}
#contact_box .btn {
	width: var(--content-max-width);
	max-width: 90%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 160px;
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	color: var(--color-font);
	font-size: var(--rem20);
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a .fs {
	font-size: var(--rem16);
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn a b {
	font-weight: 500;
}
#contact_box .btn .tel a b {
	color: var(--color-primary);
	font-size: var(--rem40);
	font-weight: normal;
	font-family: var(--font-family02);
	transition: all 0.3s ease-in-out;
}
#contact_box .btn .tel a b i {
	font-size: 60%;
}
#contact_box .btn .tel a:hover {
	background: var(--color-primary-tint);
	color: #fff;
}
#contact_box .btn .tel a:hover b {
	color: #fff;
}
#contact_box .btn .mail a {
	background: var(--color-primary);
	color: #fff;
}
#contact_box .btn .mail a:hover {
	background: var(--color-primary-tint);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 49%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box .btn li+li {
		margin-top: 15px;
	}
	#contact_box .btn a {
		min-height: 100px;
	}
	#contact_box::before {
		height: calc(100% - 50px);
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front-sectionPost .txt_c {
	text-align: right;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-family: var(--body-font-family);
}
#thumbImg::before,
header#h1Header::before {
	opacity: .25;
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2:has(b):not(.txt_c) {
	text-align: left;
}
.post h2:has(b)::after,
.post h2.noline::after {
	display: none;
}
.post h2:has(b) span {
	display: block;
	font-size: var(--rem20);
	font-weight: 500;
}
.post h2:has(b) b {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem80);
	font-weight: normal;
	font-family: var(--font-family02);
	line-height: 1.2;
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
#content:has(.bg_wide:last-child) {
	padding-bottom: 0 !important;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_philosophy::before {
	background: linear-gradient(135deg, #036437, #019D53, #62BB76);
}
#company_philosophy,
#company_philosophy h2,
#company_philosophy h2 b {
	color: #fff;
}
/**/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/**/
#company_business::before {
	background: url(/wp-content/uploads/company-bg.jpg) no-repeat center center / cover;
}
#company_business .list .list_disc {
	margin-left: 2.5em;
}
#company_business .list > ul > li {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#company_business .list {
		overflow: hidden;
	}
	#company_business .list > ul > li {
		float: left;
		width: 48%;
	}
	#company_business .list > ul > li:nth-child(even) {
		float: right;
	}
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
#service_about h3 {
	padding: 10px var(--px20);
	background: linear-gradient(-135deg, #62BB76, #019D53, #036437);
	border: none;
	color: #fff;
	font-family: var(--body-font-family);
}
#service_about .flexbox {
	margin-bottom: var(--px80);
}
#service_about li+li {
	margin-top: 0.5em;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#service_about .flexbox:nth-child(even) {
		flex-direction: row-reverse;
	}
}
/*--------------------------------------------------
	数字で見るASCO
--------------------------------------------------*/
#number_list dl {
	padding: var(--px50);
	background: #fff;
	text-align: center;
}
#number_list dt {
	font-size: var(--rem30);
	font-weight: 500;
}
#number_list dt::after {
	display: block;
	width: 100%;
	height: 2px;
	max-width: 295px;
	margin: var(--px20) auto 0;
	background: var(--color-primary-shade);
	content: "";
}
#number_list dd {
	position: relative;
	padding: var(--px30) 0 0;
	font-size: var(--rem30);
}
#number_list dd b {
	color: #F84732;
	font-size: var(--rem80);
	font-weight: 500;
	line-height: 1;
}
#number_list dd figure {
	width: 225px;
	height: 160px;
	max-width: 100%;
	margin: var(--px30) auto 0;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#number_list dd .fs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: var(--rem16);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#number_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}
	#number_list dl {
		width: calc(50% - 20px);
	}
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#number_list dl:nth-child(n+3) {
		width: calc((100% / 3) - (40px * 3 / 4));
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#number_list dd figure {
		width: 180px;
		height: 130px;
	}
	#number_list dd figure img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#number_list dl+dl {
		margin-top: 20px;
	}
	#number_list dd:has(.fs) {
		padding-top: 30px;
	}
	#number_list dd figure {
		width: 150px;
		height: 100px;
	}
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	一日の流れ
--------------------------------------------------*/
#flow_about {
	padding: var(--px80);
	background: #fff;
}
#flow_about .list {
	position: relative;
}
#flow_about .list::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 22px;
	height: 100%;
	background: var(--color-primary-shade);
	content: "";
}
#flow_about .list dl {
	position: relative;
	padding-left: 140px;
	padding-bottom: var(--px40);
	font-size: var(--rem20);
	line-height: 1.6;
}
#flow_about .list dl::before {
	position: absolute;
	top: 0.5em;
	left: 2px;
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	content: "";
}
#flow_about .list dl::after {
	position: absolute;
	top: 0.9em;
	left: 22px;
	display: block;
	width: 100px;
	border-bottom: 1px dashed var(--color-font);
	content: "";
}
#flow_about .list dt {
	margin-bottom: 5px;
	color: var(--color-primary);
	font-size: 120%;
}
#flow_about .list dd {
	padding: 0;
}
#flow_about .photo li+li {
	margin-top: 20px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#flow_about .list {
		width: 66%;
	}
	#flow_about .photo {
		width: 30%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#flow_about .list {
		margin-bottom: 30px;
	}
	#flow_about .list::before {
		width: 14px;
	}
	#flow_about .list dl {
		padding-left: 70px;
	}
	#flow_about .list dl::before {
		width: 10px;
		height: 10px;
	}
	#flow_about .list dl::after {
		left: 14px;
		width: 40px;
	}
}
/*--------------------------------------------------
	求める人物像
--------------------------------------------------*/
#portrait_list {
	width: 1100px;
	max-width: 100%;
	margin: auto;
}
#portrait_list dl {
	text-align: center;
}
#portrait_list dt {
	height: 164px;
	margin-bottom: 20px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#portrait_list dd {
	padding: 0;
	color: var(--color-primary-shade);
	font-size: var(--rem24w);
	font-weight: bold;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#portrait_list {
		border-right: 1px solid #797979;
	}
	#portrait_list dl {
		width: calc(100% / 3);
		border-left: 1px solid #797979;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#portrait_list dt {
		height: 120px;
	}
	#portrait_list dt img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#portrait_list dl {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #797979;
	}
}
/**/
#portrait_about h3 {
	padding: 0;
	border: none;
	color: var(--color-primary-shade);
	font-size: var(--rem30);
}
#portrait_about h3 b {
	margin-right: 10px;
	color: var(--color-primary);
	font-size: var(--rem80);
	font-weight: normal;
	font-family: var(--font-family02);
}
/*--------------------------------------------------
	福利厚生
--------------------------------------------------*/
#benefits_about dl {
	padding: var(--px40);
	background: #fff;
}
#benefits_about dt {
	margin-bottom: var(--px30);
	color: var(--color-primary-shade);
	font-size: var(--rem30w);
	font-weight: 500;
	text-align: center;
}
#benefits_about dt figure {
	width: 170px;
	max-width: 100%;
	margin: 0 auto var(--px40);
	aspect-ratio: 1 / 1;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#benefits_about dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#benefits_about {
		gap: 40px;
	}
	#benefits_about dl {
		width: calc((100% / 3) - (40px * 2 / 3));
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#benefits_about dl {
		width: calc(50% - 20px);
	}
	#benefits_about dt figure {
		width: 120px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#benefits_about dl+dl {
		margin-top: 30px;
	}
	#benefits_about dt figure {
		width: 100px;
	}
}
/*--------------------------------------------------
	よくあるご質問
--------------------------------------------------*/
.qa_list .qa_list_inner {
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #B2B2B2;
}
.qa_list .qa_list_inner dt {
	position: relative;
	display: flex;
	align-items: stretch;
	margin: 1rem 0 0 0;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	font-weight: normal;
	cursor: pointer;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .q_ico,
.qa_list .qa_list_inner .a_ico {
	width: 100%;
	max-width: 60px;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	font-family: var(--font-family01);
	text-align: center;
	line-height: 1.0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qa_list .qa_list_inner .q_ico {
	color: var(--color-primary-shade);
}
.qa_list .qa_list_inner .a_ico {
	color: #ffffff;
	background: linear-gradient(135deg, #036437, #019D53, #62BB76);
}
.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner .a_desc {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0.5em 0 1.5rem 0;
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, 
	.qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner .q_desc {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.qa_list .qa_list_inner .q_ico,
	.qa_list .qa_list_inner .a_ico {
		max-width: 40px;
	}
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}

/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}

/*--------google-recaptcha--------*/
.recaptcha {
    display: flex;
    justify-content: center;
    padding: 10px 0 30px;
}