@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/* font-family: "Noto Sans JP", serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*font-family: "Noto Serif JP", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/*font-family: "EB Garamond", serif;*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

.front_contents {
	position: relative;
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0; /* 150-80px (1920-375) */
	z-index: 10;
}
.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front_top_content, #front_bottom_content {
	position: relative;
	padding: min(calc(120px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
	z-index: 10;
	background: #FBFAF6;
}
#front-sectionPost .postlist li {
	border: none!important;

}
.postlist li,
.postlist li:first-child {
	border: none!important;
}
.postlist .post_text {
	position: relative;
}
.postlist .post_text:after {
	content: '';
	display: inline-block;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #000000 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	position: absolute;
	height: 1px;
	bottom: 0;
	right: 0;
	width: 92%;
}
body:not(.home) #front_bottom_content {
	display: none;
}

#front-sectionPost {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 26px 0;
}
.post .time, .postlist .time {
	font-weight: 500;
	color: #fff !important;
	background: #342923;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 5px;
}
.post .time a, .postlist .time a {
	font-weight: 500;
	color: #fff!important;
}

.post4b li .post4b_contents {
	/* 	opacity: 1; */
	display: none;
}
.post4b .time {
	display: block;
	background: #342923;
	border-radius: 5px;
}

.post_link a {
	color: #000000!important;
}
.post_link {
	border-bottom: none;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	background: #FBFAF6;
}

body p {
	line-height: 2;
}

body:not(.home) #wrapper {
	width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
	width: 94%;
	max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
	width: 90%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}
header#h1Header {
	background: #fff;
}
#thumbImg::before, header#h1Header::before {
	background: #342923;
	opacity: 0.5;
}
header#h1Header h1.title {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem48);
	font-weight: 500;
	color: #fff;
}
header#h1Header h1.title .ja {
	color: #fff;
}
#header,
.sticky-header #header-layout {
	background: #FBFAF6;
}
#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header a.head_btn {
	width: 80px;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.instagram_btn {
	background: #D8D2C6;
}
#header a.head_btn.instagram_btn img {
	width: 20px;
}
#header a.head_btn.mail_btn {
	font-weight: 700;
	background: #AFA28B;
	color: #fff;
	flex-direction: unset;
}
#header a.head_btn.mail_btn::before {
	margin: 0;
}
#header a.head_btn.line_btn {
	font-family: "Noto Serif JP", serif;
	text-align: center;
	background: #635845;
	white-space: nowrap;
}
nav#mainNav ul li a,
nav#mainNav ul li a:hover,
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-item a:hover,
nav#mainNav ul li.current-menu-parent a,
nav#mainNav ul li.current-menu-parent a:hover {
	background: #FBFAF6;
}

nav#mainNav ul li a {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #262626;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(20px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
	font-weight: 500;
	color: #262626;
}
nav#mainNav ul li.current-menu-item a b {
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #262626;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li a {
	background: #FBFAF6;
}
nav#mainNav ul li ul.sub-menu li a:hover,
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #635845;
	color: #fff;
}
@media print, screen and (min-width: 1024px) {
	#header .logo img {
		max-width:300px;
	}
}
@media screen and (max-width: 768px) {
    body.mobile #header .logo img {
        max-width: 250px;
    }
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #635845;
}
.spmenu #menu p {
	color: #635845;
	white-space: nowrap;
}

a#scrollUp {
	background: #635845;
}

#footer {
	padding: 20px;
	background: unset;
}
#footer,#copyright {
	color: #fff;
}
#copyright {
	margin-top: 0;
	background: unset;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #fff;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
#footer .socialicon {
	margin-bottom: 15px;
}
#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
	color: #fff;
}

.inner {
	width: 90%;
	max-width: 1000px;
	margin-inline: auto;
}

h1.title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: var(--rem60);
	letter-spacing: .01em;
	color: #342923;
	line-height: 1.4;
	font-weight: 500;
	display: block;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.title .ja {
	display: block;
	font-weight: 500;
	font-size: var(--rem20);
	color: #262626;
}
body.home h1.title {
	font-family: "EB Garamond", serif;
}

