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

/* font-family: "Montserrat", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* 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: "Zen Maru Gothic", serif; */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;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: #67B2A8;
	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: #67B2A8;
	border-radius: 5px;
}
.post4b img {
	border-radius: 20px;
}

.post_link a {
	color: #333333!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: 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,
.sticky-header #header-layout {
	height: auto;
	padding: 15px 0;
}
#header .header__nav-contact {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
}

header#h1Header {
	background: #fff;
}
#thumbImg::before, header#h1Header::before {
	background: #202020;
	opacity: 0;
}
header#h1Header h1.title {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: var(--rem48);
	color: #67B2A8;
}

#header-upper {
	display: none!important;
}
#header,.sticky-header #header > .inner {
	background: #fff;
}
.header__nav-contact {
	padding-right: 14px;
}
#header ul.header__contact {
	column-gap: 10px;
}
#header ul.header__contact li {
	height: auto;
}
#header a.head_btn {
	display: flex;
	justify-content: center;
	align-items: center;	
	flex-direction: unset;
	border-radius: 25px;
}
#header a.head_btn::before {
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 4px;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	font-weight: 700;
	position: relative;
	background: #67B2A8!important;
	color: #fff;
	width: 100%;
	max-width: 180px;
}
#header a.head_btn.mail_btn {
	font-weight: 700;
	position: relative;
	background: #006463!important;
	color: #fff;
	width: 100%;
	max-width: 180px;
}
#header a.head_btn.line_btn {
	font-weight: 700;
	position: relative;
	background: #4BB95D!important;
	color: #fff;
	width: 100%;
	max-width: 180px;
}
#header a.head_btn.line_btn::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/line.png)no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
}
nav#mainNav ul li a {
	font-family: "Zen Maru Gothic", serif;
	color: #333333;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(20px + (1vw - 19.2px) * 1.6722), 20px);
}
nav#mainNav ul li a b {
	font-weight: 500;
	color: #333333;
}
nav#mainNav ul li.current-menu-item a {
	background: #fff;
}
nav#mainNav ul li.current-menu-item a b {
	color: #333333;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #333333;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #333333;
}
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: #006463;
}
.spmenu #menu p {
	color: #006463;
	white-space: nowrap;
}

a#scrollUp {
	background: #006463;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #006463;
}
#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;
}
#footer .socialicon {
	margin-bottom: 20px;
}

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

h1.title {
	font-family: "Montserrat", sans-serif;
	font-size: var(--rem60);
	letter-spacing: .01em;
	color: #67B2A8;
	line-height: 1.6;
	font-weight: 500;
	display: block;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.title .ja {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0;
	display: block;
	text-align: center;
	font-size: var(--rem20);
	color: #333333;
	line-height: 1;
}

body:not(.home) h1.title {
	font-family: "Zen Maru Gothic", serif;
}

.single-post h1.title {
	font-size: var(--rem60)!important;
}

.post h2 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	color: #333333;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}
.post h2.title {
	text-align: center;
	width: fit-content;
	margin-inline: auto;
	border-bottom: 2px dashed #67B2A8;
	margin-top: 0!important;
	margin-bottom: 40px!important;
}

.post h3 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	color: #333333;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	color: #333333;
}

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

.linkBtn, .post .linkBtn, a.linkBtn {
	background: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	max-width: unset;
	color: #333333;
	padding: 0;
	margin-top: 30px;
	width: fit-content;
	margin-inline: auto;
}
a.linkBtn::after {
	display: none!important;
}
a.linkBtn::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: unset;
	color: #333333;
	opacity: .7;
}

.map iframe {
	width: 100%;
	height: 350px;
	vertical-align: bottom;
}

.cta {
	padding: 100px 0;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.cta .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px 20px;
	margin-top: 40px;
}
.cta a {
	font-size: 20px;
	width: 100%;
	max-width: 320px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	padding: 18px 0;
	border-radius: 50px;
}
.cta a::before {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1;
	margin-right: 6px;
}
.cta a.telBtn {
	background: #67B2A8;
}
.cta a.telBtn::before {
	content: '\f095';
}
.cta a.mailBtn {
	background: #006463;
}
.cta a.mailBtn::before {
	content: '\f0e0';
}
.cta a.lineBtn {
	background: #4BB95D;
}
.cta a.lineBtn::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/line.png)no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
}
.cta .qrBox {
	text-align: center;
	margin-top: 40px;
}
.cta .qrBox .image {
	width: 100%;
	max-width: 150px;
	margin-inline: auto;
	margin-bottom: 10px;
}
.cta .image img {
	width: 100%;
}


/*-----------------------------
Top
------------------------------*/
.top_concept {
	padding-top: 60px;
}
.top_concept .flex {
	display: flex;
	justify-content: space-between;
	width: 90%;
	align-items: center;
}
.top_concept .image {
	width: 47%;
	position: relative;
}
.top_concept .image::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/mark01.png)no-repeat;
	background-size: contain;
	width: 45%;
	max-width: 240px;
	aspect-ratio: 287 / 145;
	position: absolute;
	bottom: -70px;
	left: 0;
}
.top_concept .image img {
	width: 100%;
	border-radius: 0 30px 30px 0;
}
.top_concept .text {
	width: 47%;
	position: relative;
}
.top_concept h2 {
	line-height: 1.8;
	text-align: left;
	margin-left: 0;
}
.top_concept h2 span {
	padding-bottom: 4px;
	border-bottom: 2px dashed #67B2A8;
}
.top_concept .linkBtn {
	margin-left: 0;
}

