@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-home-background: #F9F6EA;
	--color-background:#FDFBE3;
	--color-font: #4D4D4D;
	--color-primary: #6EC061;	/* rgba(110, 192, 97, 1) */
	--color-primary-shade: rgba(110, 192, 97, 0.6);
	--color-primary-tint: rgba(110, 192, 97, 0.6);
	--color-secondary: #E7AE3D;
	--color-table-border: #EBEBEB;
	--color-orange: #E7AE3D; /* rgba(231, 174, 61, 1) */
	--color-orange2: rgba(231, 174, 61, 0.45);
	--color-yellow: #EED04E;
	--color-green: #45763E; /* rgba(69, 118, 62, 1) */
	--color-gray: #F6F6F6;
	/*------▼ヘッダー設定▼------*/
	--header-background: #F9F6EA;
	--header-color-font: #4D4D4D;
	--header-color-primary: #6EC061;	/* rgba(110, 192, 97, 1) */
	--header-color-primary-shade: #6EC061;
	--header-color-primary-tint: rgba(110, 192, 97, 0.6);
	/*------▼フッター設定▼------*/
	--footer-background: #45763E;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Maru Gothic', sans-serif;
	--font-family03: 'Comfortaa', sans-serif;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1024px) {}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}

html {
  scroll-padding-top: 100px;
}
body.home {
	background: var(--color-home-background);
}
h1.title.front-post {
	display: none;
}
.post h2 span,
.cta01 h2 span,
h1.title.bottom-loop {
	display: block;
	font-family: var(--font-family03);
	font-size: var(--rem30);
	color: #A5CC9C;
	padding: 0;
}
.post h2,
.cta01 h2,
h1.title.bottom-loop span span {
	display: block;
	font-family: var(--font-family01);
	font-size: var(--rem42);
	color: var(--color-green);
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .2rem;
	padding: 0;
	margin: var(--px120) auto var(--px50);
}
.post h2::before,
.cta01 h2::before,
h1.title.bottom-loop::before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
}
.post h2::after {
	content: none;
}
.post h3 {
	font-size: var(--rem30);
	padding: 0;
	margin: var(--px60) 0 var(--px20);
	border: none;
}

.lh_2 {
	line-height: 2.2;
}

.post .color_font {
	color: var(--color-font);
}
.post .color_orange {
	color: var(--color-orange);
}
.post .color_yellow {
	color: var(--color-yellow);
}
.post .color_green {
	color: var(--color-green);
}
.post .color_white {
	color: #FFF;
}
.post .color_black {
	color: #000;
}

/* btn */
.post a.linkBtn, a.linkBtn {
	max-width: 260px;
	border-radius: 50px;
}

/* table */
.post table {
	border-collapse: separate;
	border-spacing: 0 2px;
}
.post table {
	border: none;
}
.post table th, .post table td {
	padding: var(--rem20) var(--rem16);
}
.post table th {
	border-right: none;
	background-color: var(--color-primary);
	font-weight: 600;
}
.post table td {
	border-left: none;
}

@media only screen and (max-width: 640px) {
	.post table.responsive tr:last-child td:last-child {
		border-bottom: solid 1px var(--color-table-border);
	}
	.post table.responsive th {
		border-top: solid 1px var(--color-table-border);
		border-left: solid 1px var(--color-table-border);
		border-right: solid 1px var(--color-table-border);
	}
	.post table.responsive td {
		border-left: solid 1px var(--color-table-border);
		border-right: solid 1px var(--color-table-border);
	}
}

