@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: "Poppins", sans-serif;*/
@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');

.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: #fff;
}
#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: 94%;
	max-width: 1400px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 26px 0;
}
.post .time, .postlist .time {
	font-weight: 500;
	color: #fff !important;
	background: #9CD9DA;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 20px;
}
.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: #9CD9DA;
	border-radius: 20px;
}

.post_link a {
	color: #262626!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", serif;
}

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: 94%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}
header#h1Header {
	background: #fff;
}
#thumbImg::before, header#h1Header::before {
	background: #262626;
	opacity: 0;
}
header#h1Header h1.title {
	font-family: "Noto Sans JP", serif;
	font-size: var(--rem48);
	font-weight: 400;
	color: #fff;
}

#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header .logo img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
#header ul.header__contact li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-right: 8px;
}
#header a.head_btn {
	font-size: 13px;
	align-items: center;
	height: auto;
	white-space: nowrap;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	background: #9CD9DA;
	color: #fff;
	flex-direction: unset;
	width: 150px;
	border-radius: 100vmax;
}
#header a.head_btn.mail_btn {
	background: #FFB2A4;
	color: #fff;
	flex-direction: unset;
	width: 150px;
	border-radius: 100vmax;
}
#header a.head_btn.line_btn {
	background: #06C755;
	color: #fff;
	flex-direction: unset;
	width: 170px;
	border-radius: 100vmax;
}
#header a.head_btn.line_btn::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/wp-content/uploads/line.png)no-repeat;
	background-size: contain;
}
nav#mainNav ul li a {
	font-weight: 500;
	font-size: 13px;
	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: #9CD9DA;
}
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.current-menu-item a {
	background: #fff;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #9CD9DA;
}
.spmenu #menu p {
	color: #9CD9DA;
	white-space: nowrap;
}

a#scrollUp {
	background: #9CD9DA;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #ffffff;
	background: #9CD9DA;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #ffffff;
}
#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: #ffffff;
}

.inner {
	width: 94%;
	max-width: 1400px;
	margin-inline: auto;
}

h1.title {
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #262626;
	line-height: 1.4;
	font-weight: 400;
	display: block;
	margin-bottom: 40px;
	position: relative;
}

.post h2 {
	font-weight: 500;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 20px;
}
.post h2:after {
	display: none;
}

.post h2.title {
	font-size: var(--rem36);
	text-align: center;
	margin: 0!important;
	padding: 0!important;
	margin-bottom: 30px!important;
	padding-top: 55px!important;
}
.post h2.title .en {
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: var(--rem20);
}
.post h2.title::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/mark.png)no-repeat;
	background-size: contain;
	width: 64px;
	aspect-ratio: 74 / 53;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.post h3 {
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-weight: 400;
}

.post h4::before {
	background: #9CD9DA;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-weight: 500;
	background: #FFB2A4;
	border-radius: 100vmax;
	display: block;
	padding: 12px;
	max-width: 280px;
	color: #fff;
	margin: 0;
	margin-top: 40px;
	margin-inline: auto;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #FFB2A4;
	color: #fff;
	opacity: .7;
}

.cta {
	padding: 70px 0;
	background: #F6F6F6;
	text-align: center;
}
.cta .flex {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 40px;
}
.cta p {
	text-align: center;
}
.cta p span {
	font-weight: 500;
	font-size: var(--rem24);
	color: #F15A24;
	display: block;
}
.cta a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	width: 100%;
	max-width: 320px;
	border-radius: 100vmax;
	padding: 15px 0;
	position: relative;
}
.cta a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1;
}
.cta a.telLink {
	background: #9CD9DA;
	font-size: 20px;
}
.cta a.telLink::before {
	content: '\f095';
}
.cta a.mailLink {
	background: #FFB2A4;
	font-size: 18px;
}
.cta a.mailLink::before {
	content: '\f0e0';
}

/*-----------------------------
Top
------------------------------*/
.top_news {
	padding: 100px 0;
}

.top_about {
	padding: 100px 0;
	background: #9CD9DA;
	position: relative;
	z-index: 2;
}
.top_about::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/about_illust.png)no-repeat;
	background-size: contain;
	width: 600px;
	aspect-ratio: 704 / 688;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.top_about h2.title {
	color: #fff;
}
.top_about h2.title .en {
	color: #fff;
}
.top_about h2.title::before {
	filter: brightness(0) invert(1);
}
.top_about .flex {
	display: flex;
}
.top_about .image,
.top_about .text {
	width: 100%;
}
.top_about .text {
	border-radius: 0 20px 20px 0;
	background: #fff;
	padding: 50px 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.top_about .image {
	position: relative;
}
.top_about .image span {
	writing-mode: vertical-rl;
	text-align: center;
	padding: 12px;
	background: #fff;
	border: solid 2px #9CD9DA;
	border-radius: 5px;
	color: #9CD9DA;
	font-size: var(--rem18);
	font-weight: 500;
	position: absolute;
	top: -20px;
	right: 20px;
}
.top_about .image .mark {
	position: absolute;
	left: -40px;
	bottom: -40px;
	width: 260px;
	max-width: 32%;
}
.top_about .image .mark img {
	width: 100%;
}
.top_about .image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
}
.top_about h3 {
	margin-left: 0;
}
.top_about .linkBtn {
	margin-left: 0;
}

