@charset "utf-8";

/* ============================================================
   メインビジュアル（スライダー）
   ============================================================ */
.top-main-visual {
	background: #fff;
	position: relative;
	overflow: hidden;
}

.main-slider.swiper {
	overflow: visible !important;
	width: 100%;
}

.mv-flex-container {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: visible;
	height: 500px;
	position: relative;
}

/* 左側テキストエリア */
.mv-left-content {
	flex: 0 0 800px;
	width: 800px;
	padding-left: max(20px, calc((100vw - 1400px) / 2));
	position: relative;
	z-index: 10;
}

.mv-text-box {
	padding-right: 20px;
	position: relative;
}

.mv-text-box.has-icon .mv-badge-bubble {
	top: -20px;
}

/* 右側画像ウィンドウ */
.mv-right-window {
	flex: 1;
	width: calc(100% - 800px);
	height: 500px;
	margin-left: 0;
	margin-right: 0;
	border-radius: 250px 0 0 250px;
	overflow: hidden;
	background: #f0f0f0;
}

.mv-right-window img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* バッジ：黄色い吹き出し */
.mv-badge-bubble {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #ffdb33;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	z-index: 100 !important;
}

.mv-badge-bubble::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 5px;
	width: 30px;
	height: 30px;
	background: #ffdb33;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: rotate(40deg);
}

.mv-badge-bubble .large {
	font-size: 18px;
	color: #FF6F6F;
	text-align: center;
}

/* バッジ：円形（実績表示） */
.mv-badge-circle {
	position: absolute;
	bottom: -60px;
	right: 5%;
	background: #ffdb33;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 800;
	color: #333;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	z-index: 110 !important;
	line-height: 1.2;
}

.mv-badge-circle .small {
	font-size: 14px;
	display: block;
	margin-bottom: 2px;
}

.mv-badge-circle .large {
	font-size: 28px;
	color: #FF6F6F;
}

/* テキストスタイル */
.mv-lead .small {
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}

.mv-lead {
	display: flex;
	flex-direction: column;
}

.mv-lead-main-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 25px;
}

.mv-lead-main-text {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #333;
}

/* 価格表示 */
.mv-price-wrap {
	display: flex;
	align-items: flex-end;
	line-height: 1;
	margin-bottom: 25px;
}

.mv-lead-main-wrap .mv-price-wrap {
	margin-bottom: 0;
}

.mv-price {
	font-size: 100px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 0.9;
	letter-spacing: -0.05em;
}

.mv-unit-wrap {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	padding-bottom: 12px;
}

.mv-tax {
	font-size: 16px;
	font-weight: 700;
}

.mv-currency {
	font-size: 28px;
	font-weight: 700;
}

/* アイコン表示 */
.mv-symbol-icon,
.mv-ask-icon {
	display: inline-block;
	height: 120px;
	width: auto;
	max-width: 400px;
	flex-shrink: 0;
}

.mv-symbol-icon img,
.mv-ask-icon img {
	height: 100%;
	width: auto;
	object-fit: contain;
}

/* サブテキスト */
.mv-sub-lead {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* ボタン */
.mv-btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 60px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	transition: all 0.3s ease;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.mv-btns .btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px !important;
	height: 28px !important;
	margin-right: 12px;
	flex-shrink: 0;
}

.mv-btns .btn-icon img {
	width: 100% !important;
	height: 100% !important;
	display: block;
	margin: 0 auto;
}

.mv-btns .btn-tel {
	background: #f3981d;
}

.mv-btns .btn-contact {
	background: #ff7e7e;
}

.mv-btns .btn-full {
	width: 450px;
	height: 70px;
	font-size: 22px;
	background: linear-gradient(135deg, #ff7e7e 0%, #ff5e5e 100%);
	position: relative;
}

.mv-btns a:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
	opacity: 0.95;
}

/* ============================================================
   実績カルーセル
   ============================================================ */
.works-carousel-container {
	padding: 40px 0;
	background: #fff;
	overflow: hidden;
}

.works-carousel {
	overflow: visible !important;
}

.works-carousel .swiper-slide {
	width: 320px !important;
	flex-shrink: 0 !important;
	transform: none !important;
}