/* area */
.widearea {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
.widearea .content {
	width: 90%;
	max-width: auto;
}

/* header */
#header {
	background: var(--color-home-background);
}
@media print, screen and (min-width: 1260px) {
	#header .logo img {
		max-width: 400px;
	}
}
@media print, screen and (min-width: 1024px) {
	#header-upper {
		background: var(--header-background);
		height: 8px;
	}

	nav#mainNav ul li a:active, 
	nav#mainNav ul li a:hover, 
	nav#mainNav ul li.current-menu-ancestor a, 
	nav#mainNav ul li.current-menu-item a, 
	nav#mainNav ul li.current-menu-parent a,
	nav#mainNav ul li ul.sub-menu li a,
	.sticky-header #header > .inner {
		background:  var(--header-background);
	}

	nav#mainNav ul li:hover ul.sub-menu {
		width: 160px;
		background:  var(--header-background);
		font-weight: 500;
	}
	nav#mainNav ul li ul.sub-menu li a:hover {
		background-color: var(--header-color-primary);
		color: #FFF;
	}

	nav#mainNav ul li a {
	padding: var(--px20) min(calc(30px  + (1vw - 19.2px) * 2.5890), 30px);
	font-family: var(--font-family01);
	}
	#header ul.header__contact {
		height: 80%;
		font-family: var(--font-family01);
		gap: min(calc(10px + (1vw - 19.2px) * 0.6472), 10px);
}
	#header a.head_btn,
	#header p.head_btn {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		align-content: center;
		gap: 5px;
		border-radius: 50px;
		color: #FFF;
		font-weight: 600;
		line-height: 1;
		height: 100%;
	}
	#header a.head_btn.tel_btn {
		flex-wrap: wrap;
		width: 11em;
		font-size: var(--rem20);
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(10px + (1vw - 19.2px) * 0.5580), 10px);
	}
	#header a.head_btn.tel_btn::before {
		content: 'TEL:';
		font-family: var(--font-family01);
		font-size: var(--rem20);
		font-weight: 600;
	}
	#header .head_btn.fax_btn {
		background:  var(--color-yellow);
		font-size: var(--rem20);
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(18px + (1vw - 19.2px) * 1.2945), 18px);
	}
	#header .head_btn.fax_btn::before {
		content: 'FAX:';
		font-family: var(--font-family01);
		font-size: var(--rem20);
		font-weight: 600;
	}
	#header a.head_btn.mail_btn {
		background: var(--color-orange);
		font-size: var(--rem14);
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(40px + (1vw - 19.2px) * 3.2362), 40px);
	}
	#header a.head_btn.mail_btn:hover {
		opacity: 0.6;
	}
}
@media print, screen and (max-width: 1023px) {
	#header .logo img {
		max-width: 90%;
		height: auto;
	}
	nav#mainNav a.menu {
		background: url(/wp-content/themes/mrp/images/micon/umicon1.png) no-repeat 6px 8px, var(--color-home-background);
	}
	nav#mainNav ul li a,
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
		background: var(--color-home-background) !important;
	}
}


/* footer */
.home .cta01.footer,
.page-contact .cta01 {
  display: none;
}

/*--------------------------------------------
FOOTER03
--------------------------------------------*/

/* ----全体LAYOUT調整----*/

.footer__inner {
	width: 94%;
	margin: 0 auto;
}

/* ----top----*/

#footer .footer__logo:not(:last-child) {
	margin: 0;
	text-align: left;
}
.toparea .logoare {
	display: flex;
	flex-direction: column;
	gap: var(--px14);
	line-height: 1;
}
.footer__catchphrase {
	line-height: 1.2;
	text-align: left;
}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
	.footer__catchphrase {
		text-align: center;
	}
}

/* ----SNSアイコン----*/

/*LAYOUT調整*/

#footer .socialicon ul, .socialicon ul {
		-webkit-box-pack: start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
		gap: 10px;
}
#footer .socialicon ul li, .socialicon ul li {
		padding: 0;
}
@media print, screen and (max-width: 768px) {
	#footer .socialicon ul, .socialicon ul {
		justify-content: center;
	}
}

/*アイコンサイズ調整*/

#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 {
		font-size: var(--rem24);
}

/* ----bottom----*/

.bottomarea {
	display: flex;
	justify-content: space-between;
	margin-top: var(--px40);
	gap: 5px;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 0;
}
#footer .footnav ul {
	-webkit-box-pack: start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}
