@charset "utf-8";
.welcome .flex-wrapper > div figure img {
	width: 100%;
}
.u-inline-block {
	display: inline-block;
}

.catalog_page .inner {
	width: 90%;
	max-width: 920px;
	margin-inline: auto;
}
.flex_box {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 110px;
}
.box_title {
	font-size: 20px;
	letter-spacing: 0.16em;
	line-height: 1.5;
	margin-bottom: 40px;
	font-weight: bold;
}
.flex_text p {
	letter-spacing: 0em;
	font-size: 1.4rem;
	line-height: 1.8;
}
.flex_slide {
	width: 50%;
	flex-shrink: 0;
}
.slider-arrows {
	flex-shrink: 0;
}
.caption_wrap {
	margin-top: 10px;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.caption {
	font-size: 12px;
}
.band_area {
	background-color: #e7e7e7;
	padding: 25px 0;
	margin-bottom: 85px;
}
.band_flex {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
}
.flex_copy {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-shrink: 0;
}
.main_copy {
	font-size: 32px;
	letter-spacing: 0.16em;
}
.sub_copy {
	letter-spacing: 0.13em;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
}
.deco_text {
	color: #499c36;
	font-weight: 700;
	position: relative;
}
.deco_text::after {
	content: '';
	position: absolute;
	top: -10px;
	right: -20px;
	background-image: url('https://archi-house.jp/assets/images/catalog/text_deco.svg');
	background-repeat: no-repeat;
	width: 26px;
	height: 30px;
	display: inline-block;
}
.cta_btn {
	max-width: 355px;
	width: 100%;
}
.cta_btn a {
	display: inline-flex;
	background-color: #49a32e;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	gap: 10px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	letter-spacing: 0.13em;
	padding: 10px 20px 10px 18px;
}
.cta a::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}
.icon_line {
	width: 53px;
	height: 50px;
}
.catalog_img {
	display: block;
	max-width: 280px;
	margin-inline: auto;
	margin-bottom: 10px;
}
.catalog_img img {
	filter: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.5));
}
.form_title_wrap {
	background-color: #1a1a1a;
	color: #fff;
	text-align: center;
	padding: 22px 5%;
	margin-bottom: 60px;
}
.form_title_main {
	font-size: 28px;
	margin-bottom: 15px;
	letter-spacing: 0.16em;
}
.form_title p {
	font-size: 18px;
	letter-spacing: 0.16em;
}
.contact_form {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 110px;
}

.form_list {
	margin: 0;
	padding: 0;
	max-width: 600px;
	margin-inline: auto;
	width: 90%;
}

.form_item {
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom:1px solid #B7B7B7;
}

.form_title {
	display: block;
	margin: 0 0 12px;
	font-weight: bold;
	width: 70%;
	margin-inline: auto;
}

.form_content {
	display: block;
	margin: 0;
	width: 70%;
	margin-inline: auto;
}

.required {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	background: #c00;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}

.form_name {
	display: flex;
	gap: 20px;
}

.form_name_item {
	flex: 1;
}

.form_label {
	margin: 0 0 8px;
	font-size: 14px;
}

.form_content input[type="text"],
.form_content input[type="email"],
.form_content input[type="tel"] {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ccc;
	font-size: 16px;
	box-sizing: border-box;
}

.form_note {
	margin: 0 0 15px;
}

.form_content .wpcf7-list-item {
	display: block;
	margin: 0 0 12px;
}

.form_content .wpcf7-list-item label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.form_content input[type="checkbox"] {
	margin-right: 8px;
}

.privacy_link {
	margin-top: 15px;
}

.privacy_link a {
	color: #000;
	text-decoration: underline;
}

.form_submit {
	margin-top: 50px;
	text-align: center;
}
.form_content textarea {
	width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-sizing: border-box;
}
.form_content input::placeholder, .form_content textarea::placeholder {
	color: #ccc;
}

.form_submit input[type="submit"] {
	width: 320px;
	max-width: 100%;
	padding: 18px;
	border: none;
	background: #000;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: opacity 0.3s;
}

.form_submit input[type="submit"]:hover {
	opacity: 0.8;
}
.privacy_content {
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.band_flex {
		flex-direction: column;
	}
}
@media screen and (max-width: 768px) {
	.flex_box {
		flex-direction: column;
	}
	.flex_slide {
		width: 100%;
	}
	.sub_copy {
		font-size: 14px;
	}
	.main_copy {
		font-size: 24px;
	}
	.deco_text::after {
		right: -10px;
		width: 16px;
		height: 18px;
	}
	.form_name {
		display: block;
	}

	.form_name_item + .form_name_item {
		margin-top: 15px;
	}

	.form_submit input[type="submit"] {
		width: 90%;
	}
}
@media screen and (max-width: 520px) {
	.box_title {
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0.1em;
		font-weight: bold;
		margin-bottom: 30px;
	}
	.flex_text p {
		font-size: 1.2rem;
    	line-height: 1.8;
		letter-spacing: 0em;
	}
	.flex_copy > picture {
		width: 70px;
	}
	.flex_copy {
		gap: 12px;
	}
	.sub_copy {
		font-size: 12px;
	}
	.main_copy {
		font-size: 20px;
	}
	.catalog_img {
		margin-bottom: 30px;
	}
	.form_title, .form_content {
		width: 100%;
	}
	.cta_btn a {
		font-size: 16px;
	}
	.form_title_main {
		font-size: 22px;
	}
	.form_title_wrap p {
		font-size: 14px;
	}
}

.screen-reader-response {
	text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 60px;
}
.screen-reader-response ul {
	display: none;
}
.wpcf7-not-valid-tip {
	color: red;
}
.wpcf7-response-output {
	display: none;
}
.privacy_content .wpcf7-not-valid-tip {
	display: block;
}
.slide_list {
	position: relative;
	width: 100%;
	aspect-ratio: 460 / 273; /* 実際の画像比率に変更 */
	overflow: hidden;
}

/* Slick読み込み前に表示する仮画像 */
.slide_list::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background-image: url("https://archi-house.jp/assets/images/catalog/catalog_slide01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

/* Slick初期化前は元のスライドを隠す */
.slide_list:not(.slick-initialized) .slide_item {
	opacity: 0;
}

/* Slick初期化後 */
.slide_list.slick-initialized::before {
	opacity: 0;
	visibility: hidden;
}

.slide_list.slick-initialized .slide_item {
	opacity: 1;
}

/* 画像設定 */
.slide_list .slide_item picture,
.slide_list .slide_item img {
	display: block;
	width: 100%;
}

.slide_list .slide_item img {
	height: auto;
}
#container .backslash, #container .slash {
	width: 0.4em;
	display: inline-block;
	vertical-align: baseline;
}