.works-carousel .work-card {
	display: block;
	width: 100%;
	transform: scale(0.95);
	opacity: 0.4;
	transition: transform 0.5s ease, opacity 0.5s ease;
	text-decoration: none;
}

.works-carousel .swiper-slide-active+.swiper-slide .work-card {
	transform: scale(1.1);
	opacity: 1;
}

.work-thumb {
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
}

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

.works-carousel .swiper-slide-active+.swiper-slide .work-thumb {
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.work-info {
	margin-top: 25px;
	text-align: center;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.4s ease;
}

.works-carousel .swiper-slide-active+.swiper-slide .work-info {
	opacity: 1;
	transform: translateY(0);
}

.work-title {
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

.work-cat {
	display: inline-block;
	padding: 2px 12px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	margin: 0 4px 8px 4px;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: 0.5s;
}

.works-carousel .swiper-slide-active+.swiper-slide .work-cat {
	filter: grayscale(0%);
	opacity: 1;
}

/* ============================================================
   共通セクションスタイル
   ============================================================ */
.section-title {
	margin-bottom: 50px;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.section-title hr {
	margin: 20px 0;
}

.section-title .en {
	color: #ff7e7e;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.section-title h2 {
	font-size: 34px;
	font-weight: 800;
	margin: 10px 0;
}

.btn-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 56px;
	background-color: #ff7e7e;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.3s ease;
	margin: 0 auto;
}

.btn-more:hover {
	background-color: #ff5e5e;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(255, 126, 126, 0.3);
}

.btn-more:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

/* ============================================================
   WORKS セクション
   ============================================================ */
.top-works {
	padding: 80px 0;
	background-color: #F2F2EB;
	text-align: center;
}

.works-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 30px;
	max-width: 1200px;
	margin: 40px auto 0 auto;
}

.works-grid .post-card {
	width: 100% !important;
	margin-bottom: 0;
	box-sizing: border-box;
}

.post-card-inner {
	width: 100%;
}

.works-btn-area {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	width: 100%;
}

/* ============================================================
   LINEUP セクション
   ============================================================ */
.top-lineup {
	padding: 80px 0;
	background: #fff;
	text-align: center;
}

.top-lineup .main-copy {
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 15px;
}

.top-lineup .main-copy span {
	color: #ff7e7e;
}

.top-lineup .sub-desc {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 50px;
}

.lineup-flex-container {
	display: flex;
	justify-content: center;
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto 50px;
}

.lineup-box {
	flex: 1;
	background: transparent;
	border-radius: 40px;
	padding: 40px 20px;
	position: relative;
	z-index: 1;
}

.lineup-box::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: #fff0f0;
	border-radius: 40px;
	z-index: -1;
}

.box-header {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.box-header img {
	width: 80px;
	height: 80px;
	margin-bottom: -10px;
}

.box-header .label {
	background: #FF6F6F;
	color: #fff;
	font-weight: 800;
	padding: 8px 40px;
	border-radius: 20px;
	font-size: 18px;
	z-index: 1;
}

.item-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.lineup-item {
	text-decoration: none;
	color: #333;
	font-size: 13px;
	font-weight: 700;
	transition: 0.3s;
}

.lineup-item:hover {
	opacity: 0.8;
	transform: translateY(-3px);
}

.item-img {
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 10px;
	border: 3px solid #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

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

.lineup-footer-text h3 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 15px;
}

.lineup-footer-text p {
	line-height: 1.8;
	color: #444;
}

.lineup-btn-area {
	margin-top: 40px;
}

/* ============================================================
   VOICE セクション
   ============================================================ */
.top-voice {
	padding: 100px 0;
	background: #F2F2EB;
}

.voice-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 50px;
}

.voice-card-inner {
	background: #fff;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.voice-header {
	position: relative;
	height: 180px;
	background: #fff;
	overflow: hidden;
}

.voice-header-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #ebebeb;
	clip-path: polygon(60% 0%, 100% 0%, 1000% 100%, -20% 100%);
}

.voice-header-content {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
	padding: 15px 20px;
}

.voice-logo-wrap {
	width: 30%;
	text-align: left;
	margin-top: 5px;
}

