@charset "UTF-8";

html {
	font-size: 1rem;
	scroll-behavior: smooth
}

body {
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	font-weight: 400
}

p {
	font-size: 1rem;
	color: #494949;
	text-align: center;
	line-height: 1.7
}

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

a {
	text-decoration: none;
	color: #393939
}

.section-ttl {
	margin-top: 96px;
	text-align: center;
	border-bottom: none;
	font-family: 'the Seasons', 'Noto Serif JP', serif;
	font-size: 2.4rem;
	color: #595959
}

.section-ttl img {
	max-width: 200px;
	height: auto;
	margin-bottom: 10px
}

.subttl {
	font-size: .9rem;
	color: #666;
	margin-top: 0;
	font-weight: 700
}

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

#header {
	position: relative;
	background: url(/wp-content/themes/align%20design%20labo/img/top.webp) no-repeat center center / cover;
	height: 488px
}

.header-catchcopy {
	position: absolute;
	top: 42%;
	left: 13%;
	z-index: 0;
	color: #565656;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	font-size: 2.2em;
	font-weight: 600;
	text-shadow: 0 0 1px rgba(0, 0, 0, .5);
	letter-spacing: 1.5px;
	line-height: 1.5
}

.showBottom {
	--ease-out-quart: cubic-bezier(.25, 1, .5, 1)
}

.showBottom .char {
	transform-origin: 50% 100%;
	transform: translateY(100%) !important;
	display: inline-block;
	opacity: 0
}

.showBottom .headline,
.showBottom .description {
	overflow: hidden;
	line-height: 1.5;
	display: block
}

.showBottom .description {
	margin-top: .5em
}

.showBottom.isActive .headline .char {
	transform: translateY(0) !important;
	opacity: 1;
	transition: transform 1s var(--ease-out-quart), opacity 0.3s ease
}

.showBottom.isActive .description .char {
	transform: translateY(0) !important;
	opacity: 1;
	transition: transform 1s var(--ease-out-quart), opacity 0.3s ease
}

.header-nav {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 20;
	background-color: rgba(0, 0, 0, .7);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	min-height: 60px
}

.header-logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	z-index: 1
}

.header-logo img {
	height: 40px;
	width: auto;
	max-height: 40px;
	object-fit: contain
}

.header-nav-list {
	display: flex;
	font-size: 1.25rem;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	letter-spacing: 1px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

.header-nav-list::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #fff;
	left: var(--underline-left, 0);
	width: var(--underline-width, 0);
	transition: all 0.3s cubic-bezier(.4, 0, .2, 1)
}

.header-nav-list li {
	margin-left: 15px
}

.header-nav-list li {
	margin-left: 15px;
	margin-top: 0;
	margin-bottom: 0
}

.header-nav-list li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 15px;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin: 0;
	line-height: 1.2
}

.header-nav-list li a .nav-jp {
	display: block;
	font-size: 1rem;
	margin-bottom: 4px;
	letter-spacing: -1px
}

.header-nav-list li a .nav-en {
	display: block;
	font-size: .65rem;
	letter-spacing: .5px;
	opacity: .8;
	line-height: 1.4;
	word-break: break-word;
	text-align: center;
	max-width: 60px
}

#header {
	position: relative;
	background: url(/wp-content/themes/align%20design%20labo/img/top.webp) no-repeat center center / cover;
	height: 488px;
	margin: 0;
	padding: 0;
	top: 0
}

.header-catchcopy {
	position: absolute;
	top: 42%;
	left: 13%;
	z-index: 0;
	color: #565656;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	font-size: 1.8rem;
	font-weight: 600;
	text-shadow: 0 0 1px rgba(0, 0, 0, .5);
	letter-spacing: 1.5px;
	line-height: 1.5;
	margin: 0
}

body {
	margin: 0 !important;
	padding: 0 !important
}

body>*:first-child {
	margin-top: 0 !important
}

#header+* {
	margin-top: 0 !important
}

@media screen and (max-width:768px) {
	.header-nav {
		display: none !important;
		height: 0;
		min-height: 0;
		padding: 0;
		margin: 0;
		pointer-events: none !important;
		visibility: hidden !important
	}
}

#js-hamburger {
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	padding: 5px;
	margin: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	z-index: 2147483647;
	pointer-events: auto;
	touch-action: manipulation;
	isolation: isolate;
	-webkit-tap-highlight-color: transparent;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

@media (max-width:768px) {
	#js-hamburger {
		display: flex
	}
}

#js-hamburger span {
	width: 34px;
	height: 4px;
	background-color: #585858;
	display: block;
	border-radius: 2px;
	margin: 4px auto;
	transition: all 0.3s ease;
	pointer-events: auto;
	touch-action: manipulation;
	cursor: pointer
}

#js-hamburger.active span:nth-child(1) {
	transform: translateY(12px) rotate(45deg)
}

#js-hamburger.active span:nth-child(2) {
	opacity: 0
}

#js-hamburger.active span:nth-child(3) {
	transform: translateY(-12px) rotate(-45deg)
}

.js-header__nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(135deg, rgba(0, 0, 0, .95) 0%, rgba(30, 30, 30, .95) 100%);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 0.4s ease;
	z-index: 9998;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none
}

.js-header__nav.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto
}

.nav-items {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center
}

.nav-items__item {
	margin: 25px 0;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s ease;
	display: none
}

.js-header__nav.active .nav-items__item {
	opacity: 1;
	transform: translateY(0);
	display: block
}

.js-header__nav.active .nav-items__item:nth-child(1) {
	transition-delay: 0.1s
}

.js-header__nav.active .nav-items__item:nth-child(2) {
	transition-delay: 0.2s
}

.js-header__nav.active .nav-items__item:nth-child(3) {
	transition-delay: 0.3s
}

.js-header__nav.active .nav-items__item:nth-child(4) {
	transition-delay: 0.4s
}

.js-header__nav.active .nav-items__item:nth-child(5) {
	transition-delay: 0.5s
}

.nav-items__item a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	border-bottom: 2px solid transparent;
	border-radius: 4px;
	line-height: 1.2
}

.nav-items__item a .nav-jp {
	display: none
}

.nav-items__item a .nav-en {
	display: block;
	font-size: 24px;
	letter-spacing: .5px;
	opacity: 1;
	line-height: 1.2;
	word-break: break-word;
	text-align: center;
	max-width: none
}

.nav-items__item a:hover {
	color: #aed0f8;
	border-bottom-color: #aed0f8;
	background-color: rgba(255, 255, 255, .1)
}

body.menu-open {
	overflow: hidden
}

.swiper-container {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 60px
}

.swiper {
	width: 100%;
	height: auto
}

.swiper-wrapper {
	align-items: center
}

.swiper-slide {
	text-align: center;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center
}

.swiper-slide img {
	width: 100%;
	max-width: 600px;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.swiper-pagination {
	position: absolute !important;
	bottom: -60px !important
}

.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -60px !important
}

.swiper-pagination-bullet {
	background: #7b7f84 !important;
	opacity: 0.5 !important
}

.swiper-pagination-bullet-active,
.swiper .swiper-pagination-bullet-active,
.swiper-container .swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: #a7b0f5 !important
}

.swiper-button-prev::after,
.swiper-button-next::after {
	color: #7b7f84;
	font-size: 20px
}

.swiper-button-prev,
.swiper-button-next {
	color: #7b7f84;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto
}

.swiper-button-prev {
	left: 10px
}

.swiper-button-next {
	right: 10px
}

.concept-section {
	padding: 60px 0 80px;
	text-align: center;
	background-color: #fdfdfd;
	margin-top: 0
}

.concept-section .section-ttl {
	margin: 80px 0;
	font-size: 2.5em;
	color: #595959;
	letter-spacing: .05em
}

.concept-text {
	max-width: 960px;
	margin: 0 auto;
	font-size: 1.18rem;
	font-weight: 400;
	line-height: 1.7;
	color: #585858;
	text-align: justify;
	word-wrap: break-word;
	word-break: normal;
	white-space: normal
}

@media (max-width:768px) {
	.concept-section {
		padding-bottom: 24px
	}

	.concept-section .section-ttl {
		font-size: 2em;
		margin-bottom: 40px;
		font-family: 'the Seasons', 'Noto Serif JP', serif;
	}

	.concept-text {
		max-width: 90%;
		font-size: 1.2rem;
		line-height: 1.6;
		padding: 0 15px;
		word-wrap: break-word;
		overflow-wrap: break-word;
		word-break: normal;
		white-space: normal
	}
}

@media (max-width:480px) {
	.concept-section {
		padding-top: 80px
	}

	.concept-section .section-ttl {
		font-size: 2.25rem;
		margin-bottom: 30px;
		font-family: 'the Seasons', 'Noto Serif JP', serif;
	}

	.concept-text {
		max-width: 95%;
		font-size: 1.2rem;
		line-height: 1.8;
		padding: 0 10px;
		text-align: left;
		word-wrap: break-word;
		overflow-wrap: break-word;
		word-break: normal;
		white-space: normal
	}
}

