@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=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* 変数 */
:root {
    --color-background: #fff;
    --color-background02: #F7F7F5;
    --color-background03: #F1F9E6;
	--color-background04: #F6F8E3;
    --color-font: #111;
    --color-primary: #006A03;
    --color-primary-shade: linear-gradient(90deg, rgba(69,182,73,1) 0%, rgba(150,207,51,1)100%);
    --color-primary-tint: linear-gradient(-90deg, rgba(69,182,73,1) 0%, rgba(150,207,51,1)100%);
    --color-secondary: #45B649;
    --color-secondary-shade: #02BF07;
    --color-secondary-tint: #DCE35B;
    --color-third: #1FB3C9;
    --color-border: #ccc;
    --color-table-border: #ccc;

    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    --body-font-family: 'Noto Sans JP', sans-serif;
    --font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Raleway', 'Noto Sans JP', sans-serif;
    --font-family03: 'Noto Serif JP', serif;


    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #333;
    --header-color-primary: #006A03;
    --header-color-primary-shade: linear-gradient(90deg, rgba(69,182,73,1) 0%, rgba(150,207,51,1)100%);
    --header-color-primary-tint: linear-gradient(-90deg, rgba(69,182,73,1) 0%, rgba(150,207,51,1)100%);

    --footer-background: #fff;
    --footer-color-font: #fff;
    --footer-color-primary: #fff;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    color: var(--color-font);
    font-size: var(--px16);
}
.pad_anchor{
    display: block;
    margin-top: -100px !important;
    padding-top: 100px !important;
}

/*--メディアクエリ--------------------------------------------*/
@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) {}


/*------------------------------------------------------
ベース修正
------------------------------------------------------*/
#front_top_content, #front_bottom_content {
    background: #fff;
    padding: var(--px120) 0 var(--px40);
}
.front_contents {
	padding: var(--px80) 0;
}
#front-sectionPost {
    width: 94%;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: var(--color-third);
}
.post table th, .post table td {
    padding: 16px;
}
.post table th {
    background: var(--color-background03);
}
.page_contents_inner + .page_contents_inner {
	margin-top: var(--px100);
}

/*------------------------------------------------------
幅フル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: var(--color-background03);
	position: relative;
	z-index: -10;
}
.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*------------------------------------------------------
カラムリスト
------------------------------------------------------*/
/*---------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: 600px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col03-----------*/