.top_about {
	padding: 120px 0 200px;
	position: relative;
}
.top_about::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/wave.png)no-repeat;
	background-size: cover;
	background-position: bottom;
	width: 100%;
	height: 130px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.top_about .flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 90%;
	margin-left: auto;
	align-items: center;
}
.top_about .image {
	width: 47%;
	position: relative;
}
.top_about .image::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/mark02.png)no-repeat;
	background-size: contain;
	width: 45%;
	max-width: 220px;
	aspect-ratio: 250 / 177;
	position: absolute;
	bottom: -70px;
	left: -18%;
}
.top_about .image img {
	width: 100%;
	border-radius: 30px 0 0 30px;
}
.top_about .text {
	width: 47%;
	position: relative;
}
.top_about h2 {
	line-height: 1.8;
	text-align: left;
	margin-left: 0;
}
.top_about h2 span {
	padding-bottom: 4px;
	border-bottom: 2px dashed #67B2A8;
}
.top_about .linkBtn {
	margin-left: 0;
}

.top_features {
	padding: 100px 0;
	background: #C2E2E3;
}
.top_features ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 50px;
	row-gap: 50px;
}
.top_features .image {
	margin-bottom: 20px;
}
.top_features .image img {
	border-radius: 20px;
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}
.top_features h3 {
	text-align: center;
}

.top_service {
	padding: 120px 0;
}
.top_service ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 40px 60px;
}
.top_service .image {
	margin-bottom: 20px;
}
.top_service .image img {
	border-radius: 15px;
}
.top_service h3 {
	text-align: center;
}

.top_recruit  {
	margin-bottom: 120px;
}
.top_recruit .flex {
	border-radius: 15px;
	overflow: hidden;
	border: solid 6px #67B2A8;
	display: flex;
}
.top_recruit .image {
	width: 40%;
}
.top_recruit .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_recruit .text {
	width: 60%;
	background: #C2E2E3;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.top_recruit h1 {
	margin-left: 0;
	text-align: left;
}
.top_recruit h1 .ja {
	text-align: left;
}
.top_recruit h2 {
	margin-left: 0;
	text-align: left;
}
.top_recruit .linkBtn {
	margin-left: 0;
}

@media print, screen and (max-width: 768px) {
	.top_concept {
		padding-top: 0;
	}
	.top_concept .flex {
		flex-direction: column;
		gap: 30px;
		width: 94%;
		margin-inline: auto;
	}
	.top_concept .image {
		width: 100%;
		margin-inline: auto;
	}
	.top_concept .image::before {
		width: 35%;
		left: -5%;
		bottom: -20px;
	}
	.top_concept .image img {
		border-radius: 20px;
	}
	.top_concept .text {
		width: 100%;
	}
	.top_concept h2 {
		text-align: center;
		margin-left: auto;
	}
	.top_concept .linkBtn {
		margin-left: auto;
	}

	.top_about {
		padding: 80px 0 100px;
	}
	.top_about::before {
		height: 70px;
	}
	.top_about .flex {
		flex-direction: column;
		gap: 30px;
		width: 94%;
		margin-inline: auto;
	}
	.top_about .image {
		width: 100%;
		margin-inline: auto;
	}
	.top_about .image::before {
		width: 35%;
		bottom: -40px;
	}
	.top_about .image img {
		border-radius: 20px;
	}
	.top_about .text {
		width: 100%;
	}
	.top_about h2 {
		text-align: center;
		margin-left: auto;
	}
	.top_about .linkBtn {
		margin-left: auto;
	}

	.top_features {
		padding: 60px 0 70px;
	}
	.top_features ul {
		grid-template-columns: repeat(1,1fr);
	}
	.top_features .image {
		width: 90%;
		margin-inline: auto;
	}

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

	.top_recruit  {
		margin-bottom: 70px;
	}
	.top_recruit .flex {
		flex-direction: column;
	}
	.top_recruit .image {
		width: 100%;
	}
	.top_recruit .image img {
		aspect-ratio: 3 / 2;
		height: auto;
	}
	.top_recruit .text {
		width: 100%;
		padding: 35px 25px;
		align-items: center;
	}
	.top_recruit h1 {
		margin-left: auto;
		text-align: center;
	}
	.top_recruit h1 .ja {
		text-align: center;
	}
	.top_recruit h2 {
		margin-left: auto;
		text-align: center;
	}
	.top_recruit .linkBtn {
		margin-left: auto;
	}
}

