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

/*font-family: "Roboto", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&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: #1B3360;
	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: #1B3360;
}

.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: "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 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: #000;
	opacity: 0;
}
header#h1Header h1.title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: var(--rem48);
	font-weight: 700;
	color: #fff;
}

#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header ul.header__contact li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-right: 20px;
}
#header a.head_btn {
	font-family: "Noto Sans JP", sans-serif;
	align-items: center;
	height: auto;
	padding: 10px;
	height: 60px;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.line_btn {
	background: #1B3360;
	color: #fff;
	flex-direction: unset;
	width: 180px;
	flex-wrap: wrap;
}
#header a.head_btn.line_btn::before {
	content: '';
	display: inline-block;
	background: url(/pieceinaxis/wp-content/uploads/line.png)no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}
#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: #fff!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 ,
nav#mainNav ul li ul.sub-menu li a {
	font-weight: 700;
}
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;
}

nav#mainNav ul li ul.sub-menu li a:hover {
	background: #1B3360!important;
	color: #fff!important;
}

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

a#scrollUp {
	background: #1B3360;
}

.footer_head {
	padding: 40px 0;
}
.footer_head .banner {
	display: block;
	width: 100%;
	max-width: 380px;
	margin-inline: auto;
	margin-bottom: 20px;
}
.footer_head .banner img {
	width: 100%;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #1B3360;
}
#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 > li::before, #footer .footnav ul > li::after {
	display: none;
}

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

h1.title {
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", 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: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h2.title {
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
	font-size: var(--rem48);
	color: #262626;
	text-align: center;
	padding: 0!important;
	margin: 0 0 35px!important;
	position: relative;
}
.post h2.title .en {
	font-family: "Roboto", sans-serif;
	display: block;
	font-weight: 700;
	font-size: var(--rem20);
	color: #1B3360;
}

.post h3 {
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
	font-weight: 700;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
	font-weight: 700;
}

.post h4::before {
	background: #1B3360;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
	font-weight: 700;
	background: #1B3360;
	display: block;
	border-radius: 0;
	padding: 18px;
	width: 100%;
	max-width: 280px;
	color: #fff;
	margin-inline: auto;
	margin-top: 35px;
}
.linkBtn::after {
	border-color: #fff!important;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #1B3360;
	color: #fff;
	opacity: .7;
}

.cta .inner {
	padding: 80px 5%;
	text-align: center;
	background: url(/pieceinaxis/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.cta h2 {
	color: #fff;
	line-height: 1.3;
	font-size: var(--rem36);
	margin-bottom: 30px;
}
.cta h2 span {
	font-size: var(--rem60);
}
.cta p {
	font-weight: 700;
	color: #fff;
	font-size: var(--rem24);
}
.cta .flex {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 40px;
}
.cta a {
	color: #fff;
	background: #E95412;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 100%;
	max-width: 280px;
	padding: 18px 0;
	position: relative;
	font-weight: 700;
}
.cta a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1em;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}
.cta a.lineLink::before {
	content: '';
	display: inline-block;
	background: url(/pieceinaxis/wp-content/uploads/line.png)no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}
.cta a.mailLink::before {
	content: '\f0e0';
}

.secCta .logo {
	width: 160px;
	margin-inline: auto;
	margin-bottom: 10px;
}
.secCta .logo img {
	width: 100%;
}
.secCta p {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.6;
	text-align: center;
}
.secCta h3 {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.secCta h3::before,
.secCta h3::after {
	content: '';
	display: inline-block;
	background: #1B3360;
	flex: 1;
	height: 1px;
	margin-top: 10px;
}
.secCta h3 span {
	background: linear-gradient(transparent 70%, #F7C0A7 30%);
}
.secCta .dots {
	-webkit-text-emphasis: circle;
	text-emphasis: circle;
	-webkit-text-emphasis: circle #C72626;
	text-emphasis: circle #C72626;
	background: unset;
	position: relative;
}
.secCta .dots::after {
	content: '';
	display: inline-block;
	background: url(/pieceinaxis/wp-content/uploads/speechbubble.png)no-repeat;
	background-size: contain;
	aspect-ratio: 243 / 77;
	width: 200px;
	position: absolute;
	top: -80px;
	right: -188px;
}
.secCta .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 40px;
}
.secCta a {
	color: #fff;
	background: #E95412;
	display: grid;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 100%;
	max-width: 280px;
	height: 87px;
	padding: 18px 0;
	position: relative;
	font-weight: 700;
}
.secCta a span {
	font-size: 20px;
}
.secCta a i {
	margin-right: 4px;
}
.secCta a b {
	font-weight: 500;
	text-align: center;
}
.secCta a.lineLink {
	background: #05C756;
}
.secCta a.mailLInk {
	background: #E95412;
}

/*-----------------------------
Top
------------------------------*/
.top_about {
	background: #F5FCFF;
	padding: 0 0 120px;
	margin-top: 20px;
	position: relative;
	z-index: 3;
}
.top_about .flex {
	display: flex;
	justify-content: center;
	gap: 30px;
	max-width: 1200px;
	margin-inline: auto;
	transform: translateY(-60px);
}
.top_about .flex a {
	width: 50%;
	display: block;
}
.top_about .flex a  img {
	width: 100%;
}
.top_about h1 {
	line-height: 1.4;
	margin-top: 35px;
	margin-bottom: 35px;
}
.top_about p.txt_c {
	font-weight: 500;
}