.post .col3_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 .col3_list > li {
    width: 32%;
	margin-bottom: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
/* .post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
} */
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 600px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_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: 600px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

/*------------------------------------------------------
Hover
------------------------------------------------------*/
a:hover {
    opacity: .7;
    cursor: pointer;
}

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
.post h2, h2 {
    margin: var(--px60) auto var(--px50);
}
h1.title.top-loop span.jp_ttl,
h1.title.top-loop span.jp_ttl,
h2.main_ttl span.jp, .post h2.main_ttl span.jp {
    letter-spacing: .4rem;
    font-size: var(--rem24);
    color: var(--color-font);
    display: block;
    margin: 0 auto var(--px60);
}
h1.title.top-loop span.en_ttl,
h1.title.top-loop span.en_ttl,
h2.main_ttl span.en, .post h2.main_ttl span.en {
    display: inline-block;
    letter-spacing: .4rem;
    font-family: var(--font-family02);
    font-size: var(--rem80);
    font-weight: 600;
    background: linear-gradient(90deg, rgba(69,182,73,1) 0%, rgba(150,207,51,1)100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}
h2.main_ttl::after, .post h2.main_ttl::after {
    content: none;
}

/* 下層タイトル */
h2.lower_ttl span.jp_ttl, .post h2.lower_ttl span.jp_ttl {
    display: inline-block;
    font-size: var(--rem40);
    font-weight: 700;
    background: linear-gradient(90deg, rgba(69,182,73,1) 0%, rgba(150,207,51,1)100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}
h2.lower_ttl span.en_ttl, .post h2.lower_ttl span.en_ttl {
    display: block;
    font-size: var(--rem20);
    font-weight: 700;
    color: var(--color-primary);
}
h2.lower_ttl::after, .post h2.lower_ttl::after {
    content: none;
}

/* 下層テキスト */
.post p.read_text, p.read_text {
    text-align: center;
    font-size: var(--rem20);
    line-height: 1.85;
    font-weight: 500;
}
@media print, screen and (max-width: 768px) {
    .post p.read_text, p.read_text {
        text-align: left;
    }
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn {
    max-width: 240px;
    background: var(--color-primary-shade);
    border-radius: 0;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: var(--color-primary-tint);
}

/* 背景白 */
.linkBtn.btn_w, .post .linkBtn.btn_w {
    background: #fff;
    color: var(--color-third);
    border: 1px solid var(--color-third);
}
.linkBtn.btn_w:hover, .post .linkBtn.btn_w:hover {
    background: var(--color-third);
    color: #fff;
}

/* 背景グレイ・緑枠線 */
.linkBtn.btn_g, .post .linkBtn.btn_g {
    color: var(--color-third);
    background: var(--color-background02);
    border: 1px solid var(--color-third);
}
.linkBtn.btn_g:hover, .post .linkBtn.btn_g:hover {
    color: #fff;
    background: var(--color-third);
}

.linkBtn.btn_w::after, input.linkBtn.btn_w::after, .post .linkBtn.btn_w::after,
.linkBtn.btn_g::after, input.linkBtn.btn_g::after, .post .linkBtn.btn_g::after {
    border-right: 1px solid var(--color-third);
    border-bottom: 1px solid var(--color-third);
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
    display: none;
}

/* ナビゲーション */
nav#mainNav ul li a {
    padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(3.5rem + (1vw - 1.92rem) * 2.1205), 35px);
}

/* ボタン共通 */
#header a.head_btn span {
    display: block;
}

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: #fff;
    color: var(--color-primary);
    font-family: var(--font-family01);
    font-weight: 600;
    font-size: 2.4rem;
}
#header a.head_btn.tel_btn .tel_icon::before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 6px;
}
#header a.head_btn .tel_text-sub {
    font-size: 1.2rem;
}
#header a.head_btn.tel_btn:hover {
    opacity: .7;
}

/* メールボタン */
#header a.head_btn.mail_btn {
    background: var(--header-color-primary-shade);
    flex-direction: row;
    gap: 8px;
}
#header a.head_btn.mail_btn:hover {
    background: var(--header-color-primary-tint);
}

/* SP */
@media print, screen and (max-width: 1023px) {
    nav#mainNav ul li a {
        padding: 16px;
    }
    nav#mainNav ul li a {
        border-bottom: 1px solid var(--color-border);
    }
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
#footer {
    background: url(/wp-content/uploads/bg_footer.png) no-repeat center / cover;
}
#copyright {
    background: transparent;
}
#footer .footer__logo img {
	width: 90%;
}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo img {
		width: 50%;
	}
}
/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.post ul#sitemap_list li {
	margin-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589) ,20px);
	padding-left: 0;
	padding-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589) ,20px);
	border-bottom: 1px solid var(--color-border);
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.post h2.contact_title {
	font-family: var(--font-family01);
	text-align-last: left;
	font-size: min(calc(3.0rem + (1vw - 1.92rem) * 0.6472), 3.0rem);
	margin: 0 auto var(--px30);
    text-align: left;
}
.post h2.contact_title::after {
    content: none;
}
.aligncenter {
	text-align-last: left;
	font-family: var(--font-family01);
	font-weight: normal;
    line-height: 1.85;
}
.wpcf7-form .must {
	background: var(--color-primary);
}
.contact_area {
	font-family: var(--font-family01);
	font-weight: normal;
}
.contact_area th {
	font-weight: bold;
}
.contact_area th.sup {
	font-size: 1.2rem;
	color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
	font-family: var(--font-family01);
    padding: 0;
}

/* 完了 */
.post .thanks_btn {
    margin: var(--px60) auto 0 !important;
    display: block;
}
@media print, screen and (max-width: 768px) {
    .post .thanks {
        text-align: left;
    }
}



