@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');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #003C00;
	--color-primary-shade: #CDA526;
	--color-primary-tint: #009245;
	--color-secondary: #9D8333;
	--color-table-border: #D9D9D9;
	--color-table-th: #003C00;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #111;
	--header-color-font: #fff;
	--header-color-primary: #bbb;
	--header-color-primary-shade: #00B900;
	--header-color-primary-tint: #00B90099;
	/*------▼フッター設定▼------*/
	--footer-background: #fff;
	--footer-color-font: #111;
	--footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Poppins', 'Noto Sans JP', sans-serif;
	--font-family03: 'Noto Serif JP', serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table {
	background: #fff;
	border: none;
}
.post table th,
.post table td {
	vertical-align: middle;
}
.post table th {
	background: var(--color-table-th);
	color: #fff;
	font-weight: 500;
	text-align: center;
}
.post table th.bgnone {
	border: none;
	background: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table th,
	.post table td {
		padding: 20px;
	}
}
@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;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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) {
	.home:not(.sticky-header) #header{
		position: fixed !important;
		width:100%;
		top: -125px;
		background: none;
		transform: translateY( 125px );
		-ms-transform: translateY( 125px );
		transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		z-index: 9999;
	}
	.home.admin-bar:not(.sticky-header) #header {
		top: -95px;
	}
	/**/
	#header {
		height: 100px;
	}
	#header .logo {
		padding: 0 0 0 40px;
		/* フレックス */
		display: flex;
		align-items: center;
		column-gap: 20px;
	}
	#header .logo img {
		max-height: 100%;
	}
	#header .logo span {
		display: block;
		font-size: var(--rem12);
		font-weight: bold;
		line-height: 1.4;
		white-space: normal;
	}
	#header .logo span b {
		display: block;
		font-size: var(--rem14);
		font-weight: bold;
	}
	#header a.head_btn::before {
		display: none;
	}
	#header a.head_btn.mail_btn {
		font-size: var(--rem14);
		text-align: center;
	}
	#header a.head_btn.mail_btn:not(:hover) {
		background: var(--header-color-primary-shade);
	}
	/**/
	nav#mainNav ul li a b {
		font-size: var(--rem14);
		font-weight: bold;
	}
	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; }
	.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
		background: #fff;
	}
	.spmenu #menu p {
		color: #fff;
	}
	body.mobile #header .logo .mark {
		padding: 0;
		color: #fff;
		font-size: var(--rem12);
		font-weight: bold;
		/* フレックス */
		display: flex;
		align-items: center;
		column-gap: 15px;
	}
	body.mobile #header .logo .mark b {
		display: block;
		font-size: var(--rem14);
		font-weight: bold;
	}
	body.mobile #header .logo img {
		max-height: 60px;
	}
}
/**/
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.btn_tel {
	background: #4B4B4B;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.btn_line {
	background: #00B900;
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	padding: 0;
}
#footer .footer__logo img {
	max-height: var(--px120);
}
#footer .box {
	padding: 0 5%;
}
#footer .w50 {
	margin: 0;
}
#copyright {
	width: 100%;
	background: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#footer .box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#copyright {
		text-align: right;
	}
}
/**/
#footer .footer__about {
	padding: 0 5%;
	background: var(--color-primary);
	color: #fff;
}
#footer .footer__about table th,
#footer .footer__about table td {
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #396539;
	font-size: var(--rem14);
	text-align: left;
}
#footer .footer__about table th {
	text-align: center;
	white-space: nowrap;
}
#footer .footer__about .ttl {
	margin: 5px 0 10px;
}
#footer .footer__about .ttl span {
	display: block;
	font-size: 11px;
}
#footer .footer__about .ttl span+span {
	font-size: var(--rem16);
}
#footer .map iframe {
	width: 100%;
	height: 250px;
	vertical-align: bottom;
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#footer .map iframe {
		height: 100%;
	}
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#footer .footer__about {
		/* フレックス */
		display: flex;
		align-items: center;
		justify-content: space-between;
		column-gap: 5%;
	}
}
/**/
#footer .footer__btn {
	text-align: left;
}
#footer .footer__btn dt {
	margin-bottom: 15px;
	padding-left: 12px;
	border-left: 3px solid var(--color-font);
	font-size: var(--rem20);
	font-weight: bold;
}
#footer .footer__btn a {
	width: 220px;
	height: 70px;
	background: #000;
	border-radius: 6px;
	color: #fff;
	font-size: var(--rem18);
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .footer__btn a:hover {
	color: #fff;
	text-decoration: none;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#footer .footer__btn a i {
	margin-right: 10px;
	vertical-align: middle;
}
#footer .footer__btn .line a {
	background: #00B900;
	font-size: var(--rem20);
}
#footer .footer__btn .tel a {
	background: #4B4B4B;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#footer .footer__btn ul {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 10px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#footer .footer__btn li+li {
		margin-top: 12px;
	}
	#footer .footer__btn a {
		width: auto;
		height: 54px;
	}
}
/**/
#footer .footnav ul,
#footer .footnav ul > li,
#footer .footnav ul > li a {
	margin: 0;
	padding: 0;
}
#footer .footnav > ul {
	column-gap: 50px;
	row-gap: 20px;
}
#footer .footnav ul.sub-menu {
	display: block;
}
#footer .footnav ul.sub-menu li {
	margin-top: 5px;
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#footer .footnav > ul {
		justify-content: flex-start;
		column-gap: 15px;
		row-gap: 15px;
		font-size: 90%;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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;
}
.post table.tbl_line {
	border-top: 1px solid #ddd;
}
.post table.tbl_line tr {
	border-bottom: 1px solid #ddd;
}
.post table.tbl_line th {
	color: var(--color-primary);
	text-align: left;
	vertical-align: top;
}
@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;
	padding: 20px 30px;
	padding-right: 150px;
	background: var(--color-font);
	background: linear-gradient(to right, var(--color-font) calc(50% - 60px), var(--color-primary-shade) calc(50% - 60px));
	background-size: 200% 100%;
	background-position: 0 0;
	border-radius: 0;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
}
#content .linkBtn:hover {
	background-position: 100% 0;
}
#content .linkBtn::after {
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	margin: 0;
	border: none;
	font-weight: 400;
	font-family: 'FontAwesome';
	transform: none;
	content: '\f061';
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 25px;
		padding-right: 70px;
	}
}
/**/
.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; }
.w600.box_lft,
.w800.box_lft {
	margin-left: 0;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#top_bana {
	position: fixed;
	right: 0;
	bottom: 10%;
	z-index: 9999;
}
#top_bana a {
	display: block;
	padding: 20px 30px;
	background: url(/wp-content/uploads/bana-bg.jpg.webp) no-repeat center center / cover;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#top_bana a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top_bana a i {
	margin-right: 10px;
}
#top_bana a span {
	display: block;
	margin-bottom: 8px;
	padding: 2px 10px;
	background: #00B900;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_bana {
		display: none;
	}
}
/**/
#top_msg::before {
	background: url(/wp-content/uploads/top_msg_bg.png.webp) no-repeat center center / cover;
}
#top_msg h1 {
	color: var(--color-font);
}
#top_msg .txt > p {
	margin-bottom: 10px;
	line-height: 1.5;
}
#top_msg .txt > p:nth-child(2) span {
	background: linear-gradient(to right, #FFEDBD, #B9A563);
}
#top_msg .txt > p > span {
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	box-shadow: 20px 20px 30px rgba(0,0,0,0.15);
}
#top_msg .name span {
	font-family: var(--font-family03);
}
#top_msg .name span b {
	margin-right: 20px;
	font-size: var(--rem30w);
	font-weight: 500;
}
#top_msg .in {
	position: relative;
	padding: 20px;
	background: #fff;
	box-shadow: 20px 20px 30px rgba(0,0,0,0.15);
}
#top_msg .in a {
	color: var(--color-primary-shade);
	font-weight: bold;
}
#top_msg .in a i {
	margin-left: 1em;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_msg .box {
		position: relative;
	}
	#top_msg .txt {
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 0 15% 0 5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_msg .txt {
		position: relative;
		top: -200px;
		margin-bottom: -200px;
		padding: 0 12% 0 5%;
	}
}
/**/
#top_contents::after {
	background: url(/wp-content/uploads/top_contents-bg.png.webp) no-repeat center center / auto 120%;
	mix-blend-mode: color-burn;
}
#top_contents .bg01::before {
	background: url(/wp-content/uploads/top_contents-bg01.png.webp) no-repeat center center / cover;
}
#top_contents .bg02::before {
	background: url(/wp-content/uploads/top_contents-bg02.png.webp) no-repeat center center / cover;
}
#top_contents .txt,
#top_contents .txt h1 {
	color: #fff;
}
#top_contents .txt h1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	font-size: var(--rem30);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .bg01 .txt {
		margin-left: 55%;
	}
	#top_contents .bg02 .txt {
		margin-right: 55%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents::after {
		background-size: 120% auto;
	}
}
/**/
#top_features::before {
	background: url(/wp-content/uploads/top_features-bg.jpg.webp) no-repeat center center / cover;
}
#top_features .txt {
	padding: 0 5%;
}
#top_features,
#top_features h1 {
	color: #fff;
}
#top_features h1 b,
#top_features h1 b+span {
	display: inline-block;
}
#top_features h1 b+span {
	margin-left: 1em;
}
#top_features dl {
	position: relative;
	top: -100px;
	width: 86%;
	padding: 20px;
	font-size: 110%;
	margin-bottom: -100px;
	background: linear-gradient(-45deg, #00500c 50%, var(--color-primary) 50%);
}
#top_features dt {
	display: inline-block;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid var(--color-primary-shade);
	color: var(--color-primary-shade);
	font-weight: 600;
	font-family: var(--font-family02);
}
#top_features dd {
	padding: 0;
	font-weight: bold;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_features .txt {
		padding: 0 8%;
	}
	#top_features .box {
		width: 23.5%;
	}
	#top_features dl {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_features .box+.box {
		margin-top: 30px;
	}
	#top_features .photo {
		overflow: hidden;
		aspect-ratio: 4 / 3;
	}
	#top_features .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/**/