.voice-logo {
	max-width: 80px;
	max-height: 35px;
	object-fit: contain;
	opacity: 0.8;
}

.voice-face-wrap {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin-top: 20px;
}

.voice-body {
	padding: 25px;
	flex: 1;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.voice-title {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 20px;
	min-height: 3em;
}

.voice-meta {
	margin-bottom: 20px;
	font-size: 13px;
	color: #444;
}

.voice-client {
	font-weight: 700;
}

.voice-btn-wrap {
	margin-top: auto;
}

.voice-btn {
	display: block;
	width: 100%;
	padding: 12px;
	text-align: center;
	border: 1px solid #ff7e7e;
	color: #ff7e7e;
	text-decoration: none;
	font-weight: 700;
	border-radius: 4px;
	transition: 0.3s;
}

.voice-btn:hover {
	background: #ff7e7e;
	color: #fff;
}

.voice-more {
	margin-top: 60px;
	text-align: center;
}

/* ============================================================
   PRICE セクション
   ============================================================ */
.top-price {
	padding: 100px 0;
	background: #fff;
}

.price-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 30px;
	max-width: 1100px;
	margin: 60px auto 40px;
}

.price-card {
	position: relative;
	padding-top: 20px;
}

.price-card-inner {
	border: 5px solid #ff7e7e;
	padding: 60px 20px 30px;
	height: 100%;
	background: #fff;
	text-align: left;
}

.price-badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 8px 30px;
	border-radius: 5px;
	font-weight: 900;
	color: #fff;
	z-index: 2;
	white-space: nowrap;
	font-size: 32px;
}

.price-badge.is-yellow {
	background: #f9b535;
}

.price-badge.is-red {
	background: #ff0000;
}

.plan-name {
	color: #ff7e7e;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
}

.plan-price {
	color: #ff7e7e;
	font-size: 54px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 25px;
}

.plan-price .currency {
	font-size: 20px;
	margin-right: 2px;
}

.plan-price .tax {
	font-size: 14px;
	font-weight: normal;
	margin-left: 5px;
}

.plan-img {
	margin-bottom: 25px;
	text-align: center;
}

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

.plan-features {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
	font-size: 15px;
	line-height: 1.8;
}

.plan-features li::before {
	content: "■";
	color: #333;
	margin-right: 8px;
	font-size: 12px;
}

.plan-note {
	font-size: 12px;
	color: #666;
}

.price-btn-area {
	margin-top: 60px;
	text-align: center;
}

/* ============================================================
   REASON セクション
   ============================================================ */
.top-reason {
	padding: 100px 0;
	background: #FFE8E8;
	text-align: center;
}

.reason-top-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 40px;
	margin-bottom: 80px;
}

.reason-img-box {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #FFF5FF;
	overflow: hidden;
	margin-bottom: 20px;
}

.reason-bg-slash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
	z-index: 1;
}

.reason-title-in-box {
	position: absolute;
	top: 88%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 34px;
	font-weight: 900;
	color: #FF6F6F;
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}

.reason-circle-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	overflow: visible;
}

.reason-circle-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: 6px solid #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.reason-badge {
	position: absolute;
	top: -40px;
	left: -40px;
	width: 100px;
	height: 100px;
	background: #ff7e7e;
	color: #FDD23E;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	box-shadow: 0 4px 10px rgba(255, 126, 126, 0.3);
}