.top_feature {
	padding: 100px 0;
}
.top_feature h2 b {
	font-size: var(--rem48);
}
.top_feature ul {
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
}
.top_feature li {
	width: calc(50% - 25px);
	padding: 25px;
	border: solid 10px #9CD9DA;
	border-radius: 20px;
	position: relative;
	z-index: 2;
}
.top_feature h3 {
	text-align: center;
}
.top_feature .number {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	line-height: 1;
	font-weight: 900;
	font-size: 140px;
	color: #9CD9DA;
	opacity: 0.4;
	z-index: -1;
}

.top_area .inner {
	background: #9CD9DA;
	border-radius: 20px;
	padding: 70px 0;
	position: relative;
	z-index: 2;
}
.top_area .inner::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/area_illust.png)no-repeat;
	background-size: contain;
	width: 380px;
	aspect-ratio: 428 / 302;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.top_area h2.title {
	color: #fff;
}
.top_area h2.title::before {
	filter: brightness(0) invert(1);
}
.top_area h2.title .en {
	color: #fff;
}
.top_area .flex {
	display: flex;
	gap: 40px 25px;
	width: 90%;
	max-width: 900px;
	margin-inline: auto;
}
.top_area .box {
	width: 100%;
}
.top_area h3 {
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.top_area .box .image {
	margin-bottom: 15px;
}
.top_area .box p {
	color: #fff;
	line-height: 1.6;
}
.top_area .contactare {
	border-radius: 15px;
	background: #fff;
	padding: 18px;
	width: 90%;
	max-width: 900px;
	margin-inline: auto;
	margin-top: 30px;
}
.top_area .contactare p {
	line-height: 1.6;
	font-weight: 500;
	text-align: center;
}

.top_price {
	padding: 100px 0;
}
.top_price p {
	text-align: center;
}
.top_price p span {
	font-weight: 500;
	font-size: var(--rem24);
	color: #F15A24;
}
.top_price table {
	max-width: 750px;
	margin-inline: auto;
}
.top_price th,
.top_price td {
	font-weight: 500!important;
}
.top_price th {
	background: #9CD9DA!important;
	color: #fff!important;
	vertical-align: middle;
	text-align: center!important;
	border: solid 1px #fff!important;
}
.top_price td span {
	color: #F15A24!important;
}

.top_faq .inner {
	padding: 70px 0;
	border-radius: 20px;
	background: #9CD9DA;
}
.top_faq h2.title {
	color: #fff;
}
.top_faq h2.title::before {
	filter: brightness(0) invert(1);
}
.top_faq h2.title .en {
	color: #fff;
}
.top_faq .accordion {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 18px;
	width: 90%;
	max-width: 1000px;
	margin-inline: auto;
}
.top_faq details {
	background: transparent;
	border: 0;
}
.top_faq summary {
	list-style: none;
}
.top_faq summary::-webkit-details-marker {
	display: none;
}
.top_faq .trigger {
	width: 100%;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 14px;
	padding: 14px 20px;
	border: 0;
	border-radius: 20px;
	background: #fff;
	cursor: pointer;
	text-align: left;
}
.top_faq .trigger:focus {
	outline: none;
}
.top_faq details:focus-within .trigger {
	outline: 2px solid #7cc8c3;
	outline-offset: 2px;
}
.top_faq .q-badge {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #9CD9DA;
	color: #fff;
	font-weight: 500;
	flex: 0 0 auto;
}
.top_faq .question {
	font-size: clamp(15px, 2.2vw, 18px);
	line-height: 1.6;
}
.top_faq .icon {
	position: relative;
	width: 24px;
	height: 24px;
}
.top_faq .icon::before,
.top_faq .icon::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 16px;
	height: 2px;
	border-radius: 1px;
	background: #7cc8c3;
	transition: transform .25s ease, opacity .25s ease;
}
.top_faq .icon::after {
	transform: rotate(90deg);
}
.top_faq details[open] .icon::after {
	transform: rotate(0deg) scaleX(0);
	opacity: 0;
}
.top_faq .content-wrap {
	overflow: hidden;
}
.top_faq .content {
	background: #ffffff;
	margin-top: 10px;
	border-radius: 20px;
	padding: 0 20px;
}
.top_faq details .content-wrap {
	max-height: 0;
	transition: max-height .32s ease;
}
.top_faq details[open] .content-wrap {
	max-height: 500px;
}
.top_faq details .content {
	padding-top: 0;
	padding-bottom: 0;
	transition: padding .32s ease;
}
.top_faq details[open] .content {
	padding-top: 18px;
	padding-bottom: 18px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 14px;
}
.top_faq .answer-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
}
.top_faq .a-badge {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #fff;
	color: #9CD9DA;
	border: solid 1px #9CD9DA;;
	font-weight: 500;
	flex: 0 0 auto;
}

