:root {
	--color-primary: #2B2B2B;
	--color-yellow: #CEA92D;
	--color-red: #CE522D;
	--color-white: #FFFFFF;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	color: var(--color-primary);
}

.haku {
	font-family: hot-gfkaishokk, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 40px;
}

.hira-mincho {
	font-family: hiragino-mincho-pron, sans-serif;
	font-style: normal;
}

.hira-kaku {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-style: normal;
}

.en-minon {
	font-family: minion-pro, serif;
	font-style: normal;
}

a {
	text-decoration: none;
	padding: 10px;
}

p {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	color: var(--color-primary);
	line-height: 1.75;
}

.container_1200 {
	width: 88%;
	max-width: 1200px;
	margin: 0 auto;
}

.page-right-container {
	width: calc(100% - 20px);
	max-width: 1104px;
	margin-left: auto;
}

.page-position {
	padding-bottom: 80px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.secsion-title {
	width: fit-content;
	font-family: hiragino-mincho-pron, sans-serif;
	font-style: normal;
	font-size: 28px;
	font-weight: 600;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--color-yellow);
	margin-bottom: 40px;
}

.link-button {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	display: block;
	width: fit-content;
	padding: 18px 50px;
	border: 1px solid var(--color-yellow);
	color: var(--color-yellow);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.2em;
	position: relative;
	margin: 0 auto;
	transition: all 0.3s ease;
}

.link-button::after {
	content: '';
	display: block;
	width: 175px;
	height: 50px;
	border-right: 1px solid var(--color-yellow);
	border-bottom: 1px solid var(--color-yellow);
	position: absolute;
	right: -10px;
	bottom: -10px;
}


.link-button:hover {
	transform: translate(10px, 10px);
	color: var(--color-white);
	background-color: var(--color-yellow);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.link-button:hover::after {
	display: none;
}

@media (max-width: 1023px) {
	.sp-only_1023 {
		display: block;
	}

	.pc-only_1023 {
		display: none;
	}
}

@media (min-width: 1024px) {
	.pc-only_1023 {
		display: block;
	}

	.sp-only_1023 {
		display: none;
	}
}

@media (max-width: 500px) {
	.sp-only_500 {
		display: block;
	}

	.pc-only_500 {
		display: none;
	}
}

@media (min-width: 501px) {
	.pc-only_500 {
		display: block;
	}

	.sp-only_500 {
		display: none;
	}
}

@media (max-width: 380px) {
	.sp-only_380 {
		display: block;
	}

	.pc-only_380 {
		display: none;
	}
}

@media (min-width: 381px) {
	.pc-only_380 {
		display: block;
	}

	.sp-only_380 {
		display: none;
	}
}

/*============================================
header
============================================*/

.site-header-inner {
	position: relative;
	height: fit-content;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0 80px 0;
}

/*↓site-titleはフッターでも使う*/
.site-title {
	padding-bottom: 10px;
}

.site-title a {
	display: inline-block;
	color: var(--color-primary);
}

.site-title span {
	font-size: 16px;
	color: var(--color-yellow);
	align-self: start;
}

.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.header-tel-address {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-weight: 600;
}

.header-tel a {
	font-size: 28px;
	color: var(--color-primary);
}

.header-address {
	font-size: 16px;
	padding-right: 10px;
}

.header-contact {
	text-align: center;
}

.header-contact a {
	display: block;
	color: var(--color-yellow);
	font-size: 16px;
	font-family: hiragino-mincho-pron, sans-serif;
	font-weight: 600;
	padding: 18px 43px;
	border: 1px solid var(--color-yellow);
}

.header-contact a:hover {
	color: var(--color-white);
	background-color: var(--color-yellow);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 1023px) {
	.header-right {
		display: none;
	}
}

@media (max-width: 500px) {
	.site-title {
		line-height: 0.5;
	}

	.site-title span {
		padding-left: 10px;
	}
}

/*============================================
メニュー
============================================*/


/* メニューは WordPress で管理しています。 */

.nav-list {
	list-style: none;
}

.nav-item a {
	color: var(--color-primary);
}



/* ===== PC表示 ===== */
@media (min-width: 1024px) {

	.hamburger {
		display: none;
	}

	.site-nav-sp {
		display: none;
	}

	.site-nav {
		position: absolute;
		left: 10px;
		top: 173px;
		/* ヒーロー左位置 */
		z-index: 10;
	}

	/*.nav-list {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.nav-item {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0.2em;
		writing-mode: vertical-rl;
		margin-bottom: 40px;
	}*/

}

/* ===== スマホ表示 ===== */
@media (max-width: 1023px) {

	.site-header-inner {
		position: relative;
	}

	.site-nav {
		display: none;
		position: fixed;
		/* ← 最初から fixed */
		inset: 0;
		background-color: var(--color-white);
		z-index: 1000;
		padding: 120px 30px;
		height: 800px;
	}

	.site-nav.is-open {
		display: block;
		position: fixed;
	}

	.hamburger {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		position: fixed;
		right: 30px;
		top: 40px;
		background-color: var(--color-yellow);
		width: 50px;
		height: 50px;
		border: none;
		z-index: 1100;
		/* ← メニューより上 */
	}

	.hamburger span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1200;
		width: 26px;
		height: 3px;
		background-color: var(--color-white);
	}

	/*.nav-item {
		margin-bottom: 40px;
	}*/

	.sp-only_nav {
		margin-bottom: 40px;
	}

	.header-address {
		padding-right: 0;
		padding-left: 10px;
	}

	body.menu-open {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}

	.header-contact {
		width: 70%;
	}
	.hamburger span:nth-child(1) {
		transform: translate(-50%, calc(-50% - 8px));
	}
	
	.hamburger span:nth-child(2) {
		transform: translate(-50%, -50%);
	}
	
	.hamburger span:nth-child(3) {
		transform: translate(-50%, calc(-50% + 8px));
	}

	.hamburger.is-open span:nth-child(1) {
		transform: translate(-50%, calc(-50%)) rotate(45deg);
	}
	
	.hamburger.is-open span:nth-child(2) {
		opacity: 0;
	}
	
	.hamburger.is-open span:nth-child(3) {
		transform: translate(-50%, calc(-50%)) rotate(-45deg);
	}


}