.top_why {
	padding: 100px 0;
}

.top_reason {
	position: relative;
	padding: 120px 0;
	background: url(/pieceinaxis/wp-content/uploads/reason_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.top_reason::before {
	content: '';
	display: inline-block;
	background: #fff;
	width: 100px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top_reason::after {
	content: '';
	display: inline-block;
	background: #E0E5ED;
	width: 100px;
	height: 50px;
	position: absolute;
	left: 50%;
	bottom: -49px;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top_reason .box {
	padding: var(--px60) var(--px80);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_reason .box .image {
	width: 30%;
}
.top_reason .box .image img {
	width: 100%;
}
.top_reason .box .text {
	width: 66%;
}
.top_reason .box .text h3 {
	display: flex;
	align-items: center;
	gap: 14px;
}
.top_reason .box .text h3::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #000;
}
.top_reason .reasonBox {
	padding-top: 100px;
}
.top_reason .reasonBox h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}
.top_reason .reasonBox h3::before,
.top_reason .reasonBox h3::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #000;
}
.top_reason ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 40px;
}
.top_reason li {
	display: flex;
	flex-direction: column;
}
.top_reason li .head {
	text-align: center;
	background: #1B3360;
	padding: 30px 20px;
}
.top_reason li .en {
	display: block;
	color: #E95412;
	font-weight: 700;
	font-size: var(--rem20);
	margin-bottom: 20px;
}
.top_reason li .head p {
	color: #fff;
	font-weight: 700;
	line-height: 1.6;
	font-size: var(--rem30);
}
.top_reason li .head p span {
	display: block;
	font-weight: 500;
	font-size: var(--rem20);
}
.top_reason li .body {
	background: #fff;
	padding: 25px;
	flex: 1;
}

.top_service {
	padding: 120px 0;
}
.top_service .flex {
	display: flex;
	gap: 30px 50px;
}
.top_service .box {
	width: 50%;
	position: relative;
	padding: 80px 5%;
	text-align: center;
	z-index: 2;
}
.top_service .box::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.8;
}
.top_service .box.jobseekers {
	background: url(/pieceinaxis/wp-content/uploads/top_service01.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.top_service .box.jobseekers::after {
	background: #E95412;
}
.top_service .box.companies {
	background: url(/pieceinaxis/wp-content/uploads/top_service02.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.top_service .box.companies::after {
	background: #1B3360;
}
.top_service h3 {
	color: #fff;
	line-height: 1.4;
	font-weight: 700;
	font-size: var(--rem40);
}
.top_service h3 span {
	font-family: "Roboto", sans-serif;
	display: block;
	font-size: var(--rem20);
}
.top_service .linkBtn {
	background: #fff;
	color: #1B3360;
}
.top_service .linkBtn::after {
	border-color: #1B3360!important;
}
.top_service .linkBtn:hover {
	background: #fff;
	color: #1B3360;
}

@media print, screen and (max-width: 1023px) {
	.top_about {
		margin-top: 0;
		padding: 20px 0 60px;
	}
	.top_about .flex {
		gap: 10px;
		transform: translateY(0);
	}
	.top_about h1 {
		margin-top: 60px;
	}
	.top_about p.txt_c {
		text-align: left;
	}

	.top_why {
		padding: 60px 0;
	}

	.top_reason {
		padding: 100px 0 70px;
	}
	.top_reason::before {
		width: 80px;
		height: 40px;
	}
	.top_reason::after {
		width: 80px;
		height: 40px;
		bottom: -39px;
	}
	.top_reason .box {
		padding: var(--px60) var(--px40);
		flex-direction: column;
		gap: 30px;
	}
	.top_reason .box .image {
		width: 100%;
		max-width: 300px;
		margin-inline: auto;
	}
	.top_reason .box .text {
		width: 100%;
		max-width: 700px;
		margin-inline: auto;
	}
	.top_reason .box .text h3::before {
		width: 40px;
	}
	.top_reason .reasonBox {
		padding-top: 60px;
	}
	.top_reason .reasonBox h3::before,
	.top_reason .reasonBox h3::after {
		width: 40px;
	}
	.top_reason ul {
		grid-template-columns: repeat(1,1fr);
		gap: 25px;
		max-width: 700px;
		margin-inline: auto;
	}

	.top_service {
		padding: 100px 0 70px;
	}
	.top_service .flex {
		flex-direction: column;
		max-width: 700px;
		margin-inline: auto;
	}
	.top_service .box {
		width: 100%;
		padding: 50px 5%;
	}
}

/*-----------------------------
求職者の方へ
------------------------------*/
.page-for-jobseekers #content.wide {
	padding-top: 0!important;
}
.jobseekers.sec01 {
	background: #F5FCFF;
}
.jobseekers.sec01 h3 {
	font-size: var(--rem30);
	font-weight: 700;
}

.jobseekers.sec02 ul {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.jobseekers.sec02 h3 {
	color: #1B3360;
	display: flex;
	align-items: center;
	gap: 30px;
	background: #F5FCFF;
	padding: 25px;
}
.jobseekers.sec02 h3 span {
	background: #1B3360;
	width: 70px;
	height: 70px;
	font-size: var(--rem36);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jobseekers.sec03 ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	gap: 40px 20px;
}
.jobseekers.sec03 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.jobseekers.sec03 h3 {
	text-align: center;
	font-size: var(--rem18);
	margin-top: 20px;
}
.jobseekers.sec03 a {
	background: #1B3360;
	text-align: center;
	display: block;
	color: #fff;
	padding: 10px;
	font-weight: 700;
	max-width: 200px;
	margin-inline: auto;
	margin-bottom: 20px;
}

.jobseekers.sec04 {
	background: url(/pieceinaxis/wp-content/uploads/jobseekers_support_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.jobseekers.sec04 h3 {
	font-family: "toppan-bunkyu-midashi-min-st", serif;
	text-align: center;
	background: #fff;
	color: #1B3360;
	padding: 15px;
	line-height: 1.3;
}
.jobseekers.sec04 .pointList {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.jobseekers.sec04 .pointList li {
	display: flex;
	border: solid 2px #E95412;
}
.jobseekers.sec04 .pointList .image {
	position: relative;
	width: 25%;
}
.jobseekers.sec04 .pointList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jobseekers.sec04 .pointList .point {
	width: 70px;
	height: 70px;
	background: #E95412;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -35px;
	left: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jobseekers.sec04 .pointList .point p {
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
	font-size: var(--rem24);
}
.jobseekers.sec04 .pointList .point p span {
	font-weight: 500;
	font-size: var(--rem16);
	display: block;
}
.jobseekers.sec04 .pointList .text {
	width: 75%;
	padding: var(--px40);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.jobseekers.sec04 .pointList h4 {
	font-size: var(--rem30);
	line-height: 1.5;
	color: #E95412;
	padding: 0;
	margin: 0 0 20px;
}
.jobseekers.sec04 .pointList h4::before {
	display: none!important;
}
.jobseekers.sec04 .plus {
	width: 80px;
	margin-inline: auto;
}
.jobseekers.sec04 .plus img {
	width: 100%;
}
.jobseekers.sec04 .box {
	background: #fff;
	border-radius: 20px;
	padding: var(--px40);
}
.jobseekers.sec04 .catch {
	text-align: center;
	font-weight: 700;
	font-size: var(--rem30);
	line-height: 1.4;
	margin-top: -62px;
	margin-bottom: 25px;
}
.jobseekers.sec04 .catch .underline {
	position: relative;
	z-index: 2;
}
.jobseekers.sec04 .catch .underline::after {
	content: '';
	display: inline-block;
	background: #EF8758;
	width: 100%;
	position: absolute;
	bottom: 4px;
	left: 0;
	height: 8px;
	border-radius: 100vmax;
	z-index: -1;
}
.jobseekers.sec04 .catch .dots {
	-webkit-text-emphasis: circle;
	text-emphasis: circle;
	-webkit-text-emphasis: circle #E95412;
	text-emphasis: circle #E95412;
}
.jobseekers.sec04 .textList {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 700px;
	margin-inline: auto;
}
.jobseekers.sec04 .textList li {
	font-weight: 500;
	padding-left: 20px;
	position: relative;
}
.jobseekers.sec04 .textList li::before {
	content: '●';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.jobseekers.sec04 .bottom_text {
	font-weight: 700;
	font-size: var(--rem24);
	line-height: 1.5;
}

.jobseekers.sec05 .box {
	background: #F8F1EE;
	padding: var(--px60) var(--px40);
	text-align: center;
}
.jobseekers.sec05 .box img {
	width: 100%;
	max-width: 600px;
}

.jobseekers.sec06 {
	background: #F5FCFF;
}
.jobseekers.sec06 .inner {
	max-width: 1400px;
}
.jobseekers.sec06 ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 30px;
}
.jobseekers.sec06 li {
	display: flex;
}
.jobseekers.sec06 .image {
	width: 35%;
}
.jobseekers.sec06 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jobseekers.sec06 .text {
	background: #fff;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 65%;
}
.jobseekers.sec06 h3 {
	font-size: var(--rem20);
	padding-bottom: 8px;
	border-bottom: 1px solid #707070;
	width: 100%;
}

.jobseekers.sec07 ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	max-width: 1000px;
	margin-inline: auto;
}
.jobseekers.sec07 li {
	width: 100%;
	max-width: 490px;
	border: solid 1px #9A9A9A;
	padding: 20px;
}
.jobseekers.sec07 h3 {
	display: flex;
	align-items: center;
	gap: 18px;
	font-size: var(--rem24);
	margin: 0;
}
.jobseekers.sec07 h3 span {
	background: #1B3360;
	padding: 8px 16px;
	color: #fff;
	text-align: center;
	display: block;
	font-size: var(--rem18);
	line-height: 1;
}

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

.jobseekers.sec08 .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;
}
.jobseekers.sec08 .a-wrap > div { min-height: 0; overflow: hidden; }
.jobseekers.sec08 .a-wrap p { margin: 12px 0 2px; line-height: 1.9; }

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

@media print, screen and (max-width: 768px) {
	.jobseekers.sec01 h3.txt_c {
		text-align: left;
	}

	.jobseekers.sec02 ul {
		gap: 40px;
	}
	.jobseekers.sec02 h3 {
		gap: 20px;
	}
	.jobseekers.sec02 h3 span {
		background: #1B3360;
		width: 50px;
		height: 50px;
	}

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

	.jobseekers.sec04 .pointList li {
		flex-direction: column;
	}
	.jobseekers.sec04 .pointList .image {
		width: 100%;
	}
	.jobseekers.sec04 .pointList .image img {
		aspect-ratio: 3 / 2;
		height: auto;
	}
	.jobseekers.sec04 .pointList .point {
		top: -15px;
		left: -15px;
	}
	.jobseekers.sec04 .pointList .text {
		width: 100%;
	}
	.jobseekers.sec04 .catch {
		line-height: 2;
		margin-bottom: 10px;
	}
	.jobseekers.sec04 .catch .underline::after {
		bottom: 2px;
		height: 6px;
	}
	.jobseekers.sec04 .box {
		margin-top: 70px;
	}
	.jobseekers.sec04 .textList li {
		line-height: 1.6;
	}
	.jobseekers.sec04 .bottom_text.txt_c {
		text-align: left;
	}

	.jobseekers.sec06 ul {
		grid-template-columns: repeat(1,1fr);
	}
	.jobseekers.sec06 li {
		flex-direction: column;
	}
	.jobseekers.sec06 .image,
	.jobseekers.sec06 .text {
		width: 100%;
	}
}

/*-----------------------------
企業の方へ
------------------------------*/
.page-for-companies #content.wide {
	padding-top: 0!important;
}
.companies.sec01 {
	background: #F5FCFF;
}
.companies.sec01 h3 {
	font-size: var(--rem30);
	font-weight: 700;
}

.companies.sec02 ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: var(--px40);
	background: #F5FCFF;
}
.companies.sec02 h3 {
	color: #1B3360;
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 0;
}
.companies.sec02 h3 span {
	background: #1B3360;
	width: 70px;
	height: 70px;
	font-size: var(--rem36);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.companies.sec03 {
	background: url(/pieceinaxis/wp-content/uploads/companies_trafficSource_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.companies.sec03 .box img {
	width: 100%;
}

.companies.sec04 .box {
	background: #F5FCFF;
	padding: var(--px60) var(--px40);
	text-align: center;
}
.companies.sec04 .box img {
	width: 100%;
	max-width: 600px;
}

.companies.sec05 {
	background: #F5FCFF;
}
.companies.sec05 ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 40px 15px;
}
.companies.sec05 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.companies.sec05 h3 {
	font-size: var(--rem20);
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	padding: 6px;
	background: #1B3360;
}
.companies.sec05 .text {
	background: #fff;
	padding: 25px;
}

.companies.sec06 ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	max-width: 1000px;
	margin-inline: auto;
}
.companies.sec06 li {
	width: 100%;
	max-width: 490px;
	border: solid 1px #9A9A9A;
	padding: 20px;
}
.companies.sec06 h3 {
	display: flex;
	align-items: center;
	gap: 18px;
	font-size: var(--rem24);
	margin: 0;
}
.companies.sec06 h3 span {
	background: #1B3360;
	padding: 8px 16px;
	color: #fff;
	text-align: center;
	display: block;
	font-size: var(--rem18);
	line-height: 1;
}

.companies.sec07 {
	background: #F5FCFF;
}
.companies.sec07 ul {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.companies.sec07 li {
	display: flex;
	justify-content: space-between;
	padding-right: 10%;
}
.companies.sec07 li:nth-child(even) {
	flex-direction: row-reverse;
	padding-right: 0;
	padding-left: 10%;
}
.companies.sec07 li:nth-child(even) .image span {
	text-align: right;
}
.companies.sec07 .image {
	width: 30%;
}
.companies.sec07 .image  span {
	display: block;
	color: #191919;
	font-weight: 500;
	margin-top: 6px;
	font-size: var(--rem16);
}
.companies.sec07 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.companies.sec07 .text {
	width: 66%;
}
.companies.sec07 h3 {
	font-size: var(--rem24);
	color: #1B3360;
}

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

.companies.sec08 .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;
}
.companies.sec08 .a-wrap > div { min-height: 0; overflow: hidden; }
.companies.sec08 .a-wrap p { margin: 12px 0 2px; line-height: 1.9; }

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

@media print, screen and (max-width: 768px) {
	.companies.sec01 h3.txt_c {
		text-align: left;
	}

	.companies.sec02 ul {
		gap: 10px;
	}
	.companies.sec02 h3 {
		gap: 20px;
	}
	.companies.sec02 h3 span {
		background: #1B3360;
		width: 50px;
		height: 50px;
	}

	.companies.sec05 ul {
		grid-template-columns: repeat(1,1fr);
	}

	.companies.sec07 ul {
		gap: 50px;
	}
	.companies.sec07 li {
		display: flex;
		flex-direction: column;
		gap: 30px;
		padding-right: 0;
	}
	.companies.sec07 li:nth-child(even) {
		flex-direction: column;
		padding-left: 0;
	}
	.companies.sec07 li:nth-child(even) .image span {
		text-align: left;
	}
	.companies.sec07 .image {
		width: 100%;
	}
	.companies.sec07 .text {
		width: 100%;
	}
	.companies.sec07 h3 {
		text-align: center;
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
	width: 300px;
	border: none;
}
body.page-contact .post table th {
	background: #1B3360;
	color: #fff
}
body.page-contact .post table td p.small {
	font-size: 10px;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff;
	padding: 20px;
	background: #1B3360;
	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 ul.sub-menu li a:hover {
		background: #fff!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; }

	#mainImg img {
		aspect-ratio: 3 / 2;
		object-fit: cover;
	}

	.cta .inner {
		padding: 60px 5%;
	}
	.cta a {
		padding: 15px 0;
	}
	.cta a.lineLink::before {
		width: 16px;
		height: 16px;
	}

	.secCta .logo {
		width: 120px;
	}
	.secCta p {
		font-size: 18px;
	}
	.secCta h3 {
		font-size: 24px;
		gap: 10px;
	}
	.secCta .dots::after {
		width: 120px;
		top: -124px;
		right: -190px;
	}
	.secCta .flex {
		margin-top: 20px;
	}
	.secCta a {
		height: 70px;
		padding: 10px 0;
	}
}

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

#header a.head_btn::before{
	content:none!important;
}
#header a.head_btn.mail_btn {
	flex-direction:column;
	font-size:18px;
}
#header a.head_btn b{
	font-weight:400;
	font-size:10px;
}
#header a.head_btn i{
	margin-right:5px;
}
#header a.head_btn.mail_btn.company{
	background:#1B3360;
}
.cta a::before{
	content:none!important;
}
.cta a{
	display: grid;
}
.cta a b{
	font-weight:500;
}
.cta a i{
	margin-right:4px;
}
.cta a span{
	font-size:20px;
}
.cta a.company{
	background:white;
	color:#1B3360;
}

.page-id-21 h1.title.first > span{
	font-weight:500;
	font-size: 35px;
}

.page-id-21 h1.title.first > span > span{
	display: inline;      /* or block */
	font-size: var(--rem48);      /* お問い合わせ用 */
	display: block;
	font-weight:700;
}