@charset "UTF-8";

:root {
	--sw-blue: #034ea2;
	--sw-blue-dark: #023d80;
	--sw-blue-soft: #e8f1fb;
	--sw-gold: #ded724;
	--sw-text: #222;
	--sw-muted: #555;
	--sw-line: #d9d9d9;
	--sw-bg: #fff;
	--sw-works-bg: #eaf1f6;
	--sw-inner: 1000px;
	--sw-stage-pad: 20px;
	--sw-sans: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	--sw-header-h: 78px;
}

html {
	scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
	font-family: var(--sw-sans);
	color: var(--sw-text);
	line-height: 1.8;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	color: var(--sw-blue);
	text-decoration: none;
}

a:hover {
	opacity: 0.85;
}

.sw-inner {
	width: min(100% - 48px, var(--sw-inner));
	margin-inline: auto;
}

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

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

.l-header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - var(--sw-stage-pad) * 2);
	height: var(--sw-header-h);
	margin: 0 auto;
	gap: 16px;
}

.header_logo {
	flex-shrink: 0;
	margin: 0;
	line-height: 1;
}

.header_logo img,
.header_logo .custom-logo {
	display: block;
	height: 52px;
	width: auto;
}

.header_nav_toggle {
	display: none;
}

.header_nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
	min-width: 0;
	flex: 1;
}

.header_nav_list {
	display: flex;
	align-items: center;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header_nav_list > li {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.header_nav_list > li > a {
	color: #222;
}

.header_nav_list > li.current-menu-item > a,
.header_nav_list > li.current_page_item > a,
.header_nav_list > li.is-current > a {
	color: var(--sw-blue);
}

.header_utility_list {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-shrink: 0;
}

.header_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	height: 44px;
	padding: 0 16px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.header_btn--contact {
	background: var(--sw-blue);
	color: #fff;
}

.header_btn--tel {
	background: var(--sw-gold);
	color: #111;
	min-width: 168px;
}

/* MV */
.sw-mv {
	width: calc(100% - var(--sw-stage-pad) * 2);
	margin: 8px auto 0;
	padding: 0;
}

.sw-mv__frame {
	position: relative;
	overflow: hidden;
	border-radius: 32px 32px 0 0;
	background: #d5cfc7;
}

.sw-mv__photo {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1560 / 760;
	object-fit: cover;
	object-position: center 42%;
}

.sw-mv__content {
	position: absolute;
	left: 1.5%;
	bottom: 3%;
	height: 90%;
	width: auto;
	max-width: 72%;
	object-fit: contain;
	object-position: left bottom;
	pointer-events: none;
	z-index: 2;
}

.sw-mv__ninka {
	position: absolute;
	right: 28px;
	bottom: 22px;
	width: min(22%, 220px);
	height: auto;
	background: #fff;
	padding: 8px 10px;
	z-index: 3;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* About */
.sw-about {
	width: calc(100% - var(--sw-stage-pad) * 2);
	margin: 0 auto;
	padding-bottom: 40px;
}

.sw-about__inner {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 36px 48px;
	align-items: start;
	width: min(100%, var(--sw-inner));
	margin-inline: auto;
}

.sw-about__inner::after {
	content: "";
	display: table;
	clear: both;
}

.sw-about__award img {
	display: block;
	width: 100%;
	height: auto;
}

.sw-about__label {
	margin: 0 0 10px;
	color: var(--sw-gold);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.08em;
	background: none;
}

.sw-about__body h2 {
	margin: 0 0 28px;
	font-size: clamp(26px, 3.2vw, 36px);
	font-weight: 800;
	line-height: 1.45;
	letter-spacing: 0.04em;
}

.sw-about__text p {
	margin: 0 0 1.25em;
	font-size: 15px;
	line-height: 2.05;
}

.sw-about__text p:last-child {
	margin-bottom: 0;
}

/* Certs / 木塗協 */
.sw-certs {
	background: var(--sw-blue-soft);
	border-top: 4px solid var(--sw-gold);
}

.sw-certs--about {
	background: transparent;
	border-top: 0;
}

.sw-certs__head {
	display: grid;
	grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
	gap: 28px 36px;
	align-items: center;
	margin-bottom: 28px;
}

.sw-certs__koku {
	margin: 0;
	padding: 22px 24px 20px;
	text-align: center;
	color: #fff;
	background: var(--sw-blue);
	border: 3px solid var(--sw-gold);
	box-shadow: 0 10px 24px rgba(3, 78, 162, 0.18);
}

.sw-certs__koku-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--sw-gold);
	white-space: nowrap;
}

.sw-certs__koku strong {
	display: block;
	margin: 8px 0 10px;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.45;
	white-space: nowrap;
}

.sw-certs__koku-org {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	white-space: nowrap;
}

.sw-certs__copy {
	min-width: 0;
}

.sw-certs__lead {
	margin: 0 0 12px;
	color: var(--sw-blue);
	font-size: clamp(16px, 1.8vw, 20px);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

.sw-certs__copy p:last-child {
	margin: 0;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.04em;
}

.sw-certs__facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 20px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.sw-certs__facts li {
	position: relative;
	padding-left: 1.4em;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.03em;
}

.sw-certs__facts li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 8px;
	height: 8px;
	background: var(--sw-gold);
	border-radius: 1px;
}

.sw-certs__logos {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.sw-certs__logos .sw-certs__mark.has-img:first-child {
	grid-column: span 2;
}

.sw-certs__mark {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin: 0;
	min-height: 118px;
	padding: 12px 10px;
	background: #fff;
	border: 1px solid #d7e2ef;
	text-align: center;
}

.sw-certs__mark img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 94px;
	object-fit: contain;
}

.sw-certs__mark-note {
	display: block;
	color: var(--sw-blue);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.sw-certs__mark-label {
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

/* Service */

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

.sw-service__list a {
	display: block;
	color: inherit;
}

.sw-service__list figure {
	position: relative;
	margin: 0 0 16px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}

.sw-service__list figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw-service__list figure::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(3, 78, 162, 0.88) 0%, rgba(3, 78, 162, 0.15) 62%, transparent 100%);
	z-index: 1;
}

.sw-service__list figcaption {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.45;
	text-align: center;
	padding: 0 12px;
}

.sw-service__list p {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
	color: #333;
}

/* CTA */
.sw-cta {
	position: relative;
	width: min(100% - 48px, var(--sw-inner));
	margin: 0 auto;
	background: #6d6d6d url("/wp-content/uploads/2026/09/cta-bg.webp") center / cover no-repeat;
	padding: 20px;
}

.sw-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(40, 40, 40, 0.18);
}

