@charset "UTF-8";
/* Web Font */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Noto+Serif+JP:wght@200..900&display=swap");
/* Custom Properties */
:root {
	/* color */
	--color-default: #232323;
	--color-blue: #0066ff;
	--color-blue01: #e4efff;
	/* font */
	--font-default: "Noto Sans JP", sans-serif;
	--font-biz: "BIZ UDPMincho", serif;
}

/*-------------------------
reset
---------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	-webkit-text-size-adjust: 100%;
}

body, input, textarea {
	font-size: 16px;
}

body {
	color: var(--color-default);
	font-family: var(--font-default);
	font-size: 16px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.75;
	margin: 0;
	position: relative;
}

img, a, ul, li, iframe, fieldset {
	border: none;
	outline: none;
}

a, img {
	display: block;
	width: 100%;
}

a.inline, img.inline {
	display: inline;
	width: auto;
}

img {
	line-height: 0;
}

a {
	color: var(--color-text);
	text-decoration: none;
	transition: 0.2s ease-out;
}

h1, h2, h3, h4, ol, ul, li, dl, dt, dd, p, figure, from, iframe, fieldset, legend {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4 {
	font-size: 100%;
	font-weight: normal;
}

em {
	font-style: normal;
}

article, aside, footer, header, main, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
	resize: vertical;
}

input {
	margin: 0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	width: 100%;
	border: 0;
	min-height: 40px;
	border-radius: 5px;
	padding: 10px;
	margin: 0;
}

input[type=text],
input[type=tel] {
	max-width: 250px;
}

select {
	padding: 2.5px 3px;
}

label {
	display: -webkit-box;
	display: flex;
	align-items: center;
	color: #fff;
}

label input {
	display: block;
}

/* iOSでのデフォルトスタイルをリセット */
input:focus {
	outline: none;
}

input[type=submit],
input[type=button] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
	display: inline-block;
	font-size: 16px;
	margin: 0 5px 0 0;
	cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
	outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin-left: 5px;
	opacity: 0.5;
}

@media (width <= 640px) {
	.pc {
		display: none !important;
	}
}
@media (width > 640px) {
	.sp {
		display: none !important;
	}
}
.box-side {
	padding-inline: 20px;
}

.w960 {
	width: 100%;
	max-width: 960px;
}
.w960.box-side {
	max-width: 1000px;
}

/* 背景 */
.c-bg-blue {
	background-color: var(--color-blue);
}

.c-bg-blue01 {
	background-color: var(--color-blue01);
}

.c-sec01 {
	padding-block: 120px;
}
@media (width <= 640px) {
	.c-sec01 {
		padding-block: 60px;
	}
}

.c-sec-parts {
	position: relative;
}
.c-sec-parts::before {
	content: "";
	width: 100%;
	height: 45px;
	background: url(../img/common/parts_home01.svg) left bottom/contain;
	position: absolute;
	inset: auto auto 100% 0;
	animation: bg-loop 50s linear infinite;
}
.c-sec-parts--blue::before {
	background-image: url(../img/common/parts_home02.svg);
}
.c-sec-parts--human::before {
	height: 40px;
	background: url(../img/common/parts_human.svg) center bottom/contain no-repeat;
	animation: none;
}
.c-sec-parts--under::after {
	content: "";
	display: block;
	width: 100%;
	height: 45px;
	background: url(../img/common/parts_home03.svg) left bottom/contain;
	position: absolute;
	inset: auto auto 0 0;
	animation: bg-loop 50s linear infinite;
}

@keyframes bg-loop {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -100% 0;
	}
}
/* マージン */
.c-mt-s {
	margin-top: 30px !important;
}
@media (width <= 640px) {
	.c-mt-s {
		margin-top: 20px !important;
	}
}

.c-mt-m {
	margin-top: 60px !important;
}
@media (width <= 640px) {
	.c-mt-m {
		margin-top: 40px !important;
	}
}