/*-----------------------------
法人概要
------------------------------*/
.company .inner {
	max-width: 1200px;
}
.company table,
.company th,
.company td {
	background: unset!important;
	border: none!important;
}
.company th {
	color: #333333!important;
}
.company tr {
	border-bottom: 1px solid #707070;
}

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

@media print, screen and (max-width: 768px) {
	.company.sec02 {
		padding-top: 70px;
	}
}

/*-----------------------------
シルバー人材センターの特徴
------------------------------*/
.features .inner {
	max-width: 1200px;
}
.features.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.features.sec01 li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.features.sec01 li:nth-child(even) {
	flex-direction: row-reverse;
}
.features.sec01 .image {
	width: 45%;
}
.features.sec01 .image img {
	border-radius: 15px;
}
.features.sec01 .text {
	width: 50%;
}

@media print, screen and (max-width: 768px) {
	.features.sec01 ul {
		gap: 60px;
	}
	.features.sec01 li {
		flex-direction: column;
		gap: 35px;
	}
	.features.sec01 li:nth-child(even) {
		flex-direction: column;
	}
	.features.sec01 .image {
		width: 100%;
	}
	.features.sec01 .text {
		width: 100%;
	}
	.features.sec01 h3 {
		text-align: center;
	}
}

/*-----------------------------
雲仙市シルバー人材センターについて
------------------------------*/
.about .inner {
	max-width: 1200px;
}
.about.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.about.sec01 li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about.sec01 li:nth-child(even) {
	flex-direction: row-reverse;
}
.about.sec01 .image {
	width: 45%;
}
.about.sec01 .image img {
	border-radius: 15px;
}
.about.sec01 .text {
	width: 50%;
}

@media print, screen and (max-width: 768px) {
	.about.sec01 ul {
		gap: 60px;
	}
	.about.sec01 li {
		flex-direction: column;
		gap: 35px;
	}
	.about.sec01 li:nth-child(even) {
		flex-direction: column;
	}
	.about.sec01 .image {
		width: 100%;
	}
	.about.sec01 .text {
		width: 100%;
	}
	.about.sec01 h3 {
		text-align: center;
	}
}

/*-----------------------------
仕事をしたい方へ
------------------------------*/
.work .inner {
	max-width: 1200px;
}
.work.sec01 .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 50px;
	margin-bottom: 80px;
}
.work.sec01 .icon {
	width: 240px;
}
.work.sec01 .icon img {
	width: 100%;
}
.work.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.work.sec01 li {
	font-weight: 500;
	line-height: 1.6;
	position: relative;
	padding-left: 40px;
}
.work.sec01 li::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/check.png)no-repeat;
	background-size: contain;
	width: 30px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}

@media print, screen and (max-width: 768px) {
	.work.sec01 .flex {
		margin-bottom: 50px;
	}
}

/*-----------------------------
お仕事のご依頼
------------------------------*/
.order .inner {
	max-width: 1200px;
}
.order.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.order.sec01 li {
	font-weight: 500;
	line-height: 1.6;
	position: relative;
	padding-left: 45px;
}
.order.sec01 li::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/check.png)no-repeat;
	background-size: contain;
	width: 30px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}

/*-----------------------------
採用情報
------------------------------*/
.recruit .inner {
	max-width: 1200px;
}

.recruit.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.recruit.sec01 li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.recruit.sec01 li:nth-child(even) {
	flex-direction: row-reverse;
}
.recruit.sec01 .image {
	width: 45%;
}
.recruit.sec01 .image img {
	border-radius: 15px;
}
.recruit.sec01 .text {
	width: 50%;
}

.recruit.sec02 {
	padding-top: 120px;
}
.recruit.sec02 table,
.recruit.sec02 th,
.recruit.sec02 td {
	background: unset!important;
	border: none!important;
}
.recruit.sec02 th {
	color: #333333!important;
}
.recruit.sec02 tr {
	border-bottom: 1px solid #707070;
}

@media print, screen and (max-width: 768px) {
	.recruit.sec01 ul {
		gap: 60px;
	}
	.recruit.sec01 li {
		flex-direction: column;
		gap: 35px;
	}
	.recruit.sec01 li:nth-child(even) {
		flex-direction: column;
	}
	.recruit.sec01 .image {
		width: 100%;
	}
	.recruit.sec01 .text {
		width: 100%;
	}
	.recruit.sec01 h3 {
		text-align: center;
	}

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

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
}
body.page-contact .post table th {
	background: #C2E2E3!important;
	color: #333333!important
}
.wpcf7-form .must {
	background: #67B2A8!important;
	color: #fff!important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	background: #67B2A8!important;
	padding: 20px;
	border-radius: 50px;
	width: 300px;
}


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

	.mobile #header {
		height: 60px;
		padding: 0;
	}
	.mobile #header-layout {
		padding: 0 !important;
	}

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

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

	#front_top_content {
		padding-top: 40px;
	}
	#front_top_content h1 {
		margin-bottom: 0;
	}

	.cta {
		padding: 60px 0;
	}
	.cta a {
		font-size: 16px;
		padding: 15px 0;
	}
}

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

.type-post header:not(#h1Header) h1.title.first span{
	font-size: var(--rem24);
}