.sw-cta__frame {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	border: 2px solid #fff;
	padding: 24px 28px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 32px;
	align-items: center;
}

.sw-cta__actions {
	display: flex;
	gap: 18px;
}

.sw-cta__circle {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.sw-cta__circle--tel {
	background: var(--sw-blue);
}

.sw-cta__circle--mail {
	background: var(--sw-gold);
	color: #fff;
}

.sw-cta__icon {
	display: block;
	margin-bottom: 4px;
}

.sw-cta__label {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.3;
}

.sw-cta__num,
.sw-cta__en {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.sw-cta__copy {
	text-align: right;
}

.sw-cta__copy ul {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
	line-height: 1.7;
}

.sw-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	height: 48px;
	background: rgba(255, 255, 255, 0.92);
	color: #111;
	font-size: 16px;
	font-weight: 800;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Reason */
.sw-reason {
	background: #f3f3f3 url("/wp-content/uploads/2026/09/brick.webp") center / 420px auto repeat;
}

.sw-sec-title {
	text-align: center;
	margin: 0 0 48px;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 800;
	letter-spacing: 0.08em;
}

.sw-sec-title span,
.sw-sec-title--light span {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	letter-spacing: 0.28em;
	color: #888;
	font-weight: 700;
}

.sw-sec-title--light {
	color: #fff;
}

.sw-sec-title--light span {
	color: var(--sw-gold);
}

.sw-reason .sw-sec-title span {
	color: #666;
}

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

.sw-reason__list figure {
	position: relative;
	margin: 0 0 18px;
	padding-right: 40px;
}

.sw-reason__list figure img {
	width: 100%;
	height: 168px;
	object-fit: cover;
	display: block;
}

.sw-reason__list figure::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	height: 1px;
	background: #111;
}

.sw-reason__list figure span {
	position: absolute;
	right: 0;
	bottom: -4px;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
}

.sw-reason__list h3 {
	margin: 18px 0 12px;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.sw-reason__list p {
	margin: 0;
	text-align: left;
	font-size: 13px;
	line-height: 1.9;
}

.sw-reason__banner {
	position: relative;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	padding: 28px 32px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
}

.sw-reason__banner h3 {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.sw-reason__banner p {
	margin: 0;
	font-size: 14px;
	line-height: 2;
}

.sw-reason__banner-btns {
	display: flex;
	gap: 12px;
	transform: translate(12px, 8px);
}

.sw-circle-btn {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.sw-circle-btn span {
	font-size: 16px;
	letter-spacing: 0.04em;
}

.sw-circle-btn small {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	letter-spacing: 0.12em;
	color: var(--sw-gold);
}

.sw-circle-btn--pale {
	background: #d7e6f4;
	color: var(--sw-blue);
}

.sw-circle-btn--blue {
	background: var(--sw-blue);
	color: #fff;
}

/* Works */
.sw-works {
	background: var(--sw-works-bg);
}

.sw-works__head {
	background: var(--sw-blue);
	color: #fff;
	text-align: center;
	padding: 28px 16px 32px;
	margin-bottom: 40px;
}

.sw-works__head h2 {
	margin: 0;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.sw-works__head span {
	display: block;
	margin-top: 6px;
	color: var(--sw-gold);
	font-size: 13px;
	letter-spacing: 0.28em;
}

.sw-works__inner {
	display: grid;
	grid-template-columns: 1fr 1fr minmax(180px, 220px);
	gap: 22px;
	align-items: stretch;
}

.sw-works__cards {
	display: contents;
}

.sw-works__card {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 8px 24px rgba(20, 50, 90, 0.08);
}

.sw-works__card a {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 14px 14px 18px;
	color: inherit;
}

.sw-works__card figure {
	margin: 0 0 14px;
}

.sw-works__card img {
	display: block;
	width: 100%;
	height: 188px;
	object-fit: cover;
}

.sw-works__card-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 4px 10px;
}

.sw-works__type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	padding: 0 12px;
	border-radius: 999px;
	background: var(--sw-blue);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.sw-works__area {
	color: var(--sw-blue);
	font-size: 12px;
	font-weight: 700;
}

.sw-works__card h3 {
	margin: 0 4px 10px;
	font-size: 16px;
	font-weight: 800;
}

.sw-works__card p {
	margin: 0 4px 16px;
	font-size: 13px;
	line-height: 1.8;
	color: #444;
}

.sw-works__more {
	display: block;
	text-align: right;
	margin: auto 4px 0;
	color: #5aa0d6;
	font-size: 13px;
	text-decoration: underline;
}

.sw-works__side {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.sw-works__side img {
	display: block;
	width: 100%;
	max-width: 230px;
	height: auto;
	margin: 8px 0 12px;
}

.sw-works__archive {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 72px;
	border-radius: 999px;
	background: var(--sw-blue);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.sw-works__archive small {
	display: block;
	color: var(--sw-gold);
	font-size: 11px;
	letter-spacing: 0.16em;
}

.sw-works-archive {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.sw-entry {
	max-width: 860px;
	margin-inline: auto;
}

.sw-entry__shot {
	margin: 0 0 28px;
}

.sw-entry__shot img {
	width: 100%;
	height: auto;
	display: block;
}

.sw-entry__shot--works {
	margin-bottom: 14px;
	background: #f3f6f9;
}

.sw-entry__shot--works img {
	max-height: 560px;
	object-fit: contain;
	margin-inline: auto;
}

.sw-works-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
	gap: 10px;
	margin: 0 0 28px;
}

.sw-works-thumbs button {
	display: block;
	padding: 0;
	border: 2px solid transparent;
	background: #fff;
	cursor: pointer;
	line-height: 0;
}

.sw-works-thumbs button:hover,
.sw-works-thumbs button:focus,
.sw-works-thumbs button.is-active {
	border-color: var(--sw-blue);
}

.sw-works-thumbs img {
	width: 100%;
	height: 88px;
	object-fit: cover;
	display: block;
}

.sw-works-spec {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 0 0 28px;
	padding: 18px 20px;
	background: #fff;
	border-top: 3px solid var(--sw-gold);
	box-shadow: 0 8px 24px rgba(20, 50, 90, 0.06);
}

.sw-works-spec dt {
	margin: 0 0 4px;
	color: var(--sw-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.sw-works-spec dd {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
}

.sw-pager .navigation {
	margin: 0;
}

.sw-pager .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

/* News */

.sw-news .sw-sec-title span {
	color: var(--sw-gold);
}

.sw-news__list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #c4c4c4;
}

.sw-news__list li {
	border-bottom: 1px solid #c4c4c4;
}

.sw-news__list a {
	display: grid;
	grid-template-columns: 118px auto minmax(0, 1fr);
	align-items: center;
	column-gap: 18px;
	padding: 10px 2px;
	color: inherit;
}

.sw-news__list time {
	font-size: 15px;
	font-weight: 500;
	color: #9a9a9a;
	letter-spacing: 0.04em;
}

.sw-news__cat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 108px;
	height: 28px;
	padding: 0 18px;
	border-radius: 999px;
	background: var(--sw-blue);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.sw-news__ttl {
	font-size: 16px;
	font-weight: 800;
	min-width: 0;
}

.sw-news__more-wrap {
	display: flex;
	justify-content: flex-end;
	margin: 24px 0 0;
}

.sw-news__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	max-width: 100%;
	height: 44px;
	padding: 0 24px;
	border-radius: 0;
	background: var(--sw-blue);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.sw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	height: 48px;
	padding: 0 22px;
	background: var(--sw-blue);
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.header_btn--contact:hover,
.header_btn--contact:focus,
.header_btn--contact:active,
.sw-btn:hover,
.sw-btn:focus,
.sw-btn:active,
.sw-news__btn:hover,
.sw-news__btn:focus,
.sw-news__btn:active,
.sw-circle-btn--blue:hover,
.sw-circle-btn--blue:focus,
.sw-circle-btn--blue:active,
.sw-works__archive:hover,
.sw-works__archive:focus,
.sw-works__archive:active,
.sw-cta__circle--tel:hover,
.sw-cta__circle--tel:focus,
.sw-cta__circle--tel:active {
	color: #fff;
	opacity: 1;
	background: var(--sw-blue-dark);
}

.sw-sub__band--blue .sw-btn:hover,
.sw-sub__band--blue .sw-btn:focus,
.sw-sub__band--blue .sw-btn:active {
	background: #fff;
	color: var(--sw-blue);
	opacity: 1;
}

.sw-cta__circle--mail:hover,
.sw-cta__circle--mail:focus,
.sw-cta__circle--mail:active {
	color: #fff;
	opacity: 1;
}

.sw-breadcrumb a:hover,
.sw-breadcrumb a:focus,
.sw-breadcrumb a:active {
	color: var(--sw-gold);
	opacity: 1;
}

/* Trust */
.sw-trust {
	position: relative;
	background-image: url("/wp-content/uploads/2026/09/trust-bg.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-blend-mode: color;
	color: #fff;
}

.sw-trust::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(18, 78, 148, 0.22) 0%, rgba(36, 116, 176, 0.08) 45%, rgba(18, 78, 148, 0.18) 100%);
	pointer-events: none;
}

.sw-trust__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
	gap: 28px 36px;
	align-items: center;
}

.sw-trust h2 {
	margin: 0 0 12px;
	font-size: clamp(26px, 3.2vw, 36px);
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.4;
}

.sw-trust__lead {
	margin: 0 0 22px;
	color: var(--sw-gold);
	font-size: clamp(15px, 1.7vw, 18px);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

.sw-trust__body p {
	margin: 0 0 1em;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.04em;
}

.sw-trust__body p:last-child {
	margin-bottom: 0;
}

.sw-trust__logo {
	background: #fff;
	padding: 22px 24px 18px;
}

.sw-trust__logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* Footer */
.l-footer {
	background: #fff;
}

.footer_brand {
	text-align: center;
	padding: 64px 20px 40px;
}

.footer_logo {
	margin: 0 0 28px;
}

.footer_logo img {
	display: block;
	height: 88px;
	width: auto;
	margin-inline: auto;
}

.footer_address {
	margin: 0 auto 32px;
	color: #222;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.04em;
}

.footer_nav_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_nav_list a {
	color: #222;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.footer_map iframe,
.sw-map {
	display: block;
	width: 100%;
	height: 320px;
	border: 0;
}

.footer_copy {
	background: linear-gradient(90deg, #034ea2 0%, #66c7eb 100%);
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 14px;
	letter-spacing: 0.16em;
}

.footer_copy small {
	font-size: inherit;
}

/* Sub pages */
.has-sub .entry_body {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	float: none;
}

.has-sub .entry_body > p:empty {
	display: none;
}

.sw-pagehead {
	background: var(--sw-blue);
	color: #fff;
	padding: 48px 0 40px;
	text-align: center;
}

.sw-pagehead__en {
	margin: 0 0 8px;
	color: var(--sw-gold);
	letter-spacing: 0.28em;
	font-size: 12px;
	font-weight: 700;
}

.sw-pagehead__title {
	margin: 0 0 16px;
	font-size: clamp(26px, 3.2vw, 36px);
	font-weight: 800;
	letter-spacing: 0.08em;
}

.sw-breadcrumb {
	font-size: 12px;
}

.sw-breadcrumb span,
.sw-breadcrumb a {
	margin: 0 4px;
}

.sw-breadcrumb a {
	color: #fff;
}

.sw-sub__band {
	padding: 64px 0;
}
.sw-sub__band .sw-inner.flex {
	display: flex;
}

.sw-sub__band--blue {
	background: var(--sw-blue);
	color: #fff;
}

.sw-sub__band--pale {
	background: var(--sw-works-bg);
}

.sw-sub__band .sw-inner.flex .sw-sub__lead {
	max-width: 800px;
	font-size: 15px;
	line-height: 2;
	width: 55%;
    text-align: unset;
    margin: 0 auto;
}
.sw-sub__lead {
	margin-bottom: 3%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.sw-sub__band .sw-inner.flex .sw-sub__shot {
	margin: 0;
	width: 35%;
    background: #ded724;
}

.sw-sub__band .sw-inner.flex .sw-sub__shot img {
	display: block;
	width: 100%;
    height: 100%;
    position: relative;
    top: -5%;
    left: -5%;
}

.sw-sub__checks {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.sw-sub__checks--4 {
	grid-template-columns: repeat(4, 1fr);
}

.sw-sub__checks li {
	background: rgba(255, 255, 255, 0.1);
	padding: 22px 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.sw-sub__band--blue .sw-sub__checks li {
	background: #fff;
	color: var(--sw-blue);
	border-top: 4px solid var(--sw-gold);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.sw-sub__band--blue .sw-sub__checks small {
	display: block;
	margin-top: 6px;
	color: var(--sw-blue-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.sw-sub__checks--plain {
	margin-top: 28px;
}

.sw-sub__checks--plain li {
	background: #fff;
	border: 1px solid var(--sw-line);
	color: var(--sw-text);
}

.sw-sub__split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: center;
	margin-bottom: 40px;
}

.sw-sub__split figure {
	margin: 0;
}

.sw-sub__split img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}

.sw-sub__split h3 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 800;
}

.sw-sub__split p {
	margin: 0;
	font-size: 15px;
	line-height: 2;
	padding: 0 16px;
}

.sw-sub__paint + .sw-sub__split {
	margin-top: 40px;
}

.sw-sub__points {
	display: grid;
	gap: 20px;
}

.sw-sub__points article {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 16px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sw-sub__band--blue .sw-sub__points article {
	border-color: rgba(255, 255, 255, 0.18);
}

.sw-sub__point-no {
	font-size: 28px;
	font-weight: 800;
	color: var(--sw-gold);
	line-height: 1;
}

.sw-sub__points h3 {
	margin: 0 0 8px;
	font-size: 18px;
}

.sw-sub__points p {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
}

.sw-sub__points article.sw-sub__step {
	grid-template-columns: minmax(160px, 240px) 1fr;
	align-items: center;
}

.sw-sub__step figure {
	margin: 0;
}

.sw-sub__step img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}

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

.sw-sub__paint--2 {
	grid-template-columns: repeat(2, 1fr);
}

.sw-sub__paint + .sw-sub__paint {
	margin-top: 20px;
}

.sw-sub__paint li {
	background: #fff;
	border: 1px solid var(--sw-line);
	overflow: hidden;
}

.sw-sub__band--pale .sw-sub__paint li {
	background: unset;
	border: unset;
}

.sw-sub__paint figure {
	margin: 0 0 14px;
}

.sw-sub__paint img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}

.sw-sub__paint .sw-sub__point-no {
	margin: 0 0 6px;
	padding: 0 16px;
	font-size: 20px;
}

h3.ttl1 {
	margin: 0 0 8px;
	padding: 0 16px;
	font-size: 17px;
	font-weight: 800;
}

.sw-sub__paint h3 {
	margin: 0 0 8px;
	padding: 0 16px;
	font-size: 17px;
	font-weight: 800;
}

.sw-sub__paint p {
	margin: 0;
	padding: 0 16px 18px;
	font-size: 14px;
	line-height: 1.85;
}

.sw-sub__warranty {
	max-width: 800px;
	margin: 0 auto 40px;
	padding: 28px 24px;
	text-align: center;
	background: #fff8dc;
	border: 3px solid var(--sw-gold);
}

.sw-sub__warranty-label {
	margin: 0 0 8px;
	color: var(--sw-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.2em;
}

.sw-sub__warranty h2 {
	margin: 0 0 16px;
	font-size: clamp(22px, 3vw, 28px);
	font-weight: 800;
	letter-spacing: 0.06em;
}

.sw-sub__warranty p {
	margin: 0;
	font-size: 15px;
	line-height: 2;
	text-align: left;
}

.sw-sub__flow {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.sw-sub__flow li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 18px 10px;
	background: var(--sw-blue-soft);
	color: var(--sw-blue);
	font-weight: 800;
	text-align: center;
}

.sw-sub__flow span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--sw-blue);
	color: #fff;
	font-size: 15px;
}

.sw-center {
	text-align: center;
	margin: 40px 0 0;
}

.sw-table {
	width: 100%;
	border-collapse: collapse;
}

.sw-table th,
.sw-table td {
	padding: 16px 18px;
	border-bottom: 1px solid var(--sw-line);
	text-align: left;
	vertical-align: top;
}

.sw-table th {
	width: 28%;
	background: #f6f8fb;
	font-weight: 800;
}

.sw-contact-tel {
	text-align: center;
	margin: 0 0 12px;
}

.sw-contact-tel a {
	font-size: 32px;
	font-weight: 800;
}

.sw-form label,
.sw-form p {
	display: block;
	margin: 0 0 16px;
	font-weight: 700;
}

.sw-form input[type="text"],
.sw-form input[type="tel"],
.sw-form input[type="email"],
.sw-form select,
.sw-form textarea {
	width: 100%;
	margin-top: 6px;
	padding: 12px 14px;
	border: 1px solid #ccc;
	background: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
}

.sw-form fieldset {
	border: 0;
	margin: 0 0 20px;
	padding: 0;
}

.sw-form fieldset label {
	display: inline-block;
	margin: 8px 16px 8px 0;
	font-weight: 500;
}

.sw-form textarea {
	min-height: 160px;
	resize: vertical;
}

.sw-form .wpcf7-list-item {
	display: inline-block;
	margin: 0 16px 8px 0;
}

.sw-form .wpcf7-list-item input {
	margin-right: 6px;
}

.sw-form .wpcf7-acceptance {
	font-weight: 500;
}

.sw-form .wpcf7-not-valid-tip,
.sw-form .wpcf7-response-output {
	color: #c00;
	font-weight: 700;
	font-size: 13px;
}

.sw-form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	height: 48px;
	padding: 0 32px;
	border: 0;
	background: var(--sw-blue);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.06em;
	cursor: pointer;
}

.sw-form .wpcf7-submit:hover,
.sw-form .wpcf7-submit:focus,
.sw-form .wpcf7-submit:active {
	color: #fff;
	opacity: 1;
	background: var(--sw-blue-dark);
}

.sw-form__error {
	color: #c00;
	font-weight: 700;
	margin-bottom: 16px;
}

.sw-privacy article {
	margin: 0 0 32px;
}

.sw-privacy h2 {
	margin: 0 0 10px;
	font-size: 20px;
	color: var(--sw-blue);
}

.sw-entry__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 24px;
}

.sw-entry__body p { margin: 0 0 1.2em; }
.sw-entry__body h2 { font-size: 22px; margin: 2em 0 0.6em; color: var(--sw-blue); }
.sw-entry__body h3 { font-size: 18px; margin: 1.6em 0 0.5em; }
.sw-entry__body ul,
.sw-entry__body ol { margin: 0 0 1.2em 1.4em; }

.header_nav_list .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	margin: 0;
	padding: 8px 0;
	background: #fff;
	box-shadow: 0 12px 28px rgba(0,0,0,.12);
	list-style: none;
	z-index: 20;
}
.header_nav_list > li {
	position: relative;
}
.header_nav_list > li:hover > .sub-menu,
.header_nav_list > li:focus-within > .sub-menu {
	display: block;
}
.header_nav_list .sub-menu a {
	display: block;
	padding: 10px 16px;
	color: #222;
	font-size: 13px;
	white-space: nowrap;
}

.sw-pager {
	margin-top: 32px;
	text-align: center;
}

.sw-pager .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	margin: 0 4px;
	border: 1px solid var(--sw-blue);
	color: var(--sw-blue);
}

.sw-pager .current {
	background: var(--sw-blue);
	color: #fff;
}

.custom-logo-link {
	display: block;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 1000px) {
	.header_nav_toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		margin-left: auto;
		border: 1px solid var(--sw-blue);
		background: #fff;
		cursor: pointer;
	}

	.header_nav_toggle__bar,
	.header_nav_toggle__bar::before,
	.header_nav_toggle__bar::after {
		display: block;
		width: 18px;
		height: 2px;
		background: var(--sw-blue);
		position: relative;
	}

	.header_nav_toggle__bar::before,
	.header_nav_toggle__bar::after {
		content: "";
		position: absolute;
		left: 0;
	}

	.header_nav_toggle__bar::before { top: -6px; }
	.header_nav_toggle__bar::after { top: 6px; }
	.header_nav_toggle.is-open .header_nav_toggle__bar { background: transparent; }
	.header_nav_toggle.is-open .header_nav_toggle__bar::before { top: 0; transform: rotate(45deg); }
	.header_nav_toggle.is-open .header_nav_toggle__bar::after { top: 0; transform: rotate(-45deg); }

	.header_nav {
		display: none;
		position: fixed;
		top: var(--sw-header-bottom, var(--sw-header-h));
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: stretch;
		background: #fff;
		padding: 8px 20px 24px;
		box-shadow: 0 16px 28px rgba(0, 0, 0, 0.1);
		max-height: calc(100dvh - var(--sw-header-bottom, var(--sw-header-h)));
		overflow: auto;
		z-index: 1;
	}

	.header_nav.is-open { display: flex; }

	.header_nav_list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.header_nav_list_item a,
	.header_nav_list > li > a {
		display: block;
		padding: 14px 0;
		border-bottom: 1px solid #eee;
	}

	.header_utility_list {
		flex-direction: column;
		align-items: stretch;
		margin-top: 16px;
		gap: 10px;
	}

	.header_btn { width: 100%; }

	.sw-mv__photo { aspect-ratio: 16 / 10; }
	.sw-mv__content { height: 86%; max-width: 82%; }
	.sw-mv__ninka { width: 150px; right: 14px; bottom: 14px; padding: 6px; }

	.sw-about__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		gap: 28px 40px;
	}

	.sw-about__award {
		flex: 0 1 140px;
	}

	.sw-about__body {
		flex: 1 1 420px;
	}

	.sw-certs__head {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.sw-certs__koku {
		flex: 1 1 380px;
		max-width: 440px;
	}

	.sw-certs__copy {
		flex: 1 1 360px;
	}

	.sw-certs__facts {
		grid-template-columns: 1fr;
	}

	.sw-certs__logos {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sw-service__list,
	.sw-reason__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.sw-works-archive {
		grid-template-columns: 1fr 1fr;
	}

	.sw-sub__checks--4,
	.sw-sub__flow {
		grid-template-columns: 1fr 1fr;
	}

	.sw-service__list > li,
	.sw-reason__list > li {
		flex: 1 1 260px;
		max-width: 340px;
	}


	.sw-reason__banner,
	.sw-trust__inner,
	.sw-works__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 24px;
	}

	.sw-cta__frame {
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		gap: 20px;
	}

	.sw-cta__circle {
		width: 108px;
		height: 108px;
	}

	.sw-cta__label { font-size: 13px; }
	.sw-cta__num,
	.sw-cta__en { font-size: 10px; }
	.sw-cta__icon svg { width: 20px; height: 20px; }
	.sw-cta__actions { gap: 10px; }

	.sw-works__inner {
		align-items: stretch;
	}

	.sw-works__cards {
		display: contents;
	}

	.sw-works__card {
		flex: 1 1 280px;
		max-width: 400px;
	}

	.sw-works__side {
		flex: 1 1 180px;
		max-width: 240px;
		margin-inline: auto;
	}

	.sw-reason__banner-text {
		flex: 1 1 320px;
	}

	.sw-reason__banner-btns {
		flex: 0 1 auto;
		justify-content: center;
		transform: none;
	}

	.sw-trust__text {
		flex: 1 1 360px;
	}

	.sw-trust__logo {
		flex: 1 1 260px;
		max-width: 420px;
	}

	.sw-news__list a {
		grid-template-columns: 100px auto minmax(0, 1fr);
		column-gap: 12px;
	}
}

@media (max-width: 700px) {
	.sw-inner { width: min(100% - 28px, var(--sw-inner)); }
	.sw-mv { width: 100%; margin-top: 0; }
	.sw-about { width: 100%; }
	.sw-cta { width: 100%; }
	.sw-mv__frame { border-radius: 0; }
	.sw-mv__frame::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		pointer-events: none;
		background: linear-gradient(
			180deg,
			transparent 28%,
			rgba(255, 255, 255, 0.42) 62%,
			rgba(255, 255, 255, 0.78) 100%
		);
	}
	.sw-mv__photo {
		aspect-ratio: 3 / 4;
		object-position: 58% center;
	}
	.sw-mv__content {
		left: 0;
		bottom: 2%;
		width: 100%;
		max-width: none;
		height: auto;
		max-height: 82%;
		object-position: left bottom;
		filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.55));
	}
	.sw-mv__ninka {
		width: 30%;
		max-width: 112px;
		right: 10px;
		top: 10px;
		bottom: auto;
		padding: 5px;
	}

	.sw-about__inner {
		display: block;
		padding-inline: 16px;
	}

	.sw-about__award {
		float: left;
		width: 92px;
		max-width: 92px;
		margin: 2px 16px 12px 0;
		shape-outside: circle(50%);
		shape-margin: 6px;
	}

	.sw-about__body {
		flex: none;
		text-align: left;
		padding-top: 0 !important;
	}

	.sw-about__body h2 {
		font-size: clamp(20px, 5.6vw, 26px);
		margin-bottom: 16px;
	}

	.sw-certs__head,
	.sw-certs__koku,
	.sw-certs__copy {
		display: block;
		max-width: none;
	}

	.sw-certs__koku-label,
	.sw-certs__koku strong,
	.sw-certs__koku-org {
		white-space: normal;
	}

	.sw-certs__logos {
		grid-template-columns: 1fr 1fr;
	}

	.sw-certs__mark {
		min-height: 108px;
	}

	.sw-service__list > li,
	.sw-reason__list > li,
	.sw-works-archive > *,
	.sw-works-archive .sw-works__card {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.sw-cta__frame {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 18px;
		padding: 18px 14px;
	}

	.sw-cta__actions {
		justify-content: center;
		gap: 16px;
	}

	.sw-cta__circle {
		width: 108px;
		height: 108px;
	}

	.sw-cta__label { font-size: 13px; }
	.sw-cta__num,
	.sw-cta__en { font-size: 10px; }
	.sw-cta__icon { margin-bottom: 4px; }
	.sw-cta__icon svg { width: 20px; height: 20px; }
	.sw-cta__copy {
		text-align: center;
		width: 100%;
	}
	.sw-cta__copy ul { font-size: 14px; }
	.sw-cta__btn {
		min-width: 0;
		width: min(100%, 280px);
		height: 44px;
		font-size: 15px;
		padding: 0 16px;
	}

	.sw-reason__list figure img { height: 180px; }
	.sw-reason__banner-text { flex: 1 1 100%; text-align: center; }

	.sw-works__card,
	.sw-works__side {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.sw-works-archive {
		grid-template-columns: 1fr;
	}

	.sw-works-spec {
		grid-template-columns: 1fr;
	}

	.sw-entry__shot--works img {
		max-height: 420px;
	}

	.sw-trust__text,
	.sw-trust__logo {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.sw-trust__logo { width: min(100%, 480px); }

	.sw-news__list a {
		grid-template-columns: auto auto 1fr;
		padding: 12px 0;
	}

	.sw-news__ttl {
		grid-column: 1 / -1;
	}

	.sw-news__btn {
		width: 100%;
	}

	.sw-sub__checks {
		grid-template-columns: 1fr;
	}

	.sw-sub__checks--4,
	.sw-sub__flow {
		grid-template-columns: 1fr 1fr;
	}

	.sw-sub__paint,
	.sw-sub__paint--2,
	.sw-sub__split {
		grid-template-columns: 1fr;
	}

	.sw-sub__split--rev figure {
		order: -1;
	}

	.sw-sub__points article.sw-sub__step {
		grid-template-columns: 1fr;
	}

	.footer_nav_list { gap: 10px 16px; }
	.footer_logo img { height: 64px; }
	.footer_address,
	.footer_nav_list a { font-size: 14px; }
	.sw-table th { width: 34%; font-size: 13px; }
	.header_logo img { height: 44px; }
	.sw-sub__band .sw-inner.flex {
		flex-direction: column;
	}
	.sw-sub__band .sw-inner.flex .sw-sub__lead {
		width: 100%;
		margin-bottom: 3%;
	}
	.sw-sub__band .sw-inner.flex .sw-sub__shot {
		margin: 0;
		width: 100%;
		border: #ded724 10px solid;
	}
	.sw-sub__band .sw-inner.flex .sw-sub__shot img {
		position: unset;
		top: unset;
		left: unset;
	}
}

span.ib {
	display: inline-block;
}