.top_instagram {
	padding: 100px 0;
}

@media print, screen and (max-width: 768px) {
	.top_news {
		padding: 60px 0;
	}
	.top_news h2.title {
		margin-bottom: 0!important;
	}

	.top_about {
		padding: 70px 0;
	}
	.top_about::after {
		width: 300px;
	}
	.top_about .flex {
		flex-direction: column;
	}
	.top_about .text {
		border-radius: 0 0 20px 20px;
		padding: 35px 25px;
		align-items: center;
	}
	.top_about .image .mark {
		position: absolute;
		left: -20px;
		bottom: -20px;
		width: 150px;
	}
	.top_about .image > img {
		aspect-ratio: 3 / 2;
		height: auto;
		border-radius: 20px 20px 0 0
	}
	.top_about h3 {
		margin-left: auto;
	}
	.top_about .linkBtn {
		margin-left: auto;
	}

	.top_feature {
		padding: 70px 0;
	}
	.top_feature ul {
		flex-direction: column;
		gap: 30px;
	}
	.top_feature li {
		width: calc(100%);
	}
	.top_feature .number {
		font-size: 120px;
	}

	.top_area .inner {
		padding: 50px 0;
	}
	.top_area .inner::after {
		width: 200px;
	}
	.top_area .flex {
		flex-direction: column;
	}
	.top_area .box {
		width: 100%;
	}
	.top_area h3 {
		font-size: 16px;
	}
	.top_area .contactare {
		padding: 15px;
	}

	.top_price {
		padding: 70px 0;
	}

	.top_faq .inner {
		padding: 50px 0;
	}

	.top_instagram {
		padding: 70px 0;
	}
}

/*-----------------------------
選ばれる理由
------------------------------*/
.reason.sec01 ul {
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
}
.reason.sec01 li {
	width: calc(50% - 25px);
	padding: 25px;
	border: solid 10px #9CD9DA;
	border-radius: 20px;
	position: relative;
	z-index: 2;
}
.reason.sec01 h3 {
	text-align: center;
}
.reason.sec01 .number {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	line-height: 1;
	font-weight: 900;
	font-size: 140px;
	color: #9CD9DA;
	opacity: 0.4;
	z-index: -1;
}

@media print, screen and (max-width: 768px) {
	.reason.sec01 ul {
		flex-direction: column;
		gap: 30px;
	}
	.reason.sec01 li {
		width: calc(100%);
	}
	.reason.sec01 .number {
		font-size: 120px;
	}
}

/*-----------------------------
ご利用の流れと料金
------------------------------*/
.flow.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 60px;
	max-width: 1000px;
	margin-inline: auto;
}
.flow.sec01 li {
	width: 100%;
	padding: 40px;
	border: solid 6px #9CD9DA;
	border-radius: 20px;
	position: relative;
	z-index: 2;
}
.flow.sec01 li:not(:last-child)::after {
	content: '';
	display: inline-block;
	background: #9CD9DA;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
	width: 50px;
	height: 26px;
}
.flow.sec01 .number {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	line-height: 1;
	font-weight: 900;
	font-size: 140px;
	color: #9CD9DA;
	opacity: 0.4;
	z-index: -1;
}

.flow.sec02 {
	padding-top: 120px;
}
.flow.sec02 p {
	text-align: center;
}
.flow.sec02 p span {
	font-weight: 500;
	font-size: var(--rem24);
	color: #F15A24;
}
.flow.sec02 table {
	max-width: 750px;
	margin-inline: auto;
}
.flow.sec02 th,
.flow.sec02 td {
	font-weight: 500!important;
}
.flow.sec02 th {
	background: #9CD9DA!important;
	color: #fff!important;
	vertical-align: middle;
	text-align: center!important;
	border: solid 1px #fff!important;
}
.flow.sec02 td span {
	color: #F15A24!important;
}