@media (max-width: 500px) {
	.site-nav {
		padding-top: 180px;
	}
}

/*============================================
ヒーロー
============================================*/

.site-nav-space {
	width: 8%;
	min-width: 50px;
	height: 1000px;
}

.section-hero {
	height: 587px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.section-hero-inner {
	width: 92%;
	height: 100%;
	justify-self: flex-end;
	align-self: flex-start;
}

.section-hero-inner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1023px) {
	.section-hero {
		height: auto;
		width: 100%;
	}

	.site-nav-space {
		width: 0;
		display: none;
	}

	.section-hero-inner {
		width: 100%;
	}

	.section-hero-inner img {
		object-fit: contain;
	}

}

/*============================================
コピー文章
============================================*/

.section-copy {
	padding: 100px 0;
	text-align: center;
}

.section-copy-title {
	font-size: 28px;
	font-weight: 600;
	padding-bottom: 50px;
	color: var(--color-yellow);
}

.section-copy-text {
	font-size: 16px;
}

/*============================================
八重工務店の家づくり
============================================*/

.section-feature-item-1,
.section-feature-item-2 {
	display: grid;
	grid-template-columns:
		1fr minmax(0, min(44%, 600px)) minmax(0, min(44%, 600px)) 1fr;
}

.section-feature-item-1 {
	margin-bottom: 40px;
}

/* 左側写真 */
.section-feature-item-1-left {
	grid-column: 1 / 3;
}

/* 右側写真 */
.section-feature-item-2-right {
	grid-column: 3 / 5;
}

/* 左側文章 */
.section-feature-item-1-right {
	grid-column: 3 / 4;
	max-width: 600px;
	text-align: left;
	padding-right: 20px;
	margin-left: 55px;
}

/* 右側文章 */
.section-feature-item-2-left {
	grid-column: 2 / 3;
	max-width: 600px;
	text-align: left;
	padding-left: 20px;
	margin-right: 55px;
}

.section-feature-item-point {
	width: fit-content;
	font-size: 28px;
	color: var(--color-yellow);
	padding: 8px 70px;
	border: 1px solid var(--color-yellow);
}

.section-feature-item-title {
	font-size: 28px;
	font-weight: 600;
	padding: 20px 0;
}