.reason-desc {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

.reason-team-box {
	background: #fff;
	padding: 60px 40px;
	position: relative;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.team-header {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.team-badge {
	position: absolute;
	top: -80px;
	left: 40px;
	width: 140px;
	height: 140px;
	background: linear-gradient(135deg, #ff7e7e 0%, #ff5e5e 100%);
	color: #FDD23E;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 18px;
	line-height: 1.3;
	box-shadow: 0 8px 20px rgba(255, 126, 126, 0.4);
	z-index: 10;
}

.team-header h3 {
	font-size: 32px;
	font-weight: 900;
	color: #ff7e7e;
	margin-bottom: 20px;
}

.team-header p {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

.team-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	margin-top: 50px;
}

.team-column {
	flex: 0 0 25%;
	text-align: left;
}

.team-column.column-left,
.team-column.column-right {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.role-group {
	background: #fff;
}

.role-group h4 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 3px solid;
}

.role-group h4.role-sales {
	color: #ff7e7e;
	border-bottom-color: #ff7e7e;
}

.role-group h4.role-director {
	color: #ff7e7e;
	border-bottom-color: #ff7e7e;
}

.role-group h4.role-designer {
	color: #ff7e7e;
	border-bottom-color: #ff7e7e;
}

.role-group ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.role-group li {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	padding-left: 0;
}

.team-center-img {
	flex: 0 0 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-center-img img {
	width: 100%;
	height: auto;
	max-width: 450px;
}

.team-message {
	background: transparent;
	padding: 0;
	border: none;
}

.team-message p {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.6;
	color: #ff7e7e;
	margin: 0;
}

.team-message span {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #ff7e7e;
	margin-top: 8px;
}

/* ============================================================
   DOWNLOAD セクション
   ============================================================ */
.top-download {
	padding: 100px 0;
	background: #F2F2EB;
	text-align: center;
}

.download-header {
	margin-bottom: 60px;
}

.download-label {
	display: inline-block;
	color: #ff7e7e;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
}

.download-header h2 {
	font-size: 36px;
	font-weight: 900;
	color: #333;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 2px solid #333;
	display: inline-block;
}

.download-subtitle {
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}

.download-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	max-width: 1200px;
	margin: 40px auto 0 auto;
	background: #fff;
	padding: 60px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.download-image {
	flex: 0 0 60%;
}

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

.download-info {
	flex: 0 0 40%;
	text-align: left;
}

.download-points {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}

.download-points li {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
	line-height: 1.6;
}

.download-points li::before {
	content: "☑";
	position: absolute;
	left: 0;
	color: #ff7e7e;
	font-size: 20px;
}

.btn-download {
	display: block;
	width: 100%;
	max-width: 400px;
	padding: 20px;
	background: linear-gradient(135deg, #ff7e7e 0%, #ff5e5e 100%);
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	margin-bottom: 15px;
	transition: all 0.3s ease;
	box-shadow: 0 8px 20px rgba(255, 126, 126, 0.3);
}

.btn-download:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(255, 126, 126, 0.4);
}

.download-note {
	font-size: 13px;
	color: #666;
	line-height: 1.6;
}

/* ============================================================
   5. STEP (制作の流れ)
   ============================================================ */
.top-step {
	padding: 100px 0;
	background: #fff;
	text-align: center;
}

.step-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* PC時は4列 */
	gap: 40px 20px;
	max-width: 1100px;
	margin: 60px auto 40px;
}

.step-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* 左寄せ */
}

/* 赤枠のカード部分 */
.step-card {
	width: 100%;
	aspect-ratio: 3 / 2;
	border: 6px solid #FF7272;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	background: #fff;
	padding: 20px;
}

.step-card img {
	max-width: 100%;
	max-height: 100px;
	object-fit: contain;
}

/* 番号とタイトルの横並び */
.step-info {
	display: flex;
	gap: 10px;
	width: 100%;
}

.step-number {
	font-size: 32px;
	font-weight: 300;
	/* 細めのフォントで数字を強調 */
	color: #FF7272;
	line-height: 1;
	font-family: 'Arial', sans-serif;
}

.step-title {
	font-size: 16px;
	font-weight: 800;
	color: #333;
	text-align: left;
	line-height: 1.4;
}

/* 下部ボタンエリア */
.step-btn-area {
	margin-top: 40px;
}


/* ============================================================
   6. PARTNER (取引先)
   ============================================================ */
.top-partner {
	padding: 100px 0;
	background: #F2F2EB;
	/* VOICEセクション等と同じ薄いベージュ */
	text-align: center;
}

.top-partner .sub-lead {
	font-size: 14px;
	color: #666;
	margin-bottom: 50px;
}

/* ロゴの横並び */
.partner-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px 20px;
	margin: 0 auto 60px;
	padding: 0;
	max-width: 1100px;
}

.logo-item {
	width: calc(16.66% - 20px);
}

.logo-item img {
	width: 100%;
	height: auto;
	filter: grayscale(0%);
	transition: 0.3s;
}

/* 企業名リストのグリッド（4カラム） */
.partner-names-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px;
}

.partner-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.partner-list li {
	font-size: 13px;
	line-height: 1.8;
	color: #333;
	padding-left: 1em;
	text-indent: -1em;
	/* 二行目以降をインデント */
	margin-bottom: 5px;
}



.partner-btn-area {
	margin-top: 60px;
}


/* ============================================================
   BLOG (お役立ちブログ)
   ============================================================ */
.top-blog {
	padding: 100px 0;
	background: #fff;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 50px;
}

.blog-item {
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	/* 画像のような柔らかい影 */
	transition: transform 0.3s ease;
}

.blog-item:hover {
	transform: translateY(-5px);
	/* ホバー時に少し浮く */
}

.blog-thumb {
	position: relative;
	aspect-ratio: 16 / 11;
	/* 画像の比率を固定 */
	overflow: hidden;
}

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

.blog-cat {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #6D3D91;
	/* デザイン案の紫 */
	color: #fff;
	padding: 4px 12px;
	font-size: 11px;
}

.blog-info {
	padding: 15px;
}

.blog-meta {
	font-size: 10px;
	color: #888;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.blog-title {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	font-weight: bold;
	/* 3行以上は省略する（モダンブラウザ用） */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-btn-area {
	text-align: center;
}

/* ============================================================
   TOPIX (最新情報)
   ============================================================ */
.top-topix {
	padding: 80px 0;
	background: #fff;
}

/* リスト全体の枠組み */
.topix-list {
	max-width: 1000px;
	margin: 40px auto 0;
	border-top: 2px solid #333;
	/* 上部は少し太めに */
}

/* 各行のスタイル */
.topix-item {
	display: flex;
	padding: 20px 10px;
	border-bottom: 1px solid #eee;
	align-items: flex-start;
}

/* 日付部分：デザイン案に合わせ縦線を追加 */
.topix-date {
	flex: 0 0 140px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	color: #333;
	position: relative;
}

/* スマホ以外で日付の右に縦線を入れる場合 */
@media screen and (min-width: 769px) {
	.topix-date::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		width: 1px;
		background: #ccc;
	}
}

/* 本文部分 */
.topix-body {
	flex: 1;
	line-height: 1.8;
	color: #444;
}

/* WordPressのthe_content()が出力するpタグの余白を消す */
.topix-body p {
	margin: 0;
}

/* 「実績はこちら」などのリンク色（サイトカラーのピンク） */
.topix-body a {
	color: #d10074;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 5px;
}

/* スマホ対応：日付と本文を縦に並べる */
@media screen and (max-width: 768px) {
	.topix-item {
		flex-direction: column;
		padding: 15px 5px;
	}

	.topix-date {
		flex: none;
		margin-bottom: 8px;
		font-size: 14px;
	}

	.topix-date::after {
		display: none;
	}

	.topix-body {
		font-size: 14px;
	}
}

/* スマホ対応 */
@media screen and (max-width: 640px) {
	.topix-item {
		flex-direction: column;
	}

	.topix-date {
		margin-bottom: 5px;
		font-size: 13px;
	}

	.topix-content {
		font-size: 14px;
	}
}

/* スマホ対応 */
@media screen and (max-width: 991px) {
	.blog-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 480px) {
	.blog-grid {
		grid-template-columns: 1fr;
	}
}


/* --- PARTNER スマホ対応 --- */
@media screen and (max-width: 991px) {
	.partner-names-grid {
		grid-template-columns: repeat(2, 1fr);
		/* 2カラムに */
	}

	.logo-item {
		width: calc(33.33% - 40px);
		/* 3個並び */
	}
}

@media screen and (max-width: 480px) {
	.partner-names-grid {
		grid-template-columns: 1fr;
		/* 1カラムに */
	}

	.logo-item {
		width: calc(50% - 40px);
		/* 2個並び */
	}
}

/* --- STEP スマホ対応 --- */
@media screen and (max-width: 991px) {
	.step-grid {
		grid-template-columns: repeat(2, 1fr);
		/* タブレット・スマホは2列 */
		gap: 30px 15px;
		padding: 0 20px;
	}
}

@media screen and (max-width: 480px) {
	.step-number {
		font-size: 24px;
	}

	.step-title {
		font-size: 14px;
	}
}

/* ============================================================
   レスポンシブ（タブレット）
   ============================================================ */
@media screen and (max-width: 991px) {
	.works-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.lineup-flex-container {
		flex-direction: column;
		padding: 0 20px;
	}

	.item-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.price-grid {
		grid-template-columns: 1fr;
		max-width: 400px;
	}

	/* 3人体制セクション */
	.team-content {
		flex-direction: column;
		gap: 30px;
	}

	.team-column {
		width: 100%;
	}

	.team-center-img {
		flex: 0 0 auto;
		width: 100%;
		order: -1;
	}

	/* ダウンロードセクション */
	.download-content {
		flex-direction: column;
		padding: 40px;
		gap: 40px;
	}

	.download-image,
	.download-info {
		flex: 0 0 auto;
		width: 100%;
	}
}

/* ============================================================
   レスポンシブ（スマホ）
   ============================================================ */
@media screen and (max-width: 767px) {

	/* メインビジュアル */
	.top-main-visual {
		background: #fff;
	}

	.mv-flex-container {
		flex-direction: column-reverse;
		height: auto;
		padding-bottom: 40px;
	}

	.mv-left-content {
		flex: 0 0 auto;
		width: 100%;
		padding: 40px 20px;
		text-align: center;
	}

	.mv-right-window {
		width: calc(100% - 30px);
		height: 300px;
		margin: 0 0 0 30px;
		border-radius: 150px 0 0 150px;
		flex: 0 0 auto;
	}

	.mv-price {
		font-size: 70px;
		justify-content: center;
	}

	.mv-btns {
		flex-direction: column;
		align-items: center;
	}

	.mv-btns a {
		width: 100%;
		max-width: 320px;
		height: 60px;
		font-size: 18px;
	}

	.mv-btns .btn-full {
		width: 100%;
		font-size: 18px;
	}

	.mv-badge-bubble {
		top: -10px;
		right: 10px;
		width: 90px;
		height: 90px;
	}

	.mv-symbol-icon,
	.mv-ask-icon {
		height: 80px;
	}

	.mv-lead-main-text {
		font-size: 28px;
	}

	.mv-lead-main-wrap {
		gap: 15px;
	}

	/* 実績カルーセル */
	.works-carousel .swiper-slide {
		width: 260px !important;
		margin-right: 20px !important;
		transform: none !important;
	}

	.works-carousel .swiper-slide-active .work-card {
		opacity: 1;
		transform: scale(1.05);
		pointer-events: auto;
	}

	.works-carousel .swiper-slide-active .work-info {
		opacity: 1;
		transform: translateY(0);
	}

	.works-carousel .swiper-slide-active .work-cat {
		filter: grayscale(0%);
		opacity: 1;
	}

	.works-carousel .swiper-slide-active+.swiper-slide .work-card {
		transform: scale(0.9);
		opacity: 0.4;
		pointer-events: none;
	}

	/* WORKSグリッド */
	.works-grid {
		grid-template-columns: 1fr;
	}

	/* 3人体制セクション */
	.team-badge {
		width: 100px;
		height: 100px;
		font-size: 13px;
		top: -60px;
		left: 20px;
	}

	.team-header h3 {
		font-size: 22px;
	}

	.team-header p {
		font-size: 14px;
	}

	.reason-team-box {
		padding: 40px 20px;
	}

	.team-content {
		gap: 20px;
	}

	.role-group h4 {
		font-size: 18px;
	}

	.role-group li {
		font-size: 14px;
	}

	/* ダウンロードセクション */
	.download-header h2 {
		font-size: 24px;
	}

	.download-content {
		padding: 30px 20px;
	}

	.download-points li {
		font-size: 14px;
	}

	.btn-download {
		font-size: 18px;
		padding: 18px;
	}
}

@media screen and (max-width: 560px) {
	.works-grid {
		grid-template-columns: 1fr;
	}
}