:root {
	--color-text: #161616;
	--color-primary: #c76c27;
	--color-secondary: #243a73;
	--color-secondary-rgb: 36, 58, 115;
	--color-line: #06c755;
	--color-white: #fff;
	--color-black: #000;
	--font-en: "Geist", Arial, Helvetica, sans-serif;
	--content-width: 1072px;
	--sp-header-height: 64px;
}

/* ==========================================
  reset
========================================== */
.l-mainContent .c-pageTitle,
.l-mainContent .c-pageTitle[data-style] {
	background-color: transparent;
	box-shadow: none;
}

.l-mainContent .c-pageTitle::before,
.l-mainContent .c-pageTitle::after,
.l-mainContent .c-pageTitle__inner::before,
.l-mainContent .c-pageTitle__inner::after {
	content: none !important;
	display: none !important;
}

.l-mainContent .c-pageTitle__inner {
	position: relative;
	z-index: 1;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	float: none !important;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

/* ==========================================
  Font
========================================== */
@font-face {
	font-family: "Geist";
	src: url("../fonts/Geist-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Geist";
	src: url("../fonts/Geist-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Geist";
	src: url("../fonts/Geist-ExtraBold.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* ==========================================
  Layout
========================================== */
.l-container {
	padding-top: 0 !important;
}

@media (min-width: 960px) {
	.l-container {
		width: 100%;
		max-width: var(--content-width) !important;
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	.l-article {
		max-width: var(--content-width) !important;
	}
}

/* ==========================================
  Utility
========================================== */
@media (min-width: 960px) {
	.pc-hidden {
		display: none;
	}

	.sp-hidden {
		display: block;
	}
}

@media (max-width: 959px) {
	.pc-hidden {
		display: block;
	}

	.sp-hidden {
		display: none;
	}
}

/* ==========================================
  h1
========================================== */
.l-mainContent .c-pageTitle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 195px;
	margin: 0 calc(50% - 50vw);
	padding: 40px 20px;
	background-image: url("../img/cmn_bg_h1.webp");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	color: var(--color-white);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width: 959px) {
	.l-mainContent .c-pageTitle {
		min-height: 120px;
		padding: 32px 20px;
		font-size: 24px;
	}
}

/* ==========================================
  h2
========================================== */
.post_content h2 {
	position: relative;
	box-sizing: border-box;
	margin: 50px 0 35px;
	padding: 20px 32px;
	border: 3px solid var(--color-primary);
	background: none;
	box-shadow: none;
	color: var(--color-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}

.post_content h2::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	box-sizing: border-box;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 1px solid var(--color-primary);
	background: none;
	transform: none;
	pointer-events: none;
}

.post_content h2::after {
	content: none;
	display: none;
}

.post_content h2 strong {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

@media screen and (max-width: 959px) {
	.post_content h2 {
		margin: 40px 0 28px;
		padding: 16px 24px;
		font-size: 18px;
	}

	.post_content h2::before {
		top: 6px;
		right: 6px;
		bottom: 6px;
		left: 6px;
	}
}

/* ==========================================
  h3
========================================== */
.post_content h3 {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 40px;
	margin: 35px 0 30px;
	padding: 0 0 10px 30px;
	border: none;
	border-bottom: 1px solid #e3a16f;
	background: none;
	box-shadow: none;
	color: var(--color-black);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.post_content h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: var(--color-primary);
	transform: none;
}

.post_content h3::after {
	content: none;
	display: none;
}

.post_content h3 strong {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

@media screen and (max-width: 959px) {
	.post_content h3 {
		margin: 30px 0 24px;
		padding: 0 0 10px 20px;
		font-size: 16px;
	}

	.post_content h3::before {
		width: 8px;
	}
}

/* ==========================================
  h4
========================================== */
.post_content h4 {
	position: relative;
	margin: 28px 0 18px;
	padding-left: 32px;
	border: none;
	background: none;
	box-shadow: none;
	color: var(--color-black);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.post_content h4::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	background: url("../img/cmn_ic_h4.svg") center / contain no-repeat;
	transform: translateY(-50%);
}

.post_content h4::after {
	content: none;
	display: none;
}

@media screen and (max-width: 959px) {
	.post_content h4 {
		padding-left: 28px;
		font-size: 16px;
	}

	.post_content h4::before {
		width: 20px;
		height: 20px;
	}
}

/* ==========================================
  Header
========================================== */
.l-header.p-site-header {
	position: sticky !important;
	top: 0;
	z-index: 10001;
	width: 100%;
	border-top: none;
	background-color: var(--color-white);
	box-shadow: none;
	transition: box-shadow 0.2s ease;
}

.l-header.p-site-header.is-scrolled,
body.is-sp-menu-open .l-header.p-site-header {
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.admin-bar .l-header.p-site-header {
	top: 32px;
}

.p-site-header *,
.p-site-header *::before,
.p-site-header *::after {
	box-sizing: border-box;
}

.p-site-header__tel-note {
	margin: 0 0 8px;
	color: #d55656;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: right;
	white-space: nowrap;
}

@media screen and (min-width: 960px) {
	.p-site-header__inner {
		display: flex;
		align-items: center;
		width: 100%;
		max-width: var(--content-width);
		min-height: 120px;
		margin: 0 auto;
		padding: 10px 16px;
	}

	.p-site-header__logo {
		display: flex;
		align-items: center;
		flex: 0 0 238px;
		min-width: 0;
		margin-top: 20px;
	}

	.p-site-header__logo a {
		display: block;
		transition: opacity 0.2s;
	}

	.p-site-header__logo a:hover {
		opacity: 0.8;
	}

	.p-site-header__logo img {
		display: block;
		width: 196px;
		max-width: 196px;
		height: auto;
	}

	.p-site-header__nav-wrap {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
		min-width: 0;
		padding-top: 2px;
	}

	.p-site-header__tels {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 13px;
		margin-bottom: 13px;
	}

	.p-site-header__tel {
		position: relative;
		display: flex;
		align-items: center;
		color: var(--color-secondary) !important;
		font-family: var(--font-en);
		font-size: 25px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0.08em;
		text-decoration: none !important;
		white-space: nowrap;
	}

	.p-site-header__tel::before {
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		margin-right: 6px;
		background: url("../img/cmn_ic_tel.svg") center / contain no-repeat;
		flex-shrink: 0;
		transform: translateY(-1px);
	}

	.p-site-header__tel:nth-child(2)::before {
		width: 17px;
		height: 22px;
		background-image: url("../img/cmn_ic_sp.svg");
	}

	.p-site-header__tel + .p-site-header__tel {
		padding-left: 16px;
	}

	.p-site-header__tel + .p-site-header__tel::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 1px;
		height: 25px;
		background-color: var(--color-secondary);
		transform: translateY(-50%);
	}

	.p-site-header__nav-contents {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
	}

	.p-site-header__nav {
		min-width: 0;
	}

	.p-site-header__menu {
		display: flex;
		align-items: center;
		gap: 25px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.p-site-header__menu li {
		margin: 0;
		padding: 0;
		line-height: 1;
	}

	.p-site-header__menu a {
		position: relative;
		display: block;
		color: var(--color-text) !important;
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.03em;
		text-decoration: none !important;
		white-space: nowrap;
	}

	.p-site-header__menu a::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -5px;
		width: 100%;
		height: 2px;
		background-color: var(--color-secondary);
		transform: scaleX(0);
		transform-origin: left center;
		transition: transform 0.25s ease;
	}

	.p-site-header__menu a:hover {
		color: var(--color-text) !important;
		opacity: 1;
	}

	.p-site-header__menu a:hover::after,
	.p-site-header__menu .current-menu-item > a::after,
	.p-site-header__menu .current_page_item > a::after,
	.p-site-header__menu .current-menu-parent > a::after,
	.p-site-header__menu .current-menu-ancestor > a::after,
	.p-site-header__menu .current_page_ancestor > a::after,
	.p-site-header__menu a[aria-current="page"]::after {
		transform: scaleX(1);
	}

	.p-site-header__buttons {
		display: flex;
		align-items: center;
		gap: 16px;
		margin-left: 28px;
	}

	.p-site-header__contactBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 14px;
		width: 162px;
		height: 40px;
		padding: 0 16px 0 12px;
		background-color: #cf702b !important;
		color: var(--color-white) !important;
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
		text-decoration: none !important;
		white-space: nowrap;
		transition: opacity 0.2s;
	}

	.p-site-header__contactBtn:hover {
		color: var(--color-white) !important;
		opacity: 0.85;
	}

	.p-site-header__contactBtn img {
		display: block;
		width: 18px;
		height: auto;
		flex-shrink: 0;
	}

	.p-site-header__lineBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 10px;
		background-color: var(--color-line) !important;
		transition: opacity 0.2s;
	}

	.p-site-header__lineBtn:hover {
		opacity: 0.85;
	}

	.p-site-header__lineBtn img {
		display: block;
		width: 40px;
		height: 40px;
		object-fit: contain;
	}
}

@media screen and (min-width: 960px) and (max-width: 1120px) {
	.p-site-header__inner {
		max-width: none;
		min-height: 110px;
	}

	.p-site-header__logo {
		flex-basis: 230px;
	}

	.p-site-header__logo img {
		width: 190px;
		max-width: 190px;
	}

	.p-site-header__menu {
		gap: 24px;
	}

	.p-site-header__buttons {
		gap: 14px;
		margin-left: 24px;
	}

	.p-site-header__tel {
		font-size: 24px;
		letter-spacing: 0.07em;
	}
}

@media screen and (min-width: 960px) and (max-width: 1072px) {
	.p-site-header__logo {
		flex-basis: 210px;
	}

	.p-site-header__logo img {
		width: 176px;
		max-width: 176px;
	}

	.p-site-header__tels {
		gap: 10px;
		margin-bottom: 12px;
	}

	.p-site-header__tel {
		font-size: 21px;
		letter-spacing: 0.06em;
	}

	.p-site-header__tel::before {
		width: 15px;
		height: 15px;
		margin-right: 5px;
	}

	.p-site-header__tel:nth-child(2)::before {
		width: 14px;
		height: 16px;
	}

	.p-site-header__tel + .p-site-header__tel {
		padding-left: 12px;
	}

	.p-site-header__tel + .p-site-header__tel::after {
		height: 21px;
	}

	.p-site-header__menu {
		gap: 18px;
	}

	.p-site-header__menu a {
		font-size: 14px;
		letter-spacing: 0.02em;
	}

	.p-site-header__buttons {
		gap: 8px;
		margin-left: 18px;
	}

	.p-site-header__contactBtn {
		width: 138px;
		height: 36px;
		gap: 8px;
		padding: 0 12px 0 10px;
		font-size: 14px;
	}

	.p-site-header__contactBtn img {
		width: 16px;
	}

	.p-site-header__lineBtn,
	.p-site-header__lineBtn img {
		width: 36px;
		height: 36px;
	}

	.p-site-header__lineBtn {
		border-radius: 9px;
	}
}

@media screen and (max-width: 959px) {
	.p-site-header__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: var(--sp-header-height);
		padding: 0 16px;
	}

	.p-site-header__logo {
		display: flex;
		align-items: center;
	}

	.p-site-header__logo img {
		display: block;
		width: 160px;
		max-width: 160px;
		height: auto;
	}

	.p-site-header__nav-wrap {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		align-self: stretch;
		margin-left: auto;
	}

	.p-site-header__tels,
	.p-site-header__nav-contents {
		display: none !important;
	}

	.p-site-header__spBtns {
		display: flex;
		align-items: center;
		justify-content: center;
		align-self: stretch;
		gap: 8px;
		margin-left: auto;
	}

	.p-site-header__spBtns .l-header__menuBtn {
		order: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.p-site-header__spBtns .l-header__customBtn {
		order: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.p-site-header__spBtns .c-iconBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		margin: 0 !important;
		padding: 0 !important;
		color: var(--color-text);
		font-size: 25px;
		line-height: 1;
	}

	.p-site-header__spBtns .c-iconBtn__icon {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		transform: translateY(1px);
	}

	.p-site-header__spBtns .l-header__menuBtn .c-iconBtn__icon {
		font-size: 26px;
	}

	.p-site-header__spBtns .l-header__customBtn .c-iconBtn__icon {
		font-size: 25px;
	}

	#sp_menu,
	.p-spMenu {
		top: var(--sp-header-height) !important;
		z-index: 10000 !important;
		height: calc(100dvh - var(--sp-header-height)) !important;
		max-height: calc(100dvh - var(--sp-header-height)) !important;
	}

	.p-spMenu__inner {
		height: 100% !important;
		max-height: 100% !important;
		padding-top: 0 !important;
		overflow-y: auto;
	}

	.p-spMenu__closeBtn {
		display: none !important;
	}

	.p-spMenu__body {
		padding-top: 16px !important;
		padding-bottom: 32px !important;
	}

	.p-spMenu .sp-menu-tel,
	.p-spMenu .sp-menu-tel2,
	.p-spMenu .sp-menu-contact,
	.p-spMenu .sp-menu-line {
		margin-top: 12px !important;
		border-bottom: none !important;
	}

	.p-spMenu .sp-menu-tel2 {
		margin-top: 22px !important;
	}

	.p-spMenu .sp-menu-tel > a,
	.p-spMenu .sp-menu-tel2 > a,
	.p-spMenu .sp-menu-contact > a,
	.p-spMenu .sp-menu-line > a {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 48px;
		padding: 0 16px !important;
		font-weight: 600;
		line-height: 1;
		text-decoration: none !important;
	}

	.p-spMenu .sp-menu-tel > a::after,
	.p-spMenu .sp-menu-tel2 > a::after,
	.p-spMenu .sp-menu-contact > a::after,
	.p-spMenu .sp-menu-line > a::after {
		content: none !important;
		display: none !important;
	}

	.p-spMenu .sp-menu-tel > a::before,
	.p-spMenu .sp-menu-tel2 > a::before,
	.p-spMenu .sp-menu-contact > a::before,
	.p-spMenu .sp-menu-line > a::before {
		content: "";
		position: static !important;
		display: inline-block;
		margin-right: 8px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		flex-shrink: 0;
		transform: none !important;
	}

	.p-spMenu .sp-menu-tel > a,
	.p-spMenu .sp-menu-tel2 > a {
		border: 1px solid var(--color-secondary);
		background-color: var(--color-white);
		color: var(--color-secondary) !important;
		font-family: var(--font-en);
		font-size: 20px;
		letter-spacing: 0.08em;
	}

	.p-spMenu .sp-menu-tel > a::before {
		width: 18px;
		height: 18px;
		background-image: url("../img/cmn_ic_tel.svg");
	}

	.p-spMenu .sp-menu-tel2 > a::before {
		width: 16px;
		height: 20px;
		background-image: url("../img/cmn_ic_sp.svg");
	}

	.p-spMenu .sp-menu-contact > a {
		background-color: #cf702b;
		color: var(--color-white) !important;
		font-size: 15px;
		letter-spacing: 0.04em;
	}

	.p-spMenu .sp-menu-contact > a::before {
		width: 18px;
		height: 18px;
		background-image: url("../img/cmn_ic_mail.svg");
	}

	.p-spMenu .sp-menu-line > a {
		background-color: var(--color-line);
		color: var(--color-white) !important;
		font-size: 15px;
		letter-spacing: 0.04em;
	}

	.p-spMenu .sp-menu-line > a::before {
		width: 24px;
		height: 24px;
		background-image: url("../img/cmn_ic_line.svg");
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .l-header.p-site-header {
		top: 46px;
	}

	.admin-bar #sp_menu,
	.admin-bar .p-spMenu {
		top: calc(var(--sp-header-height) + 46px) !important;
		height: calc(100dvh - var(--sp-header-height) - 46px) !important;
		max-height: calc(100dvh - var(--sp-header-height) - 46px) !important;
	}
}

@media screen and (min-width: 783px) and (max-width: 959px) {
	.admin-bar #sp_menu,
	.admin-bar .p-spMenu {
		top: calc(var(--sp-header-height) + 32px) !important;
		height: calc(100dvh - var(--sp-header-height) - 32px) !important;
		max-height: calc(100dvh - var(--sp-header-height) - 32px) !important;
	}
}

/* ==========================================
  Footer
========================================== */
.p-site-footer {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-left: -50vw;
	overflow: hidden;
	background-color: #faf7ee;
	color: var(--color-black);
}

.p-site-footer *,
.p-site-footer *::before,
.p-site-footer *::after {
	box-sizing: border-box;
}

.p-site-footer a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s;
}

.p-site-footer a:hover {
	opacity: 0.75;
}

.p-site-footer__skyline {
	position: relative;
	height: 108px;
	overflow: hidden;
	background-color: var(--color-white);
}

.p-site-footer__skyline::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background: url("../img/cmn_bg_footer.webp") center bottom / auto 85px repeat-x;
}

.p-site-footer__body {
	padding: 52px 0 30px;
}

.p-site-footer__content {
	display: grid;
	grid-template-columns: 300px 1fr;
	column-gap: 54px;
	width: 100%;
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 0 16px;
}

.p-site-footer__info {
	min-width: 0;
}

.p-site-footer__logo {
	display: block;
	width: 224px;
}

.p-site-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.p-site-footer__address {
	margin-top: 24px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.02em;
}

.p-site-footer__address a {
	letter-spacing: 0.04em;
}

.p-site-footer__nav {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	column-gap: 70px;
	padding-top: 10px;
}

.p-site-footer__nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.p-site-footer__nav-list li + li {
	margin-top: 5px;
}

.p-site-footer__nav-list a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.p-site-footer__copy {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	margin: 0;
	background-color: var(--color-secondary);
	color: var(--color-white);
	font-family: var(--font-en);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
}

  .p-site-footer__sns {
		text-align: center;
		width: 100%;
		max-width: var(--content-width);
		margin: 20px auto 0;
		padding: 0 16px;
  }

	.p-site-footer__sns-link {
		display: inline-block;
	}

  .p-site-footer__sns-link img {
		transition: opacity 0.2s;
  }

  .p-site-footer__sns-link:hover img {
		opacity: 0.7;
  }

@media screen and (min-width: 960px) and (max-width: 1072px) {
	.p-site-footer__content {
		grid-template-columns: 260px 1fr;
		column-gap: 36px;
		max-width: none;
		padding-right: 24px;
		padding-left: 24px;
	}

	.p-site-footer__logo {
		width: 200px;
	}

	.p-site-footer__address {
		font-size: 14px;
		line-height: 1.8;
	}

	.p-site-footer__nav {
		grid-template-columns: repeat(3, minmax(0, max-content));
		column-gap: 36px;
		padding-top: 8px;
	}

	.p-site-footer__nav-list li + li {
		margin-top: 6px;
	}

	.p-site-footer__nav-list a {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.02em;
		white-space: normal;
	}
}

@media screen and (max-width: 959px) {
	.p-site-footer__skyline {
		height: 72px;
	}

	.p-site-footer__skyline::before {
		background-size: auto 56px;
	}

	.p-site-footer__body {
		padding: 40px 0 20px;
	}

	.p-site-footer__content {
		display: block;
		padding: 0 28px;
	}

	.p-site-footer__logo {
		width: 200px;
		margin: 0 auto;
	}

	.p-site-footer__address {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.8;
		text-align: center;
	}

	.p-site-footer__nav {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 24px;
		row-gap: 0;
		margin-top: 36px;
		padding-top: 0;
	}

	.p-site-footer__nav-list {
		display: contents;
	}

	.p-site-footer__nav-list li,
	.p-site-footer__nav-list li + li {
		margin-top: 0;
	}

	.p-site-footer__nav-list li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}

	.p-site-footer__nav-list a {
		display: block;
		padding: 10px 0;
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
		white-space: normal;
	}
}

/* ==========================================
  CTA
========================================== */
.p-site-cta {
	position: relative;
	width: 100vw;
	max-width: none;
	margin: 100px calc(50% - 50vw) 0;
	padding: 90px 16px 70px;
	background-color: #f4f7f8;
	background-image: url("../img/cmn_cta_bg01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1440px auto;
}

.p-site-cta__inner {
	max-width: 690px;
	margin: 0 auto;
	text-align: center;
}

.p-site-cta__title {
	margin: 0 0 33px;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--color-black);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-site-cta__title::before,
.p-site-cta__title::after {
	content: none !important;
	display: none !important;
}

.p-site-cta__list {
	display: inline-grid;
	gap: 6px;
	margin: 0 0 52px;
	padding: 0;
	list-style: none;
	text-align: left;
}

.p-site-cta__list li {
	position: relative;
	padding-left: 1.2em;
	color: var(--color-black);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.55;
}

.p-site-cta__list li::before {
	content: "";
	position: absolute;
	top: 0.38em;
	left: 0;
	width: 0.8em;
	height: 0.8em;
	border-radius: 50%;
	background: var(--color-black);
}

.p-site-cta__lead {
	margin: 0 0 30px;
	color: var(--color-black);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-site-cta__lead span {
	display: inline-block;
	margin: 0 6px;
	font-weight: 400;
}

.p-site-cta__buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-bottom: 0;
}

.p-site-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	padding: 10px 20px;
	color: var(--color-white);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.14);
	transition: opacity 0.2s ease;
}

.p-site-cta__button:hover {
	opacity: 0.8;
}

.p-site-cta__button--contact {
	background: var(--color-primary);
}

.p-site-cta__button--line {
	background: var(--color-line);
}

.p-site-cta__tel {
	position: relative;
	margin-top: 70px;
	padding: 31px 88px 41px;
	border: 5px solid var(--color-secondary);
	background: var(--color-white);
}

.p-site-cta__tel::before {
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	border-top: 3px dotted var(--color-secondary);
}

.p-site-cta__tel-label {
	margin: 0 0 15px;
	color: var(--color-black);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-site-cta__tel-info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 23px;
	padding: 9px 18px;
	background: #eeeeee;
	color: var(--color-secondary);
	line-height: 1.5;
}

.p-site-cta__tel-info-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	width: 50%;
}

.p-site-cta__tel-info-item + .p-site-cta__tel-info-item {
	border-left: 1px solid var(--color-secondary);
}

.p-site-cta__tel-info dt,
.p-site-cta__tel-info dd {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.p-site-cta__tel-catch {
	margin: 0 0 5px;
	color: var(--color-primary);
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-site-cta__tel-catch span {
	position: relative;
	display: inline-block;
	padding: 0 18px;
}

.p-site-cta__tel-catch span::before,
.p-site-cta__tel-catch span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 1px;
	height: 18px;
	background: var(--color-primary);
}

.p-site-cta__tel-catch span::before {
	left: 0;
	transform: translateY(-50%) rotate(-38deg);
}

.p-site-cta__tel-catch span::after {
	right: 0;
	transform: translateY(-50%) rotate(38deg);
}

.p-site-cta__tel-number {
	position: relative;
	display: inline-block;
	color: var(--color-secondary);
	font-family: var(--font-en);
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.p-site-cta__tel-number::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transform: translateY(-50%);
}

.p-site-cta__tel-number--mobile {
	margin-bottom: 8px;
	padding-left: 0;
	font-size: 2.125rem;
	letter-spacing: 0.04em;
}

.p-site-cta__tel-number--mobile::before {
	content: none;
}

.p-site-cta__tel-number--office {
	margin: 0 0 8px;
	padding-left: 30px;
	font-size: 1.625rem;
	letter-spacing: 0.04em;
}

.p-site-cta__tel-number--office::before {
	width: 24px;
	height: 24px;
	background-image: url("../img/cmn_cta_ic01.svg");
}

.p-site-cta__tel-text {
	margin: 0;
	color: #8b8b8b;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-site-cta__tel-note {
	margin: 16px 0 0;
	color: var(--color-black);
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.55;
}

.p-site-cta__tel-divider {
	width: 100%;
	height: 1px;
	margin: 10px 0 20px;
	background: #d8d8d8;
}

@media (min-width: 1440px) {
	.p-site-cta {
		background-size: 100% auto;
	}
}

@media (max-width: 959px) {
	.p-site-cta {
		margin-top: 50px;
		padding: 80px 15px 90px;
		background-position: -280px top;
		background-size: auto 100%;
	}

	.p-site-cta__inner {
		max-width: none;
	}

	.p-site-cta__title {
		margin: 0 0 30px;
		font-size: 1.429rem;
		font-weight: 700;
		line-height: 1.6;
	}

	.p-site-cta__list {
		gap: 6px;
		margin: 0 0 35px;
	}

	.p-site-cta__list li {
		padding-left: 1.25em;
		font-size: 1rem;
		line-height: 1.7;
	}

	.p-site-cta__list li::before {
		top: 0.45em;
		width: 0.8em;
		height: 0.8em;
	}

	.p-site-cta__lead {
		margin: 0 0 24px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.p-site-cta__buttons {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.p-site-cta__button {
		min-height: 54px;
		padding: 10px 20px;
		font-size: 1.429rem;
		line-height: 1.5;
	}

	.p-site-cta__tel {
		margin-top: 54px;
		padding: 20px 14px 24px;
	}

	.p-site-cta__tel::before {
		top: -30px;
	}

	.p-site-cta__tel-label {
		margin: 0 0 14px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.p-site-cta__tel-info {
		margin-bottom: 22px;
		padding: 9px 8px;
	}

	.p-site-cta__tel-info-item {
		gap: 1px;
	}

	.p-site-cta__tel-info dt,
	.p-site-cta__tel-info dd {
		font-size: 0.857rem;
		line-height: 1.3;
		white-space: nowrap;
	}

	.p-site-cta__tel-catch {
		margin: 0 0 8px;
		font-size: 0.929rem;
	}

	.p-site-cta__tel-number--mobile {
		margin-bottom: 8px;
		font-size: 1.714rem;
		letter-spacing: 0.03em;
	}

	.p-site-cta__tel-number--office {
		margin: 0 0 8px;
		padding-left: 25px;
		font-size: 1.429rem;
		letter-spacing: 0.03em;
	}

	.p-site-cta__tel-number--office::before {
		width: 20px;
		height: 20px;
	}

	.p-site-cta__tel-text,
	.p-site-cta__tel-note {
		font-size: 0.857rem;
		line-height: 1.6;
	}

	.p-site-cta__tel-divider {
		margin: 24px 0 20px;
	}
}