@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+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #323232;
	--color-primary: #A660A3;
	--color-primary-shade: #00B9EF;
	--color-primary-tint: #FAD6E9;
	--color-secondary: #A660A3;
	--color-table-border: #CCC;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #333;
	--header-color-primary: #A660A3;
	--header-color-primary-shade: #00B9EF;
	--header-color-primary-tint: #FAD6E9;
	/*------▼フッター設定▼------*/
	--footer-background: #21A8C9;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Kaku Gothic Antique', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
}
@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;
	}
}

/*--------------------
general_table
--------------------*/
.post table.general_table th {
    background-color: transparent;
}
.post table.general_table, .post table.general_table th, .post table.general_table td{
	border: none;
}
table.general_table tr:first-child {
	border-top: 1px solid var(--color-table-border);
}
table.general_table tr:last-child {
	border-bottom: 1px solid var(--color-table-border);
}
table.general_table tr {
	border-top: 1px dashed var(--color-table-border);
	letter-spacing: 1px;
}
table.general_table th, table.general_table td {
	padding: 50px 30px;
}
table.general_table th {
	position: relative;
	z-index: 0;
}
table.general_table th:before {
	position: absolute;
	content: "";
	background: var(--color-table-th);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
@media print, screen and (max-width: 768px) {
	table.general_table th,
	table.general_table td {
		padding: 15px 10px;
		vertical-align: middle;
	}
	table.general_table td {
		padding: 10px 10px 15px;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
/**/
.pad_anchor { margin-top: -110px; padding-top: 110px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_sp { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.fm { font-size: 110%; }
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
	#header ul.header__contact li:last-child {
		max-height: 60px;
		padding: 0 15px;
	}
	#header a.head_btn.mail_btn {
		padding-left: var(--px40);
		padding-right: var(--px40);
		background: linear-gradient(45deg, #A660A3, #00B9EF, #A660A3);
		background-size: 200% 100%;
		background-position: 0 0;
		border-radius: 999px;
		flex-direction: row;
	}
	#header a.head_btn.mail_btn:hover {
		background-position: 100% 0;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 10px 0 0;
	}
	/**/
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	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; }
	#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: var(--px80); }
	.w45 { width: 45%; }
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.w45 { margin-bottom: 20px; }
}
@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%;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	padding: var(--px20) var(--px80);
	background: linear-gradient(45deg, #A660A3, #00B9EF, #A660A3);
	background-size: 200% 100%;
	background-position: 0 0;
	border-radius: 5px;
	line-height: 1.4;
}
#content .linkBtn:hover {
	background-position: 100% 0;
}
@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;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .home_none {
	display: none;
}
.home .post h1,
#contact_box h1,
#front-sectionPost h1 {
	font-size: var(--rem48);
	font-weight: 500;
	letter-spacing: 0;
}
.home .post h1::after,
#contact_box h1::after,
#front-sectionPost h1::after {
	display: block;
	width: 160px;
	height: 6px;
	margin: var(--px20) auto 0;
	background: linear-gradient(to right, var(--color-primary) 50%, var(--color-primary-shade) 50%);
	content: "";
}
@media only screen and (max-width: 640px){ /* スマホ */
	.home .post h1,
	#contact_box h1,
	#front-sectionPost h1 {
		font-size: var(--rem30);
	}
	.home .post h1::after,
	#contact_box h1::after,
	#front-sectionPost h1::after {
		display: block;
		width: 100px;
		height: 5px;
	}
}
/**/
#top_about dt {
	margin-bottom: 15px;
	font-size: var(--rem24w);
	text-align: center;
}
#top_about dt img {
	display: block;
	margin: 0 auto;
	border-radius: var(--px30);
}
#top_about dt b {
	position: relative;
	top: -25px;
	width: 50px;
	height: 50px;
	margin: 0 auto -10px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	color: var(--color-primary-shade);
	font-size: var(--rem20w);
	font-weight: bold;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_about dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_about dl {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_about dl+dl {
		margin-top: 30px;
	}
}
/**/
#top_contents::before {
	background: #E9FBFF;
}
#top_contents .txt {
	padding: 0 5%;
	background: #fff;
	border-radius: var(--px80) 0 0 var(--px80);
}
#top_contents .rev .txt {
	border-radius: 0 var(--px80) var(--px80) 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_contents .box {
		align-items: flex-end;
	}
	#top_contents .photo {
		width: 70%;
		margin-bottom: var(--px100);
	}
	#top_contents .txt {
		position: relative;
		width: 50%;
		margin-left: -20%;
	}
	#top_contents .rev .txt {
		margin-left: 0;
		margin-right: -20%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_contents .photo {
		margin-right: 5%;
	}
	#top_contents .txt {
		position: relative;
		top: -50px;
		margin-left: 5%;
		margin-bottom: -50px;
	}
	#top_contents .rev .txt {
		margin-left: 0;
		margin-right: 5%;
	}
	#top_contents .rev .photo {
		margin-left: 5%;
		margin-right: 0;
	}
}
/**/
#contact_box::before {
	background: var(--color-primary-tint);
}
#contact_box .box {
	width: 90%;
	max-width: var(--content-max-width);
	margin: auto;
	background: #fff;
	border-radius: var(--px80);
}
.home #contact_box .box {
	width: 100%;
}
#contact_box .btn {
	width: 960px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	border-radius: 999px;
	color: var(--color-font);
	font-weight: bold;
	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 i {
	margin-right: 8px;
}
#contact_box .btn .tel a {
	border: 4px solid var(--color-primary);
}
#contact_box .btn .tel a span:not(.fs) {
	font-size: var(--rem20);
}
#contact_box .btn .tel a b {
	font-size: var(--rem36);
	font-weight: 500;
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn .tel a:hover {
	background: var(--color-primary);
	color: #fff;
}
#contact_box .btn .mail a {
	background: linear-gradient(45deg, #A660A3, #00B9EF, #A660A3);
	background-size: 200% 100%;
	background-position: 0 0;
	color: #fff;
}
#contact_box .btn .mail a b {
	font-size: var(--rem24);
	font-weight: bold;
}
#contact_box .btn .mail a:hover {
	background-position: 100% 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box {
		font-size: 115%;
	}
	#contact_box .btn li {
		width: 49%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box .btn li+li {
		margin-top: 15px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front-sectionPost .postlist li {
	border-color: var(--color-primary-shade);
}
#front-sectionPost .postlist .time {
	background: var(--color-primary-shade);
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#thumbImg, header#h1Header {
	height: 200px;
}
header#h1Header h1.title {
	letter-spacing: 0;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#thumbImg, header#h1Header {
		height: 120px;
	}
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
	letter-spacing: 0;
}
/**/
.post h2 {
	font-size: var(--rem30w);
}
.post h2::after {
	background: linear-gradient(to right, #A660A3, #00B9EF);
}
.post h2.noline::after {
	display: none;
}
/**/
.post h3 {
	padding: 0 0 0.5em;
	border: none;
	font-size: var(--rem30w);
}
.post h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #A660A3, #00B9EF);
	content: "";
}
.post h3.noline {
	padding: 0;
}
.post h3.noline::after {
	display: none;
}
/*--------------------------------------------------
	さんごについて
--------------------------------------------------*/
#about_reason h3 span {
	display: inline-block;
	background: linear-gradient(to right, #A660A3, #00B9EF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: var(--rem20);
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
.txt_en {
	font-size: 115%;
	font-weight: 200;
	letter-spacing: 0.3em;
}
.txt_en span {
	display: inline-block;
	background: linear-gradient(to right, #A660A3, #00B9EF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}