#top_course::before {
	background: url(/wp-content/uploads/top_course-bg.jpg.webp) no-repeat center center / cover;
}
#top_course .msg span {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
}
#top_course table th {
	width: auto;
}
#top_course table td {
	background: #fff;
	color: var(--color-primary);
}
#top_course table,
#top_course table thead th:nth-child(1) {
	background: none;
	border: none;
}
#top_course table thead th {
	font-size: var(--rem20);
}
#top_course table thead th:nth-child(2) {
	width: 35%;
	background: var(--color-primary-tint);
}
#top_course table thead th:nth-child(3) {
	width: 35%;
	background: var(--color-font);
}
#top_course table tbody th[rowspan] {
	width: 8%;
}
#top_course table tbody th dl {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
}
#top_course table tbody th dt,
#top_course table tbody th dd {
	width: 50%;
}
#top_course table tbody th dd {
	padding: 0;
	text-align: center;
}
#top_course table tbody td dl {
	display: inline-block;
	margin: auto;
}
#top_course table tbody td dt {
	margin-bottom: 15px;
	background: #E5F1E9;
	border-radius: 999px;
}
#top_course table tbody td dd {
	padding: 0;
}
#top_course table tbody td dd b {
	font-size: var(--rem36);
	font-weight: normal;
}
#top_course .point {
	padding: 20px;
	background: #E5F1E9;
	color: var(--color-primary);
}
#top_course .point dt {
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	color: var(--color-primary-tint);
	font-size: var(--rem24w);
	font-weight: normal;
	text-align: center;
}
#top_course .point dd {
	padding: 0;
}
#top_course .txt h2 {
	font-size: var(--rem30);
	text-align: left;
}
#top_course .txt h2 b {
	display: block;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 4px double var(--color-primary);
	font-size: var(--rem20);
	font-weight: bold;
}
#top_course .photo {
	position: relative;
	padding: 0 50px 50px 0;
}
#top_course .photo dl {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 20px;
	background: var(--color-primary-tint);
	color: #fff;
	text-align: center;
}
#top_course .photo dt {
	display: inline-block;
	margin-bottom: 15px;
	padding: 2px 15px;
	border: 2px solid #fff;
}
#top_course .photo dd {
	padding: 0;
}
#top_course .photo dd b {
	font-size: var(--rem30w);
	font-weight: normal;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_course table thead th,
	#top_course table tbody td {
		padding: 20px;
	}
	#top_course .point {
		padding: 30px;
	}
	#top_course .point dl {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#top_course .point dt {
		width: 180px;
		height: 180px;
		border-radius: 50%;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#top_course .point dd {
		width: calc(100% - 220px);
	}
	#top_course .photo dl {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_course .point dt {
		margin-bottom: 15px;
	}
	#top_course .photo {
		padding: 0 30px 30px 0;
	}
	#top_course .photo dl {
		padding: 15px;
	}
	#top_course .photo dt {
		margin-bottom: 5px;
	}
	#top_course table .in {
		width: 300px;
		white-space: normal;
	}
}
/**/
#top_sns::before {
	background: var(--color-primary);
}
#top_sns,
#top_sns h1,
#top_sns a {
	color: #fff;
}
#top_sns .ttl p {
	padding-left: 30px;
	border-left: 5px double #fff;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_sns .ttl {
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: 30px;
	}
	#top_sns .ttl h1 {
		margin: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_sns .ttl p {
		padding-left: 15px;
	}
}
/**/
#top_voice::before {
	background: #E5F1E9;
}
#top_voice .box {
	display: flex;
}
#top_voice dl {
	width: 60%;
	padding: 30px;
	background: #fff;
}
#top_voice dt {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--color-primary);
	color: var(--color-primary);
	font-size: 110%;
}
#top_voice dt span {
	display: block;
	margin-bottom: 15px;
	font-size: var(--rem24w);
	font-weight: 300;
}
#top_voice dd {
	padding: 0;
}
#top_voice .photo {
	width: 40%;
}
#top_voice .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_voice dl {
		padding: 20px;
	}
}
/**/
#top_lesson .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#top_lesson .txt {
	padding: 0 5%;
	background: url(/wp-content/uploads/top_lesson-bg.jpg.webp) no-repeat center center / cover;
	color: #fff;
}
#top_lesson .txt h1 {
	color: #fff;
}
#lesson_try,
#top_lesson .txt dl {
	width: 660px;
	max-width: 100%;
	background: var(--color-primary);
	border: 1px solid #fff;
	text-align: center;
}
#lesson_try {
	margin: auto;
}
#lesson_try dt,
#lesson_try dd,
#top_lesson .txt dt,
#top_lesson .txt dd {
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#lesson_try dt,
#top_lesson .txt dt {
	position: relative;
	padding: 15px;
	font-weight: normal;
}
#lesson_try dt b,
#top_lesson .txt dt b {
	display: inline-block;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
	font-size: 110%;
	font-weight: bold;
}
#lesson_try dt .price,
#top_lesson .txt dt .price {
	font-size: var(--rem30w);
	font-weight: 500;
}
#lesson_try dd,
#top_lesson .txt dd {
	padding: 20px;
	background: linear-gradient(to right, #FFEDBD, #B9A563);
	color: var(--color-font);
}
#lesson_try dd span,
#top_lesson .txt dd span {
	display: inline-block;
	margin-bottom: 15px;
	padding: 2px 12px;
	border: 1px solid var(--color-font);
	font-weight: bold;
}
#lesson_try dd b,
#top_lesson .txt dd b {
	display: block;
	font-size: var(--rem30w);
	font-family: var(--font-family03);
}
#top_lesson .ttl {
	padding-left: 25px;
	border-left: 4px double #fff;
	font-size: var(--rem30);
	line-height: 1.4;
}
#top_lesson .list {
	border-bottom: 1px solid #fff;
}
#top_lesson .list li {
	position: relative;
	padding-left: 1.5em;
	line-height: 1.5;
}
#top_lesson .list li::before {
	position: absolute;
	top: 0.1em;
	left: 0;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f058';
}
#top_lesson .list li+li {
	margin-top: 8px;
}
#top_lesson .btn li a {
	height: 100%;
	padding: 15px;
	background: var(--color-font);
	border-radius: 6px;
	color: #fff;
	font-size: var(--rem18);
	font-weight: bold;
	text-align: center;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_lesson .btn li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top_lesson .btn li a i {
	margin-right: 10px;
}
#top_lesson .btn li.line a {
	background: #00B900;
	font-size: var(--rem30);
}
#top_lesson .btn li.tel a {
	background: #4B4B4B;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_lesson {
		display: flex;
	}
	#top_lesson .photo {
		width: 35%;
	}
	#top_lesson .txt {
		width: 65%;
		padding: 0 8%;
	}
	#lesson_try,
	#top_lesson .txt dl {
		display: flex;
	}
	#lesson_try dt,
	#lesson_try dd,
	#top_lesson .txt dt,
	#top_lesson .txt dd {
		width: 50%;
	}
	#lesson_try dt::after,
	#top_lesson .txt dt::after {
		position: absolute;
		top: 50;
		right: -25px;
		display: block;
		width: 25px;
		height: 50px;
		background: var(--color-primary);
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		content: "";
	}
	#top_lesson .list {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	#top_lesson .btn {
		display: grid;
		grid-template-rows: 60px 10px 60px;
		grid-template-columns: 56% 10px 1fr;
	}
	#top_lesson .btn li:nth-child(1) {
		grid-row: 1 / 4;
		grid-column: 1 / 2;
	}
	#top_lesson .btn li:nth-child(2) {
		grid-row: 1 / 2;
		grid-column: 3 / 4;
	}
	#top_lesson .btn li:nth-child(3) {
		grid-row: 3 / 4;
		grid-column: 3 / 4;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_lesson .photo {
		height: 200px;
	}
	#top_lesson .ttl {
		padding-left: 15px;
		font-size: var(--rem24w);
	}
	#lesson_try dt::after,
	#top_lesson .txt dt::after {
		position: absolute;
		left: 50%;
		bottom: -21px;
		display: block;
		width: 50px;
		height: 22px;
		background: var(--color-primary);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		transform: translateX(-50%);
		content: "";
	}
	#lesson_try dd,
	#top_lesson .txt dd {
		padding-top: 30px;
	}
	#top_lesson .photo img {
		object-position: bottom;
	}
	#top_lesson .btn li+li {
		margin-top: 12px;
	}
}
/**/
#top_faq::before {
	background: url(/wp-content/uploads/top_faq-bg.jpg.webp) no-repeat center center / cover;
}
/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}
#front_bottom_content::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: url(/wp-content/uploads/top-news-bg.jpg.webp) no-repeat center center / cover;
	content: "";
	z-index: -1;
}
#front-sectionPost,
#front-sectionPost h1,
#front-sectionPost a {
	color: #fff;
}
#front-sectionPost .postlist .time {
	background: var(--color-primary-tint);
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-weight: 500;
}
header#h1Header h1.title b {
	display: block;
	font-size: var(--rem60);
	font-weight: 300;
	font-family: var(--font-family02);
}
header#h1Header h1.title b+span {
	display: block;
	font-size: var(--rem24);
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
@media print, screen and (max-width: 1024px) {
	#thumbImg, header#h1Header {
		height: calc(200px + (1vw - 10.24px) * 9.2450);
	}
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-primary);
	font-weight: 500;
	line-height: 1.4;
}
/**/
.home .post h1.lft {
	text-align: left;
}
.home .post h1 b,
.post h2 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	font-size: var(--rem60);
	font-weight: 300;
	font-family: var(--font-family02);
}
.home .post h1 b+span,
.post h2 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem24);
	font-weight: normal;
}
/**/
.post h2 {
	margin-bottom: var(--px60);
	font-size: var(--rem40w);
}
.post h2 b {
	font-size: var(--rem42w);
}
.post h2 b+span {
	font-size: var(--rem20);
}
.post h2::after {
	width: 82px;
	height: 2px;
	margin-top: 0.8em;
}
.post h2.noline::after {
	display: none;
}
.post h2.lft {
	text-align: left;
}
.post h2.lft::after {
	margin-left: 0;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post h2 {
		font-size: var(--rem30w);
	}
}
/**/
.post h3 {
	margin-bottom: var(--px40);
	padding: 10px 14px;
	border: 2px solid var(--color-primary);
	font-size: var(--rem24w);
	letter-spacing: 0;
}
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3.h4 {
	padding: 0 0 0 15px;
	border: none;
	border-left: 6px double var(--color-primary);
	font-size: var(--rem20w);
	font-weight: bold;
}
/**/
.post h4 {
	padding: 0 0 0 15px;
	border-left: 6px double var(--color-primary);
	font-size: var(--rem20w);
	font-weight: bold;
}
.post h4.noline {
	padding: 0;
	border: none;
}
.post h4::before {
	display: none;
}
/*--------------------------------------------------
	下層スタイル
--------------------------------------------------*/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
.box_green,
.bg_green::before {
	background: #E5F1E9;
}
.box_green {
	padding: 20px;
}
.bg_a::before {
	background: url(/wp-content/uploads/bg-a.jpg.webp) no-repeat center top / cover;
}
.bg_a.bg_after::before {
	max-height: 2500px;
}
.bg_a.bg_after::after {
	max-height: 2500px;
	background: linear-gradient(to bottom, transparent 2000px, #fff);
}
/**/
.bg_b::before {
	background: url(/wp-content/uploads/bg-b.jpg.webp) no-repeat center center / cover;
}
.bg_b,
.bg_b h2,
.bg_b h3 {
	color: #fff;
}
.bg_b h2::after {
	background: #fff;
}
.bg_b h3 {
	border-color: #fff;
}
/**/
.post ul.list_chk li {
	position: relative;
	padding-left: 1.5em;
	line-height: 1.6;
}
.post ul.list_chk li::before {
	position: absolute;
	top: 0.1em;
	left: 0;
	color: var(--color-primary);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f058';
}
.post ul.list_chk li+li {
	margin-top: 6px;
}
/*--------------------------------------------------
	スクールについて
--------------------------------------------------*/
.page-about #content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/*--------------------------------------------------
	講師紹介
--------------------------------------------------*/
.page-teacher #content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/**/
#teacher_profile h2 {
	color: var(--color-font);
	font-family: var(--font-family03);
	text-align: left;
}
#teacher_profile h2 b {
	font-family: var(--font-family03);
}
#teacher_profile .box {
	padding: 20px;
	background: #fff;
}
#teacher_profile .box+.box {
	margin-top: 15px;
}
#teacher_profile .box li {
	position: relative;
	padding-left: 1.5em;
}
#teacher_profile .box li::before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f450';
}
#teacher_profile .txt > p {
	margin-bottom: 10px;
	line-height: 1.5;
}
#teacher_profile .txt > p:nth-child(2) span {
	background: linear-gradient(to right, #FFEDBD, #B9A563);
}
#teacher_profile .txt > p > span {
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	box-shadow: 20px 20px 30px rgba(0,0,0,0.15);
}
#teacher_profile .name span {
	font-family: var(--font-family03);
}
#teacher_profile .name span b {
	margin-right: 20px;
	font-size: var(--rem30w);
	font-weight: 500;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#teacher_profile .image {
		position: relative;
	}
	#teacher_profile .txt {
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 0 15% 0 5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#teacher_profile .txt {
		position: relative;
		top: -200px;
		margin-bottom: -195px;
		padding: 0 12% 0 5%;
	}
}
/**/
#story_tbl th {
	width: 10%;
	white-space: nowrap;
}
/**/
#profile_tbl td dl {
	display: flex;
}
#profile_tbl td dt {
	width: 40%;
	font-weight: normal;
}
#profile_tbl td dd {
	width: 60%;
	padding: 0;
}
/**/
#teacher_pro h2 {
	font-family: var(--font-family03);
	text-align: left;
	font-size: var(--rem30w);
}
}
#teacher_pro h2 span {
	display: block;
	font-size: var(--rem20);
}
/*--------------------------------------------------
	プラン・料金
--------------------------------------------------*/
.page-plan #content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/**/
.plan_none {
	padding: 20px;
	background: var(--color-primary-tint);
	color: #fff;
	font-size: var(--rem20);
}
/**/
#plan_about .price {
	font-size: 110%;
}
#plan_about .price b {
	font-size: var(--rem30w);
	font-weight: 500;
}
#plan_about .box {
	padding: 20px;
	background: #fff;
	color: var(--color-font);
}
#plan_about .box h3 {
	color: var(--color-primary);
}
#plan_about .box li {
	position: relative;
	padding-left: 1.5em;
}
#plan_about .box li::before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f450';
}
/**/
#plan_point {
	padding: 20px;
	background: #E5F1E9;
	color: var(--color-primary);
}
#plan_point dt {
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	color: var(--color-primary-tint);
	font-size: var(--rem24w);
	font-weight: normal;
	text-align: center;
}
#plan_point dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#plan_point {
		padding: 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#plan_point dt {
		width: 180px;
		height: 180px;
		border-radius: 50%;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#plan_point dd {
		width: calc(100% - 220px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#plan_point dt {
		margin-bottom: 15px;
	}
}
/**/
.post table.price_tbl th.bg_green {
	background: var(--color-primary-tint);
	color: #fff;
}
.post table.price_tbl th.bg_black {
	background: #000;
	color: #fff;
}
.post table.price_tbl td {
	color: var(--color-primary);
}
.post table.price_tbl td:not(.txt_c) {
	text-align: center;
}
.post table.price_tbl td b {
	font-size: var(--rem24);
	font-weight: 500;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.price_tbl th,
	.post table.price_tbl td {
		padding: 10px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.price_tbl th,
	.post table.price_tbl td {
		padding: 6px;
	}
}
/**/
#flow_list dl {
	padding: 20px;
	background: #fff;
}
#flow_list dt {
	margin-bottom: 15px;
	color: var(--color-primary);
	font-size: var(--rem24w);
	font-weight: 500;
	text-align: center;
}
#flow_list dt span {
	display: block;
	margin-bottom: 5px;
	font-size: var(--rem18);
	font-family: var(--font-family02);
}
#flow_list dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#flow_list dl {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#flow_list {
		row-gap: 30px;
	}
	#flow_list dl {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#flow_list dl+dl {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
	よくある質問