.service.service-menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 56px 0 80px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.service.service-menu li {
	background: #fff;
	border-radius: 12px;
	padding: 30px 20px 40px 20px;
	text-align: center;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center
}

.service.service-menu li img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin: 0 auto 16px auto;
	display: block
}

.service_menu {
	font-size: 1rem;
	font-weight: 600;
	color: #4b4b4b;
	margin-bottom: 16px;
	line-height: 1.4;
	text-align: center;
	width: 100%
}

.service.service-menu li p {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #666;
	text-align: left;
	margin: 0;
	width: 100%
}

@media (max-width:1024px) {
	.service.service-menu {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px
	}
}

@media (max-width:768px) {
	.service.service-menu {
		grid-template-columns: 1fr;
		gap: 20px;
		margin: 40px
	}

	.service.service-menu li {
		padding: 40px 30px 50px 30px
	}

	.service.service-menu li img {
		width: 80px;
		height: 80px;
		margin-bottom: 24px
	}

	.service_menu {
		font-size: 1.2rem;
		margin-bottom: 16px
	}

	.service.service-menu li p {
		font-size: 1.15rem;
		margin-bottom: 20px
	}
}

@media (max-width:480px) {
	.service.service-menu li {
		padding: 30px 20px 40px 20px
	}

	.service_menu {
		font-size: 1.45rem
	}

	.service.service-menu li p {
		font-size: 1.2rem;
		font-weight: 400
	}
}

.divider {
	text-align: center;
	font-size: 4rem;
	color: #ccc;
	margin: 20px 0;
	font-weight: 700
}

.btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: auto;
	width: 100%
}

.service-btn {
	display: inline-block;
	padding: 16px 40px;
	font-size: 24px;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	color: #fff;
	background-color: #7e7f85;
	border: solid 1px #7e7e7e;
	cursor: pointer;
	transition: background-color 0.3s;
	margin: 40px 0;
	box-shadow: 2px 2px 0 0 #5d5c5c;
	border-radius: 50px
}

.service-btn:hover {
	background-color: #c9cace
}

.service-flow {
	max-width: 1200px;
	margin: 60px auto;
	padding: 0 20px;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	color: #333
}

.flow-container {
	width: 100%
}

.flow-header {
	text-align: center;
	margin-bottom: 50px
}

.flow-title {
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 5px;
	color: #515151
}

.flow-subtitle {
	font-size: 16px;
	font-weight: 400;
	margin-top: 0;
	color: #595c41
}

.service-flow {
	max-width: 1200px;
	margin: 60px auto;
	padding: 0 20px;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	color: #333
}

.flow-container {
	width: 100%
}

.step-title {
	font-size: 1.1rem;
	font-weight: 500;
	margin: 0;
	color: #45472d;
	line-height: 1.4
}

.step-content {
	flex-grow: 1;
	padding: 0
}

.step-description {
	font-size: 15px;
	line-height: 2;
	font-feature-settings: "palt"
}

.step-description p {
	text-align: justify;
	font-size: 1rem;
	font-weight: 400
}

.step-description p:last-child {
	margin-bottom: 0
}

.faq-section {
	padding: 60px 20px;
	background-color: #fff
}

.faq-container {
	max-width: 900px;
	margin: 0 auto
}

.faq-header {
	text-align: center;
	margin-bottom: 50px
}

.faq-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #515151;
	margin-bottom: 20px
}

.faq-subtitle {
	font-size: .8rem;
	color: #7f8c8d
}

.faq-item {
	border-bottom: 1px solid #e0e0e0
}

.faq-question {
	padding: 20px 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.1rem;
	color: #494949;
	font-weight: 400
}

.faq-question::after {
	content: '+';
	font-size: 1.5rem;
	color: #6769bb;
	transition: transform 0.3s ease-in-out
}

.faq-item.active .faq-question::after {
	transform: rotate(45deg)
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
	padding: 0 20px;
	color: #555;
	background-color: #f9f9f9
}

.faq-answer p {
	margin: 0;
	padding: 20px 0;
	line-height: 1.5;
	text-align: left
}

.about {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 80px
}

.about-wrapper {
	max-width: 96%;
	margin: 0 auto
}

.about-inner-wrapper {
	max-width: 100%;
	margin: 0 auto
}

#about .section-ttl {
	margin-bottom: 60px;
	border-bottom: none;
	font-family: 'the Seasons', 'Noto Serif JP', serif;
	font-size: 2.4rem;
	color: #595959;
	text-align: center
}

.about-img-col {
	flex: 1 1 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0;
	min-width: 0
}

.about-img-col img {
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block
}

.about-text-col {
	flex: 1 1 50%;
	display: block;
	align-items: center;
	min-width: 0;
	padding-right: 5rem
}

.about-text-col p {
	text-align: justify;
	line-height: 1.6;
	margin-bottom: 1em;
	font-size: 1rem;
	font-weight: 400;
	width: 100%
}

.skills-section {
	margin-top: 25px;
	padding: 48px;
	width: 100%
}

.skills-title {
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	text-align: left;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.skills-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px
}

.skill-category {
	padding: 0
}

.skill-category-title {
	font-size: .8rem;
	font-weight: 600;
	color: #555;
	margin-bottom: 6px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px
}

.skill-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: flex-start
}

.skill-tag {
	display: inline-block;
	background-color: #f1f2f3;
	color: #333;
	font-size: .7rem;
	padding: 2px 6px;
	border-radius: 2px;
	font-weight: 400;
	border: 1px solid #e9ecef
}

@media screen and (max-width:768px) {
	.skills-section {
		margin-top: 80px;
		padding: 0 20px
	}

	.skills-title {
		font-size: 1rem;
		margin-bottom: 10px
	}

	.skills-grid {
		grid-template-columns: 1fr 1fr;
		gap: 8px
	}

	.skill-category-title {
		font-size: .95rem;
		margin-bottom: 4px
	}

	.skill-tag {
		font-size: .75rem;
		padding: 1px 4px
	}
}

@media screen and (max-width:480px) {
	.skills-section {
		margin-top: 80px;
		padding: 0 32px
	}

	.skills-title {
		font-size: 1.2rem;
		margin-bottom: 8px
	}

	.skills-grid {
		grid-template-columns: 1fr;
		gap: 6px
	}

	.skill-tags {
		gap: 2px
	}

	.skill-tag {
		font-size: .85rem;
		padding: 1px 3px
	}
}

.blog-section {
	padding: 80px 20px 16px;
	background-color: #fff
}

#blog .section-ttl {
	margin-bottom: 8px;
	border-bottom: none;
	font-family: 'the Seasons', 'Noto Serif JP', serif;
	font-size: 2.4rem;
	color: #595959;
	text-align: center
}

#blog .subttl {
	text-align: center;
	margin-bottom: 40px
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 80px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.blog-card {
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column
}

.blog-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12)
}

.blog-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit
}

.blog-card-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-color: #f5f5f5
}

.blog-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	opacity: 64%
}

.blog-card:hover .blog-card-image img {
	transform: scale(1.05)
}

.blog-card-content {
	padding: 24px;
	flex: 1;
	display: flex;
	flex-direction: column
}

.blog-card-date {
	font-size: .85rem;
	color: #999;
	margin-bottom: 12px;
	display: block
}

.blog-card-title {
	font-size: 1rem;
	font-weight: 500;
	color: #494949;
	margin: 0 0 12px 0;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.blog-card-excerpt {
	font-size: .9rem;
	color: #666;
	line-height: 1.6;
	margin: 0;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

@media screen and (max-width:1024px) {
	.blog-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px
	}
}

@media screen and (max-width:768px) {
	.blog-section {
		padding: 60px 20px
	}

	#blog .section-ttl {
		font-size: 2rem;
		font-family: 'the Seasons', 'Noto Serif JP', serif;
		margin-bottom: 16px
	}

	#blog .subttl {
		margin-bottom: 40px
	}

	.blog-grid {
		grid-template-columns: 1fr;
		gap: 32px;
		margin-bottom: 40px
	}

	.blog-card-image {
		height: 180px
	}

	.blog-card-content {
		padding: 20px
	}

	.blog-card-title {
		font-size: 1rem
	}

	.blog-card-excerpt {
		font-size: .85rem
	}
}

@media screen and (max-width:480px) {
	.blog-section {
		padding: 40px 15px
	}

	#blog .section-ttl {
		font-size: 2.25rem;
		margin-bottom: 12px
	}

	#blog .subttl {
		margin-bottom: 32px
	}

	.blog-grid {
		gap: 24px;
		margin-bottom: 32px
	}

	.blog-card-image {
		height: 160px
	}

	.blog-card-content {
		padding: 16px
	}

	.blog-card-date {
		font-size: .8rem;
		margin-bottom: 8px
	}

	.blog-card-title {
		font-size: .95rem;
		margin-bottom: 8px
	}

	.blog-card-excerpt {
		font-size: .8rem
	}
}

.blog-header {
	text-align: center;
	margin: 80px 0 60px
}

.blog-header .section-ttl {
	margin-bottom: 20px
}