.post h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: var(--rem36);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}
.post h2.title {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem30);
	position: relative;
	background: #EDE9DD; /* ベージュ背景 */
	color: #342923;       /* 文字色（調整可） */
	padding: 10px 26px 17px!important;
	margin: 0!important;
	margin-bottom: 36px!important;
	line-height: 1.0;
}
/* 左の斜め角 */
.post h2.title::before {
  content: '';
  display: block!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  background-color: #342923;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  z-index: 2;
}
/* 下線 */
.post h2.title::after {
  content: ''!important;
  display: block!important;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background-color: #CDC4A9; /* 下線色 */
}

.post h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.post h3.title {
	text-align: center;
	margin-bottom: 30px;
}

.post h4 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
}

.post h4::before {
	background: #342923;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "EB Garamond", serif;
	font-weight: 500;
	background: unset!important;
	border: solid 1px #262626;
	border-radius: 0!important;
	display: block;
	width: 250px;
	margin-inline: auto;
	padding: 3px!important;
	color: #262626;
	margin-top: 36px;
}
.linkBtn::after {
	display: none!important;
}
.linkBtn::before {
	content: '';
	display: inline-block;
	background: #262626;
	width: 36px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: unset!important;
	color: #262626;
	opacity: .7;
}

.cta {
	padding-top: 30px;
	text-align: center;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.cta h1 {
	font-family: "EB Garamond", serif!important;
	font-size: var(--rem60)!important;
	margin-bottom: 30px;
	color: #fff!important;
}
.cta .flex {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.cta .flex a {
	font-family: "Noto Serif JP", serif;
	display: block;
	margin-inline: auto;
	width: 300px;
	padding: 20px 0;
	font-weight: 500;
	position: relative;
	background: #AFA28B;
	margin: 0;
}
.cta a.linelink {
	color: #fff;
}
.cta a.maillink {
	color: #342923;
}
.cta a.maillink::before {
	content: '\f0e0';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1;
    margin-right: 4px;
    margin-top: 1px;
}

/*-----------------------------
Top
------------------------------*/
.top_about {
	background: #F1EEEA;
	padding: 100px 0;
}
.top_about p {
	text-align: center;
	line-height: 1.5;
}
.top_about h2{
	font-size: var(--rem28);
}
.top_course {
	padding: 70px 0;
	background: url(/wp-content/uploads/top_course_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.top_course ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 40px;
}
.top_course li {
	position: relative;
}
.top_course .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.top_course li h2 {
	position: absolute;
	width: 90%;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: white;
	text-shadow: 2px 2px 0px #342923;
	margin: 0;
}

.top_career {
	background: url(/wp-content/uploads/top_career_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 40px 0;
	margin-bottom: 15px;
}
.top_career .inner {
	max-width: 900px;
	background: rgba(216, 210, 198, .85);
	padding: 20px 5%;
}

.top_faq {
	background: url(/wp-content/uploads/top_faq_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 40px 0;
}
.top_faq .inner {
	max-width: 900px;
	background: rgba(175, 162, 139, .85);
	padding: 20px 5%;
}
.top_faq h1,
.top_faq h1 .ja {
	color: #fff;
}
.top_faq .linkBtn {
	color: #fff;
	border: solid 1px #fff;
}
.top_faq .linkBtn::before {
	background: #fff;
}
.top_faq .linkBtn:hover {
	color: #fff;
}

.top_company {
	padding: 80px 0;
	background: #F1EEE8;
}
.top_company .inner {
	max-width: 1000px;
	position: relative;
}
.top_company h1 {
	width: 100%;
	display: flex;
	align-items: center;
	text-align: left;
	gap: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #342923;
	margin: 0;
	margin-bottom: 30px;
}
.top_company h1 .ja {
	margin-top: 20px;
}
.top_company .text {
	width: 80%;
	position: relative;
	z-index: 2;
}
.top_company .image {
	width: 25%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.top_news {
	padding: 80px 0;
}

.top_intro {
	padding: 100px 0;
	background: url(/wp-content/uploads/top_ad_hp.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.top_intro .flex {
	display: flex;
}
.top_intro .box {
	width: 50%;
}
.top_intro .box:first-child {
	border-right: solid 2px #fff;
}
.top_intro h1,
.top_intro h1 .ja {
	color: #fff;
}
.top_intro .linkBtn {
	color: #fff;
	border: solid 1px #fff;
}
.top_intro .linkBtn::before {
	background: #fff;
}
.top_intro .linkBtn:hover {
	color: #fff;
}

@media print, screen and (max-width: 768px) {
	.top_about h2{
		font-size: var(--rem24);
	}
	.top_about {
		padding: 60px 0;
	}

	.top_course {
		padding: 10px 0;
	}
	.top_course ul {
		gap: 16px;
		grid-template-columns: repeat(1,1fr);
	}
	.top_course li h2 {
		bottom: 10px;
		font-size: 16px;
		line-height: 1.5;
	}

	.top_career {
		padding: 20px 0;
	}
	.top_career .inner {
		padding: 10px 5%;
	}
	.top_career .linkBtn {
		margin-top: 20px;
	}

	.top_faq {
		padding: 20px 0;
	}
	.top_faq .inner {
		padding: 10px 5%;
	}
	.top_faq .linkBtn {
		margin-top: 20px;
	}

	.top_company {
		padding: 60px 0;
	}
	.top_company h1 {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	.top_company h1 .ja {
		margin-top: 0;
	}
	.top_company .text {
		width: 100%;
	}
	.top_company .image {
		width: 50%;
		opacity: 0.4;
	}

	.top_news {
		padding: 60px 0;
	}
	.top_news h1 {
		margin-bottom: 0!important;
	}

	.top_intro {
		padding: 30px 0;
	}
	.top_intro .flex {
		display: block;
	}
	.top_intro .box {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.top_intro .box:first-child {
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-right: none;
		border-bottom: solid 2px #fff;
	}
}

/*-----------------------------
下層共通
------------------------------*/
.pageLink .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.pageLink .linkBtn {
	margin: 0;
}

.btnflex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.btnflex a.linkBtn {
	background: #D8D2C6!important;
	margin: 0;
}
.btnflex a.linkBtn:hover {
	background: #D8D2C6!important;
}

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

}

/*-----------------------------
スクールについて
------------------------------*/
.school.sec01 {
	padding-top: 80px;
}

.school.sec02 {
	padding-top: 80px;
}
.school.sec02 ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.school.sec02 li {
	width: 100%;
	max-width: 320px;
}
.school.sec02 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.school.sec02 .text {
	padding: 25px;
	background: #EDE9DD;
}
.school.sec02 .head {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem24);
	line-height: 1.4;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: 20px;
}
.school.sec02 .head span {
	font-size: var(--rem30);
	display: inline-block;
	white-space: nowrap;
}

.school.sec03 {
	padding-top: 80px;
}
.school.sec03 .wrap {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 900px;
	margin-inline: auto;
}
.school.sec03 .image {
	margin-bottom: 20px;
}
.school.sec03 iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.school.sec03 p.text {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem20);
	line-height: 1.6;
	text-align: center;
	margin-top: 30px;
}

.school.sec04 {
	padding-top: 80px;
}
.school.sec04 ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	gap: 40px 50px;
}
.school.sec04 .image {
	margin-bottom: 20px;
}
.school.sec04 .image img {
	width: 100%;
	aspect-ratio: 292 / 387;
	object-fit: cover;
}
.school.sec04 p {
	text-align: center;
}

@media print, screen and (max-width: 768px) {
	.school.sec01 {
		padding-top: 60px;
	}
	.school.sec01 .image {
		overflow-x: scroll;
	}
	.school.sec01 .image img {
		width: 600px;
		min-width: 600px;
	}

	.school.sec02 {
		padding-top: 60px;
	}
	.school.sec02 .head {
		font-size: 18px;
	}
	.school.sec02 .head span {
		font-size: 28px;
	}

	.school.sec03 {
		padding-top: 60px;
	}

	.school.sec04 {
		padding-top: 60px;
	}
	.school.sec04 ul {
		grid-template-columns: repeat(2,1fr);
		gap: 40px;
	}
}

/*-----------------------------
ディプロマ取得コース
------------------------------*/
.coordinate.sec01 .wrap {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.coordinate.sec01 .box h3 {
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 2px solid #342923;
}
.coordinate.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
}
.coordinate.sec01 li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.coordinate.sec01 .image {
	width: 30%;
}
.coordinate.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.coordinate.sec01 .text {
	width: 66%;
}
.coordinate.sec01 p.head {
	font-size: var(--rem20);
	line-height: 1.6;
	margin-bottom: 16px;
}
.coordinate.sec01 .btnflex {
	margin-top: 60px;
}

@media print, screen and (max-width: 768px) {
	.coordinate.sec01 .wrap {
		gap: 40px;
	}
	.coordinate.sec01 ul {
		gap: 40px;
	}
	.coordinate.sec01 li {
		flex-direction: column;
		gap: 26px;
	}
	.coordinate.sec01 .image {
		width: 100%;
	}
	.coordinate.sec01 .text {
		width: 100%;
	}
	.coordinate.sec01 p.head {
		font-size: 18px;
	}
	.coordinate.sec01 .flex {
		margin-top: 40px;
	}
}

/*-----------------------------
資格取得コース
------------------------------*/
.certificate.sec01 {
	padding-top: 80px;
}
.certificate.sec01 .flex {
	display: flex;
	gap: 40px;
	margin-bottom: 20px;
}

.certificate.sec02 {
	padding-top: 80px;
}
.certificate.sec02 .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.certificate.sec02 .image {
	width: 20%;
}
.certificate.sec02 .text {
	width: 76%;
}
.certificate.sec02 .box {
	margin-top: 30px;
	margin-bottom: 30px;
}
.certificate.sec02 .box h3 {
	padding-bottom: 8px;
	border-bottom: 1px solid #342923;
}
.certificate.sec02 .image02,
.certificate.sec02 .youtube {
	max-width: 790px;
	margin-inline: auto;
	margin-top: 30px;
}
.certificate.sec02 .youtube iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}

@media print, screen and (max-width: 768px) {
	.certificate.sec01 {
		padding-top: 60px;
	}
	.certificate.sec01 .flex {
		flex-direction: column;
		gap: 20px;
	}

	.certificate.sec02 {
		padding-top: 70px;
	}
	.certificate.sec02 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.certificate.sec02 .image {
		width: 100%;
	}
	.certificate.sec02 .text {
		width: 100%;
	}
}

/*-----------------------------
プロ養成コース
------------------------------*/
.pro.sec01 {
	padding-top: 80px;
}
.pro.sec01 .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 30px;
}
.pro.sec01 .text {
	width: 50%;
}
.pro.sec01 .image {
	width: 46%;
}
.pro.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.pro.sec01 .text h3 {
	padding-bottom: 8px;
	border-bottom: 1px solid #342923;
}
.pro.sec01 .youtube {
	max-width: 790px;
	margin-inline: auto;
	margin-top: 30px;
}
.pro.sec01 .youtube iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}

@media print, screen and (max-width: 768px) {
	.pro.sec01 {
		padding-top: 60px;
	}
	.pro.sec01 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.pro.sec01 .text {
		width: 100%;
	}
	.pro.sec01 .image {
		width: 100%;
	}
}

/*-----------------------------
オンラインコース
------------------------------*/
.tsushin.sec01 {
	padding-top: 80px;
}
.tsushin.sec01 .flex {
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
	margin-bottom: 30px;
}
.tsushin.sec01 .text h3,
.tsushin.sec01 .box h3 {
	padding-bottom: 8px;
	border-bottom: 1px solid #342923;
}
.tsushin.sec01 .numberBox {
	display: flex;
	flex-direction: row-reverse;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 30px;
}
.tsushin.sec01 .content {
	background: #fff;
	border: dashed 1px #635845;
	padding: 25px;
}
.tsushin.sec01 .content .head {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem20);
	line-height: 1.6;
	margin-bottom: 20px;
}
.tsushin.sec01 .content .head span {
	font-size: var(--rem30);
	margin-bottom: 12px;
}
.tsushin.sec01 .wrap {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.tsushin.sec01 ul {
	display: flex;
	justify-content: center;
	gap: 40px;
	align-items: stretch;
	flex-wrap: wrap;
}
.tsushin.sec01 li {
	width: 100%;
	max-width: 360px;
	display: flex;
	flex-direction: column;
}
.tsushin.sec01 li .image {
	position: relative;
}
.tsushin.sec01 li .image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.tsushin.sec01 li .image span {
	font-family: "Noto Serif JP", serif;
	display: block;
	text-align: center;
	width: 90%;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-shadow: 2px 2px 0px #342923;
}
.tsushin.sec01 li .text {
	background: #EDE9DD;
	padding: 25px;
	flex-grow: 1;
}

.tsushin.sec02 {
	padding-top: 80px;
}
.tsushin.sec02 .flex {
	display: flex;
	justify-content: space-between;
}
.tsushin.sec02 .left {
	width: 60%;
}
.tsushin.sec02 .right {
	width: 36%;
	max-width: 330px;
}
.tsushin.sec02 ul {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.tsushin.sec02 li {
	position: relative;
}
.tsushin.sec02 li:not(:last-child)::after {
	content: '';
	display: inline-block;
	width: 70px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: -55px;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #635845;
}
.tsushin.sec02 li .text {
	background: #fff;
	padding: 25px;
	border: dashed 1px #635845;
	display: flex;
	gap: 20px;
}
.tsushin.sec02 .number {
	font-family: "Noto Serif JP", serif;
	background: #635845;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: 700;
	font-size: 36px;
	width: 70px;
	min-width: 70px;
	height: 70px;
	line-height: 1;
	white-space: nowrap;
	color: #fff;
}
.tsushin.sec02 .number  span {
	font-size: 14px;
	display: block;
}
.tsushin.sec02 .head {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: var(--rem24);
	margin-bottom: 12px;
}
.tsushin.sec02 .remark {
	margin-top: 20px;
}

@media print, screen and (max-width: 768px) {
	.tsushin.sec01 {
		padding-top: 60px;
	}
	.tsushin.sec01 .flex {
		flex-direction: column;
	}
	.tsushin.sec01 .content .head {
		font-size: 18px;
		line-height: 1.6;
	}
	.tsushin.sec01 .content .head span {
		font-size: 28px;
	}
	.tsushin.sec01 .wrap {
		margin-top: 40px;
	}

	.tsushin.sec02 {
		padding-top: 60px;
	}
	.tsushin.sec02 .flex {
		flex-direction: column;
	}
	.tsushin.sec02 .left {
		width: 100%;
	}
	.tsushin.sec02 .right {
		display: none;
	}
	.tsushin.sec02 ul {
		gap: 60px;
	}
	.tsushin.sec02 li:not(:last-child)::after {
		width: 50px;
		height: 20px;
		bottom: -40px;
	}
	.tsushin.sec02 li .image {
		margin-top: 12px;
	}
	.tsushin.sec02 .head {
		font-size: 18px;
	}
}

/*-----------------------------
お申込の流れ/FAQ
------------------------------*/
.flow.sec01 {
	padding-top: 80px;
}
.flow.sec01 ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 70px;
}
.flow.sec01 li {
	background: #EDE9DD;
	padding: 25px;
	position: relative;
}
.flow.sec01 li:not(:last-child)::after {
	content: '';
	display: inline-block;
	background: #635845;
	width: 30px;
	height: 60px;
	position: absolute;
	top: 50%;
	right: -50px;
	transform: translateY(-50%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.flow.sec01 .icon {
	width: 120px;
	margin-inline: auto;
	margin-bottom: 14px;
}
.flow.sec01 h3 {
	font-weight: 700;
	text-align: center;
	color: #342923;
}

.flow.sec02 {
	padding-top: 80px;
}
.flow.sec02 iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.flow.sec03 {
	padding-top: 80px;
}
.flow.sec03 .course-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  table-layout: fixed;
}
.flow.sec03 .course-table thead th {
	font-family: "Noto Serif JP", serif;
	background: #E7E3D0;
	padding: 12px;
	text-align: center;
	font-weight: 500;
	border: 1px solid #ccc;
}
.flow.sec03 .course-table th,
.flow.sec03 .course-table td {
	font-weight: 500;
	vertical-align: middle;
}
.flow.sec03 .course-table td {
  padding: 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.flow.sec03 .course-table .serif {
	font-family: "Noto Serif JP", serif;
}
.flow.sec03 .course-table .bg01 {
	font-family: "Noto Serif JP", serif;
	background: #F6F2DE;
}
.flow.sec03 .course-table .bg02 {
	font-family: "Noto Serif JP", serif;
	background: #AFA28B;
	color: #fff;
}
.flow.sec03 .course-table .bg03 {
	font-family: "Noto Serif JP", serif;
	background: #635845;
	color: #fff;
}
.flow.sec03 .course-table .bg04 {
	background: #fff;
}
.flow.sec03 .course-table td a,
.flow.sec03 .course-table td a img {
	width: 24px;
	display: block;
	margin-inline: auto;
}
.flow.sec03 .course-table .price {
	text-align: center;
}

.flow.sec04 {
	padding-top: 80px;
}
.flow.sec04 .course-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  table-layout: fixed;
}
.flow.sec04 .course-table thead th {
	font-family: "Noto Serif JP", serif;
	background: #E7E3D0;
	padding: 12px;
	text-align: center;
	font-weight: 500;
	border: 1px solid #ccc;
	color: #fff;
}
.flow.sec04 .course-table th,
.flow.sec04 .course-table td {
	font-weight: 500;
	vertical-align: middle;
	text-align: center;
	padding: 12px;
	border: 1px solid #ccc;
}
.flow.sec04 .course-table .bg01 {
	background: #AFA28B;
}
.flow.sec04 .course-table .bg02 {
	background: #635845;
}
.flow.sec04 .course-table tr.bg03 td {
	background: #fff;
}

.flow.sec04 .pc_none .bg00 {
	font-family: "Noto Serif JP", serif;
	color:#000;
}
.flow.sec04 .pc_none .bg01,.flow.sec04 .pc_none .bg02 {
	font-family: "Noto Serif JP", serif;
	color:#FFF;
}

.flow.sec05 {
	padding-top: 80px;
}
.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.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 .a_ico {
	font-family: "Noto Serif JP", serif;
	color: #342923;
	background: #EDE9DD;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qa_list .qa_list_inner .q_ico {
	font-family: "Noto Serif JP", serif;
	background: #635845;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #cccccc;
}
.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 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 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}

.qa_list .qa_list_inner summary {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
	cursor: pointer;
	list-style: none;
}
.qa_list .qa_list_inner summary::-webkit-details-marker {
	display:none;
}
.qa_list .qa_list_inner .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.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;
	display: flex;
	align-items: center;
}
.qa_list .qa_list_inner .q_desc {
	padding: 1.5rem 2rem 1.5rem 2rem;
}
.qa_list .qa_list_inner .a_desc {
	line-height: 1.8;
	width: 100%;
}
.qa_list .qa_list_inner summary:after {
	content: '';
	position: absolute;
	top: 46%;
	right: 2rem;
	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 details[open] summary:after {
	top: 43%;
	right: 1rem;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner .ans_flex {
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}

@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner .q_desc {
		padding: 0.5rem 2rem 0.5rem 1rem;
	}
	.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 dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}

@media print, screen and (max-width: 768px) {
	.flow.sec01 {
		padding-top: 60px;
	}
	.flow.sec01 ul {
		grid-template-columns: repeat(1,1fr);
		gap: 60px;
	}
	.flow.sec01 li:not(:last-child)::after {
		width: 40px;
		height: 20px;
		top: unset;
		bottom: -40px;
		right: unset;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
	.flow.sec01 .icon {
		width: 100px;
	}

	.flow.sec02 {
		padding-top: 60px;
	}

	.flow.sec03 {
		padding-top: 60px;
	}
	.flow.sec03 .table-scroll {
		overflow-x: scroll;
	}
	.flow.sec03 .table-scroll .course-table {
		width: 700px;
	}

	.flow.sec04 {
		padding-top: 60px;
	}
	.flow.sec04 .table-scroll {
		overflow-x: scroll;
	}
	.flow.sec04 .table-scroll .course-table {
		width: 700px;
	}
}

@media screen and (min-width:768px) {
	.pc_none{
		display:none;
	}
}
@media screen and (max-width:767px) {
	.sp_none{
		display:none;
	}
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 a {
	display: block;
	max-width: 1000px;
	margin-inline: auto;
}
.company.sec01 a img {
	width: 100%;
}

.company.sec02 {
	padding-top: 0px;
}
.company.sec02 .flex {
	display: flex;
	justify-content: space-between;
}
.company.sec02 .image {
	width: 25%;
	max-width: 300px;
}
.company.sec02 .image p {
	font-size: 14px;
	margin-top: 10px;
}
.company.sec02 .text {
	width: 71%;
}

.company.sec03 {
	padding-top: 80px;
}
.company.sec03 .wrap {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.company.sec03 h3 {
	padding-bottom: 8px;
	border-bottom: 1px solid #342923;
}
.company.sec03 th,
.company.sec03 td {
	font-family: "Noto Serif JP", serif!important;
}
.company.sec03 th {
	background: #635845!important;
	color: #fff!important;
}
.company.sec03 .maparea {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.company.sec03 .mapBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}
.company.sec03 .mapBox .mapImage {
	width: 46%;
}
.company.sec03 .mapBox .text {
	width: 50%;
}
.company.sec03 p.head {
	font-size: var(--rem30);
	line-height: 1.6;
	padding-left: 10px;
	border-left: solid 4px #342923;
	margin-bottom: 20px;
}

@media print, screen and (max-width: 768px) {
	.company.sec02 {
		padding-top: 60px;
	}
	.company.sec02 .flex {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.company.sec02 .image {
		width: 100%;
		max-width: 100%;
		margin-inline: auto;
		text-align: center;
	}
	.company.sec02 .image img {
		width: 200px;
	}
	.company.sec02 .image p {
		text-align: center;
	}
	.company.sec02 .text {
		width: 100%;
	}

	.company.sec03 {
		padding-top: 60px;
	}
	.company.sec03 .wrap {
		gap: 50px;
	}
	.company.sec03 .maparea {
		gap: 30px;
	}
	.company.sec03 .mapBox {
		flex-direction: column;
		gap: 20px;
	}
	.company.sec03 .mapBox .mapImage {
		width: 100%;
	}
	.company.sec03 .mapBox .text {
		width: 100%;
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
body.page-contact #content.wide {
	padding-bottom: 80px!important;
}
body.page-contact .post table th {
	font-family: "Noto Serif JP", serif!important;
	background: #635845!important;
	color: #ffff!important
}
.wpcf7-form .must {
	font-family: "Noto Serif JP", serif!important;
	background: #EDE9DD!important;
	color: #342923!important;
}
.post .subimitarea .linkBtn {
	padding: 0!important;
	border: none!important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	font-family: "Noto Serif JP", serif!important;
	color: #fff!important;
	padding: 20px;
	background: #342923;
	width: 250px;
}
.post .subimitarea .linkBtn {
	display: inline-block;
}
.post .subimitarea .linkBtn::after {
	display: none!important;
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 100%;
	}

	.mobile #header {
		background: #FBFAF6;
	}

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: none;
	}
	nav#mainNav ul li ul.sub-menu li a:hover,
	nav#mainNav ul li ul.sub-menu li.current-menu-item a {
		background-color: #FBFAF6 !important;
		color: #262626!important;
	}
}

@media screen and (min-width: 769px){
	.dsp_hp { display:block; }
	.dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
	.dsp_hp { display:none; }
	.dsp_smt { display:block; }


	#content, body:not(.home) #content.wide {
		padding-bottom: 70px;
		padding-top: 25px;
	}
	
	#thumbImg, header#h1Header {
		height: calc(150px + (1vw - 10.24px) * 9.2450);
	}

	body.mobile #header .logo img {
		max-width: 220px;
	}

	h1.title {
		margin-bottom: 20px;
	}

	.post h2.title {
		margin-bottom: 20px!important;
	}

	.post h3.title {
		margin-bottom: 20px!important;
	}

	.cta {
		padding-top: 10px;
	}
	.cta a {
		max-width: 250px;
	}
}

@media print, screen and (max-width: 640px) {
	.postlist .post_text:after {
		width: calc(100%);
	}
}
.pageLink .linkBtn{
	width:230px;
}
.pageLink .col4 .linkBtn{
	width:330px;
}
.company.sec03 a{
	text-decoration:underline;
}

@media only screen and (max-width: 768px) {
	#metaslider-id-98 {
		display: none;
	}

}

@media only screen and (min-width: 769px) {
	#metaslider-id-336 {
		display: none;
	}
}

h2 .sub {
    font-size: 15px;
}

.link_btn{
	border-radius:0;
	background:#9B876E;
	font-family:"Noto Serif JP", serif;
	box-shadow: 1px 1px 3px #000;
	font-size: var(--rem18);
	padding: 14px var(--px20) 12px;
	text-shadow: 1px 1px 3px #000;
}
.link_btn::after{
	content:none;
}