#footer .footnav ul > li {
	margin: 0;
}
#copyright {
	margin: 0;
	background: transparent;
}
@media print, screen and (max-width: 768px) {
	.bottomarea {
		flex-direction: column;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#footer .footnav ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

#footer .footer__logo img {
	max-width: 280px;
}
.bottomarea {
	margin-top: var(--px100);
}


/* contact */
.wpcf7-form .linkBtn {
	max-width: 350px;
	border-radius: 20px;
	padding: 0;
}
.wpcf7-form .linkBtn input[type="submit"] {
	width: 100%;
	padding: 20px 0;
}
.wpcf7-spinner {
	display: none;
}


/* top */

.top01 {
	margin-top: 150px;
}
.top01 .top_area {
	background: var(--color-background) url(/wp-content/uploads/top02.png) no-repeat bottom / contain;
	padding: 0 0 var(--px160);
	position: relative;

}
.top01 .top_area::before {
	content: '';
	display: block;
	width: 100vw;
	height: 130px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FDFBE3' viewBox='0 0 1915 181'%3E%3Cpath d='M830.935 14.18C370.518 -15.1483 141.919 0.321762 0 67.0934V180.318H1914.02V45.661C1627.39 65.546 1184.88 36.7261 830.935 14.18Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-98%);
}
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.top01 h2::before {
	background: url(/wp-content/uploads/top01.png) no-repeat center / contain;
}
.top01 a.linkBtn, .top01 a.linkBtn:hover {
	color: var(--color-font);
}
.top01 a.linkBtn::after {
	border-color: var(--color-font);
}

@media print, screen and (max-width: 768px) {
	.top01 {
		margin-top: 130px;
	}
	.top01 .top_area::before {
		height: 80px;
	}
}


/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 .w50.image_box{
	position: relative;
	overflow: hidden;
	clip-path: inset(0 round 50px);
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.teleco_v1 .w50.text_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: min(calc(40px + (1vw - 19.2px) * 3.5599), 40px) min(calc(80px + (1vw - 19.2px) * 3.5599), 80px); 
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.teleco_v1 .w50.image_box img {
		width: auto;
		height: 116%;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.teleco_v1 .w50.text_box {
		padding: 20px;
		margin-bottom:0;
	}
}

.top02 {
	position: relative;
}
.top02::after {
	content: '';
	display: block;
	width: 180px;
	height: 180px;
	position: absolute;
	bottom: -60px;
	right: 0;
	background: url(/wp-content/uploads/top08.png) no-repeat bottom / contain;
}
.top02 h2::before {
	background: url(/wp-content/uploads/top04.png) no-repeat center / contain;
}
.top02 .page_contents_inner + .page_contents_inner {
	margin-top: 0;
}
.top02 .teleco_v1:nth-of-type(1) h3::before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -120px;
	left: -45px;
	background: url(/wp-content/uploads/top05.png) no-repeat top / contain;
}
@media print, screen and (max-width: 1023px) {
	.top02 {
		margin-bottom: 20rem;
	}
	.top02::after {
		bottom: -160px;
	}
}
@media print, screen and (max-width: 768px) {
	.top02 .teleco_v1:nth-of-type(1) h3 {
		padding-top: 6rem;
	}
	.top02 .teleco_v1:nth-of-type(1) h3::before {
		width: 60px;
		height: 60px;
		top: -3px;
		left: -26px;
	}
}

.top03 {
	padding-top: 5rem;
	clip-path: inset(0 round 50px);
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/uploads/top09.jpg) no-repeat center/cover;
}
.top03 .content {
	width: 90%;
	margin: auto;
}
.top03 h2 {
	margin-bottom: var(--px20);
}
.top03 h2::before {
	content: none;
}
.top03 p {
	font-weight: 300;
}
.top03 .linkBtn {
	background: #E6E66A;
	color: var(--color-font);
}
.top03 .linkBtn:hover {
	background: 	rgba(230, 230, 106, 0.6);
	color: var(--color-font);
}
.top03 .linkBtn::after {
	border-color: var(--color-font);
}
@media print, screen and (max-width: 1023px) {
	.top03 {
		background-position-x: 80%;
	}
}
@media print, screen and (max-width: 768px) {
	.top03 {
		background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/uploads/top14.jpg) no-repeat bottom/cover;
	}
	.top03 .content {
		padding-bottom: 30rem;
	}
}



/* cta */

