@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #C6210D;
	--color-primary-shade: #FFED48;
	--color-primary-tint: #C03131;
	--color-secondary: #ED6A5A;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #FFED48;
	--header-color-primary-shade: #F0F0F0;
	--header-color-primary-tint: #C6210D;
	/*------▼フッター設定▼------*/
	--footer-background: #C03131;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}

/*--お問い合わせフォーム--------------------------------------------*/
.page-contact .post .linkBtn {
    background-color: var(--color-primary);
    border: solid 1px var(--color-primary);
    text-align: center;
    display: block;
    width: 300px;
    position: relative;
    margin: 50px auto 0;
}
.wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
}
.page-contact .post .linkBtn input[type="submit"] {
    padding: 0;
}
.page-contact .post .linkBtn:hover {
    background-color: #9f0101;
    border: solid 1px #9f0101;
}
.wpcf7-form {
    text-align: center;
}
.linkBtn, .post .linkBtn, a.linkBtn {
    margin-top: 20px;
}
/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 .w50.image_box{
	position: relative;
	overflow: hidden;
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.teleco_v1 .w50.text_box{
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	padding: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px); /* 120-65px (1920-375) */
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.teleco_v1 .w50.image_box img {
		width: auto;
		height: 116%;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.teleco_v1 .w50.text_box {
		padding: 20px;
		margin-bottom:0;
	}
}








/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table {
	background: #fff;
}
.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);
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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_smt { 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 a.head_btn:not(:hover) {
		color: var(--header-color-font);
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 24px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 85%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header a.head_btn.mail_btn{
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		font-weight: normal;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
	}
	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.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-ancestor a b {
		color: var(--header-color-primary-tint);
	}
	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; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .inner {
	border-bottom: 1px solid #E97D7D;
}
#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_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%; }
}
@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 .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: 15px 30px;
	background: var(--color-primary-shade);
	border-radius: 999px;
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
}
#content .linkBtn::after {
	transition: all 0.3s ease-in-out;
}
#content .linkBtn:not(:hover)::after {
	border-color: var(--color-font);
}
#content .linkBtn:hover {
	background: var(--color-primary-tint);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#content .linkBtn {
		padding: 15px 60px;
	}
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
/**/
.bg_gray::before {
	background: #F8F8F8;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#top_about h1 b {
	font-size: 100%;
}
#top_about .photo {
	position: relative;
	padding: 30px 5% 50px 0;
	background: url(/wp-content/uploads/top_txt.png) no-repeat right top / 80% auto;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_about .photo::before {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 80%;
	height: 80%;
	background: var(--color-primary);
	content: "";
	z-index: -1;
}
#top_about .photo .photo01 {
	width: 49%;
}
#top_about .photo .photo02 {
	width: 49%;
	margin-top: 40px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_about .txt,
	#top_about .photo {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_about .photo {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 30px;
	}
}
/**/
#top_features::before {
	background: #F8F8F8;
}
#top_features dl {
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	box-shadow: 8px 8px 0 var(--color-primary-tint);
}
#top_features dt {
	margin-bottom: 15px;
	font-size: 120%;
	text-align: center;
}
#top_features dt b {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--color-primary);
	background: linear-gradient(transparent 60%, #FFED48 60%);
	font-size: 120%;
	font-family: 'Poppins', sans-serif;
}
#top_features dt b+span {
	display: block;
}
#top_features dt img {
	display: block;
	margin: 10px auto 0;
}
#top_features dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_features dl {
		width: 32%;
	}
}
/**/
#top_price::before {
	background: url(/wp-content/uploads/top-price-bg.jpg);
}
#top_price li a {
	position: relative;
	display: block;
	height: 100%;
	padding: 20px;
	background: var(--color-primary-tint);
	color: #fff;
	text-align: center;
}
#top_price li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top_price li a::after {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	width: 20px;
	height: 20px;
	background: var(--color-primary-shade);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
}
#top_price li a dt {
	font-size: 120%;
	font-weight: normal;
}
#top_price li a dt::after {
	display: block;
	width: 30px;
	height: 1px;
	margin: 10px auto 15px;
	background: #fff;
	content: "";
}
#top_price li a dd {
	animation-play-state: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_price li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_price li+li {
		margin-top: 20px;
	}
}
/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
#contact_box::before {
	background: url(/wp-content/uploads/top-contact-bg.jpg) no-repeat center center / cover;
}
#contact_box,
#contact_box h1 {
	color: #fff;
}
#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	color: var(--color-primary);
	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 b {
	font-size: 150%;
}
#contact_box .btn a:hover,
#contact_box .btn .mail a {
	background: var(--color-primary);
	color: #fff;
}
#contact_box .btn .mail a:hover {
	background: #fff;
	color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
/* サブタイトルの文字を見えなくしたい
header#h1Header h1.title {
	z-index: -1;
}
*/
/* サブタイトルの透過マスクを取りたい
#thumbImg::before, header#h1Header::before {
	display: none;
}
*/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
}
/**/
.post h1 b,
#front-sectionPost h1 span span {
	display: block;
	color: var(--color-primary);
	font-size: 55%;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
}
.post h1.lft {
	text-align: left;
}
/**/
.post h2.noline::after {
	display: none;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	STUDY PLACEについて
--------------------------------------------------*/
#result_box::before {
	background: url(/wp-content/uploads/top-price-bg.jpg);
}
#result_box h3 {
	padding: 0;
	border: none;
	text-align: center;
}
#result_box li {
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--color-primary-tint);
	box-shadow: 10px 10px 0 var(--color-primary-tint);
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
#result_box li i {
	margin: 0 5px;
	color: #999;
}
#result_box li b,
#result_box li span {
	color: var(--color-primary-tint);
	font-size: 130%;
}
#result_box li b {
	font-size: 140%;
	background: linear-gradient(transparent 60%, #ff6 60%);
}
#result_box li b span {
	font-size: 150%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#result_box li {
		width: 31%;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.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;
}