/*------------------------------------------------------
TOP
------------------------------------------------------*/
/* メッセージ */
.Message {
	position: relative;
	padding: var(--px100) 0 var(--px240);
	margin: 0;
    background: var(--color-secondary-shade);
}
.Message:before {
    content: "";
    background: url(/wp-content/uploads/bg_message.jpg) no-repeat center / cover;
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.Message_wrap {
	position: relative;
	max-width: 1600px;
	width: 94%;
    margin: 0 auto;
	z-index: 1;
}
.Message .txtarea {
    padding: var(--px80) var(--px60);
    margin: 0;
}
.Message .txtarea h2.Message_ttl {
    color: #fff;
    font-size: var(--rem60);
    text-align: left;
    font-weight: 700;
    margin-bottom: var(--px80);
}
.Message .txtarea h2.Message_ttl::after {
    content: none;
}
.Message .txtarea p.Message_text {
    color: #fff;
    font-size: var(--rem16);
    line-height: 2.2;
}
.Message .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.Message .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media print, screen and (max-width: 768px) {
	.Message:before {
		content: "";
		height: 15%;
	}
}

/* サービス */
.Service_wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 20;
}
.Service_wrap + .Service_wrap {
	margin-top: var(--px80);
}
.Service .imgarea {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	width: 55%;
}
.Service .imgarea img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.Service .txtarea {
	position: relative;
	width: 55%;
	background: #fff;
	padding: var(--px120) 6%;
	margin: 0 auto -20px -10%;
	z-index: 10;
	box-shadow: 0px 2px 20px 20px rgba(0, 0, 0, 0.05);
}


@media print, screen and (min-width: 1024px) {
	/*左右反転*/
	.Service_wrap + .Service_wrap {
		margin-top: var(--px160);
	}
	.Service_wrap.rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.Service_wrap.rev .txtarea {
		margin: 0 -10% -20px auto;
	}
}
@media print, screen and (max-width: 1023px) {
	.Service_wrap + .Service_wrap {
		margin-top: var(--px60);
	}
	.Service_wrap.rev {
		flex-direction: row;
	}
	.Service .imgarea, .Service .txtarea {
		width: 90%;
	}
	.Service .txtarea {
		margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
	}
}