.blog-list {
	max-width: 1200px;
	margin: 0 auto 80px;
	display: flex;
	flex-direction: column;
	gap: 40px
}

.blog-list-item {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
	transition: all 0.3s ease
}

.blog-list-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12)
}

.blog-list-link {
	display: flex;
	text-decoration: none;
	color: inherit;
	gap: 32px;
	align-items: center
}

.blog-list-image {
	flex: 0 0 300px;
	width: 300px;
	height: 200px;
	overflow: hidden;
	background-color: #f5f5f5
}

.blog-list-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease
}

.blog-list-item:hover .blog-list-image img {
	transform: scale(1.05)
}

.blog-list-content {
	flex: 1;
	padding: 24px 24px 24px 0;
	display: flex;
	flex-direction: column
}

.blog-list-date {
	font-size: .85rem;
	color: #999;
	margin-bottom: 12px;
	display: block
}

.blog-list-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #393939;
	margin: 0 0 16px 0;
	line-height: 1.5
}

.blog-list-excerpt {
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
	margin: 0 0 12px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.blog-list-readmore {
	font-size: .9rem;
	color: #33439e;
	font-weight: 500;
	margin-top: auto;
	display: inline-block
}

.blog-list-item:hover .blog-list-readmore {
	color: #8183ec
}

.blog-pagination {
	max-width: 1200px;
	margin: 60px auto;
	text-align: center
}

.blog-pagination .page-numbers {
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center
}

.blog-pagination .page-numbers li {
	margin: 0
}

.blog-pagination .page-numbers a,
.blog-pagination .page-numbers span {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease
}

.blog-pagination .page-numbers a:hover {
	background-color: #33439e;
	color: #fff;
	border-color: #33439e
}

.blog-pagination .page-numbers .current {
	background-color: #33439e;
	color: #fff;
	border-color: #33439e
}

.blog-empty {
	text-align: center;
	padding: 80px 20px;
	color: #999
}

.blog-single {
	max-width: 900px;
	margin: 80px auto;
	background: #fff;
	padding: 60px 32px;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .08)
}

.blog-single-header {
	margin-bottom: 40px
}

.blog-single-date {
	display: block;
	font-size: .9rem;
	color: #999;
	margin-bottom: 16px
}

.blog-single-title {
	font-size: 1.6rem;
	font-weight: 500;
	color: #494949;
	margin: 0 0 32px 0;
	line-height: 1.5;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.blog-single-image {
	width: 100%;
	margin-bottom: 40px;
	border-radius: 8px;
	overflow: hidden
}

.blog-single-image img {
	width: 100%;
	height: auto;
	display: block
}

.blog-single-content {
	font-size: 1rem;
	line-height: 1.8;
	color: #333
}

.blog-single-content p {
	margin: 1.5em 0;
	text-align: justify
}

.blog-single-content h2 {
	font-size: 1.5rem;
	font-weight: 500;
	color: #4d4d4d;
	margin: 2em 0 1em;
	padding-bottom: .5em;
	border-bottom: 2px solid #e0e0e0
}

.blog-single-content h3 {
	font-size: 1.25rem;
	font-weight: 500;
	color: #4d4d4d;
	margin: 1.5em 0 1em
}

.blog-single-content ul,
.blog-single-content ol {
	margin: 1.5em 0;
	padding-left: 2em
}

.blog-single-content li {
	margin-bottom: .5em
}

.blog-single-content a {
	color: #c7cef2;
	text-decoration: underline
}

.blog-single-content a:hover {
	color: #fff
}

.blog-single-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 1.5em 0
}

.blog-service-intro,
.blog-service-intro * {
	border: none !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: none !important
}

.blog-service-intro {
	margin: 60px 0 40px;
	padding: 40px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border-radius: 12px
}

.blog-service-intro-content {
	max-width: 100%
}

.blog-service-intro-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #333;
	margin: 0 0 20px 0;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.blog-service-intro-text {
	font-size: 1rem;
	line-height: 1.8;
	color: #555;
	margin: 0 0 24px 0;
	text-align: justify
}

.blog-service-intro-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 40px
}

.blog-service-intro-button {
	display: inline-block;
	padding: 12px 32px;
	background-color: #3b4996;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 500;
	transition: all 0.3s ease;
	box-shadow: 0 4px 8px rgba(51, 67, 158, .2)
}

.blog-service-intro-button:hover {
	background-color: #23368e;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(51, 67, 158, .3)
}

.blog-service-intro-button-contact {
	background-color: #3b4996
}

.blog-service-intro-button-contact:hover {
	background-color: #23368e
}

.blog-service-intro-instagram-wrapper {
	text-align: center;
	margin-top: 16px
}

.blog-service-intro-instagram {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
	padding: 8px 16px;
	border-radius: 6px
}

.blog-service-intro-instagram:hover {
	background-color: #fdfdfd;
	transform: translateY(-2px)
}

.blog-service-intro-instagram-icon {
	width: 24px;
	height: 24px;
	object-fit: contain;
	display: block
}

.blog-service-intro-instagram-text {
	font-size: .95rem;
	color: #333;
	font-weight: 500
}

@media screen and (max-width:1024px) {
	.blog-list-link {
		flex-direction: column;
		gap: 0
	}

	.blog-list-image {
		flex: none;
		width: 100%;
		height: 250px
	}

	.blog-list-content {
		padding: 24px
	}

	.blog-single {
		padding: 40px 30px
	}

	.blog-single-title {
		font-size: 1.75rem
	}

	.blog-service-intro {
		padding: 30px
	}

	.blog-service-intro-title {
		font-size: 1.3rem
	}

	.blog-service-intro-buttons {
		gap: 16px
	}

	.blog-service-intro-button {
		padding: 10px 24px;
		font-size: .9rem
	}
}

@media screen and (max-width:768px) {
	.blog-header {
		margin: 60px 0 40px
	}

	.blog-list {
		gap: 32px;
		margin-bottom: 60px
	}

	.blog-list-image {
		height: 200px
	}

	.blog-list-title {
		font-size: 1.25rem
	}

	.blog-list-excerpt {
		font-size: .9rem
	}

	.blog-single {
		padding: 30px 20px;
		margin-bottom: 60px
	}

	.blog-single-title {
		font-size: 1.5rem
	}

	.blog-single-content {
		font-size: .95rem
	}

	.blog-service-intro {
		margin: 40px 0 30px;
		padding: 24px
	}

	.blog-service-intro-title {
		font-size: 1.2rem;
		margin-bottom: 16px
	}

	.blog-service-intro-text {
		font-size: .9rem;
		margin-bottom: 20px
	}

	.blog-service-intro-button {
		padding: 10px 24px;
		font-size: .9rem
	}

	.blog-service-intro-buttons {
		flex-direction: column;
		gap: 16px
	}
}

@media screen and (max-width:480px) {
	.blog-header {
		margin: 40px 0 32px
	}

	.blog-header .section-ttl {
		font-size: 2rem;
		font-family: 'Noto Serif JP', serif
	}

	.blog-list {
		gap: 24px
	}

	.blog-list-image {
		height: 180px
	}

	.blog-list-content {
		padding: 20px
	}

	.blog-list-title {
		font-size: 1.1rem
	}

	.blog-list-excerpt {
		font-size: .85rem;
		-webkit-line-clamp: 2;
		line-clamp: 2
	}

	.blog-single {
		padding: 24px 16px
	}

	.blog-single-title {
		font-size: 1.3rem;
		font-weight: 500
	}

	.blog-single-content {
		font-size: .9rem
	}

	.blog-pagination .page-numbers a,
	.blog-pagination .page-numbers span {
		padding: 6px 12px;
		font-size: .9rem
	}

	.blog-service-intro {
		margin: 32px 0 24px;
		padding: 20px
	}

	.blog-service-intro-title {
		font-size: 1.1rem;
		margin-bottom: 12px
	}

	.blog-service-intro-text {
		font-size: 1.125rem;
		margin-bottom: 16px
	}

	.blog-service-intro-button {
		padding: 8px 20px;
		font-size: 1.125rem
	}

	.blog-service-intro-buttons {
		flex-direction: column;
		gap: 12px
	}

	.blog-service-intro-button {
		width: 100%;
		max-width: 280px;
		text-align: center
	}

	.blog-service-intro-instagram-icon {
		width: 20px;
		height: 20px
	}

	.blog-service-intro-instagram-text {
		font-size: 1.25rem
	}
}

#works h2.section-ttl {
	margin: 80px 0 60px;
	border-bottom: none;
	font-family: 'the Seasons', 'Noto Serif JP', serif;
	font-size: 2.4rem;
	color: #595959;
	text-align: center
}

#works ul,
.works-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-flow: row;
	gap: 32px 32px;
	row-gap: 40px;
	list-style: none;
	padding: 0;
	margin-bottom: 96px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.works-item.hidden {
	display: none !important
}

.works-item {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	border-radius: 8px;
	overflow: hidden;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	position: relative;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .05)
}

.works-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, .1)
}

.works-item a {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 100%
}

.work-image-container {
	width: 100%;
	height: 180px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ccc
}