.section-feature-item-1-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-feature-item-2-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1023px) {

	.section-feature-item-1,
	.section-feature-item-2 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.section-feature-item-1-left,
	.section-feature-item-2-right {
		order: 1;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.section-feature-item-1-left img,
	.section-feature-item-2-right img {
		width: 100%;
	}

	.section-feature-item-1-right,
	.section-feature-item-2-left {
		order: 2;
		width: 90%;
		max-width: none;
		padding: 0 20px;
	}

	.section-feature-item-1-right {
		margin-left: 0;
		padding: 0 20px;
	}

	.section-feature-item-2-left {
		margin-right: 0;
		padding: 0 20px;
	}
}

@media (max-width: 500px) {
	.section-feature-item-point {
		width: 100%;
		text-align: center;
	}

	.section-feature-item-title {
		white-space: nowrap;
	}

}

/*============================================
事業内容
============================================*/

.section-service {
	padding: 100px 0;
}

.section-service-title {
	margin: 0 auto;
	text-align: center;
}

.section-service-item {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	padding-top: 50px;
}

.section-service-item-left {
	width: 42%;
}

.section-service-item-left img {
	display: block;
	width: 100%;
	object-fit: contain;
}

.section-service-item-right {
	width: 42%;
}

.section-service-item-right img {
	display: block;
	width: 100%;
	object-fit: contain;
}

.section-service-item-title {
	font-size: 28px;
	text-align: center;
	padding: 10px 0;
}

@media (max-width: 1023px) {
	.section-service-item {
		flex-direction: column;
		gap: 50px;
	}

	.section-service-item-left,
	.section-service-item-right {
		width: 100%;
	}

	.section-service-item-left img,
	.section-service-item-right img {
		object-fit: cover;
	}
}

/*============================================
TOPページ内施工事例
============================================*/

.section-work {
	padding: 100px 0;
}

.works-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.section-work-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section-work-ameblo-button {
	margin-bottom: 40px;
	margin-right: 10px;
}

@media (max-width: 450px) {
	.section-work-top {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.section-work-ameblo-button {
		margin-bottom: 40px;
		margin-right: 0;
	}
}

.works-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 29px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.works-item a {
	display: block;
	color: inherit;
	padding: 0;
}

/* サムネ */
.works-thumb {
	width: 100%;
	aspect-ratio: 380 / 250;
	background: var(--color-white);
	margin-bottom: 16px;
	overflow: hidden;
}

.works-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.works-title {
	font-size: 16px;
	padding: 20px 0;
	text-align: left;
}

.works-category a {
	font-family: hiragino-mincho-pron, sans-serif;
	font-weight: 600;
	display: block;
	width: fit-content;
	color: var(--color-primary);
	text-decoration: none;
	padding: 8px 16px;
	border: 1px solid var(--color-primary);
	font-size: 12px;
}


.works-category a:hover {
	border: none;
	color: var(--color-white);
	background-color: var(--color-yellow);
}

.works-button {
	margin-top: 70px;
}

@media (max-width: 1023px) {
	.works-list {
		grid-template-columns: 1fr;
	}
}


/*============================================
インスタグラム
============================================*/

.section-instagram {
	padding: 100px 0;
}

.instagram-button {
	margin: 0 auto;
	margin-top: 70px;
}


/*============================================
会社概要
============================================*/

.section-about {
	padding: 100px 0;
}

.section-about-text {
	width: 100%;
	max-width: 840px;
	margin: 0 auto 50px auto;
	border: 1px solid var(--color-yellow);
}

.section-about-inner {
	width: 70%;
	padding: 50px 0;
	margin: 0 auto;
}

.section-about-table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.section-about-table th {
	width: 20%;
	min-width: 63px;
	padding-bottom: 15px;
}

.section-about-table td {
	width: 80%;
	padding-bottom: 15px;
}

.section-about-table td a {
	display: inline-block;
	color: var(--color-primary);
	text-decoration: underline;
	transition: all 0.3s ease;
	padding: 0;
}

.section-about-table td a:hover {
	color: var(--color-yellow);
}

/*.section-about-table-tel th {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 10px;
}*/



.section-about-table-tel-link:hover {
	color: var(--color-yellow);
}
.section-about-table-tel span {
	font-size: 14px;
}

.section-about-table-en {
	font-family: minion-pro, serif;
	font-style: normal;
	font-size: 16px;
}

.section-about-img {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section-about-img-left {
	width: 48%;
	max-width: 400px;
}

.section-about-img-right {
	width: 48%;
	max-width: 400px;
}

.section-about-img-left img,
.section-about-img-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1023px) {
	.section-about-inner {
		width: 90%;
	}

	.section-about-table tr {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.section-about-table th {
		width: 100%;
	}

	.section-about-table td {
		width: 100%;
	}

}

@media (max-width: 500px) {
	.section-about-img {
		flex-direction: column;
		gap: 20px;
	}

	.section-about-img-left,
	.section-about-img-right {
		width: 100%;
	}
}

/*============================================
フッター
============================================*/

.site-footer-inner {
	width: 100%;
	text-align: center;
	padding: 75px 0 120px 0;
}

.footer-contact {
	text-align: center;
	margin-bottom: 70px;
}

.footer-contact a {
	display: block;
	width: 180px;
	margin: 0 auto;
	color: var(--color-yellow);
	font-size: 16px;
	font-family: hiragino-mincho-pron, sans-serif;
	font-weight: 600;
	padding: 18px 43px;
	border: 1px solid var(--color-yellow);
}

.footer-contact a:hover {
	color: var(--color-white);
	background-color: var(--color-yellow);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.footer-logo {
	width: 100%;
	text-align: center;
}

.footer-logo h1 {
	width: 100%;
	text-align: center;
}

.footer-tel-address {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer-tel a {
	display: block;
	font-size: 28px;
	color: var(--color-primary);
}

.footer-address {
	font-size: 16px;
}

.footer-copyright {
	width: 100%;
	background-color: var(--color-yellow);
}

.footer-copyright p {
	color: var(--color-white);
	padding: 15px 0;
	text-align: center;
}

/*============================================
施工事例アーカイブページ
============================================*/


/* タイトル */
.works-archive .section-works-title {
	font-size: 24px;
	margin-bottom: 40px;
}

/* カテゴリー横並び */
.works-archive .works-categories {
	display: flex;
	gap: 16px;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

.works-archive .works-category {
	display: block;
	width: fit-content;
	padding: 8px 20px;
	border: 1px solid var(--color-primary);
	font-size: 14px;
	text-decoration: none;
	color: var(--color-primary);
}

.works-archive .works-category:hover {
	border: none;
	color: var(--color-white);
	background-color: var(--color-yellow);
}

.works-archive .works-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(352px, max-content));
	gap: 80px 24px;
	justify-content: flex-start;
}


/* カード */
.works-archive .works-card {
	width: 352px;
}

.works-archive .works-card a {
	text-decoration: none;
	color: inherit;
	display: block;
}

/* サムネ */
.works-archive .works-thumbnail {
	width: 100%;
	aspect-ratio: 380 / 250;
	background: var(--color-white);
	margin-bottom: 16px;
	overflow: hidden;
}

.works-archive .works-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* タイトル */
.works-archive .works-title {
	font-size: 14px;
	margin-bottom: 10px;
}

/* カテゴリー表示 */
.works-archive .works-cat a {
	font-family: hiragino-mincho-pron, sans-serif;
	font-weight: 600;
	display: block;
	width: fit-content;
	color: var(--color-primary);
	text-decoration: none;
	padding: 8px 16px;
	border: 1px solid var(--color-primary);
	font-size: 12px;
	margin-left: 10px;
}


.works-archive .works-cat a:hover {
	border: none;
	color: var(--color-white);
	background-color: var(--color-yellow);
}

@media (max-width: 1023px) {
	.works-archive .container {
		margin-left: 0;
	}

	.works-archive .works-grid {
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 400px) {
	.works-archive .works-grid {
		grid-template-columns: repeat(auto-fit, 300px);
		gap: 40px 24px;
	}

	.works-archive .works-card {
		width: 300px;
	}
}

/*============================================
ページネーション
============================================*/

/* ページネーション全体 */
.pagination {
	margin-top: 80px;
	display: flex;
	justify-content: center;
	gap: 12px;
	font-family: minion-pro, serif;
}

/* 数字・矢印 共通 */
.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--color-primary);
	text-decoration: none;
	font-size: 14px;
	color: var(--color-primary);
}

/* 現在のページ */
.pagination .page-numbers.current {
	border: 1px solid var(--color-yellow);
	color: var(--color-yellow);
	font-weight: 600;
}

/* hover */
.pagination a.page-numbers:hover {
	border: none;
	background: var(--color-yellow);
	color: var(--color-white);
}

/* 前へ・次へ */
.pagination .prev,
.pagination .next {
	width: auto;
	padding: 0 12px;
}


/*============================================
施工事例詳細ページ
============================================*/


.works-single-title {
	font-size: 24px;
	margin-bottom: 40px;
}


.works-single-meta-item a {
	font-family: hiragino-mincho-pron, sans-serif;
	font-weight: 600;
	display: block;
	width: fit-content;
	color: var(--color-primary);
	text-decoration: none;
	padding: 8px 16px;
	border: 1px solid var(--color-primary);
	font-size: 12px;
	margin-bottom: 60px;
}

.works-single-meta-item a:hover {
	border: 1px solid var(--color-yellow);
	color: var(--color-white);
	background-color: var(--color-yellow);
}

.works-single-thumb {
	width: 100%;
	height: auto;
	background: var(--color-white);
	margin-bottom: 16px;
	overflow: hidden;
}

.works-single-thumb-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.works-single-content p,
.works-single-content .wp-block-heading {
	white-space: normal;
	overflow-wrap: break-word;
	word-break: break-word;
}

.works-single-content p {
	font-family: hiragino-mincho-pron, sans-serif;
	padding-bottom: 1em;
}

.works-single-content ul {
	padding-left: 1em;
}

.works-single-content .wp-block-button__link {
	background-color: var(--color-white);
	color: var(--color-primary);
	border: 2px solid var(--color-yellow);
	margin: 10px 0;
}

.works-single-content .wp-block-button__link:hover {
	background-color: var(--color-yellow);
	color: var(--color-white);
}

.works-single-button {
	margin-top: 80px;
}

/*============================================
お問合せページ
============================================*/

.contact-form-tel {
	padding: 100px 0;
	text-align: center;
}

.contact-form-tel-title {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 30px;
}

.contact-form-tel-text {
	padding-bottom: 10px;
}

.contact-form-tel-button a {
	display: block;
	width: fit-content;
	margin: 0 auto;
	color: var(--color-red);
	font-size: 40px;
	font-weight: 600;
	padding: 10px 20px;
}

.contact-form-tel-button a:hover {
	color: var(--color-red);
	border: 2px solid var(--color-red);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.contact-form {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	border: 1px solid var(--color-yellow);
	text-align: center;
	padding: 30px 0 110px 0;
}

.contact-form-title {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 35px;
}

.contact-form-text {
	font-size: 16px;
	padding-bottom: 60px;
}

.contact-form-inner {
	width: 80%;
	margin: 0 auto;
}

.contact-form-inner .wpcf7-form table {
	width: 100%;
	margin: 0 auto;
}

.contact-form-inner .wpcf7-form th {
	width: 30%;
	padding-bottom: 10px;
}

.contact-form-inner .wpcf7-form th p {
	font-family: hiragino-mincho-pron, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
}

.contact-form-inner .wpcf7-form th p span.haveto {
	color: var(--color-red);
	padding-left: 20px;
}

.contact-form-inner .wpcf7-form th p span.any {
	display: none;
}

.contact-form-inner .wpcf7-form td {
	width: 70%;
	padding-bottom: 10px;
}

.contact-form-inner .wpcf7-form td input,
.contact-form-inner .wpcf7-form td textarea {
	width: 100%;
	line-height: 1.5;
	padding: 5px;
}

.contact-form-inner .wpcf7-form td p span.check4 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.contact-form-inner .wpcf7-form td p span.check4 span.wpcf7-list-item label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding-left: 20px;
}

.contact-form-inner .wpcf7-form td p span.check4 span.wpcf7-list-item label input {
	width: 20px;
}

.contact-form-inner .wpcf7-form td p span.check4 span.wpcf7-list-item label span {
	width: calc(100% - 20px);
	text-align: left;
}

.contact-form-inner .wpcf7-form .wpcf7-submit {
	margin-top: 30px;
}

.contact-form-inner .wpcf7-form a {
	padding: 0;
	color: var(--color-primary);
	text-decoration: underline;
}


@media (max-width: 1023px) {
	.contact-form-inner {
		width: 90%;
	}

	.contact-form-inner .wpcf7-form td p span.check4 {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.contact-form-inner .wpcf7-form tr {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 10px;
	}

	.contact-form-inner .wpcf7-form th {
		width: 100%;
	}

	.contact-form-inner .wpcf7-form td {
		width: 100%;
	}
}

/*============================================
プライバシーポリシーページ
============================================*/

.privacy-policy-page {
	padding-bottom: 100px;
}

.privacy-policy-content ol {
	padding-left: 27px;
}

.privacy-policy-content ol li::marker {
	font-family: minion-pro, serif;
	font-size: 18px;
	font-weight: 600;
}

.privacy-policy-content ol li h3 {
	padding: 8px 0;
}

.privacy-policy-content p {
	padding-bottom: 1em;
}

.privacy-policy-content h3 {
	padding-top: 1em;
}