/* 買取品目 */
.front_contents.Item_wrap {
    padding: var(--px120) 0 0;
}
.Item {
	position: relative;
    padding: 0 0 var(--px100);
	margin: 0;
    background: #fff
}
.Item:before {
    content: "";
    background: url(/wp-content/uploads/bg_items.jpg) no-repeat center / cover;
    width: 100%;
    height: 65%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.Item_inner {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
}
.post ul.Item_list > li {
	position: relative;
	background: transparent;
	flex-direction: column;
}
.post ul.Item_list .imgarea {
	width: 100%;
	position: relative;
	overflow: hidden;
	line-height: 0;
}
.post ul.Item_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post ul.Item_list .Item_caption {
    margin-left: auto;
    color: #fff;
}
.post ul.Item_list h3.Item_ttl {
    margin: 10px auto 0;
    text-align: center;
    font-size: var(--rem30);
    color: #fff;
    font-weight: 700;
    padding: 0;
    border: none;
}
.post ul.Item_list span.Item_enttl {
    font-size: var(--rem18);
    color: var(--color-secondary-tint);
    display: block;
    margin-bottom: 2px;
    line-height: 1.25;
}
@media print, screen and (max-width: 768px) {
	.Item:before {
		height: 85%;
	}
	.post ul.Item_list.col3_list li {
		margin-bottom: 12%;
	}
}

/* お問い合わせ */
#foot-contact_pt05 {
	clear: both;
	position: relative;
	background: url(/wp-content/uploads/cta01.jpg) no-repeat center / cover;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-bottom: var(--px60);
	padding: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) calc((100vw - 100%) / 2);
}
.wrapper_content {
    position: relative;
    background: rgba(255, 255, 255, .85);
    width: 94%;
    max-width: var(--content-max-width);
    margin: 0 auto;
    padding: var(--px100) var(--px60);
}
#foot-contact_pt05 a.f-contact_btn {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	padding: min(calc(20px + (1vw - 19.2px) * 0.5178), 20px) min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn.telBtn {
	color: #fff;
	background: var(--color-primary-shade);
}
#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
	color: var(--color-primary);
	background: #FFF;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
	color: var(--color-primary);
	background: #fff;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
	color: #fff;
	background: var(--color-primary-tint);
}
#foot-contact_pt05 a.f-contact_btn::after {
	content: none;
}
#foot-contact_pt05 a.f-contact_btn .ico::before {
	display: inline-block;
	font-size: min(calc(3rem + (1vw - 19.2px) * 0.5825), 3rem);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: .4em;
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico {
	display: block;
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
#foot-contact_pt05 a.f-contact_btn .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.5178), 2.4rem);
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico::before {
	content: '\f095';
}
#foot-contact_pt05 a.f-contact_btn.lineBtn .ico::before {
	content: '\f3c0';
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico::before {
	content: '\f0e0';
}
#foot-contact_pt05 a.f-contact_btn .note {
	font-size: 1.4rem;
	font-weight: 500;
}
#foot-contact_pt05 ul.contactbtn_list {
	position: relative;
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	max-width: 800px;
	margin: min(calc(40px + (1vw - 1.92rem) * 1.2945),40px) auto;
	z-index: 10;
}
#foot-contact_pt05 ul.contactbtn_list > li {
	width: 100%;
}
#foot-contact_pt05 ul.contactbtn_list > li a.f-contact_btn {
	width: 100%;
	max-width: none;
	min-width: inherit;
}
#foot-contact_pt05 ul.contactbtn_list:first-child {
	margin-top: 0;
}
#foot-contact_pt05 ul.contactbtn_list:last-child {
	margin-bottom: 0;
}
/*レスポンシブ対応*/
@media print, screen and (min-width: 641px) {
	#foot-contact_pt05 ul.contactbtn_list > li {
		width: calc((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2);
	}
}
/*FireFox対応*/
@-moz-document url-prefix() {
	@media print, screen and (min-width: 641px) {
		#foot-contact_pt05 ul.contactbtn_list > li {
			width: calc(((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2) - 1px);
		}
	}
}


/*------------------------------------------------------
会社概要
------------------------------------------------------*/
.greet_text {
    font-size: var(--rem30);
    text-align: center;
    line-height: 2;
    font-family: var(--font-family03);
    font-weight: 500;
}
@media print, screen and (max-width: 768px) {
    .greet_text {
        text-align: left;
    }
    .greet_text br.pc {
        display: none;
    }
}