.work-image-container img,
.work-image-container picture,
.work-image-container picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease
}

.work-image-container picture {
	width: 100%;
	height: 100%;
	display: block
}

.works-item[data-category="banner"] .work-image-container {
	height: 180px
}

.works-item[data-category="banner"] .work-image-container img,
.works-item[data-category="banner"] .work-image-container picture,
.works-item[data-category="banner"] .work-image-container picture img {
	object-fit: contain
}

.work-info {
	padding: 15px;
	text-align: left
}

.work-category,
.work-role {
	font-size: 14px;
	color: #555;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.4
}

.work-category {
	font-weight: 700;
	color: #333;
	margin-bottom: 8px
}

.work-tech-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 10px
}

.work-tech-tags span {
	display: inline-block;
	background-color: #e0e0e0;
	color: #666;
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 4px;
	white-space: nowrap
}

.works-categories {
	text-align: center;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding: 0 10px
}

.works-categories .category-btn {
	background-color: #e0e0e0;
	color: #555;
	border: none;
	padding: 10px 20px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s, color 0.3s;
	flex-shrink: 0
}

/* カテゴリーボタンのホバー効果 */
.works-categories .category-btn:hover {
    background-color: #c0c0c0;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.works-categories .category-btn:not(.active):hover {
    background-color: #d0d0d0;
    color: #444;
}

.works-categories .category-btn.active {
    background-color: #7e7f85;
    color: #fff;
    font-weight: 600;
}

.works-detail-container {
	display: flex;
	max-width: 960px;
	margin: 60px auto 80px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
	overflow: hidden;
	flex-wrap: wrap
}

.works-detail-left {
	flex: 1;
	min-width: 300px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box
}

.works-detail-image {
	width: 100%;
	max-width: 400px;
	margin-bottom: 20px
}

.works-detail-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px
}

.works-detail-link-area {
	text-align: center;
	width: 100%;
	max-width: 400px
}

.works-detail-link-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #555;
	margin-bottom: 8px;
	text-align: center
}

.works-detail-site-link {
	display: block;
	font-size: .95rem;
	color: #007bff;
	word-break: break-all;
	margin-bottom: 20px;
	text-align: center
}

.works-detail-site-link:hover {
	text-decoration: underline
}

.works-detail-button {
	display: inline-block;
	padding: 12px 30px;
	background-color: #97a2bc;
	color: #fff;
	border-radius: 50px;
	text-decoration: none;
	font-size: 1rem;
	transition: background-color 0.3s ease, transform 0.3s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.works-detail-button:hover {
	background-color: #566571;
	transform: translateY(-2px)
}

.works-detail-right {
	flex: 1;
	min-width: 300px;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column
}

.works-detail-description-section,
.works-detail-info-section {
	margin-bottom: 30px;
	text-align: left
}

.works-detail-description-section:last-child,
.works-detail-info-section:last-child {
	margin-bottom: 0
}

.works-detail-sub-title {
	font-size: 1.2rem;
	color: #636363;
	margin-bottom: 15px;
	border-left: 5px solid #6c7a89;
	padding-left: 10px;
	line-height: 1.2
}

.works-detail-description {
	font-size: 1rem;
	line-height: 1.3;
	color: #727272;
	text-align: justify;
	margin-bottom: 0
}

.works-detail-info-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.works-detail-info-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px
}

.info-label {
	flex-shrink: 0;
	font-weight: 500;
	color: #6c7a89;
	margin-right: 15px;
	width: 80px
}

.info-value {
	flex-grow: 1;
	color: #555;
	line-height: 1.6
}

.info-tech-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}

.tech-tag {
	display: inline-block;
	background-color: #e0e0e0;
	color: #4a5d6e;
	font-size: .85rem;
	padding: 6px 12px;
	border-radius: 4px;
	white-space: nowrap;
	border: 1px solid #cddae7
}

.re_btn_container {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 80px
}

.re_btn {
	display: inline-block;
	padding: 16px 40px;
	font-size: 1.2rem;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	color: #fff;
	background-color: #7e7f85;
	border: solid 1px #7e7e7e;
	border-radius: 50px;
	box-shadow: 2px 2px 0 0 #5d5c5c;
	transition: background-color 0.3s, transform 0.3s
}

.re_btn:hover {
	background-color: #c9cace;
	transform: translateY(-2px);
	box-shadow: 4px 4px 0 0 #5d5c5c
}

