@charset "utf-8";

/* =====================================================
--------------------------------------------------------
引越しのお見積もり
--------------------------------------------------------
===================================================== */

.move .mainvisual {
	margin: 24px auto 32px;
	width: 100%;
	max-width: 640px;
}

.move .mainvisual-sp {
	display: block;
	margin-bottom: 12px;
}
.move .mainvisual-pc {
	display: none;
}

.move .mainvisual p {
	padding: 12px;
	border-radius: 8px;
	background: #4d9fcc;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.move .mainvisual p span {
	font-size: 20px;
}

@media screen and (min-width: 1024px) {
	.move .mainvisual {
		margin: 64px auto 48px;
		max-width: 710px;
	}
	.move .mainvisual > div {
		position: relative;
		padding-bottom: 54px;
		background: #fffae7 url(/img/service/move/mainvisual_foot.jpg) no-repeat bottom;
	}
	.move .mainvisual > div::before,
	.move .mainvisual > div::after {
		position: absolute;
		top: 0;
		width: 8px;
		height: 100%;
		background: #4d9fcc;
		content: "";
	}
	.move .mainvisual > div::before {
		left: 0;
	}
	.move .mainvisual > div::after {
		right: 0;
	}
	.move .mainvisual-sp {
		display: none;
	}
	.move .mainvisual-pc {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 24px;
		margin-bottom: 16px;
	}
	.move .mainvisual p {
		margin: auto;
		padding: 16px 0 8px;
		width: calc(100% - 64px);
		font-size: 18px;
	}
	.move .mainvisual p span {
		font-size: 32px;
	}
}



/* 見積依頼フォームへ */
.move .link {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 24px 16px;
	background: var(--color-grey-light);
}

.move .link p {
	width: 100%;
	font-size: 12px;
	text-align: center;
}

.move .link .c--link-main {
	width: 100%;
	max-width: 460px;
}

@media screen and (min-width: 1024px) {
	.move .link .c--link-main {
		font-size: 24px;
	}
}



/* 提携会社 */
.move .partner h2 span {
	font-size: 12px;
	font-weight: normal;
}

.move .partner > ul > li {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 0 16px 24px 16px;
	border: 10px solid var(--color-housecom-blue-light);
}

.move .partner > ul div {
	text-align: center;
}

.move .partner > ul dl {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.move .partner > ul dt {
	font-weight: bold;
}

.move .partner > ul ul:not(.list-caution) {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.move .partner > ul ul:not(.list-caution) li {
	position: relative;
	padding-left: 16px;
}

.move .partner > ul ul:not(.list-caution) li::before {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid var(--color-housecom-blue);
	background: transparent;
	content: "";
}

.move .partner > ul .list-caution li {
	padding-left: 1em;
	text-indent: -1em;

}

@media screen and (min-width: 1024px) {
	.move .partner h2 {
		display: flex;
		justify-content: space-between;
	}
	.move .partner h2 span {
		font-size: 16px;
	}
	.move .partner > ul ul:not(.list-caution) li::before {
		top: 6px;
	}
}










/* =====================================================
--------------------------------------------------------
取次ぎサービス
--------------------------------------------------------
===================================================== */

.toritsugi > div {
	margin-bottom: 16px;
	background: url(/img/service/toritsugi/header.png) no-repeat center right / calc((100% / 4));
}

.toritsugi > div span {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}

.toritsugi > div p {
	width: calc((100% / 4) * 3 - 8px);
}

.toritsugi li {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	gap: 8px;
	padding: 12px 0;
}

.toritsugi li.separate {
	border-top: 1px solid var(--color-grey-origin);
	border-bottom: 1px solid var(--color-grey-origin);
}

.toritsugi li > div {
	display: contents;
}

.toritsugi li h2 {
	order: 1;
	width: 100%;
	color: var(--color-link-text);
	font-weight: bold;
}

.toritsugi li img {
	order: 2;
	width: 98px;
}

.toritsugi li p {
	order: 3;
	width: calc(100% - 8px - 98px);
}

@media screen and (min-width: 1024px) {
	.toritsugi > div {
		margin-bottom: 24px;
		padding: 16px 20px 24px;
		border-radius: 8px;
		background-size: 227px;
		border: 1px solid var(--color-grey-pale);
		border-bottom-width: 4px;
	}
	.toritsugi > div span {
		font-size: 24px;
	}
	.toritsugi ul {
		border-radius: 8px;
		border: 1px solid var(--color-grey-origin);
	}
	.toritsugi li {
		gap: 16px;
		padding: 20px;
	}
	.toritsugi li.separate {
		border-top: none;
	}
	.toritsugi li > div {
		order: 2;
		display: block;
		width: calc(100% - 16px - 196px);
	}
	.toritsugi li h2 {
		margin-bottom: 8px;
		font-size: 18px;
		font-weight: normal;
	}
	.toritsugi li img {
		order: 1;
		display: block;
		width: 196px;
	}
	.toritsugi li p {
		width: 100%;
	}
}










/* =====================================================
--------------------------------------------------------
子育て支援ページ
--------------------------------------------------------
===================================================== */

.mainvisual:has(+ .childcare) {
	margin: 0 auto 24px;
	width: 100%;
	max-width: 1024px;
}

.childcare {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.childcare .present {
	width: 100%;
	max-width: 710px;
}

.childcare .present p {
	margin-bottom: 24px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.mainvisual:has(+ .childcare) {
		margin-bottom: 40px;
	}
	.childcare {
		gap: 64px;
	}
	.childcare .present > p {
		margin-bottom: 40px;
		font-size: 18px;
	}
}



/* 概要 */
.childcare .detail {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	max-width: 710px;
}

.childcare .detail li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.childcare .detail img {
	width: 86px;
}

.childcare .detail p {
	display: flex;
	flex-flow: row wrap;
	gap: 4px;
}

.childcare .detail p:has(a) {
	gap: 0 16px;
}

.childcare .detail_caution {
	font-size: 12px;
}

@media screen and (min-width: 1024px) {
	.childcare .detail {
		gap: 40px;
		margin-bottom: 60px;
	}

	.childcare .detail li {
		align-items: center;
		gap: 24px;
	}
	.childcare .detail p {
		justify-content: center;
	}
	.childcare .detail_caution{
		font-size: 14px;
	}
}



/* 子育て支援パスポートについて */
.childcare .passport {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 8px;
	padding: 16px 8px;
	border-radius: 4px;
	border: 1px solid #f08200;
}

.childcare .passport h2 {
	width: 100%;
	color: #f08200;
	font-weight: bold;
	text-align: center;
}

.childcare .passport picture {
	width: 100%;
	max-width: 204px;
}

.childcare .passport p {
	margin-bottom: 8px;
}

.childcare .passport ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	width: 100%;
}

.childcare .passport ul a {
	font-weight: bold;
}

@media screen and (min-width: 1024px) {
	.childcare .passport {
		display: grid;
		grid-template-columns: auto 140px;
		gap: 16px;
		padding: 16px 24px;
	}
	.childcare .passport h2 {
		grid-area: 1 / 1 / 2 / 2;
		font-size: 18px;
		text-align: left;
	}
	.childcare .passport picture {
		grid-area: 1 / 2 / 5 / 3;
	}
	.childcare .passport p {
		grid-area: 2 / 1 / 3 / 2;
	}
	.childcare .passport ul {
		grid-area: 3 / 1 / 3 / 3;
	}
	.childcare .passport ul a {
		font-weight: normal;
	}
}