--------------------------------------------------*/
.qa_list .qa_list_inner dt {
	position: relative;
	padding: 30px 100px 30px 130px;
	background: #ffffff;
	font-size: 110%;
	font-weight: 500;
	line-height: 1.5;
	cursor: pointer;
	border-bottom: 1px solid #c7d2c7;
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 30px;
	padding-left: 130px;
	background: #E5F1E9;
	border-bottom: 1px solid #c7d2c7;
}
.qa_list .qa_list_inner dt::before,
.qa_list .qa_list_inner dd::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem30w);
	font-weight: normal;
	content: "Q";
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
.qa_list .qa_list_inner dd::before {
	background: var(--color-primary-tint);
	content: "A";
}
.qa_list .qa_list_inner dt:after {
  position: absolute;
	top: 0;
	right: 0;
  width: 80px;
  height: 100%;
	font-size: var(--rem30);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f067';
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
.qa_list .qa_list_inner .active:after {
	content: '\f068';
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.qa_list .qa_list_inner dt {
		padding: 15px 65px 15px 65px;
	}
	.qa_list .qa_list_inner dd {
		padding: 15px;
		padding-left: 65px;
	}
	.qa_list .qa_list_inner dt::before,
	.qa_list .qa_list_inner dd::before {
		width: 50px;
	}
	.qa_list .qa_list_inner dt:after {
		width: 50px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.page-contact #content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table th {
	text-align: left;
}
.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;
}