.price-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.price-main-title {
	font-size: 3rem;
	text-align: center;
	margin: 64px 0 32px;
	color: #555;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.price-subtitle {
	font-size: 24px;
	color: #555;
	text-align: center;
	margin-bottom: 40px;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.price-discription {
	text-align: center;
	font-size: 1.05rem;
	margin: 40px 0;
	line-height: 1.6;
	white-space: normal;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

@media screen and (min-width:481px) {
	br.sp-only {
		display: none
	}

	.price-discription {
		white-space: nowrap
	}

	.price-discription br:not(.sp-only) {
		display: none
	}
}

.section {
	margin-bottom: 80px
}

.area {
	padding: 20px 0
}

.price-wrapper h2.basic_disc,
.price-wrapper h2.price-title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 24px;
	position: relative;
	padding-bottom: 15px;
	color: #555;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.price-wrapper h2.basic_disc:after,
.price-wrapper h2.price-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background: linear-gradient(to right, #aed0f8, #1154a4)
}

.price-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 40px 0
}

.pricing-card {
	flex: 1 1 280px;
	max-width: 350px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
	padding: 25px;
	text-align: center;
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.pricing-card:hover {
	transform: translateY(-5px)
}

.pricing-card.main {
	border-top: 5px solid #9c9c9c;
}

.pricing-card.left {
	border-top: 5px solid #9c9c9c;
}

.pricing-card.right {
	border-top: 5px solid #9c9c9c;
}

.pricing-card h2 {
	font-size: 1.24rem;
	color: #393939;
	font-weight: 500;
	margin: 10px 0;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.pricing-card .p_ttl,
.pricing-card .p_ttl_center {
	font-size: 1.3rem;
	color: #666;
	margin-bottom: 10px;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.pricing-card .p_ttl {
	background: linear-gradient(135deg, #b3bdde 0%, #7a8bc4 100%);
	color: #fff;
	padding: 8px 16px;
	border-radius: 20px;
	display: inline-block;
	font-weight: 700;
	box-shadow: 0 2px 8px rgba(179, 189, 222, .3);
}

.pricing-card .p_ttl_center {
	background: #9c9c9c;
	color: #fff;
	padding: 8px 16px;
	border-radius: 20px;
	display: inline-block;
	font-weight: 700;
	position: relative;
}

.pricing-card .price {
	font-size: 28px;
	color: #393939;
	margin: 20px 0;
	font-weight: 700;
	letter-spacing: -.5px;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.features {
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
	text-align: left;
	flex-grow: 1
}

.features li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	font-size: 1.025rem;
	position: relative;
	padding-left: 20px;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	color: #393939;
}

.features li:before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #4a90e2
}

.price-wrapper table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 30px;
	font-size: 15px
}

.price-wrapper th,
.price-wrapper td {
	padding: 15px;
	border: 1px solid #e0e0e0;
	vertical-align: middle;
	text-align: left;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.price-wrapper th {
	background-color: #f8f9fa;
	width: 23%;
	text-transform: none;
	color: #555;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.price-wrapper td {
	text-align: left
}

.price-wrapper td.b_price {
	width: 16%;
	text-align: right;
	font-size: 16px;
	color: #393939;
	white-space: nowrap;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.price-wrapper td.b_price_txt {
	width: 50%;
	font-size: 14px;
	line-height: 1.6;
	color: #434343;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.caution {
	background-color: #f9f9f9;
	padding: 15px;
	border-radius: 5px;
	font-size: .93rem;
	line-height: 1.3;
	color: #666;
	margin: 0 0 64px;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.flow-section .caution {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 20px;
}

.caution ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
;
}

.caution ul li {
	margin-bottom: 1em
}

.caution ul li:last-child {
	margin-bottom: 0
}

.caution ul li br {
	display: block;
	height: 1em;
	line-height: 1em
}

/* 制作の流れセクション */
.flow-section {
	background: #fff;
	padding: 60px 0;
	margin: 0;
 }
 
 .flow-container {
	max-width: 1200px;
	margin: 0 auto;
	/* padding: 0 20px; */
	text-align: center;
 }
 
 .flow-title {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 50px;
	color: #494949;
	position: relative;
	display: inline-block;
	padding: 0 100px;
 }
 
 .flow-title::before,
 .flow-title::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 80px;
	height: 1px;
	background: #d0d0d0;
 }
 
 .flow-title::before {
	left: 0;
 }
 
 .flow-title::after {
	right: 0;
 }
 
.flow-section .flow-steps {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	margin-bottom: 30px;
	flex-wrap: nowrap;
	overflow-x: visible;
	position: relative;
}

.flow-section .flow-step {
	flex: 1 1 0;
	min-width: 0;
	text-align: left;
	width: auto;
	background: #f5f5f5;
	padding: 40px 60px 40px 40px;
	color: #333;
	position: relative;
	clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.flow-section .flow-step:first-child {
	background: #fff;
	border: 1px solid #e0e0e0;
	z-index: 5;
}

.flow-section .flow-step:nth-child(2) {
	background: #f0f0f0;
	margin-left: -40px;
	padding-left: 60px;
	z-index: 4;
}

.flow-section .flow-step:nth-child(3) {
	background: #e5e5e5;
	margin-left: -40px;
	padding-left: 60px;
	z-index: 3;
}

.flow-section .flow-step:nth-child(4) {
	background: #d8d8d8;
	margin-left: -40px;
	padding-left: 60px;
	z-index: 2;
}

.flow-section .flow-step:nth-child(5) {
	background: #cfcfcf;
	margin-left: -40px;
	padding-left: 60px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	z-index: 1;
}
 
.flow-section .step-number {
	font-size: 1.25rem;
	color: #393939;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 1;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.flow-section .step-title {
	font-size: 1.025rem;
	font-weight: 600;
	margin-bottom: 12px;
	color: #393939;
	line-height: 1.4;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}

.flow-section .step-description {
	font-size: 0.875rem;
	line-height: 1.8;
	color: #393939;
	text-align: left;
	padding: 0;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
}
 
/* レスポンシブ対応 */
@media (max-width: 1200px) {
	.flow-section .flow-container {
	   max-width: 100%;
	}
	
	.flow-section .flow-steps {
	   justify-content: center;
	   padding: 0 20px;
	   gap: 0;
	}
	
	.flow-section .flow-step {
	   flex: 1 1 0;
	   min-width: 0;
	}
	
	.flow-section .flow-step:nth-child(2),
	.flow-section .flow-step:nth-child(3),
	.flow-section .flow-step:nth-child(4),
	.flow-section .flow-step:nth-child(5) {
	   margin-left: -40px;
	   padding-left: 60px;
	}
}

@media (max-width: 900px) {
	.flow-section .flow-step {
	   flex: 1 1 0;
	   min-width: 0;
	}
	
	.flow-section .flow-step:nth-child(2),
	.flow-section .flow-step:nth-child(3),
	.flow-section .flow-step:nth-child(4),
	.flow-section .flow-step:nth-child(5) {
	   margin-left: -40px;
	   padding-left: 60px;
	}
	
	.flow-section .step-number {
	   font-size: 1.25rem;
	}
	
	.flow-section .step-title {
	   font-size: 1.25rem;
	}
	
	.flow-section .step-description {
	   font-size: 0.8125rem;
	}
}

@media (max-width: 768px) {
	.flow-section {
	   padding: 50px 15px;
	}
	
	.flow-title {
	   font-size: 24px;
	   padding: 0 70px;
	   margin-bottom: 40px;
	}
	
	.flow-title::before,
	.flow-title::after {
	   width: 50px;
	}
	
	.flow-section .flow-steps {
	   flex-direction: column;
	   gap: 20px;
	   overflow-x: visible;
	}
	
	.flow-section .flow-step {
	   width: 100%;
	   max-width: 400px;
	   margin: 0 auto;
	   padding: 30px 25px;
	   clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	   margin-left: 0;
	}
	
	.flow-section .flow-step:nth-child(2),
	.flow-section .flow-step:nth-child(3),
	.flow-section .flow-step:nth-child(4),
	.flow-section .flow-step:nth-child(5) {
	   margin-left: 0;
	   padding-left: 25px;
	}
	
	.flow-section .flow-step:not(:last-child) {
	   margin-bottom: 0;
	}
	
	.flow-section .step-number {
	   font-size: 1.5rem;
	   margin-bottom: 15px;
	}
	
	.flow-section .step-title {
	   font-size: 1.25rem;
	   margin-bottom: 12px;
	}
	
	.flow-section .step-description {
	   text-align: justify;
	   padding: 0;
	   font-size: 0.875rem;
	}
}

.contact-confirm-page,
.contact-thanks-page {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 20px
}

.contact-confirm-header,
.contact-thanks-header {
	text-align: center;
	margin-bottom: 40px
}

.contact-confirm-header .section-ttl,
.contact-thanks-header .section-ttl {
	margin-bottom: 20px
}

.contact-thanks-header .section-ttl {
	font-size: 2.2rem
}

.contact-confirm-content,
.contact-thanks-content {
	font-size: 1rem;
	line-height: 1.8;
	color: #333;
	margin-bottom: 40px;
	text-align: center
}

.contact-confirm-content p,
.contact-thanks-content p {
	margin-bottom: 1.5em
}

.contact-confirm-form-wrapper {
	margin-top: 40px
}

.contact-confirm-loading {
	text-align: center;
	color: #999;
	padding: 40px
}

.contact-confirm-data {
	background: #f9f9f9;
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 30px
}

.contact-confirm-data h3 {
	font-size: 1.3rem;
	font-weight: 600;
	color: #393939;
	margin: 0 0 20px 0;
	text-align: center
}

.contact-confirm-list {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0
}

.contact-confirm-list dt {
	font-weight: 600;
	color: #555;
	margin-bottom: 4px;
	font-size: .9rem
}

.contact-confirm-list dd {
	margin: 0 0 16px 0;
	padding: 12px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	color: #333;
	white-space: pre-wrap;
	word-wrap: break-word
}

.contact-confirm-actions {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
	flex-wrap: wrap
}

.contact-confirm-back-btn,
.contact-confirm-submit-btn {
	padding: 12px 32px;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
	text-decoration: none;
	display: inline-block
}

.contact-confirm-back-btn {
	background-color: #f5f5f5;
	color: #333;
	border: 1px solid #ddd
}

.contact-confirm-back-btn:hover {
	background-color: #e0e0e0
}

.contact-confirm-submit-btn {
	background-color: #33439e;
	color: #fff;
	box-shadow: 0 4px 8px rgba(51, 67, 158, .2)
}

.contact-confirm-submit-btn:hover {
	background-color: #23368e;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(51, 67, 158, .3)
}

.contact-thanks-actions {
	margin-top: 40px;
	text-align: center
}

.contact-confirm-empty,
.contact-thanks-empty {
	text-align: center;
	padding: 80px 20px;
	color: #999
}

@media screen and (max-width:768px) {

	.contact-confirm-page,
	.contact-thanks-page {
		padding: 40px 15px
	}

	.contact-confirm-header .section-ttl {
		font-size: 2rem;
		font-family: 'Noto Serif JP', serif
	}

	.contact-thanks-header .section-ttl {
		font-size: 2.2rem;
		font-family: 'Noto Serif JP', serif
	}

	.contact-confirm-content,
	.contact-thanks-content {
		font-size: .95rem
	}

	.contact-confirm-data {
		padding: 20px
	}

	.contact-confirm-list dt {
		font-size: .85rem
	}

	.contact-confirm-list dd {
		padding: 10px;
		font-size: .9rem
	}

	.contact-confirm-actions {
		flex-direction: column;
		gap: 12px
	}

	.contact-confirm-back-btn,
	.contact-confirm-submit-btn {
		width: 100%;
		max-width: 300px
	}
}

@media screen and (max-width:480px) {

	.contact-confirm-page,
	.contact-thanks-page {
		padding: 30px 10px
	}

	.contact-confirm-header .section-ttl {
		font-size: 1.75rem
	}

	.contact-thanks-header .section-ttl {
		font-size: 1.6rem
	}

	.contact-confirm-content,
	.contact-thanks-content {
		font-size: .9rem
	}

	.contact-confirm-data {
		padding: 16px
	}

	.contact-confirm-data h3 {
		font-size: 1.1rem
	}

	.contact-confirm-list dt {
		font-size: .8rem
	}

	.contact-confirm-list dd {
		padding: 8px;
		font-size: .85rem
	}

	.contact-confirm-back-btn,
	.contact-confirm-submit-btn {
		padding: 10px 24px;
		font-size: .9rem
	}
}

#contact {
	background-color: #fbfbfb;
	text-align: center
}

.contact_container {
	max-width: 700px;
	margin: 0 auto;
	padding: 30px;
	background-color: #fbfbfb;
	border-radius: 8px
}

.contact_container p {
	font-size: 1.15rem
}

.cta_txt {
	font-size: 1.2rem;
	font-weight: 400;
	color: #494949;
	margin: 40px 0;
	line-height: 1.6;
	text-align: center
}

.wpcf7 {
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	max-width: 600px;
	margin: 0 auto
}

.wpcf7-form {
	max-width: 100%
}

.wpcf7-form p {
	text-align: left;
	margin-bottom: 20px;
	color: #333
}

.wpcf7-form label {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #555;
	margin-bottom: 16px
}

.wpcf7-form label .wpcf7-list-item-label {
	font-weight: 400;
	margin-left: 5px
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width: calc(100% - 20px);
	margin-bottom: 1.5rem;
	padding: 12px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	color: #333;
	background-color: #fcfcfc;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	box-sizing: border-box
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
	border-color: #8BD;
	box-shadow: 0 0 5px rgba(136, 187, 221, .5);
	outline: none
}

.wpcf7-form textarea {
	min-height: 150px;
	resize: vertical
}

.wpcf7-form .wpcf7-form-control-wrap {
	position: relative;
	display: block
}

.wpcf7-form label.wpcf7-list-item-label::after,
.wpcf7-form label::after {
	content: " *必須";
	color: #e74c3c;
	font-size: .7em;
	margin-left: 5px;
	font-weight: 400
}

.wpcf7-list-item {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	font-weight: 400
}

.wpcf7-submit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	margin: 0 auto;
	padding: .9em 2em;
	border: 1.5px solid #323e83;
	border-radius: 5px;
	background-color: #fff;
	color: #323e83;
	font-size: 1em;
	text-align: center;
	box-shadow: 2px 3px 4px rgb(136 141 160);
}

.wpcf7-submit:hover {
	border: none;
	background-color: #5f6da9;
	color: #fff;
	font-weight: 600
}

.wpcf7-submit::after {
	transform: rotate(45deg);
	width: 5px;
	height: 5px;
	margin-left: 10px;
	border-top: 2px solid #345acb;
	border-right: 2px solid #345acb;
	content: ''
}

.wpcf7-submit:hover::after {
	border-color: #fff
}

.wpcf7-previous {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	margin: 0 auto;
	padding: .9em 2em;
	border: 1px solid #a8abb5;
	border-radius: 5px;
	background-color: #fff;
	color: #a8abb5;
	font-size: 1em;
	text-align: center
}

.wpcf7-previous::hover {
	border: none;
	background-color: #a8abb5;
	color: #fff;
	font-weight: 600
}

.wpcf7-response-output {
	margin-top: 20px;
	padding: 15px;
	border-radius: 4px;
	font-size: 15px;
	text-align: center;
	word-break: break-word
}

.wpcf7-response-output.wpcf7-validation-errors {
	border: 1px solid #cc5050;
	background-color: #f8d7da;
	color: #721c24
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	border: 1px solid #28a745;
	background-color: #d4edda;
	color: #155724
}

.wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-aborted,
.wpcf7-response-output.wpcf7-spam-blocked {
	border: 1px solid #ffc107;
	background-color: #fff3cd;
	color: #856404
}

footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 30px 0
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	display: flex;
	justify-content: center;
	gap: 32px;
	flex-wrap: wrap
}

.footer-nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	transition: color 0.3s ease
}

.footer-nav li a:hover {
	color: #aaa
}

.copyright {
	font-size: 12px;
	color: #bbb
}

.button-center-wrapper {
	display: flex;
	justify-content: center
}

.instagram-link-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 32px 0
}