/*------------------------------------------------------
事業内容
------------------------------------------------------*/
.service .w50.image_box{
	position: relative;
	overflow: hidden;
}
.service .w50.image_box::before {
	content: '';
	display: block;
}
.service .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%);
}
.service .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;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	padding: var(--px60)
}
@media print, screen and (min-width: 769px) {
	.service .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.service .w50.image_box img {
		width: auto;
		height: 116%;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.service .w50.image_box{
		margin-bottom:0;
	}
	.service .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.service .w50.text_box {
		padding: 20px;
		margin-bottom:0;
	}
}

.post h3.service_ttl, h3.service_ttl {
	width: 100%;
	text-align: left;
	font-size: var(--rem30);
	color: var(--color-primary);
    margin: 0 auto var(--px50);
	background: var(--color-background03);
	padding: 16px 30px 18px;
    border: none;
	border-left: 5px solid var(--color-secondary);
}
.post p.service_text, p.service_text {
	font-size: var(--rem20);
	line-height: 1.85;
}



/*------------------------------------------------------
リサイクルフロー
------------------------------------------------------*/

ul.flow_list {
	counter-reset: flow_list;
}
ul.flow_list > 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: var(--px40) var(--px40) var(--px60);
	border-radius: 10px;
	background: var(--color-background03);
	position: relative;
}
.flow_list > li:not(:last-child) {
	margin-bottom: 60px;
}
.post .flow_list > li > dl {
	width: 100%;
	line-height: 1.8;
}
.flow_list > li:not(:last-child) dl::before,
.flow_list > 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%);
}
.flow_list > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: var(--color-primary);
}
.flow_list > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flow_list > li > dl dt {
	font-size: var(--rem30);
	text-align: center;
	font-weight: 600;
	padding: 0 0 1rem 0;
	margin-bottom: var(--px30);
	background: linear-gradient(90deg, rgba(69,182,73,1) 0%, rgba(150,207,51,1)100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	border-bottom: dotted 1px var(--color-secondary);
}
.post .flow_list > li > dl dd {
	padding: 0;
}

/* リサイクルフローの「図」 */
.num_list02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	counter-reset: number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
}
.post .col3_list.num_list02 > li {
	position: relative;
	width: 29%;
	margin-top: var(--px40w);
	padding: var(--px80) var(--px40) var(--px60);
	border: 2px solid;
	border-radius: 15px;
	height: 200px;
	position: relative;
	z-index: 10;
}
.num_list02 > li::before {
	content: counter(number, decimal-leading-zero);
	counter-increment: number;
	position: absolute;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: var(--px80);
	height: var(--px80);
	color: #fff;
	background: #fff;
	font-size: var(--px30);
    font-family: var(--font-family01);
	font-weight: 700;
	border-radius: 50%;
	border: 2px solid #fff;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.num_list02 .num_listttl {
	background: none;
    color: #fff;
    font-size: var(--rem30);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    border: none;
}
.num_list02 > li:nth-child(1) {
	background: #4EB84A;
	order: -1;
}
.num_list02 > li:nth-child(1)::before {
	background: #4EB84A;
}
.num_list02 > li:nth-child(2) {
	background: #F5D63A;
	order: -1;
}
.num_list02 > li:nth-child(2)::before {
	background: #F5D63A;
}
.num_list02 > li:nth-child(3) {
	background: #5FD9D3;
	order: -1;
}
.num_list02 > li:nth-child(3)::before {
	background: #5FD9D3;
}
.num_list02 > li:nth-child(4) {
	background: #5E68F7;
	order: 2;
}
.num_list02 > li:nth-child(4)::before {
	background: #5E68F7;
}
.num_list02 > li:nth-child(5) {
	background: #D557D9;
	order: 1;
}
.num_list02 > li:nth-child(5)::before {
	background: #D557D9;
}
.num_list02 > li:nth-child(6) {
	background: #FF91C4;
	order: 0;
}
.num_list02 > li:nth-child(6)::before {
	background: #FF91C4;
}
.num_list02 > li:nth-child(1)::after,
.num_list02 > li:nth-child(2)::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 34px solid transparent;
	border-bottom: 34px solid transparent;
	border-left: 30px solid #cccccc;
	border-right: 0;
	position: absolute;
	top: 50%;
	right: -19%;
	transform: translate(0,-50%);
}
.num_list02 > li:nth-child(3)::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 34px solid transparent;
	border-left: 34px solid transparent;
	border-top: 30px solid #cccccc;
	border-bottom: 0;
	position: absolute;
	bottom: -22%;
    right: 25%;
    transform: translate(50%, 0);
}
.num_list02 > li:nth-child(4)::after,
.num_list02 > li:nth-child(5)::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 34px solid transparent;
	border-bottom: 34px solid transparent;
	border-right: 30px solid #cccccc;
	border-left: 0;
	position: absolute;
	top: 50%;
	left: -19%;
	transform: translate(0,-50%);
}
@media print, screen and (max-width: 768px) {
	.post .col3_list.num_list02 > li {
		width: 100%;
	}
	.num_list02 > li:nth-child(1) {
		order: -1;
	}
	.num_list02 > li:nth-child(2) {
		order: -1;
	}
	.num_list02 > li:nth-child(3) {
		order: -1;
	}
	.num_list02 > li:nth-child(4) {
		order: 0;
	}
	.num_list02 > li:nth-child(5) {
		order: 0;
	}
	.num_list02 > li:nth-child(6) {
		order: 0;
	}
	.num_list02 > li:nth-child(1)::after,
	.num_list02 > li:nth-child(2)::after,
	.num_list02 > li:nth-child(3)::after,
	.num_list02 > li:nth-child(4)::after,
	.num_list02 > li:nth-child(5)::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 34px solid transparent;
		border-left: 34px solid transparent;
		border-top: 30px solid #cccccc;
		border-bottom: 0;
		position: absolute;
		top: 108%;
        bottom: 0;
        left: 50%;
        right: 0;
        transform: translate(-50%, -50%);
    }
	.post .col3_list.num_list02 > li {
		margin-bottom: 20px;
	}
	.post .col3_list.num_list02 > li:last-child {
		margin-bottom: 0;
	}
}