.c-mt-l {
	margin-top: 100px !important;
}
@media (width <= 640px) {
	.c-mt-l {
		margin-top: 80px !important;
	}
}

.m-auto {
	margin-inline: auto !important;
}

.c-list01 > li {
	padding-left: 1em;
	position: relative;
}
.c-list01 > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.c-list01--notes > li::before {
	content: "※";
}
.c-list01--circle > li::before {
	content: "●";
	font-size: 0.75em;
	top: 0.25em;
}

/* 汎用タイトル */
.c-title01 {
	font-size: clamp(26px, 4.06vw, 36px);
	font-weight: 900;
	line-height: 1.5;
}
.c-title01--s {
	font-size: clamp(22px, 3.44vw, 26px);
}

.c-title02 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.c-title02-s {
	display: block;
	font-size: 0.5em;
	color: var(--color-blue);
}
.c-title02--white {
	color: #fff;
}
.c-title02--white .c-title02-s {
	color: #fff;
}

/* 汎用テキスト */
.c-fz14 {
	font-size: 14px !important;
}

.c-text-j {
	text-align: justify !important;
}

.c-text-r {
	text-align: right !important;
}

.c-text-c {
	text-align: center !important;
}

.c-fw-b {
	font-weight: bold !important;
}

.c-color-blue {
	color: var(--color-blue);
}

.c-text-wave {
	display: inline-block;
	position: relative;
}
.c-text-wave::after {
	content: "";
	display: block;
	width: 100%;
	height: 0.17em;
	background: center/contain repeat-x;
	background-image: url(../img/common/icon_wave.svg);
	clip-path: inset(0 100% 0 0);
	transition: clip-path 1s linear;
}
@media (width > 767px) {
	.c-text-wave--sp::after {
		content: none;
	}
}
@media (width <= 767px) {
	.c-text-wave--pc::after {
		content: none;
	}
}
.c-text-wave.animated::after {
	clip-path: inset(0 0 0 0);
}

/* 汎用ボタン */
.c-feed {
	translate: 0 100px;
	opacity: 0;
	transition: opacity 1s, translate 1s;
}
.c-feed.animated {
	translate: 0 0;
	opacity: 1;
}

@keyframes pon {
	to {
		scale: 1;
	}
}
@keyframes mask {
	to {
		clip-path: inset(0 0 0 0);
	}
}
.header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}
.header__title {
	width: 120px;
	position: fixed;
	inset: 20px auto auto 20px;
}
@media (width <= 640px) {
	.header__title {
		width: 100px;
	}
}
.header__catch {
	font-size: clamp(26px, 4.06vw, 36px);
	font-weight: 900;
	color: #fff;
	text-align: center;
	line-height: 1.3;
}
.header__catch-text01 {
	font-size: 0.66em;
}
.header__catch-text01::after {
	animation: mask 1s linear forwards;
}
.header__catch-text02 {
	display: block;
	margin-top: 20px;
}
.header__catch-text03 {
	display: inline-block;
	font-family: var(--font-biz);
	font-size: 1.11em;
	color: var(--color-blue);
	position: relative;
	z-index: 1;
}
.header__catch-text03::after {
	content: "“Asmo”";
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #fff;
	position: absolute;
	inset: 0 auto auto 0;
	z-index: -1;
}

.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #3e3a39;
	padding: 240px 35px 50px;
	margin-top: -120px;
}
.footer__panel {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 50px;
}
.footer__detail {
	display: flex;
	flex-wrap: wrap;
	row-gap: 0.3em;
	width: 100%;
}
.footer__detail * {
	color: #fff;
}
.footer__detail--left {
	max-width: 290px;
}
.footer__detail--right {
	max-width: 400px;
}
.footer__detail-title {
	width: 5em;
}
.footer__detail-text {
	width: calc(100% - 5em);
}
.footer__copy {
	color: #fff;
	text-align: center;
}

