/* ------------- */

/* 共通 */

/* ------------- */
.main_visual {
	margin-top: 71px;
}

.txt_fff {
	color: #fff;
	font-weight: 400;
	font-size: 1.5rem;
	letter-spacing: .04em;
	text-align: center;
}

.content_txt {
	width: 60%;
	max-width: 600px;
	margin: 45px auto;
	text-align: center;
}

.txt_fff::after {
	display: block;
	font-weight: 700;
	font-size: 37px;
	line-height: 1.5;
	letter-spacing: .02em;
	content: attr(data-label);
}

.contact_btn a:hover {
	content: "";
}

section.flow {
	background-color: #fff;
}

section.reason {
	background-color: #fff;
	box-shadow: 2px 2px 8px 5px #F1F1F1;
	padding-bottom: 25px;
	width: 90%;
	margin: 50px auto;
	border-radius: 20px;
}

section.Precedent {
	background-color: #fff;
}

section.voice {
	background-color: #FFFCDD;
}

.area_title a {
	text-decoration: underline;
	color: #fff;
}

/* ------------- */

/* SP */

/* ------------- */
.sp {
	width: 100%;
}

.content_wrapper {
	margin: 0 auto;
}

.step_inner img {
	width: 70%;
}

.content_inner p {
	margin: 0;
	padding-bottom: 1em;
}

a:-webkit-any-link {
	cursor: pointer;
}

.inner_text {
	width: 87%;
	text-align: center;
	margin: 15px auto;
}

.banner img {
	width: 94%;
	margin: 0 auto;
	display: flex;
	padding-bottom: 50px;
	margin-top: -28px;
}

.banner img:hover {
	opacity: 0.8;
}

