@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", sans-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: "Josefin Sans", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}

.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, #CCCCCC 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	position: absolute;
	height: 1px;
	bottom: 0;
	right: 0;
	width: 92%;
}

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

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

body p {
	line-height: 1.8;
}

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: #191919;
	opacity: 0.5;
}
header#h1Header h1.title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: var(--rem48);
	font-weight: 700;
	color: #fff;
}

#header {
	position: absolute;
	background: rgba(255, 255, 255, .5);
}
.sticky-header #header > .inner {
	background: rgba(255, 255, 255, .5);
}
#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header a.head_btn {
	font-family: "Noto Sans JP", sans-serif;
	align-items: center;
	font-weight: 700;
}
#header a.head_btn::before {
	font-size: 1em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.mail_btn {
	background: #E95412;
	color: #fff;
	flex-direction: unset;
	width: 180px;
}
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: unset!important;
}
nav#mainNav ul li a {
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
	font-weight: 500;
}
nav#mainNav ul li a,
nav#mainNav ul li a:hover,
nav#mainNav ul li a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-item a:hover,
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-parent a b {
	color: #262626!important;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #E95412;
}
.spmenu #menu p {
	color: #E95412;
}

a#scrollUp {
	background: #E95412;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #191919;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #fff;
}
#footer .footnav ul {
	justify-content: flex-start;
	gap: 15px 10px;
	max-width: 420px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
#footer .socialicon {
	margin-bottom: 15px;
}
#footer .flex {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	gap: 40px 150px;
	padding: var(--px80) 0;
}
#footer .flex .menuBox {
	width: 50%;
}
#footer .flex .btnBox {
	width: 50%;
}
#footer .flex .btnBox ul {
	display: flex;
	gap: 15px;
}
#footer .flex .btnBox ul li,
#footer .flex .btnBox ul li a,
#footer .flex .btnBox ul li a img {
	width: 45px!important;
	display: block;
}
#footer .flex .btnBox .linkBtn {
	margin-left: 0;
}

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

h1.title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #262626;
	line-height: 1.4;
	font-weight: 700;
	display: block;
	position: relative;
	margin-bottom: 35px;
}

.post h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h2.title {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-size: var(--rem72);
	line-height: 1.2;
	color: #E95412;
	text-align: center;
	padding: 0!important;
	margin: 0 0 35px!important;
	position: relative;
}
.post h2.title .ja {
	display: block;
	font-weight: 700;
	font-size: var(--rem20);
	color: #262626;
	margin-top: 8px;
}

.post h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.post h3.title {
	font-weight: 700;
	font-size: var(--rem30);
	text-align: center;
	margin-bottom: 35px;
}
.post h3.title .en {
	font-family: "Josefin Sans", sans-serif;
	display: block;
	font-weight: 600;
	font-size: var(--rem60);
	color: #E8E8E8;
	line-height: 1;
	margin-bottom: -30px;
}
.post h3.title .number {
	color: #E95412;
}

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

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

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	background: #E95412;
	display: block;
	border-radius: 0;
	padding: 18px;
	width: 100%;
	max-width: 320px;
	color: #fff;
	margin-inline: auto;
	margin-top: 35px;
}
.linkBtn.black {
	background: #191919;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #E95412;
	color: #fff;
	opacity: .7;
}
.linkBtn.black:hover {
	background: #191919;
}

.fadeInUp {
	animation-name: fadeInUp;
	animation-duration: 1s;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0); /* 元は40px */
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/*-----------------------------
Top
------------------------------*/
.top_concept {
	padding: 50px 0 120px;
	background: url(/wp-content/uploads/bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.top_concept .wrap {
	display: flex;
	flex-direction: column;
	gap: 48px;
}
.top_concept .flex {
	display: flex;
	justify-content: space-between;
}
.top_concept .image01 {
	width: 36%;
}
.top_concept .image02 {
	width: 45%;
}
.top_concept h1.title {
	font-size: var(--rem72);
}
.top_concept h1.title .small {
	font-size: var(--rem60);
}
.top_concept h1.title .orange {
	color: #E95412;
}
.top_concept h1.title .en {
	font-family: "Josefin Sans", sans-serif;
	display: block;
	font-size: var(--rem24);
	font-weight: 500;
	margin-top: 8px;
}
.top_concept p {
	text-align: center;
	line-height: 2.2;
}
.top_concept .btnFlex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px;
	gap: 15px 20px;
}
.top_concept .btnFlex .linkBtn {
	margin: 0;
}

.top_gallery {
	padding-top: 100px;
}

.top_gallery .sliderWrap {
	width: 100%;
}

.top_gallery .slider {
	display: flex;
	width: max-content;
	gap: 30px;
	animation: scrollRight 40s linear infinite;
	will-change: transform;
}

.top_gallery .slider li {
	flex: 0 0 auto;
	width: calc(100vw / 3);
	aspect-ratio: 3 / 2;
	list-style: none;
}

.top_gallery .slider li:nth-child(2n) {
	transform: translateY(35px);
}

.top_gallery .slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* gap分のズレを補正 */
@keyframes scrollRight {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(calc(-50% - 15px), 0, 0);
	}
}