.instagram-text {
	text-align: center;
	margin-bottom: 16px;
	font-size: 1.18rem;
	color: #666;
	white-space: normal
}

.instagram-text br.sp-only {
	display: none
}

.instagram-link {
	display: inline-flex;
	align-items: center;
	color: #E4405F;
	text-decoration: none;
	font-size: 1.2rem;
	transition: opacity 0.3s ease
}

.instagram-link:hover {
	opacity: .7
}

.instagram-link svg {
	margin-right: 8px;
	width: 24px;
	height: 24px
}

.instagram-link img {
	width: 32px;
	height: 32px;
	display: block;
	transition: opacity 0.3s ease
}

.instagram-link:hover img {
	opacity: .7
}

.custom-button,
.flow_cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 40px;
	margin-bottom: 40px;
	font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif !important;
	font-size: 1.6rem;
	color: #fff;
	border: none;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background-color: #262857;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .2), inset 0 2px 4px rgba(255, 255, 255, .2);
	text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	transition: all 0.3s ease
}

.custom-button::before,
.flow_cta-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #9fa7dc 0%, #383365 100%);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100%);
	transition: transform 0.4s cubic-bezier(.7, 0, .3, 1), opacity 0.4s ease, visibility 0.4s ease;
	z-index: -1
}

.custom-button:hover::before,
.flow_cta-btn:hover::before {
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

.custom-button span,
.flow_cta-btn span {
	position: relative;
	color: #fff
}

.custom-button.with-arrow::after {
	content: '→';
	margin-left: 10px;
	font-size: 1.2em;
	position: relative;
	color: #fff;
	transition: transform 0.3s ease
}

.custom-button.with-arrow:hover::after {
	transform: translateX(5px)
}

.custom-button:hover,
.flow_cta-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .3), inset 0 2px 4px rgba(255, 255, 255, .3)
}

.custom-button:active,
.flow_cta-btn:active {
	transform: translateY(0);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2), inset 0 2px 4px rgba(0, 0, 0, .2)
}

#works .btn-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 96px
}

#service .btn-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 80px
}

#contact .cta-btn_center {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px
}

#contact .cta-btn {
	color: #fff
}

.mobile-stack {
	display: flex;
	flex-direction: column;
	gap: 0
}

.table-row {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.th-like,
.td-like {
	padding: 8px 10px;
	line-height: 1.5;
	border: none
}

.th-like {
	flex: 2;
	font-weight: 700
}

.td-like[data-label="料金"] {
	flex: 1;
	white-space: nowrap;
	font-weight: 700;
	text-align: center
}

.td-like[data-label="内容"] {
	flex: 3
}

.th-like,
.td-like[data-label="料金"] {
	margin-right: 15px;
	padding-right: 15px
}

.works-detail-description-section {
	margin-bottom: 20px
}

.works-detail-sub-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	padding-bottom: 8px
}

.works-detail-description {
	white-space: pre-wrap;
	line-height: 1.8;
	color: #555
}

@media screen and (min-width:769px) {
	#js-hamburger {
		display: none !important
	}

	.js-header__nav {
		display: none !important
	}

	.header-nav {
		display: flex !important
	}

	.price-container {
		flex-wrap: nowrap;
		gap: 30px;
		align-items: flex-start
	}

	.pricing-card {
		flex: 1 1 calc(33.333% - 20px);
		max-width: 380px;
		min-width: 300px
	}

	.pricing-card.main {
		box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
		z-index: 1;
		position: relative;
		border-top-width: 6px
	}

	.pricing-card.main:hover {
		box-shadow: 0 12px 32px rgba(0, 0, 0, .2)
	}

	.pricing-card.main .price {
		font-size: 32px;
		color: #393939;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.pricing-card.main .p_ttl_center {
		background: #9c9c9c;
		color: #fff;
		padding: 8px 16px;
		border-radius: 20px;
		display: inline-block;
		font-size: 1.1rem;
		margin-bottom: 15px;
	}

	.pricing-card.left .p_ttl {
		background: #9c9c9c;
		color: #fff;
		padding: 8px 16px;
		border-radius: 20px;
		display: inline-block;
		font-size: 1.1rem;
		margin-bottom: 15px;
		box-shadow: 0 2px 8px rgba(179, 189, 222, .3);
		font-weight: 700;
	}

	.pricing-card.right .p_ttl {
		background: #9c9c9c;
		color: #fff;
		padding: 8px 16px;
		border-radius: 20px;
		display: inline-block;
		font-size: 1.1rem;
		margin-bottom: 15px;
		font-weight: 700;
	}
}

@media screen and (min-width:481px) and (max-width:768px) {
	.price-container {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center
	}

	.pricing-card {
		flex: 1 1 calc(50% - 10px);
		max-width: 350px;
		min-width: 280px
	}
}