/*-----------------------------
cta01_col3
------------------------------*/
.cta01 {
	padding-top: var(--px240);
	position: relative;
	z-index: 0;
}
.cta01::before {
	content: '';
	display: block;
	width: 100%;
	height: 70%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/wp-content/uploads/top10.jpg) no-repeat top/cover;
	z-index: -1;
}
.cta01 .cta01_wrap {
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
	background: #FFF;
	padding: var(--px80);
	border-radius: 100px;
}
.cta01 h2 {
	margin-bottom: 0;
}
.cta01 h2::before {
	background: url(/wp-content/uploads/top11.png) no-repeat center/contain;
}
.cta01 .ctabtnlist {
	justify-content: space-between;
	gap: 10px;
	max-width: 1240px;
	margin: var(--px50) auto 0 auto;
}
.cta01 .ctabtnlist li {
	width: 50%;
	margin: 0;
	padding: 0;
	line-height: 1;
	display: flex;
}
.cta01 a.item, .cta01 p.item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: var(--px20) 0;
	text-align: center;
	box-sizing: border-box;
	color: #111;
	border-radius: 100px;
	border: solid 2px;
	transition: all ease .15s;
}
.cta01 a.item:hover{
	opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
	.cta01 .ctabtnlist li, .cta01 .ctabtnlist a.item, .cta01 .ctabtnlist p.item {
		width: 100%;
	}
	.cta01 .ctabtnlist li {
		height: 11rem;
	}
	.cta01 .ctabtnlist li + li {
		margin-top: 1rem;
	}
}
	
/*ボタン共通パーツ*/
	
.cta01 .btnttl {
	display: block;
	font-size: var(--rem18);
	font-weight: 500;
	margin-bottom: 1rem;
}
.cta01 .infotxt {
	font-size: var(--rem16);	
	font-weight: 400;
}
	
/*電話ボタン*/
	
.cta01 .telnum {
	font-size: var(--rem36);
	margin-bottom: 1rem;
}
.cta01 a.telbtn {
	background: var(--color-green);
	color: #fff;
}
	
/*メールボタン*/
	
.cta01 .mailbtn .btnttl {
	font-size: var(--rem24);
}
.cta01 a.mailbtn {
	background: var(--color-gray);
	color: var(--color-green);
}
	
/*FAXボタン*/

.cta01 p.faxbtn {
	background: var(--color-gray);
	color: var(--color-orange);
	border-color: var(--color-orange);
}
.cta01 .faxnum {
	font-size: var(--rem36);
	margin-bottom: 1rem;
}


/*ボタンアイコン*/
	
.cta01 .telnum::before, .cta01 .mailbtn .btnttl::before, .cta01 .faxnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free', 'FontAwesome';
	font-weight: 900;
	margin-right: 1rem;
}
.cta01 .telnum::before {
	content: '\f3cd';
}
.cta01 .mailbtn .btnttl::before {
	content: '\f0e0';
	font-size: var(--rem30);
}
.cta01 .faxnum::before {
	content: '\f1ac';
}
.cta01 p.tag span {
	display: inline-block;
	background: #FEE5B3;
	padding: 4px 8px;
	font-family: var(--font-family01);
	font-size: 1.1em;
	font-weight: 600;
	margin: 0 0.3rem 3rem;
	border-radius: 5px;
}


/* news */

#front_bottom_content {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: var(--color-home-background) url(/wp-content/uploads/top13.png) no-repeat bottom/cover;
}
.front_post_list {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50px;
	padding: var(--px60) var(--px20);
}
#front_bottom_content h1::before {
	background: url(/wp-content/uploads/top12.png) no-repeat center/contain;
}
.postlist li:first-child {
	border-top: 1px solid #CCC;;
}
.postlist li {
	border-bottom: 1px solid #CCC;;
}
.postlist .post_text {
	padding: 20px 0;
	color: #CCC;
}
.postlist .time {
	background: var(--color-orange);
	border-radius: 50px;
}
.postlist .date {
	color: var(--color-font);
}


/* about */
.about01 h2::before {
	background: url(/wp-content/uploads/top11.png) no-repeat center / contain;
}
.about01 h2::after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-350%, 40%);
	background: url(/wp-content/uploads/top05.png) no-repeat top / contain;
}
@media print, screen and (max-width: 768px) {
	.about01 h2::after {
		width: 80px;
		height: 80px;
		transform: translate(-216%, 30%);
	}
}