/*---------------

メインビジュアル

-----------------*/
.main_visual {
	background-image: url(/common/img/mv_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	height: 415px;
	padding-top: 30px;
}

.mv_txt {
	width: 95%;
	margin: 35px auto;
}

.mv_txt p {
	text-align: center;
	font-size: 35px;
	margin: -5px auto;
}

span.mv_small_span {
	font-size: 28px;
}

span.mv_sitmname {
	color: #FF9900;
	margin-right: 5px;
	position: relative;
	z-index: 0;
}

span.mv_sitmname::before {
	content: '';
	position: absolute;
	bottom: 1px;
	display: inline-block;
	width: 100%;
	height: 17px;
	background-color: #FFFD70;
	/* opacity: 0.5; */
	z-index: -1;
}

.mv_fukidashi {
	position: relative;
	padding: .4em 0.7em;
	border-radius: 25px;
	background-color: #FF5E5E;
	color: #fff;
	font-size: 14px;
	margin: 0px auto 25px;
	width: 45%;
	text-align: center;
}

.mv_fukidashi span {
	font-size: 20px;
	margin: 0 2px;
}

.mv_fukidashi::after {
	content: '';
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 11px solid transparent;
	border-top: 11px solid #FF5E5E;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.mv_item {
	width: 91%;
	margin: 20px auto;
}

.mv_item img {
	width: 100%;
}

.mv_txt_tokyo {
	background-image: url(./tokyo/img/mv_txt.webp);
}

.mv_txt_saitama {
	background-image: url(./saitama/img/mv_txt.webp);
}

.mv_txt_kanagawa {
	background-image: url(./kanagawa/img/mv_txt.webp);
}

.mv_txt_chiba {
	background-image: url(./chiba/img/mv_txt.webp);
}

.flex.banner_icon_flex {
	justify-content: space-between;
	width: 96%;
	margin: 20px auto;
}

.banner_icon {
	border: 2px solid #FF8400;
	border-radius: 10px;
	display: flex;
	align-items: center;
	width: 45%;
	padding: 0 5px;
	justify-content: space-evenly;
}

.banner_icon p {
	font-size: 14px;
	color: #FF8400;
}

.banner_icon img {
	width: 50px;
}

.banner_icon p {
	font-size: 14px;
	margin-left: 5px;
}

.top_cash-card img {
	width: 10%;
}

.top_cash-card {
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 1px solid #CBC9C9;
	text-align: center;
	margin: 15px auto;
	width: 96%;
	border-radius: 6px;
}

.top_cash-card div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_cash-card p {
	width: 87%;
	background-color: #EDEAEA;
	margin: 0;
	padding: 10px 9px;
	border-radius: 4px 0 0 4px;
	font-size: .8em;
}

.top_cash-card img {
	width: 15%;
	margin: 0 3px;
}

/* バナーリスト */
section.page_banner {
	padding-top: 15px;
}

.banner_img {
	text-align: center;
	margin: 5px 0px;
}

.banner_img img {
	width: 96%;
	margin: 0 auto;
}

/* -----------------------

料金プラン

-------------------------- */
section.plan {
	background-color: #FFFCDD;
}

.circle-wrap {
	width: 115px;
	height: 115px;
	border-radius: 50%;
	background-color: #FF9900;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 8px;
}

.circle {
	width: 105px;
	height: 105px;
	border-radius: 50%;
	background-color: #FF9900;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
}

.circle p {
	display: block;
	font-size: .9em;
}

.circle p span {
	display: block;
	font-size: 2em;
	color: #FFF500;
}

.plan_obi {
	background-color: #FEE2E2;
	padding: .5em 0 1em;
	text-align: center;
	margin: 1.5em 0 1em;
	position: relative;
}

.plan_obi::after {
	content: '';
	position: absolute;
	bottom: -19px;
	left: 50%;
	border: 20px solid transparent;
	border-top: 22px solid #FEE2E2;
	border-bottom: 0px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.plan_obi p {
	font-size: 1.2em;
	margin: 0;
}

.plan_obi span {
	font-size: 2em;
	padding: 0 5px;
}

.plan_obi span {
	font-size: 2.5em;
	padding: 0 5px;
	-webkit-text-stroke: 3px #FF5E5E;
	text-shadow: 3px 4px 0px #FF5E5E;
	color: #FFF066;
}

.plan_wrap.flex {
	width: 98%;
	margin: 20px auto 0;
	flex-wrap: wrap;
}

.plan_content {
	width: 90%;
	margin: 5px auto;
}

.plan_content {
	margin: 5px auto;
	width: 47%;
	height: 380px;
}

.plan_name {
	background: #FF9900;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	margin: 0 auto;
	margin-bottom: -30px;
	text-align: center;
}

.plan_name p {
	font-size: 25px;
	color: #FFF066;
}

.plan_name span {
	font-size: 10px;
	display: block;
	margin-top: -31px;
	color: #fff;
}

.plan_ttl {
	background: #FF9900;
	color: #fff;
	padding: 10px 2px;
	text-align: center;
	font-size: 11px;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}

.plan_inner {
	background: #fff;
	padding: 8px 0 10px;
}

.flex.plan_tag_wrap {
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 95%;
	margin: 0px auto 15px;
}

p.pack_border {
	background: #FFFCDD;
	border: 1px solid #FF9900;
	border-radius: 20px;
	margin: 7px 4px;
	margin-bottom: 0;
	padding: 2px 8px;
	padding-left: 2.5em;
	font-size: 8px;
	position: relative;
	font-weight: 600;
}

p.pack_border:last-child {
	margin-top: 10px;
}

p.pack_border::before {
	position: absolute;
	content: "";
	background: #FF9900;
	width: 12px;
	height: 12px;
	left: 4px;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
}

p.bg_yellow.font_monts {
	font-size: 10px;
	background-color: #FFE500;
	color: #FF1100;
	padding: 0px 1px;
	margin: 0;
	margin-right: 2px;
	letter-spacing: -0.5px;
}

p.txt_transparent.font_monts {
	font-size: 10px;
	color: #BCBABA;
	opacity: .9;
	position: relative;
	margin: 0px 0;
}

p.txt_transparent.font_monts::after {
	position: absolute;
	left: 0.5em;
	bottom: 0em;
	content: "";
	display: block;
	width: 90%;
	height: 2px;
	background-color: #FF1100;
	transform: rotate(-15deg);
	transform-origin: left bottom;
}

p.txt_transparent.font_monts span {
	font-size: 17px;
	padding: 2px;
}

.pack_arrow {
	clip-path: polygon(0 calc(50% - (40% / 2)), 50% calc(50% - (40% / 2)), 50% 0, 90% 50%, 50% 100%, 50% calc(50% + (40% / 2)), 0 calc(50% + (40% / 2)));
	height: 20px;
	aspect-ratio: 1;
	background-color: #BCBABA;
	opacity: .9;
	transform: rotate(90deg);
	display: flex;
	justify-content: center;
	margin: 5px auto -10px;
}

p.pack_price {
	font-size: 11px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 5px;
}

.plan_wrap span.font_monts {
	font-size: 2.3em;
	padding-right: 3px;
	color: #FF1100;
}

.plan_inner img {
	width: 80%;
	margin: 0 auto;
	display: block;
}

.plan_content:nth-child(4) .plan_inner {
	padding: 10px 0;
}

.plan_content:last-child span.font_monts {
	font-size: 20px;
	padding: 5px 0;
	display: block;
}

/*---------------------

 他社比較

------------------------*/
section.comparison {
	text-align: center;
}

h2.comparison_ttl {
	margin-top: 10px;
	font-size: 25px;
}

.heading_2 {
	position: relative;
	padding: 0.5em 0.7em;
	border-radius: 25px;
	background-color: #FF9900;
	color: #fff;
	display: initial;
	font-size: 14px;
}

.heading_2::after {
	content: '';
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 11px solid transparent;
	border-top: 11px solid #FF9900;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

h2.comparison_ttl span {
	color: #FF9900;
	text-shadow: #E7CBA1 2px 3px;
	font-size: 40px;
}

.comparison_img {
	width: 92%;
	margin-top: 10px;
}

/*---------------------

作業事例

------------------------*/
section.precedent {
	background-image: url(./common/img/precedent_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.precedent_ttl {
	background: repeating-linear-gradient(-45deg, #FCBC2A, #FCBC2A 4px, #FFC12A 3px, #FFC12A 8px);
	display: flex;
	align-items: center;
	padding: 10px;
	color: #fff;
	margin-top: 30px;
}

.case_num_circle {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

p.case_num {
	font-size: 13px;
	color: #FF9900;
}

p.case_num span {
	display: block;
	font-size: 20px;
	margin-top: -5px;
}

p.precedent_ttl_text {
	width: 80%;
	margin: 0 auto;
	padding-left: 1em;
}

.ba-img_flex {
	display: flex;
	justify-content: space-between;
	width: 96%;
	margin: 23px auto;
	position: relative;
}

.ba-img_flex img {
	width: 45%;
}

.ba-img_flex::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 45%;
	border: 20px solid transparent;
	border-top: 18px solid #FDB3B3;
	border-bottom: 0px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: rotate(-90deg);
}

.precedent_detail_wrap {
	justify-content: space-between;
	width: 96%;
	margin: 0 auto;
}

.precedent_detail {
	display: flex;
	align-items: center;
	background: #fff;
	border: 2px solid #FFBB00;
	width: 45%;
}

.precedent_detail p {
	margin: 0;
	text-align: center;
	display: block;
	width: 100%;
}

p.precedent_detail_hd {
	background: #FFBB00;
	color: #fff;
	padding: 5px 0;
}

.precedent_box {
	width: 87%;
	margin: 25px auto;
	border: 4px solid #DCD6BE;
	border-radius: 25px;
	padding: 10px;
	background-color: #fff;
}

.flex.result_flex {
	width: 100%;
	justify-content: space-around;
}

.flex.result_flex img {
	width: 20%;
}

p.result_detail {
	margin-bottom: 0;
}

p.result_kinds {
	margin-top: 5px;
	background: #FFBB00;
	color: #fff;
	width: 60%;
	text-align: center;
	padding: 3px 0;
	border-radius: 18px;
}

p.precedent_text {
	width: 94%;
	margin: 10px auto 0;
}

/* BTN */
.detail_btn {
	position: relative;
	width: 235px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 35px;
	font-size: 18px;
	padding: 9px 20px;
	box-shadow: 1px 4px 1px #E9E9E9;
	margin-top: 40px;
	border: 2px solid #FF9900;
}

.detail_btn .arrow-round {
	position: relative;
	display: inline-block;
	padding: 0;
	border-radius: 50%;
	top: 50%;
	background: #FF9900;
	margin-left: 15px;
	width: 22px;
	height: 22px;
	transform: rotate(45deg);
}

.detail_btn .arrow-round.arrow-right::before {
	transform: rotate(0deg);
	left: 46%;
	top: 34%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 6px;
	height: 6px;
}

.detail_btn a {
	padding-left: 0em;
}

/*-------------------

 ６つの理由

---------------------*/
h1.reason_text {
	color: #FF9900;
	line-height: 40px;
	margin-top: 0;
}

.reason_text span {
	font-size: 40px;
	position: relative;
	z-index: 99;
}

.reason_text span::before {
	content: '';
	position: absolute;
	bottom: 7px;
	display: inline-block;
	width: 100%;
	height: 12px;
	background-color: #FFF066;
	z-index: -99;
}

.reason_box {
	display: flex;
	justify-content: center;
	background-color: #F7F8E9;
	margin-bottom: 15px;
	border-radius: 18px;
	align-items: center;
	position: relative;

}

.reason_box img {
	width: 19%;
	/* height: 28%; */
	padding: 0 5px;
}

.reason_inner {
	padding-left: 4em;
}

.reason_point {
	position: absolute;
	font-size: 14px;
	top: 0;
	margin: 0;
	width: 35px;
	height: 40px;
	background-color: #FFEA28;
	clip-path: polygon(0 0, 0 100%, 50% 90%, 100% 100%, 100% 0);
	border-radius: 4px;
	left: 10px;
	text-align: center;
	padding: 10px 5px 13px;
	color: rgba(142, 142, 142, 79%);
}

p.reason_point span {
	font-size: 20px;
	display: inline-block;
	margin-top: -7px;
	letter-spacing: 0px;
}

p.inner_ttl {
	font-size: 16px;
	margin-bottom: 0;
}

p.inner_txt {
	font-size: 12px;
}

.reason_area {
	width: 95%;
	margin: 0 auto;
	/* margin-bottom: 100px; */
	position: relative;
}

/*-----------------

 サービス一覧

-------------------*/
section.service_list {
	background-color: #fff;
}

section.service {
	padding-top: 15px;
}

.list_box img {
	width: 100%;
	border-radius: 20px 20px 0 0;
}

.service_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 94%;
	margin: 0 auto;
}

.list_box {
	background-color: #F7F8E9;
	width: 90%;
	margin: 10px auto;
	padding: 16px 5px 26px;
	border-radius: 5px 5px 0 0;
	text-align: center;
	position: relative;
	border-top: 6px solid #FFD319;
}

p.service_name {
	font-size: 18px;
	margin-bottom: 15px;
}

p.service_inner {
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
}

p.service_inner span {
	color: #FF1100;
}

.service_area a {
	width: 50%;
}

.list_box::after {
	content: '';
	position: absolute;
	bottom: 3px;
	right: -7px;
	border: 20px solid transparent;
	border-top: 20px solid #FFD319;
	border-bottom: 0px;
	rotate: -44deg;
	border-radius: 4px;
}

.list_box img {
	width: 70%;
}

.list_box p {
	margin-bottom: 5px;
	margin-top: 5px;
}

/*-----------------

単品回収

----------------- */
section.collect {
	padding: 15px;
}

.top_title.collect_ttl h2::before {
	content: "COLLECT";
}

.clct_accordion {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	width: 98%;
}

.clct_accordion-title {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 10px 20px;
	margin-bottom: 0;
}

.clct_accordion-content {
	display: block;
	padding: 5px 10px;
	box-shadow: 4px 6px 8px #D8D8D8;
	border-radius: 0 0 10px 10px;
}

.clct_accordion-content p {
	font-size: 14px;
	line-height: 1.5;
}

.clct_accordion-title {
	position: relative;
	background-color: #FF9900;
	border-radius: 10px 10px 0 0;
	margin-top: -12px;
}

.clct_accordion-title::after {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 25px;
	top: 38%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 8px;
}

.clct_accordion-title.open::after {
	top: 45%;
	transform: rotate(-45deg);
}

/*-----------------

 買取

-----------------*/
section.kaitori {
	margin-bottom: 50px;
	width: 85%;
	margin: 75px auto 50px;
	position: relative;
	background-color: #F5F3E7;
	padding: 50px 10px 35px;
	border-radius: 20px;
	box-shadow: 3px 4px 8px 2px #E2E2E2;
}

.kaitori_title::before {
	content: "";
	position: absolute;
	background-image: url(./common/img/com_item-1.png);
	left: 50%;
	top: -50px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	width: 105px;
	height: 105px;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.kaitori_title p {
	font-size: 20px;
	margin: 0;
	margin-top: 12px;
	padding-left: 10px;
}

.kaitori_title span {
	font-size: 25px;
	margin-right: 3px;
	position: relative;
	z-index: 99;
	color: #FF5E5E;
}

.kaitori_title span::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	width: 100%;
	height: 15px;
	bottom: -2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	opacity: 0.5;
	z-index: -1;
}

.item_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
}

.kaitori_img {
	width: 33%;
}

p.inner_text.margin_area {
	margin-bottom: -18px;
}

/*-----------------

お客様の声

-----------------*/
.voice_box {
	border: 2px solid;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 60px;
	width: 90%;
	margin: 60px auto 0;
	padding: 0 5px 5px;
}

.voice_detail {
	width: 40%;
	text-align: center;
	padding-bottom: 30px;
	padding-left: 5px;
}

.voice_inner {
	width: 100%;
}

.voice_inner p {
	padding: 0px 0 0 8px;
	font-size: 14px;
}

p.orange_txt {
	font-size: 16px;
	color: #FF9900;
	padding-top: 10px;
}

.voice_detail p {
	padding: 0;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 1.3;
}

p.vd_og {
	background-color: #FF9900;
	padding: 2px 0;
	width: 85%;
	border-radius: 20px;
	margin: 0 auto;
	color: #fff;
	position: relative;
}

p.vd_og::after {
	position: absolute;
	content: "★★★★★";
	display: inline-block;
	width: 71px;
	height: 20px;
	background-repeat: no-repeat;
	top: 20px;
	color: #FFD319;
	font-size: 14px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.voice_ttl {
	background-color: #FFD319;
	width: 14%;
	margin: -28px auto 0px;
	display: grid;
	text-align: center;
	line-height: 1;
	padding: 6px;
	position: relative;
}

.voice_ttl::after {
	content: '';
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 11px solid #FFD319;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.voice_detail img {
	width: 85%;
}

.aline {
	margin: 5px 10px;
}

.aline img {
	width: 85px
}

p.voice_text {
	margin: 10px;
}

.aline p {
	margin: 0;
	font-size: 12px;
	text-align: center;
}

/*-----------------

不用品回収の流れ

-----------------*/
section.flow {
	background-image: url(./common/img/flow_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.flow_content {
	border: 3px solid #FF9900;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 90%;
	margin: 30px auto;
	padding: 0 10px;
	position: relative;
}

.flow_content::after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 50%;
	border: 50px solid transparent;
	border-top: 25px solid #FF9900;
	border-bottom: 0px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.step_num {
	width: 90px;
	height: 90px;
	background: #FF9900;
	border-radius: 50%;
	text-align: center;
}

.step_num p {
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-top: 11px;
}

.step_num p.font_monts span {
	font-size: 20px;
	padding-left: 3px;
}

.step_num img {
	width: 45%;
	display: block;
	margin: 0 auto;
}

.flow_inner {
	width: 70%;
	margin-left: 1em;
}

.flow_inner p {
	font-size: 14px;
	margin-top: 8px;
}

p.flow_heading {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 15px;
}

/*---------------------

下層ページ

-----------------------*/