@media screen and (max-width:768px) {
	html {
		font-size: 14px
	}

	body {
		line-height: 1.6;
		overflow-x: hidden
	}

	.wrapper {
		padding: 0 20px
	}

	#header {
		height: 300px
	}

	#header .header-catchcopy {
		position: absolute;
		font-size: 1.8em;
		top: 35%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 85%;
		text-align: center;
		z-index: 10;
		line-height: 1.4;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
		color: #565656;
		font-weight: 600;
		text-shadow: 0 0 1px rgba(0, 0, 0, .5);
		letter-spacing: 1.5px
	}

	.header-nav {
		display: none !important
	}

	.section-ttl {
		margin-top: 80px;
		margin-bottom: 50px;
		font-size: 2rem;
		font-family: 'Noto Serif JP', serif
	}

	.section-ttl img {
		max-width: 150px
	}

	.flow-title,
	.service-btn {
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif !important
	}

	.price-wrapper {
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.price-subtitle {
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.price-discription {
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.price-wrapper h2.basic_disc,
	.price-wrapper h2.price-title {
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.pricing-card h2 {
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.pricing-card .p_ttl,
	.pricing-card .p_ttl_center {
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.price-wrapper th,
	.price-wrapper td {
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.price-wrapper td.b_price_txt {
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.caution {
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.subttl {
		font-size: 1rem
	}

	.price-wrapper {
		padding: 20px 10px;
		overflow-x: hidden
	}

	.price-wrapper table {
		table-layout: auto;
		font-size: 13px;
		width: 100%;
		max-width: 100%
	}

	.price-wrapper th,
	.price-wrapper td {
		padding: 10px 8px;
		font-size: 13px;
		word-wrap: break-word;
		overflow-wrap: break-word;
		word-break: normal;
		white-space: normal
	}

	.price-wrapper th {
		width: auto;
		min-width: 25%;
		max-width: 30%;
		color: #555;
	}

	.price-wrapper td.b_price {
		width: auto;
		min-width: 20%;
		max-width: 25%;
		white-space: normal;
		text-align: left;
		font-size: 1rem;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.price-wrapper td.b_price_txt {
		width: auto;
		font-size: 1rem;
		line-height: 1.5;
		word-wrap: break-word;
		overflow-wrap: break-word;
		max-width: 50%;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.price-main-title {
		font-size: 2rem;
		margin: 40px 0 20px
	}

	.price-subtitle {
		font-size: 18px;
		margin-bottom: 30px;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.price-discription {
		font-size: .95rem;
		padding: 0 10px;
		word-wrap: break-word;
		overflow-wrap: break-word;
		white-space: normal;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.price-discription br:not(.sp-only) {
		display: none
	}

	#about {
		padding: 80px 20px;
		text-align: center
	}

	.about-wrapper {
		max-width: 100%;
		margin: 0 auto;
		padding: 0
	}

	.about-inner-wrapper {
		max-width: 100%;
		margin: 0 auto;
		padding: 0
	}

	.about {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 30px;
		margin: 0 auto;
		width: 100%
	}

	.about-img-col,
	.about-text-col {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		flex: none;
		padding: 0;
		display: block;
		align-items: center;
		justify-content: center
	}

	.about-img-col {
		justify-content: center
	}

	.about-img-col img {
		max-width: 280px;
		margin: 0 auto
	}

	.about-text-col {
		text-align: center;
		width: 100%
	}

	.about-text-col p {
		text-align: left;
		margin: 0 auto;
		padding: 0 20px;
		max-width: 100%;
		box-sizing: border-box;
		font-size: 1.1rem
	}

	#about .section-ttl {
		text-align: center;
		margin-bottom: 40px;
		font-size: 2rem;
		font-family: 'Noto Serif JP', serif
	}

	#works {
		padding: 60px 20px
	}

	#works h2.section-ttl {
		margin-bottom: 40px;
		font-size: 2rem;
		font-family: 'Noto Serif JP', serif;
		text-align: center
	}

	#works ul,
	.works-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		row-gap: 20px;
		margin-bottom: 60px;
		padding: 0 10px
	}

	.works-item {
		width: 100%;
		max-width: 100%
	}

	.work-image-container {
		height: 120px
	}

	.work-info {
		padding: 12px
	}

	.work-category,
	.work-role {
		font-size: 12px
	}

	.work-tech-tags span {
		font-size: 10px;
		padding: 3px 6px
	}

	.works-categories {
		margin-bottom: 30px;
		padding: 0 20px
	}

	.works-categories .category-btn {
		padding: 8px 16px;
		font-size: 14px
	}

	.footer-nav {
		display: none !important
	}

	.swiper-container {
		padding-bottom: 80px
	}

	.swiper-pagination,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: -40px !important;
		margin-bottom: 20px !important
	}

	.contact_container {
		padding: 25px 20px
	}

	.cta_txt {
		font-size: 1.2rem;
		line-height: 1.7;
		margin-bottom: 35px;
		padding: 0 15px;
		word-break: normal;
		overflow-wrap: break-word
	}
}

@media screen and (max-width:480px) {
	.service.service-menu {
		gap: 20px;
		margin: 8px 16px
	}

	.service.service-menu li {
		flex: 0 1 calc(50% - 10px);
		min-width: 250px;
		padding: 30px 20px 40px 20px
	}

	.flow-step {
		flex-direction: column
	}

	.step-left-column {
		width: 100%;
		border-right: none;
		border-bottom: 2px solid #bcbdc5;
		padding-right: 0;
		padding-bottom: 15px;
		margin: 0 0 15px 0
	}

	.swiper-container {
		max-width: 90%;
		padding: 0 50px;
		padding-bottom: 80px
	}

	.swiper-slide img {
		max-width: 500px
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 36px;
		height: 36px
	}

	.swiper-pagination,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: -40px !important;
		margin-bottom: 20px !important
	}

	.price-container {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center
	}

	.pricing-card {
		flex: 1 1 calc(100% - 30px);
		max-width: calc(100% - 30px);
		min-width: 300px
	}

	.pricing-card.main .p_ttl_center {
		background: #9c9c9c;
		color: #fff;
		padding: 10px 20px;
		border-radius: 25px;
		display: inline-block;
		font-size: 1.15rem;
		margin-bottom: 15px;
		font-weight: 700;
	}

	.pricing-card.left .p_ttl {
		background: #9c9c9c;
		color: #fff;
		padding: 10px 20px;
		border-radius: 25px;
		display: inline-block;
		font-size: 1.15rem;
		margin-bottom: 15px;
		box-shadow: 0 4px 12px rgba(179, 189, 222, .4);
		font-weight: 700;
		letter-spacing: 1px;
	}

	.pricing-card.right .p_ttl {
		background: #9c9c9c;
		color: #fff;
		padding: 10px 20px;
		border-radius: 25px;
		display: inline-block;
		font-size: 1.15rem;
		margin-bottom: 15px;
		font-weight: 700;
		letter-spacing: 1px;
	}

	.pricing-card.main {
		border-top-width: 6px;
		box-shadow: 0 6px 20px rgba(0, 0, 0, .12)
	}

	.pricing-card.main .price {
		font-size: 30px;
		color: #393939;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.features {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.pricing-card .features li {
		width: 100%;
		max-width: 280px;
		text-align: left;
		padding: 4px;
		padding-left: 12px;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
		color: #393939;
	}

	.features li {
		width: 100%;
		max-width: 280px;
		text-align: left;
		padding: 4px 0;
		padding-left: 12px;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
		color: #393939;
	}

	.caution {
		font-size: .9rem
	}

	.price-wrapper {
		padding: 15px 5px
	}

	.price-wrapper table {
		display: block;
		width: 100%;
		margin-bottom: 20px
	}

	.price-wrapper table thead {
		display: none
	}

	.price-wrapper table tbody {
		display: flex;
		flex-direction: column;
		gap: 16px
	}

	.price-wrapper table tbody tr {
		display: flex;
		flex-direction: column;
		background-color: #fff;
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		padding: 0;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
		overflow: hidden
	}

	.price-wrapper table tbody tr th {
		display: block;
		width: 100%;
		background-color: #f8f9fa;
		padding: 12px 16px;
		font-size: 16px;
		font-weight: 600;
		color: #555;
		border: none;
		border-bottom: 2px solid #e0e0e0;
		margin: 0;
		min-width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.price-wrapper table tbody tr td.b_price {
		display: block;
		width: 100%;
		padding: 16px;
		font-size: 18px;
		font-weight: 600;
		color: #5f5f5f;
		text-align: left;
		border: none;
		border-bottom: 1px solid #f0f0f0;
		background-color: #fff;
		min-width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		white-space: normal;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.price-wrapper table tbody tr td.b_price_txt {
		display: block;
		width: 100%;
		padding: 16px;
		font-size: 14px;
		line-height: 1.7;
		color: #434343;
		border: none;
		min-width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.price-wrapper table tbody tr td:last-child {
		padding-bottom: 20px
	}

	.price-main-title {
		font-size: 2.25rem;
		margin: 30px 0 15px
	}

	.price-subtitle {
		font-size: 1.25rem;
		margin-bottom: 25px;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.price-discription {
		font-size: 1.2rem;
		padding: 0 10px;
		line-height: 1.8;
		word-wrap: break-word;
		overflow-wrap: break-word;
		word-break: normal;
		white-space: normal;
		text-align: center;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
	}

	.price-discription br.sp-only {
		display: block
	}

	.price-discription br:not(.sp-only) {
		display: block
	}

	.price-table-wrapper {
		overflow-x: hidden;
		margin-bottom: 40px
	}

	.mobile-stack {
		display: flex;
		flex-direction: column;
		gap: 20px
	}

	.table-row {
		display: flex;
		flex-direction: column;
		border: 1px solid #ddd;
		border-radius: 8px;
		padding: 15px;
		background-color: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
	}

	.th-like {
		font-weight: 700;
		font-size: 1.2rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-right: none;
		margin-right: 0;
		padding-right: 8px
	}

	.td-like {
		padding: 8px 0;
		line-height: 1.5;
		border-right: none;
		margin-right: 0;
		padding-right: 8px
	}

	.td-like[data-label]::before {
		content: attr(data-label) ": ";
		font-weight: 700;
		display: block;
		margin-bottom: 5px
	}

	.td-like[data-label="料金"] {
		text-align: left;
		flex: none
	}

	.footer-nav ul {
		flex-direction: column;
		gap: 10px
	}
}

@media screen and (max-width:480px) {
	br.sp-only {
		display: block
	}

	html {
		font-size: 13px
	}

	.wrapper {
		padding: 0
	}

	#header .header-catchcopy {
		position: absolute;
		font-size: 1.3rem;
		top: 49%;
		left: 54%;
		transform: translate(-50%, -50%);
		width: 90%;
		text-align: justify;
		z-index: 10;
		line-height: 1.4;
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif;
		color: #565656;
		font-weight: 600;
		text-shadow: 0 0 1px rgba(0, 0, 0, .5);
		letter-spacing: 1.5px
	}

	#js-hamburger {
		top: 15px;
		right: 15px;
		width: 45px;
		height: 35px
	}

	#js-hamburger span {
		width: 30px !important;
		height: 4px !important
	}

	.section-ttl {
		margin-top: 60px;
		margin-bottom: 0;
		font-size: 2.45rem;
		font-family: 'Noto Serif JP', serif
	}

	.section-ttl img {
		max-width: 120px
	}

	.flow-title,
	.service-btn {
		font-family: 'Kozuka Mincho Pro', '小塚明朝 Pro', 'KozMinPro-Regular', serif !important
	}

	.nav-items__item a {
		font-size: 2rem
	}

	.nav-items__item a .nav-en {
		font-size: 2rem
	}

	#works {
		padding: 50px 15px
	}

	#works h2.section-ttl {
		font-size: 2.25rem;
		margin-bottom: 24px
	}

	#works ul,
	.works-list {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 0 15px;
		margin-bottom: 50px
	}

	.works-item {
		width: 100%;
		max-width: 300px;
		margin: 0 auto
	}

	.work-image-container {
		height: 160px
	}

	.work-info {
		padding: 15px
	}

	.work-category,
	.work-role {
		font-size: 14px
	}

	.work-tech-tags span {
		font-size: 11px;
		padding: 4px 7px
	}

	.works-categories {
		align-items: center;
		gap: 8px;
		padding: 0 15px
	}

	.works-categories .category-btn {
		width: auto;
		min-width: 96px
	}

	.service.service-menu li {
		flex: 0 1 100%;
		max-width: 550px;
		margin: 0 auto 48px
	}

	#about {
		padding: 16px 15px
	}

	.about-text-col p {
		padding: 0 15px;
		font-size: 1.1rem
	}

	.about-img-col img {
		max-width: 240px
	}

	#about .section-ttl {
		font-size: 2.25rem;
		font-family: 'Noto Serif JP', serif
	}

	.swiper-container {
		max-width: 95%;
		padding: 0 40px;
		padding-bottom: 24px
	}

	.swiper-slide img {
		max-width: 100%
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 32px;
		height: 32px
	}

	.swiper-button-prev {
		left: 5px
	}

	.swiper-button-next {
		right: 5px
	}

	.swiper-pagination,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: -40px !important;
		margin-bottom: 20px !important
	}

	#contact {
		padding: 40px 0
	}

	.contact_container {
		padding: 20px 15px;
		margin: 0 15px
	}

	.contact_container p {
		font-size: 1.2rem;
		padding: 0 5px
	}

	.cta_txt {
		font-size: 1.18rem;
		line-height: 1.8;
		padding: 0 15px;
		margin-top: 20px;
		margin-bottom: 30px;
		max-width: 100%;
		word-break: keep-all;
		overflow-wrap: break-word;
		text-align: center;
		letter-spacing: .02em
	}

	.wpcf7-form {
		padding: 0 10px
	}

	.wpcf7-form p {
		margin-bottom: 15px
	}

	.wpcf7-form label {
		font-size: 14px;
		margin-bottom: 10px
	}

	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form textarea {
		width: 100%;
		padding: 12px;
		font-size: 16px;
		margin-bottom: 1.2rem
	}

	.wpcf7-form textarea {
		min-height: 120px
	}

	.wpcf7-submit {
		width: 100%;
		max-width: 196px;
		padding: 14px 30px;
		font-size: 1.35rem
	}

	#contact .cta-btn_center {
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 0 15px
	}

	#contact .cta-btn {
		width: 100%;
		max-width: 300px;
		padding: 14px 30px;
		font-size: 16px
	}

	.instagram-link-wrapper {
		padding: 0 15px;
		margin: 16px 0
	}

	.instagram-text {
		padding: 0 10px;
		word-wrap: break-word;
		overflow-wrap: break-word;
		word-break: normal;
		line-height: 1.6;
		white-space: normal
	}

	.instagram-text br.sp-only {
		display: block
	}

	.instagram-link {
		margin-top: 8px
	}
}