.about02 {
	position: relative;
}
.about02::after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: url(/wp-content/uploads/about02.png) no-repeat center / contain;
	position: absolute;
	top: 26px;
	right: 2%;
}
.about02 h2::before {
	background: url(/wp-content/uploads/top01.png) no-repeat center / contain;
}
.about03 h2::before {
	background: url(/wp-content/uploads/top04.png) no-repeat center / contain;
}


/* service */

/*--カラムリスト--------------------------------------------*/

/*---------coln02-----------*/
	
.post .col2_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
	width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/

.post .col4_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
	width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
	content: "";
	display: block;
	width: 24%;
	height: 0;
	order: 1;
}
.post .col4_list:after {
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}


/*-----------------------------
.cardstyle
------------------------------*/
	
/*---------style02-------------*/

.service01 h2::before {
	background: url(/wp-content/uploads/top04.png) no-repeat center / contain;
}
.card01_list.cardstyle02 > li .txtarea {
	background: #fff;
	padding: 20px 20px 30px 20px;
}

.service01 .col4_list > li {
	clip-path: inset(0 round 10px);
}

.service01 .imgarea {
	background: var(--color-orange2);
	padding: var(--px24) var(--px30);
}
.service01 .txtarea {
	height: 150px;
}


/*------------------------------------------------------------
 ナンバリング01
------------------------------------------------------------*/
.num_list01 {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
}
.num_list01 .imgarea {
	position: relative;
	margin-bottom: var(--px20);
}
.num_list01 .num_listttl {
	font-family: var(--font-family01);
	font-weight: bold;
	font-size: var(--rem24w);
	color: var(--color-orange);
	padding-left: 4rem;
	padding-bottom: 1rem;
	position: relative;
}
/* .num_list01 .imgarea:before{ */
.num_list01 .num_listttl::before{
	/* 以下数字をつける */
		position: absolute;
		counter-increment: number;
		content: "0" counter(number);
		display: inline-block;
		color: var(--color-orange);
		font-family: var(--font-family01);
		font-weight: bold;
		font-size: var(--rem24w);
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
}

.service02 {
	max-width: 960px;
	margin: auto;
	position: relative;
}
.service02::after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: url(/wp-content/uploads/service11.png) no-repeat center / contain;
	position: absolute;
	bottom: -44px;
	right: -5%;
}
.service02 h2::before {
	background: url(/wp-content/uploads/top01.png) no-repeat center / contain;
}
.service02 .txtarea {
	background: var(--color-gray);
	border: solid 2px var(--color-orange);
	border-radius: 10px;
	padding: var(--px30);
}

@media print, screen and (min-width: 769px) {
	.service02 .txtarea {
		height: 230px;
	}
}
@media print, screen and (max-width: 768px) {
	.service02 .col2_list > li {
		width: 100%;
		margin-bottom: 2rem;
	}
}

.service03 {
	background: url(/wp-content/uploads/service05.png) no-repeat bottom / cover;
}
.service03 .contact_area {
	width: 90%;
	max-width: 900px;
	margin: auto;
}
.service03 h2::before {
	content: none;
}
.service03 a.linkBtn {
	background: var(--color-green);
	max-width: 360px;
	padding: 20px 10px;
}
.service03 a.linkBtn:hover {
	background: rgba(69, 118, 62, 0.6);
}
.service03 .linkBtn::after {
	content: none;
}

.service04 h2::before {
	background: url(/wp-content/uploads/top11.png) no-repeat center / contain;
}

/*================================================
				　　ご利用の流れ
================================================*/

/*--flow02--------------------------------------------*/

ul.flowlist02 {
	counter-reset: flow_list;
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	padding: 60px;
	border-radius: 10px;
	border: 3px solid var(--color-green);
	background: var(--color-gray);
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 30%;
}
.post .flowlist02 > li > dl {
	width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
	line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: var(--color-green);
}
.flowlist02 > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
	padding: 0 0 1rem 0;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border-bottom: 1px solid var(--color-green);
}
.flowlist02 > li dl dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
	color: #fff;
	background: var(--color-primary-shade);
	background: var(--color-green);
	border-radius: 10px;
	padding: 5px 10px;
	margin-right: 20px;
	position: relative;
	z-index: 100;
}
.post .flowlist02 > li > dl dd {
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	ul.flowlist02 > li {
		padding: 60px 30px;
	}
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}