/*------------------------------------------------------
買取りの流れ・買取り品目
------------------------------------------------------*/
.post ul.item_list {
	margin-top: var(--px80);
	padding-left: 10rem;
	position: relative;
}
.post ul.item_list::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -2.5em;
	display: block;
	position: absolute;
	top: 0;
	left: 13rem;
}
.post ul.item_list > li {
	position: relative;
}
.post ul.item_list > li:not(:last-child) {
	margin-bottom: 8vh;
}
.post ul.item_list > li .icon {
	font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    background: var(--color-secondary);
    padding: 2em 0;
    display: block;
    position: absolute;
    top: 2.8em;
    left: -8em;
    z-index: 100;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.post ul.item_list > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent var(--color-secondary);
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post ul.item_list > li dl {
	padding-left: 7rem;
	position: relative;
	padding-top: 0.7rem;
}
.post ul.item_list > li dl::before,
.post ul.item_list > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 2rem;
}
.post ul.item_list > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: 3em;
	background: var(--color-secondary);
	border-radius: 50%;
	left: -4px;
}
.post ul.item_list > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 4.5em;
}
.post ul.item_list > li dl dt {
	margin-bottom: .6em;
	font-weight: 600;
	font-size: var(--rem24);
	color: var(--color-primary);
}
.post ul.item_list > li .item_area {
	background: var(--color-background03);
	padding: var(--px40);
	border-radius: 20px;
}

@media (max-width: 768px) {
	.post ul.item_list > li .icon {
		font-size: 1.2rem;
	}

	.post ul.item_list {
		padding-left: 10rem;
	}

	.post ul.item_list > li .icon {
		left: -11rem;
	}

	.post ul.item_list::before {
		left: 12rem;
	}

	.post ul.item_list > li dl::before {
		left: -13px;
	}

	.post ul.item_list > li dl::after {
		left: 0;
	}

	.post ul.item_list > li dl {
		padding-left: 3.5rem;
	}

	.post ul.item_list > li dl::after {
		width: 30px;
	}

	.post ul.item_list > li dl::before {
		margin-top: 3.2em;
	}

	.post ul.item_list > li dl dt {
		font-size: 1.4rem;
	}
}
@media (max-width: 768px) {
	.post ul.item_list::before {
        left: 10rem;
    }
	.post ul.item_list > li dl {
		padding-left: 0;
	}
	.post ul.item_list > li dl::after {
		left: -17px;
		top: 4.8em;
		width: 10px;
	}
	.post ul.item_list > li dl::before {
		left: -29px;
	}
}

#item .purchase {
	background: var(--color-background04);
	border-radius: 20px;
	padding: var(--px60);
	margin: 0 auto var(--px60);
}
#item .purchase h3.purchase_ttl {
	width: 100%;
	padding: 0 0 var(--px20);
	margin: 0 auto var(--px40);
	color: var(--color-primary);
	font-weight: bold;
	text-align: center;
	display: inline-block;
    border: none;
	border-bottom: 2px dotted var(--color-secondary-tint);
}
#item .purchase ul.purchase_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 auto var(--px20);
}
#item .purchase ul.purchase_list > li {
	width: 100px;
	padding: 0 5px;
	background: var(--color-primary-shade);
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
}
#item .purchase p.purchase_note {
	display: block;
	color: var(--color-font);
	background: none;
	font-size: 1.4rem;
}
#item .purchase p.purchase_text {
	margin: var(--px50) auto 0;
	font-size: var(--rem16);
	line-height: 1.85;
}