.tanuki {
	width: 183px;
	aspect-ratio: 183/130;
	position: absolute;
	inset: 20px 20px auto auto;
	transition: 0.8s ease-out;
}
@media (width <= 640px) {
	.tanuki {
		width: 120px;
	}
}
.tanuki__balloon, .tanuki__illust {
	position: absolute;
}
.tanuki__balloon {
	width: 50.82%;
	inset: 0 auto auto 0;
	transform-origin: 80% 100%;
	scale: 0;
	animation: pon 0.3s 0.3s ease-out forwards;
}
.tanuki__illust {
	width: 55.74%;
	inset: auto 0 0 auto;
}

.bg-video {
	width: 100vw;
	height: 100vh;
	position: fixed;
	inset: 0 auto auto 0;
	z-index: -1;
}
.bg-video::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/common/icon_dot.svg) center/4px;
	position: absolute;
	inset: 0 auto auto 0;
	opacity: 0.5;
}
.bg-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main__inner {
	width: 100%;
	max-width: 1040px;
	background-color: #fff;
	margin-inline: auto;
}

/* 空き家をどうするか迷っている方へ */
.about {
	margin-top: 45px;
}
.about__inner {
	display: flex;
	gap: 30px;
}
@media (width <= 767px) {
	.about__inner {
		flex-direction: column;
	}
}
.about__textbox {
	width: 320px;
}
@media (width <= 767px) {
	.about__textbox {
		width: 100%;
	}
}
.about__img {
	flex: 1;
	max-width: 570px;
	border-radius: 20px;
	margin-left: auto;
	overflow: hidden;
}
@media (width <= 767px) {
	.about__img {
		max-width: 100%;
	}
}
.about__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* こんなお悩みありませんか？ */
.worry__panel {
	display: flex;
	align-items: flex-end;
	gap: 60px;
}
@media (width <= 767px) {
	.worry__panel {
		flex-direction: column;
		align-items: center;
		row-gap: 20px;
	}
}
.worry__list {
	width: 40%;
}
@media (width <= 767px) {
	.worry__list {
		width: 100%;
	}
}
.worry__list--left .worry__item {
	text-align: right;
}
@media (width <= 767px) {
	.worry__list--left .worry__item {
		text-align: center;
	}
}
@media (width <= 767px) {
	.worry__list--left .worry__item::after {
		content: none;
	}
}
@media (width <= 767px) {
	.worry__list--right .worry__item {
		text-align: center;
	}
}
.worry__list--right .worry__item::after {
	inset: 50% calc(100% + 10px) auto auto;
	scale: -1 1;
}
@media (width <= 767px) {
	.worry__list--right .worry__item:first-child::after {
		content: none;
	}
}
.worry__list--right .worry__item:nth-child(2)::after {
	scale: -1 -1;
}
@media (width <= 767px) {
	.worry__list--right .worry__item:nth-child(2)::after {
		inset: calc(100% + 10px) auto auto 50%;
		translate: -50% 0;
		scale: 1;
		rotate: 90deg;
	}
}
.worry__item {
	position: relative;
}
.worry__item::after {
	content: "";
	width: 33px;
	aspect-ratio: 33/24;
	background: url(../img/common/icon_bubble.svg) center/contain no-repeat;
	position: absolute;
	inset: 50% auto auto calc(100% + 10px);
	translate: 0 -50%;
}
.worry__item + .worry__item {
	margin-top: 60px;
}
@media (width <= 767px) {
	.worry__item + .worry__item {
		margin-top: 20px;
	}
}
.worry__item:nth-child(2)::after {
	scale: 1 -1;
}
.worry__text {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.44;
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
	padding: 15px 40px;
}
.worry__img {
	width: 20%;
}
@media (width <= 767px) {
	.worry__img {
		order: 1;
		text-align: center;
		width: 100px;
		margin-top: 40px;
	}
}