.top_service {
	padding: 120px 0;
}
.top_service ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 50px 35px;
}
.top_service .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.top_service h3 {
	font-weight: 700;
	margin-top: 24px;
	text-align: center;
	margin-bottom: 0;
}
.top_service h3 span {
	font-family: "Josefin Sans", sans-serif;
	display: block;
	font-weight: 700;
	font-size: var(--rem20);
	color: #9A9A9A;
}

.top_logoarea {
	padding: 60px 0;
	background: url(/wp-content/uploads/bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.top_logoarea .logoWrap {
	width: 100%;
	overflow: hidden;
}

.top_logoarea .slider {
	display: flex;
	width: max-content;
	gap: 70px;
	animation: scrollLogo 40s linear infinite;
	will-change: transform;
}

.top_logoarea .slider li {
	flex: 0 0 auto;
	width: calc(100vw / 5);
	list-style: none;
}

.top_logoarea .slider img {
	width: 100%;
	height: auto;
	display: block;
}

/* gap補正 */
@keyframes scrollLogo {
	0% {
		transform: translate3d(0,0,0);
	}
	100% {
		transform: translate3d(calc(-50%),0,0);
	}
}

.top_recruit {
	padding: 120px 0;
	background: url(/wp-content/uploads/top_recruit_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.top_recruit h1.title {
	font-family: "Noto Serif JP", serif;
	color: #fff;
	line-height: 1.3;
	font-size: clamp(42px, 8vw, 130px);
}
.top_recruit h1.title .orange {
	color: #E95412;
}
.top_recruit h1.title .small {
	font-size: clamp(36px, 6vw, 110px);
}
.top_recruit p {
	font-weight: 700;
	font-size: var(--rem30);
	text-align: center;
	color: #fff;
}
.top_recruit .linkBtn {
	margin-top: 70px;
}

.top_member {
	padding: 120px 0;
	background: #191919;
}
.top_member h2.title .ja {
	color: #fff;
}
.top_member p {
	font-size: var(--rem24);
	color: #fff;
}
.top_member .linkBtn {
	margin-left: 0;
}

.top_news {
	padding: 100px 0;
}

.top_column {
	background: #F3F2F3;
	padding: 100px 0;
}

@media print, screen and (max-width: 768px) {
	.top_concept {
		padding: 40px 0 70px;
	}
	.top_concept .wrap {
		flex-direction: column-reverse;
		gap: 36px;
	}
	.top_concept .flex {
		flex-direction: column;
		gap: 20px;
	}
	.top_concept .image01 {
		width: 100%;
	}
	.top_concept .image02 {
		width: 100%;
		margin-top: -40px;
	}
	.top_concept p {
		text-align: left;
	}

	.top_gallery {
		padding-top: 50px;
	}
	.top_gallery .slider {
		animation: scrollRight 20s linear infinite;
	}
	.top_gallery .slider li {
		width: calc(100vw / 2);
	}

	.top_service {
		padding: 100px 0 70px;
	}
	.top_service ul {
		grid-template-columns: repeat(1,1fr);
	}

	.top_logoarea {
		padding: 30px 0;
	}
	.top_logoarea .slider {
		animation: scrollLogo 20s linear infinite;
		gap: 30px;
	}
	.top_logoarea .slider li {
		width: calc(100vw / 3);
	}

	.top_recruit {
		padding: 70px 0;
	}
	.top_recruit .linkBtn {
		margin-top: 50px;
	}

	.top_member {
		padding: 70px 0;
	}
	.top_member p {
		text-align: center;
	}
	.top_member .linkBtn {
		margin-left: auto;
	}

	.top_news {
		padding: 70px 0;
	}

	.top_column {
		padding: 70px 0;
	}
}

/*-----------------------------
会社概要
------------------------------*/
body.page-company #content.wide {
	padding-top: 0;
}

.company.sec01 {
	background: url(/wp-content/uploads/bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.company.sec01 h3 {
	text-align: center;
	font-size: var(--rem40);
	font-weight: 700;
	margin-bottom: 40px;
}

.company.sec02 {
	background: #191919;
}
.company.sec02 h2.title .ja {
	color: #fff;
}
.company.sec02 h3 {
	font-weight: 700;
	font-size: var(--rem40);
	padding-bottom: 8px;
	border-bottom: 1px solid #A7A7A7;
	color: #fff;
}
.company.sec02 h3 span {
	color: #E95412;
	font-size: var(--rem20);
	display: flex;
	align-items: center;
	gap: 4px;
}
.company.sec02 h3 span::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/logo_icon.png)no-repeat;
	background-size: contain;
	width: 16px;
	height: 22px;
}
.company.sec02 p {
	color: #fff;
}

.company.sec03 table,
.company.sec03 table th,
.company.sec03 table td {
	background: unset;
	border: none;
	font-weight: 500;
}
.company.sec03 table tr {
	border-bottom: 1px solid #000;
}

@media print, screen and (max-width: 768px) {
	.company.sec01 h3 {
		margin-bottom: 30px;
	}
}

/*-----------------------------
事業内容
------------------------------*/
.service.sec01 .flexBtn {
	display: flex;
	justify-content: center;
	gap: 15px 20px;
	flex-wrap: wrap;
}
.service.sec01 .linkBtn {
	margin: 0;
}
.service.sec01 .linkBtn::after {
	transform: rotate(45deg);
}

.service.sec02 .problemBox ul {
	margin-top: 12px;
	margin-bottom: 12px;
}
.service.sec02 .problemBox ul li {
	padding-left: 16px;
	position: relative;
}
.service.sec02 .problemBox ul li::before {
	content: '';
	display: inline-block;
	background: #E95412;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}

.service.sec02 .serviceBox .read_text {
	text-align: center;
	margin-bottom: 48px;
}
.service.sec02 .serviceBox h4 {
	padding: 18px;
	font-size: var(--rem24);
	font-weight: 700;
	text-align: center;
	background: #191919;
	color: #fff;
	margin-bottom: 0;
}
.service.sec02 .serviceBox h4::before {
	display: none;
}
.service.sec02 .serviceBox dl {
	padding: 20px 25px;
	border: solid 1px #EEEEEE;
}
.service.sec02 .serviceBox dl.gray {
	background: #F3F2F3;
}
.service.sec02 .serviceBox dt {
	margin-bottom: 15px;
}

.service.sec02 .featureBox ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 50px 35px;
}
.service.sec02 .featureBox .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.service.sec02 .featureBox h4 {
	text-align: center;
	font-size: var(--rem20);
	font-weight: 700;
	margin-top: 24px;
	padding: 0;
}
.service.sec02 .featureBox h4::before {
	display: none;
}
.service.sec02 .featureBox h4 span {
	font-family: "Josefin Sans", sans-serif;
	display: block;
	font-size: var(--rem16);
	color: #9A9A9A;
}

.service.sec02 .flowBox ul {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.service.sec02 .flowBox ul li {
	border: solid 1px #9A9A9A;
	padding: var(--px40);
	position: relative;
}
.service.sec02 .flowBox ul li:not(:last-child)::after {
	content: '';
	display: inline-block;
	background: #E95412;
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.service.sec02 .flowBox h4 {
	padding: 0;
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
	font-size: var(--rem24);
}
.service.sec02 .flowBox h4::before {
	display: none;
}
.service.sec02 .flowBox h4 span {
	font-size: var(--rem18);
	display: block;
	background: #191919;
	line-height: 1;
	padding: 5px 20px;
	text-align: center;
	color: #fff;
}
.service.sec02 .flowBox .linkBtn {
	margin-left: 0;
}

.service.sec02 .faqBox .wrap {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.service.sec02 .faqBox .faq-item {
	overflow: clip;
}
.service.sec02 .faqBox .faq-item > summary {
	list-style: none;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	outline: none;
	background: #191919;
	color: #fff;
	padding: 16px 20px;
}
.service.sec02 .faqBox .faq-item > summary::-webkit-details-marker { display: none; }
.service.sec02 .faqBox .q {
	font-weight: 500;
	color: #fff;
	font-size: clamp(20px, 2.5vw, 28px);
	line-height: 1;
}
.service.sec02 .faqBox .q-text {
	font-weight: 500;
	font-size: var(--rem18);
}
.service.sec02 .faqBox .toggle {
	position: relative;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}
.service.sec02 .faqBox .toggle::before,
.service.sec02 .faqBox .toggle::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 16px;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	transition: transform .28s ease;
}
.service.sec02 .faqBox .toggle::after { transform: rotate(90deg); }
.service.sec02 .faqBox .faq-item[open] .toggle::after { transform: rotate(90deg) scaleX(0); }

.service.sec02 .faqBox .a-wrap {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .32s ease, padding .32s ease, margin .32s ease;
	padding-left: 40px;
	margin-top: 0;
}
.service.sec02 .faqBox .a-wrap > div { min-height: 0; overflow: hidden; }
.service.sec02 .faqBox .a-wrap p { margin: 12px 0 2px; line-height: 1.9; }

.service.sec02 .faqBox .faq-item[open] .a-wrap {
	grid-template-rows: 1fr;
	padding-bottom: 6px;
}

.service.sec03 {
	background: #F3F2F3;
}
.service.sec03 .problemBox ul {
	margin-top: 12px;
	margin-bottom: 12px;
}
.service.sec03 .problemBox ul li {
	padding-left: 16px;
	position: relative;
}
.service.sec03 .problemBox ul li::before {
	content: '';
	display: inline-block;
	background: #E95412;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}

.service.sec03 .featureBox ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 50px 35px;
}
.service.sec03 .featureBox .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.service.sec03 .featureBox h4 {
	text-align: center;
	font-size: var(--rem20);
	font-weight: 700;
	margin-top: 24px;
	padding: 0;
}
.service.sec03 .featureBox h4::before {
	display: none;
}
.service.sec03 .featureBox h4 span {
	font-family: "Josefin Sans", sans-serif;
	display: block;
	font-size: var(--rem16);
	color: #9A9A9A;
}

.service.sec03 .flowBox ul {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.service.sec03 .flowBox ul li {
	border: solid 1px #9A9A9A;
	padding: var(--px40);
	position: relative;
}
.service.sec03 .flowBox ul li:not(:last-child)::after {
	content: '';
	display: inline-block;
	background: #E95412;
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.service.sec03 .flowBox h4 {
	padding: 0;
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
	font-size: var(--rem24);
}
.service.sec03 .flowBox h4::before {
	display: none;
}
.service.sec03 .flowBox h4 span {
	font-size: var(--rem18);
	display: block;
	background: #191919;
	line-height: 1;
	padding: 5px 20px;
	text-align: center;
	color: #fff;
}
.service.sec03 .flowBox .linkBtn {
	margin-left: 0;
}

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

	.service.sec03 .featureBox ul {
		grid-template-columns: repeat(1,1fr);
	}
}

/*-----------------------------
採用情報
------------------------------*/
.recruit.sec01 h2 {
	font-family: "Noto Serif JP", serif;
	line-height: 1.2;
	font-size: clamp(42px, 8vw, 110px);
}
.recruit.sec01 h2 .orange {
	color: #E95412;
}
.recruit.sec01 h2 .small {
	font-size: clamp(36px, 6vw, 90px);
}

.recruit.sec02 {
	background: #191919;
}
.recruit.sec02 h2.title .ja {
	color: #fff;
}
.recruit.sec02 .flexbox {
	justify-content: space-between;
}
.recruit.sec02 .image,
.recruit.sec02 .text {
	width: 48%;
}
.recruit.sec02 .image {
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 4%;
}
.recruit.sec02 .image span {
	display: block;
	color: #fff;
	margin-top: 8px;
	margin-left: 8px;
}
.recruit.sec02 .rev .image {
	margin-right: calc(50% - 50vw);
	margin-left: 4%;
}
.recruit.sec02 h3 {
	color: #fff;
	font-weight: 700;
}
.recruit.sec02 p {
	color: #fff;
}

.recruit.sec03 table,
.recruit.sec03 table th,
.recruit.sec03 table td {
	background: unset;
	border: none;
	font-weight: 500;
}
.recruit.sec03 table tr {
	border-bottom: 1px solid #000;
}

@media print, screen and (max-width: 768px) {
	.recruit.sec02 .image,
	.recruit.sec02 .text {
		width: 100%;
	}
	.recruit.sec02 .image,
	.recruit.sec02 .rev .image {
		margin: 0 0 25px;
	}
}

/*-----------------------------
お知らせ・コラム
------------------------------*/
body.single #header {
	position: relative;
}

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

}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
	width: 300px;
	border: none;
}
body.page-contact .post table th {
	background: #191919;
	color: #fff
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff;
	padding: 20px;
	background: #E95412;
	width: 100%;
	border-radius: 0;
}
.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;
	}

	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: #fff!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; }

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

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

	#footer .flex {
		flex-direction: column;
	}
	#footer .flex .menuBox {
		width: 100%;
	}
	#footer .flex .btnBox {
		width: 100%;
	}
	#footer .footnav ul {
		justify-content: center;
	}
	#footer .flex .btnBox ul {
		justify-content: center;
	}
	#footer .flex .btnBox .linkBtn {
		margin-inline: auto;
	}
}

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