@media print, screen and (max-width: 768px) {
	.flow.sec01 .number {
		font-size: 120px;
	}
	.flow.sec01 li {
		padding: 25px;
	}

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

/*-----------------------------
拠点一覧
------------------------------*/
.access.sec01 .flex {
	display: flex;
	gap: 40px;
}
.access.sec01 .box {
	width: 100%;
}
.access.sec01 iframe {
	width: 100%;
	aspect-ratio: 3 / 2;
	border-radius: 20px;
}
.access.sec01 p {
	margin-top: 20px;
	text-align: center;
	font-size: var(--rem40);
	font-weight: 500;
}
.access.sec01 th,
.access.sec01 td {
	font-weight: 500!important;
}
.access.sec01 th {
	background: #9CD9DA!important;
	text-align: center!important;
	border: solid 1px #fff!important;
	color: #fff!important;
	vertical-align: middle;
}

@media print, screen and (max-width: 768px) {
	.access.sec01 .flex {
		flex-direction: column;
	}
}

/*-----------------------------
募集要項
------------------------------*/
.recruit.sec01 .flex {
	display: flex;
	align-items: center;
	gap: 40px;
}
.recruit.sec01 .image,
.recruit.sec01 .text {
	width: 100%;
}
.recruit.sec01 .image img {
	width: 100%;
	border-radius: 20px;
}

.recruit.sec02 {
	padding-top: 120px;
}
.recruit.sec02 th,
.recruit.sec02 td {
	font-weight: 500!important;
}
.recruit.sec02 th {
	background: #9CD9DA!important;
	text-align: center!important;
	border: solid 1px #fff!important;
	color: #fff!important;
	vertical-align: middle;
}

@media print, screen and (max-width: 768px) {
	.recruit.sec01 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.recruit.sec01 h3 {
		text-align: center;
	}

	.recruit.sec02 {
		padding-top: 70px;
	}
}

/*-----------------------------
先輩インタビュー
------------------------------*/
.interview.sec01 ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 30px 40px;
}
.interview.sec01 li {
	border-radius: 20px;
	border: solid 10px #9CD9DA;
	padding: 20px;
}
.interview.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 20px;
}
.interview.sec01 h3 {
	text-align: center;
	margin-top: 20px;
}

@media print, screen and (max-width: 768px) {
	.interview.sec01 ul {
		grid-template-columns: repeat(1,1fr);	}
}

/*-----------------------------
運営会社
------------------------------*/
.company.sec01 .flex {
	display: flex;
	align-items: center;
	gap: 40px;
}
.company.sec01 .image,
.company.sec01 .text {
	width: 100%;
}
.company.sec01 .image img {
	width: 100%;
	border-radius: 20px;
}

.company.sec02 {
	padding-top: 120px;
}
.company.sec02 th,
.company.sec02 td {
	font-weight: 500!important;
}
.company.sec02 th {
	background: #9CD9DA!important;
	text-align: center!important;
	border: solid 1px #fff!important;
	color: #fff!important;
	vertical-align: middle;
}
.company.sec02 iframe {
	width: 100%;
	height: 350px;
}

@media print, screen and (max-width: 768px) {
	.company.sec01 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.company.sec01 h3 {
		text-align: center;
	}

	.company.sec02 {
		padding-top: 70px;
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
body.page-contact #content.wide {
	padding-bottom: 80px!important;
}
.post .subimitarea .linkBtn {
	padding: 0;
}
body.page-contact .post table th {
	background: #9CD9DA!important;
	color: #fff!important
}
.wpcf7-form .must {
	background: #fff!important;
	color: #9CD9DA!important;
	border: solid 1px #9CD9DA;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	padding: 20px;
	background: #9CD9DA;
	width: 280px;
	border-radius: 100vmax;
}
.post .subimitarea .linkBtn::after {
	display: none!important;
}


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

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: none;
	}
}

@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;
	}

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

	.post h2.title {
		padding-top: 45px!important;
	}
	.post h2.title::before {
		width: 48px;
	}

	.linkBtn, .post .linkBtn, a.linkBtn {
		margin-top: 30px;
	}

	.cta {
		padding: 50px 0;
	}
	.cta a {
		padding: 15px 0;
	}
	.cta a::before {
		font-size: 1em;
	}
	.cta a.tellLink {
		font-size: 18px;
	}
	.cta a.mailLink {
		font-size: 16px;
	}

	#mainImg img {
		aspect-ratio: 16 / 9;
		object-fit: cover;
		object-position: left;
	}
}

@media print, screen and (max-width: 640px) {
	.postlist .post_text:after {
		width: calc(100%);
	}
}

.sbi-header.sbi-header-type-text {
    display: none;
}

@media print, screen and (max-width: 768px){
	.flow .w30{
		width:45vw;
	}
}