.worry-consul {
	display: flex;
	gap: 30px;
}
@media (width <= 767px) {
	.worry-consul {
		flex-direction: column;
	}
}
.worry-consul__img {
	width: 300px;
	border-radius: 20px;
	overflow: hidden;
}
@media (width <= 767px) {
	.worry-consul__img {
		width: 100%;
	}
}
.worry-consul__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.worry-consul__textbox {
	flex: 1;
	max-width: 600px;
	margin-left: auto;
}
@media (width <= 767px) {
	.worry-consul__textbox {
		max-width: 100%;
	}
}

/* 事業内容 */
.service__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 60px;
}
@media (width <= 640px) {
	.service__list {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 30px;
	}
}
.service__img {
	border-radius: 20px;
	overflow: hidden;
}
.service__detail-title, .service__detail-text {
	margin-top: 10px;
}
.service__detail-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/* 代表からの一言 */
.message {
	background: linear-gradient(190deg, rgb(228, 239, 255) 0%, rgb(255, 255, 255) 100%);
}
.message__panel {
	display: flex;
	align-items: center;
	gap: 30px;
	max-width: 860px;
	margin-inline: auto;
}
@media (width <= 640px) {
	.message__panel {
		flex-direction: column;
	}
}
.message__box {
	width: 210px;
}
.message__textbox {
	flex: 1;
	max-width: 580px;
	margin-left: auto;
}
@media (width <= 640px) {
	.message__textbox {
		max-width: 100%;
	}
}
.message__text + .message__text {
	margin-top: 1em;
}

/* お問い合わせ */
.contact-form {
	width: 100%;
	max-width: 870px;
	margin-inline: auto;
}
.contact-form__detail {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px 60px;
}
@media (width <= 640px) {
	.contact-form__detail {
		flex-direction: column;
		row-gap: 0;
	}
}
.contact-form__title {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: bold;
	color: #fff;
	width: 170px;
	min-height: 40px;
}
@media (width <= 640px) {
	.contact-form__title {
		justify-content: flex-start;
		width: 100%;
	}
}
.contact-form__title--required::after {
	content: "必須";
	display: block;
	font-size: 13px;
	color: #fff;
	background-color: #d30011;
	padding-inline: 5px;
	margin-left: 0.5em;
}
.contact-form__content {
	width: calc(100% - 230px);
}
@media (width <= 640px) {
	.contact-form__content {
		width: 100%;
	}
}
@media (width <= 640px) {
	.contact-form__content + .contact-form__title {
		margin-top: 20px;
	}
}
.contact-form__content--radio input {
	appearance: none;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
}
.contact-form__content--radio input:checked::before {
	content: "";
	width: 7px;
	height: 7px;
	background-color: #232323;
	border-radius: 50%;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
}
.contact-form__content--radio .wpcf7-list-item {
	display: block;
	margin-left: 0;
}
.contact-form__content--addr input {
	max-width: 100%;
}
.contact-form__privacy {
	text-align: left;
	height: 200px;
	max-width: 600px;
	background-color: #fff;
	border-radius: 5px;
	padding: 30px;
	margin: 40px auto 0;
	overflow-y: scroll;
}
.contact-form__privacy > * + *,
.contact-form__privacy > dl > dd + dt {
	margin-top: 1em;
}
.contact-form__privacy dt {
	font-weight: bold;
}
.contact-form__agreement {
	text-align: center;
}
.contact-form__agreement label {
	display: inline-block;
}
.contact-form__btn {
	width: 100%;
	max-width: 200px;
	margin-inline: auto;
}
.contact-form__btn input {
	font-size: 24px;
	font-weight: bold;
	color: var(--color-blue);
	width: 100%;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: calc(infinity * 1px);
	padding: 11px;
	transition: 0.2s ease-out;
}
@media (any-hover: hover) {
	.contact-form__btn input:hover {
		color: #fff;
		background-color: var(--color-blue);
	}
}
.contact-form input[type=checkbox] {
	accent-color: var(--color-blue01);
}/*# sourceMappingURL=style.css.map */