.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .85);
	z-index: 2147483648;
	justify-content: center;
	align-items: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease
}

.modal-overlay.show {
	display: flex;
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}

.modal-content {
	background-color: #fff;
	max-width: 400px;
	width: 100%;
	max-height: 85vh;
	overflow-y: auto;
	border-radius: 12px;
	box-shadow: 0 10px 50px rgba(0, 0, 0, .5);
	padding: 50px 40px 40px;
	position: relative;
	transform: scale(.9) translateY(20px);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease
}

.modal-overlay.show .modal-content {
	transform: scale(1) translateY(0);
	opacity: 1
}

.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 32px;
	color: #999;
	background: none;
	border: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s, color 0.3s
}

.modal-close:hover {
	background-color: #f0f0f0;
	color: #333
}

.works-detail-sub-title {
	font-size: 20px;
	font-weight: 700;
	color: #393939;
	margin-bottom: 18px;
	padding-bottom: 10px
}

#modal-body hr {
	margin: 25px 0;
	border: none;
	border-top: 2px solid #e8e8e8
}

.works-detail-info {
	margin: 12px 0;
	line-height: 1.5;
	text-align: justify
}

.works-detail-info strong {
	color: #494949;
	font-weight: 600
}

.works-detail-description {
	line-height: 1.5;
	color: #444;
	font-size: 15px;
	white-space: pre-wrap
}

.works-detail-link-area {
	margin-top: 30px;
	text-align: center
}

.works-detail-button {
	display: inline-block;
	padding: 15px 40px;
	background-color: #5b5b92;
	color: #fff !important;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 600;
	transition: background-color 0.3s, transform 0.2s
}

.works-detail-button:hover {
	background-color: #bcb9d8;
	transform: translateY(-2px)
}

.work-modal-wrapper,
.banner-modal-wrapper {
	cursor: pointer
}

@media (max-width:768px) {
	.modal-content {
		max-width: 95%;
		padding: 40px 25px 25px;
		max-height: 90vh
	}

	.works-detail-sub-title {
		font-size: 18px
	}

	.works-detail-description {
		font-size: 14px
	}

	.works-detail-button {
		padding: 12px 30px;
		font-size: 14px;
		color: #5b5b92
	}
}

.error-404-page {
	padding: 92px 20px;
	text-align: center
}

.error-404-container {
	max-width: 800px;
	margin: 0 auto
}

.page-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #8b8989;
	margin: 0;
	line-height: 1
}

.error-message {
	font-size: 1.2rem;
	color: #555;
	margin: 20px 0
}

.error-description {
	font-size: 1rem;
	color: #777;
	margin-top: 80px;
	line-height: 1.6
}

.back-to-home {
	margin-top: 128px
}

.home-button {
	display: inline-block;
	padding: 15px 40px;
	background-color: #6f83aa;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	transition: background-color 0.3s ease
}

.home-button:hover {
	background-color: #005177;
	color: #fff
}

.home-button span {
	display: inline-block
}

@media (max-width:768px) {
	.page-title {
		font-size: 80px
	}

	.error-message {
		font-size: 22px
	}

	.home-button {
		padding: 12px 30px;
		font-size: 16px
	}
}

.privacy-policy {
	max-width: 970px;
	margin: 40px auto;
	padding: 30px;
	background: #fcfcfc;
	font-size: 1rem;
	line-height: 1.7;
	color: #222;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
}

.privacy-policy h2 {
	margin-top: 0;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	color: #556
}

.privacy-policy h3 {
	margin-top: 2em;
	margin-bottom: .7em;
	font-size: 1.15rem;
	color: #556;
	border-left: 4px solid #98b;
	padding-left: .6em;
	font-weight: 700
}

.privacy-policy p {
	margin-bottom: 1.4em;
	text-align: justify
}

.footer-bottom {
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	text-align: center
}

.footer-sub-nav {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
	display: flex;
	justify-content: center;
	gap: 20px
}

.footer-sub-nav li {
	font-size: 12px
}

.footer-sub-nav a {
	color: rgba(255, 255, 255, .7);
	text-decoration: none;
	transition: color 0.3s
}

.footer-sub-nav a:hover {
	color: #fff
}

.copyright {
	font-size: 12px;
	color: rgba(255, 255, 255, .6);
	margin: 0
}

@media (max-width:768px) {
	body #header {
		isolation: isolate;
		z-index: 1;
		pointer-events: auto
	}

	body #header * {
		z-index: auto;
		pointer-events: auto
	}

	body #header::before,
	body #header::after {
		display: none
	}

	body .header-nav {
		pointer-events: none;
		visibility: hidden;
		z-index: -1;
		display: none
	}

	.js-header__nav *,
	.nav-items__item a {
		pointer-events: auto !important
	}

	* {
		box-sizing: border-box
	}
}