.service05 {
	position: relative;
}
.service05::after {
	content: '';
	display: block;
	width: 88px;
	height: 160px;
	background: url(/wp-content/uploads/service10.png) no-repeat center/contain;
	position: absolute;
	bottom: -20px;
	right: 0;
}
.service05 h2::before {
	background: url(/wp-content/uploads/top12.png) no-repeat center / contain;
}
.service05 .bottomarea {
	border-radius: 100px;
	margin-top: var(--px80);
	padding: var(--px60) var(--px80);
	font-weight: 500;
}
.service05 .ttl {
	font-family: var(--font-family01);
	font-size: var(--rem30);
	border-bottom: solid 2px var(--color-orange);
	width: fit-content;
	margin: 0 auto 3rem;
	padding: 0 4rem 2.5rem;
	font-weight: 600;
}

@media print, screen and (max-width: 768px) {
	.service05::after {
		bottom: -62px;
	}
	.service05 .bottomarea {
		padding: var(--px80);
	}
}


/* recruit */

/*================================================
				　採用情報
================================================*/

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	letter-spacing: 4px;
}
@media print, screen and (max-width: 768px) {
	.post .lead {
		letter-spacing: 0;
	}
}

.recruit01 .lead span {
	padding: 0 var(--px50) 1.3rem;
}

@media only screen and (max-width: 640px) {
	.recruit01 .lead span {
		padding: 0 0 1.3rem;
	}
}

.post .lead_en {
	font-size: var(--rem28);
	letter-spacing: 0.8rem;
}

.marker.orange {
	background: linear-gradient(transparent 55%, var(--color-orange2) 55%);
}

.recruit01 img {
	width: 100%;
	max-width: 900px;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: #fafafa;
}
.post .widecolor > h2:first-child {
	margin-top: 0 !important;
}

/*--スタイルリストエリア--------------------------------------------*/

ul.box_style01 > li {
	position: relative;
	gap: 40px;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: left;
}
.post ul.box_style01 .box_style_ttl {
	width: 100%;
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 400;
	padding: 0.6rem 0 0.6rem 2rem;
	margin: 0 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/*15-10px (1920-375) */
	border-bottom: none;
	border-left: 3px solid var(--color-primary-shade);
	text-align: left;
	font-style: italic;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	ul.box_style01 > li {
		display: flex;
	}
}

/*--ボタン別アイコン--------------------------------------------*/

a.external.ico_phone::before {
	content: '\f095';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_mail::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_phone::after, a.external.ico_mail::after {
	content: none;
}



/*----------------------------
リンクボタンリスト
-----------------------------*/

/*---ボタンリストレイアウト---*/

.post ul.linkbtn_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: var(--px40) auto;
	gap: 5%;
}
.post ul.linkbtn_list > li {
	width: auto;
	margin-bottom: var(--px20);
	text-align: center;
}
.post ul.linkbtn_list > li a.linkBtn {
	width: auto;
	min-width: 240px;
	height: 100%;
	max-width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print, screen and (max-width: 640px) {
	.post ul.linkbtn_list > li {
		width: 100%;
	}
	.post ul.linkbtn_list > li a.linkBtn {
		max-width: none;
		width: 100%;
		min-width: auto;
	}
}

#recruit02::after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: url(/wp-content/uploads/recruit02.png) no-repeat center / contain;
	position: absolute;
	top: 40%;
	left: 2%;
}
#recruit03::after {
	content: '';
	display: block;
	width: 100px;
	height: 160px;
	background: url(/wp-content/uploads/service10.png) no-repeat center / contain;
	position: absolute;
	top: 40%;
	right: 2%;
}
@media print, screen and (max-width: 768px) {
	#recruit02::after {
		width: 70px;
		height: 70px;
		top: 48%;
		left: 0;
	}
	#recruit03::after {
		width: 70px;
		height: 130px;
		top: 8%;
		right: 0;
	}
}

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