@charset "UTF-8";

/* ============ LPページ ============ */
body {
	color: #2d2f30;
	font-family: "Noto Serif JP", serif;
	background-color: #fff;
	margin: 0 auto;
	max-width: 1366px;
}

a {
	text-decoration: none;
}

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

li {
	list-style: none;
}

h2.only-lp {
	font-family: "Noto Serif JP", serif;
	color: #2d2f30;
}


/* header */
.page-id-124 #header {
	display: none;
}

header.lp-fv {
	background-image: url(https://yokotsuka-construction.com/wp-content/uploads/2025/07/FV-2.png);
	height: 50vh;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 20% 0;
	background-size: cover;
	position: relative;
}

header.lp-fv .logo {
	width: 100px;
	position: absolute;
	top: 10px;
	left: 20px;
}

header.lp-fv .header-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.header-text .white-text {
	color: #fff;
	font-size: 32px;
	display: inline-block;
	text-align: left;
}

.header-text .blue-text {
	color: #2b3eab;
	font-size: 32px;
}

.title-blue {
	color: #2b3eab;
	font-weight: bold;
	font-size: 45px;
}

.sub-text {
	font-size: 24px;
	margin-top: 10px;
	color: #fff;
	background-color: #2d2f30;

}

.highlight-yellow {
	color: #ffd700;
	font-weight: bold;
}

/* ボタンエリア */
.hero-buttons {
	margin-top: 40px;
	text-align: center;
}

.hero-buttons>p {
	margin-bottom: 20px;
	color: #2b3eab;
	font-size: 24px;
}

.button-group {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}

.button-item {
	text-align: center;
}

.button-caption {
	font-size: 20px;
	margin-bottom: 10px;
	color: #333;
}

.btn {
	display: inline-block;
	width: 300px;
	padding: 20px 0;
	border-radius: 6px;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	position: relative;
}

.btn::after {
	content: "";
	background-image: url(https://yokotsuka-construction.com/wp-content/uploads/2025/07/cursor-lp.png);
	background-size: cover;
	background-position: center center;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
}

.btn-purple {
	background-color: #2d2c91;
}

.btn-purple:hover {
	background-color: #4442a4;
}

.btn-green {
	background-color: #008000;
}

.btn-green:hover {
	background-color: #00a000;
}


/* お悩みセクション */
.trouble-section {
	margin-top: 40px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}

.trouble-wrapper {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
}

.trouble-text-box {
	background-color: #e7e8e8;
	padding: 0 20px;
	width: 55%;
	z-index: 2;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.trouble-text-box h2 {
	font-size: 32px;
	margin-bottom: 30px;
	margin-top: 0;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.highlight-blue {
	background: linear-gradient(transparent 60%, #b8dce6 60%);
	font-weight: bold;
	font-size: 38px;
}

.trouble-list {
	list-style: none;
	padding: 0;
	font-size: 18px;
}

.trouble-list li {
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	font-weight: 500;
}

.trouble-list li:last-child {
	margin: 0;
}

.check-icon-lp {
	color: #2b3eab;
	margin-right: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
}

.check-icon-lp::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1.2rem;
	height: 1.2rem;
	border: solid 1.5px #2b3eab;
	border-radius: 50%;
}

/* 画像エリア */
.trouble-image-box {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 55%;
	z-index: 12;
}

.trouble-image-box img {
	width: 100%;
	height: auto;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	filter: grayscale(100%);
}

/* 放置セクション */
.problem-sec {
	width: 100%;
}

.problem-sec img {
	width: 100%;
}

/* 解決セクション */
.solution-sec {
	padding: 60px 175px;
	text-align: center;
}

.solution-sec h2 {
	font-size: 32px;
	margin-bottom: 40px;
	font-weight: normal;
}

.solution-sec .highlight-blue {
	background: linear-gradient(transparent 60%, #b8dce6 60%);
	font-weight: bold;
	font-size: 40px;
}

.solution-sec span {
	background: linear-gradient(transparent 50%, #b8dce6 70%);
}

.solution-points {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 0 auto;
}

.solution-item {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
	text-align: left;
}

.solution-item img {
	width: 400px;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
}

.solution-text {
	flex: 1;
}

.point-label img {
	width: 150px;
}

.solution-heading {
	color: #2b3eab;
	font-size: 24px;
}

.solution-text p {
	font-size: 18px;
}

/* flow */
.flow, .flow * { box-sizing: border-box; }
.flow__list { list-style: none; margin: 0; padding: 0; }

/* ===== レイアウト ===== */
.flow {
  --c-main: #2f57e5;      /* メインブルー */
  --c-accent: #51d0ff;    /* アクセント */
  --c-border: #cfe9ff;
  --c-text: #222;
  --radius: 20px;

  padding: clamp(24px, 4vw, 56px) 16px;
  background: linear-gradient(135deg, #f7fbff 0%, #ffffff 40%, #f7fbff 100%);
}

.flow__inner {
  max-width: 1200px;
  margin-inline: auto;
}

.flow__title {
  text-align: center;
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 700;
  color: var(--c-text);
  margin: 0 0 40px;
  letter-spacing: 0.06em;
}

/* Grid：PC 4カラム / SP 1カラム */
.flow__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
}

/* ===== カード ===== */
.flow__item {
  position: relative;
  border: 2px solid var(--c-border);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(18px, 2.2vw, 26px) clamp(16px, 2vw, 22px) 28px;
  text-align: center;
  box-shadow:
    0 6px 20px rgba(47, 87, 229, 0.08),
    0 1px 0 rgba(255,255,255,0.6) inset;
}

/* 吹き出しの“しっぽ”（右側三角形・任意） */
.flow__item::after {
  content: "";
  position: absolute;
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-left-color: var(--c-border);
}
.flow__item:last-child::after { display: none; } /* 最後はしっぽなし */

/* ステップ番号のバッジ（上に浮かせる） */
.flow__step {
  position: absolute;
  inset-inline: 0;
  top: 0;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
}
.flow__step span {
  display: inline-grid;
  place-items: center;
  width: clamp(56px, 6vw, 76px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: #fff;
  border: 4px solid var(--c-accent);
  color: var(--c-main);
  font-weight: 800;
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: 0.06em;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

/* 画像 */
.flow__figure {
  margin: clamp(10px, 1.2vw, 14px) 0 8px;
}
.flow__img {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin-inline: auto;
  display: block;
}

/* 見出し・本文 */
.flow__heading {
  font-size: clamp(18px, 1.8vw, 22px);
  margin: 6px 0 6px;
  font-weight: 700;
  color: var(--c-text);
}
.flow__text {
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.8;
  color: #444;
  margin: 0;
}

/* ------------------
voice
---------------------*/
.voice-section {
	padding: 60px 20px;
	background-color: #e6f1ff;
	text-align: center;
}

.voice-section h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
}


.slide-items {
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.slide-items img {
	width: 100%;
	object-fit: cover;
}

/* .voice-slider {
  max-width: 700px;
  margin: 0 auto;
} */

.voice-item {
	background: #fff;
	padding: 25px;
	border: 2px solid #b5c9f2;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.voice-image {
	position: relative;
	margin-bottom: 20px;
}

.voice-image img {
	width: 100%;
	border-radius: 5px;
}

.voice-image .label {
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	padding: 3px 10px;
	font-size: 23px;
	color: #333;
	border-radius: 5px;
	font-weight: bold;
}

.label.before {
	bottom: 30px;
	left: 80px;
}

.label.after {
	bottom: 30px;
	right: 120px;
}

.voice-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 15px;
}

.customer-photo {
	flex: 0 0 280px;
	text-align: center;
	font-size: 12px;
	color: #666;
}

.customer-photo img {
	width: 100%;
	border-radius: 5px;
}

.customer-details {
	flex: 1;
	padding-left: 20px;
	align-items: start;
	text-align: center;
}

.customer-meta {
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}

.work-title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}

.price {
	font-size: 40px;
	color: #333;
	font-weight: bold;
}

.price span {
	font-size: 24px;
}

.voice-review {
	text-align: left;
	margin-top: 10px;
}

.review-title {
	color: #2d2c91;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

.review-content {
	font-size: 18px;
	line-height: 1.6;
}

.slick-slide {
	transform: scale(0.8);
	transition: all 0.5s;
}

.voice {
	transform: scale(1);
}



/* アコーディオン */
.accordion-sec {
	max-width: 755px;
	margin: 100px auto;

}

.accordion-sec h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
}

.accordion-item {
	border-bottom: 1px solid #ddd;
	background-color: white;
	margin-bottom: 10px;
}

.accordion-header {
	background-color: #fff;
	padding: 15px;
	cursor: pointer;
	font-weight: bold;
	display: flex;
	align-items: center;
	border-radius: 10px;
	border: solid 1px #2b3eab;
}

.accordion-header img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.accordion-content {
	display: none;
	padding: 15px;
	background-color: #fff;
	border: solid 1px #2b3eab;
	border-radius: 0 0 10px 10px;
}

.accordion-inr {
	display: flex;
	align-items: flex-start;
}

.accordion-content img {
	width: 20px;
	height: 20px;
	margin-top: 5px;
	margin-right: 10px;
}

.accordion-content p {
	margin: 0;
}

.accordion-header {
	background-color: #fff;
}

.active {
	background-color: #2b3eab;
	color: #fff;
	border-radius: 10px 10px 0 0;
}


.accordion-header::after {
	content: '▼';
	font-size: 14px;
	transition: all 0.5s;

}

.active::after {
	content: '▼';
	transform: rotate(-180deg);
	font-size: 14px;
	color: #fff;
}


/* バナー */
.contact-banner {
	position: relative;
	background: #fff;
	overflow: hidden;
	z-index: 1;
	padding: 40px 0;
}

/* 左上の水色三角形（画面の左半分だけに） */
.contact-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
	background: #00bdf1;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	z-index: 0;
}

/* 右下の水色三角形（画面の右半分だけに） */
.contact-banner::after {
	content: '';
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 50%;
	height: 50%;
	background: #00bdf1;
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
	z-index: 0;
}

/* バナー内の要素を前面に */
.contact-banner>* {
	position: relative;
	z-index: 1;
}


.contact-banner-left {
	max-width: 50%;
	text-align: center;
}

.ribbon {
	background-color: #2b3eab;
	color: #fff;
	display: inline-block;
	padding: 8px 20px;
	font-weight: bold;
	clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
	margin-bottom: 10px;
	font-size: 16px;
}

.offer-text {
	font-size: 24px;
	margin-bottom: 20px;
}

.offer-text span {
	font-size: 36px;
	font-weight: bold;
}

.contact-btn {
	background: linear-gradient(to bottom, #2d2c91, #1c1b70);
	color: #fff;
	padding: 12px 30px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.contact-inr {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.contact-banner-right {
	text-align: center;
	display: flex;
	align-items: center;
}

.contact-banner-right p {
	font-size: 20px;
	margin-bottom: 10px;
}

.contact-banner-right img {
	max-width: 200px;
}

/* フォーム */
.contact-form-wrapper {
	background-color: #fff;
	padding: 40px 20px;
}

.contact-form-wrapper h2 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}


.contact-form {
	max-width: 500px;
	margin: 0 auto;
	gap: 16px;
}

.label-text {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 18px;
	margin: 15px 0 10px;
}

.contact-form label {
	display: flex;
	flex-direction: column;
	font-size: 14px;
}

.contact-form input,
.contact-form textarea {
	background-color: #eee;
	border: none;
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
}

.required {
	color: red;
	font-size: 12px;
	margin-left: 4px;
}

.submit-btn {
	background: linear-gradient(to bottom, #2d2c91, #1c1b70);
	color: #fff;
	font-weight: bold;
	padding: 12px 6px;
	border: none;
	border-radius: 4px;
	margin-top: 20px;
	width: 160px;
	/* 必要に応じて調整 */
	margin: 20px auto 0 auto;
	/* 中央寄せ */
	display: block;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

/* レスポンシブ対応 */
@media (max-width: 960px) {

	.button-group {
		flex-direction: column;
		gap: 20px;
	}

	.trouble-wrapper {
		flex-direction: column;
		padding: 0 10px;
	}

	.trouble-text-box {
		width: 100%;
		position: relative;
		z-index: 2;
	}

	.trouble-image-box {
		position: relative;
		width: 100%;
		margin-top: 20px;
		transform: none;
	}

	.solution-item {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.solution-item img {
		width: 100%;
		max-width: 300px;
	}

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

	.contact-inr {
		flex-direction: column;
		align-items: center;
	}

	.contact-banner-left {
		width: 100%;
		margin-bottom: 30px;
	}

	.contact-banner-right {
		width: 100%;
		flex-direction: column;
	}

}

/* ===== レスポンシブ（SP: 768px以下で1カラム） ===== */
@media (max-width: 768px){
	.flow__list {
		grid-template-columns: 1fr;
	}
    .flow__item {
        text-align: left;
    	padding: 28px 20px 24px;
  	}
  	.flow__item::after {
    	/* SPでは“しっぽ”を下向きに変更（任意） */
    	right: auto;
    	left: 40px;
	    top: 100%;
	    transform: translateY(0);
	    border: 12px solid transparent;
	    border-top-color: var(--c-border);
	}
	.flow__figure,
  	.flow__img {
 	   max-width: 180px;
  	}
}


/* フェードイン用_250713 */
.inview {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.inview.is-show {
  opacity: 1;
  transform: translateY(0);
}


/* ============ LPページ２ ============ */
body{
	color: #2d2f30;
	font-family: "Noto Serif JP", serif;
	background-color: #fff;
	margin: 0 auto;
	max-width: 1366px;
}
.header-container{
  background: url('https://yokotsuka-construction.com/wp-content/uploads/2025/08/fv.png') no-repeat;
  background-size: contain;
  background-position: top center;
  padding: 7.5rem 20px 10rem 20px;
}
.header-container .fv-text{
	font-size: 4.2rem;
	font-weight: 700;
	color: #2327be;
	text-align: left;
	text-shadow: 0 0 10px #fff;
}
.header-container .fv-text span{
	font-size: 3.2rem;
	margin-left: 10px;
}
/*@media (min-width: 768px) {
	.header-container{
		padding: 9rem 20px 20rem 20px;
	}
	.header-container .fv-text{
		font-size: 4.5rem;
	}
	.header-container .fv-text span{
		font-size: 3.5rem;
	}
}
@media only screen and (min-width: 960px) {
	.header-container{
		padding: 12rem 20px 26rem 20px;
		padding: 7.5rem 20px 10rem 20px;
	}
	.header-container .fv-text{
		font-size: 6rem;
		font-size: 4.2rem;
	}
	.header-container .fv-text span{
		font-size: 4.5rem;
		font-size: 3.2rem;
	}
}*/



.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* 左グレー背景＋ロゴ */
.header-left {
  margin-bottom: 20px;
}

.header-left img {
  width: 100px;
  height: auto;
}

/* 右：背景画像の上に全部のせる */
.header-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
}

/* 地域密着バッジ */
.badge-img {
  position: absolute;
  top: 0;
  right: 100px;
  width: 150px;
}

/* 選ばれる理由画像 */
.reason-img {
  display: inline-block;
  width: 40%;
  position: relative;
  top: -85px;
  left: 0;
}

/* 特典バナー（重なってる） */
.bottom-banners {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 100px;
  z-index: 100;
}

.circle-banner {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff600;
  opacity: 0.75;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.circle-banner span {
  display: block;
  font-size: 20px;
  color: blue;
}

.circle-banner .big {
  font-size: 30px;
  color: blue;
  margin-top: 5px;
}


/* ボタンエリア */
.header-buttons {
    margin-top: 100px;
    margin-bottom: 30px;
    text-align: center;   
  }
  
  .header-buttons > p {
    margin-bottom: 20px;
    color: #2b3eab;
    font-size: 24px;
  }
  
  .button-group2 {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .button-item2 {
    text-align: center;
  }
  
  .button-caption2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .button {
    display: inline-block;
    width: 300px;
    padding: 20px 0;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    position: relative;
    margin-bottom: 30px;
  }
  .button::after{
    content: "";
    background-image: url(../img/cursor.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
  }
  
  .button-purple {
    background-color: #2d2c91;
  }
  
  .button-purple:hover {
    background-color: #4442a4;
  }
  
  .button-green {
    background-color: #008000;
  }
  
  .button-green:hover {
    background-color: #00a000;
  }

  /* 強みセクション */
  .strengths-sec{
    background-color: #d2e1e5;
    overflow: hidden;
  }
  .strengths-title{
    text-align: center;
  }
  .strengths-logo{
    width: 150px;
    margin-right: 30px;
  }
  .strengths-title p{
    margin-top: 10px;
    font-size: 30px;
  }
  .strengths-img{
    margin-bottom: 30px;
  }
  .crown{
    width: 100px;
  }
  .strengths-flex{
    display: flex;
    justify-content: space-between;
    padding: 30px 70px 80px;
  }
  .strengths-flex img{
    width: 30%;
  }

  /* 価格セクション*/
.price-sec {
  text-align: center;
  padding: 60px 80px;
}
.price-sec img{
  width: 300px;
  margin-bottom: 30px;
}
.price-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* ← 2列固定 */
  gap: 10px;                        /* 行30px, 列40px */
  max-width: 1200px;                    
  margin: 0 auto;
}
.price-grid img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.price-note {
  font-size: 20px;
  text-align: end;
  margin-top: 30px;
  color: #333;
}
/* 放置セクション */
.difference-sec img{
    width: 100%;
}


/* ご依頼の流れ　*/
.request-sec img{
  width: 100%;
}

  /* 解決セクション */
  .solution-sec {
    padding: 60px 175px;
    text-align: center;
  }
  
  .solution-sec h2 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: normal;
  }
  
  .solution-sec .highlight-blue {
    background: linear-gradient(transparent 60%, #b8dce6 60%);
    font-weight: bold;
    font-size: 40px;
  }

  .solution-sec span{
    background: linear-gradient(transparent 50%, #b8dce6 70%);
  }
  
  .solution-points {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
  }
  
  .solution-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    text-align: left;
  }
  
  .solution-item img {
    width: 400px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    flex-shrink: 0;
  }
  
  .solution-text {
    flex: 1;
  }
  
  .point-label img{
    width: 150px;
  }
  .solution-heading{
    color: #2b3eab;
    font-size: 24px;
  }
  .solution-text p {
    font-size: 18px;
  }
  
  /* ------------------
  voice
  ---------------------*/
  .customer-sec {
    padding: 60px 20px;
    background-color: #e6f1ff;
    text-align: center;
  }
  
  .customer-sec h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
  }
  

  .slider-items {
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }
  
  .slider-items img {
    width: 100%;
    object-fit: cover;
  }
  /* .voice-slider {
    max-width: 700px;
    margin: 0 auto;
  } */
  
  .customer-item {
    background: #fff;
    padding: 25px;
    border: 2px solid #b5c9f2;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  .customer-image {
    position: relative;
    margin-bottom: 20px;
  }
  
  .customer-image img {
    width: 100%;
    border-radius: 5px;
  }
  
  .customer-image .label2 {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    padding: 3px 10px;
    font-size: 23px;
    color: #333;
    border-radius: 5px;
    font-weight: bold;
  }
  
  .label2.before2 {
    bottom: 30px;
    left: 80px;
  }
  
  .label2.after2 {
    bottom: 30px;
    right: 120px;
  }
  
  .customer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 15px;
  }
  
  .customer-photo2 {
    flex: 0 0 280px;
    text-align: center;
    font-size: 12px;
    color: #666;
  }
  
  .customer-photo2 img {
    width: 100%;
    border-radius: 5px;
  }
  
  .customer-details2 {
    flex: 1;
    padding-left: 20px;
    align-items: start;
    text-align: center;
  }
  
  .customer-meta2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
  }
  
  .work-title2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
  }
  
  .price2 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
  }

  .price2 span{
    font-size: 24px;
  }
  
  .customer-review {
    text-align: left;
    margin-top: 10px;
  }
  
  .review-title2 {
    color: #2d2c91;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
  }
  
  .review-content2 {
    font-size: 18px;
    line-height: 1.6;
  }

  .slick-slide{
    transform: scale(0.8);
    transition: all 0.5s;
  }
  
.voice{
    transform: scale(1);
}
.footer-buttons {
    margin-top: -120px;
    text-align: center;   
  }


/* アコーディオン */
  .accordion-sec2{
    max-width: 755px;
    margin: 100px auto;

  }

.accordion-sec2 h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.accordion-item2 {
    border-bottom: 1px solid #ddd;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 10px;
}

.accordion-header2 {
    background-color: #fff;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: solid 1px #2b3eab;
}

.accordion-header2 img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.accordion-content2 {
    display: none;
    padding: 15px;
    background-color: #fff;
    border: solid 1px #2b3eab;
    border-radius: 0 0 10px 10px;
}
.accordion-inner{
    display: flex;
    align-items: flex-start;
}
.accordion-content2 img {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
}

.accordion-content2 p {
    margin: 0;
}

.accordion-header2{
    background-color: #fff;
}
.active{
    background-color: #2b3eab;
    color: #fff;
    border-radius: 10px 10px 0 0;
}


.accordion-header2::after{
    content: '▼';
    font-size: 14px;
    transition: all 0.5s;

}

.active::after {
    content: '▼';
    transform: rotate(-180deg);
    font-size: 14px;
    color: #fff;
}

    
  .contact-btn {
    background: linear-gradient(to bottom, #2d2c91, #1c1b70);
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  }
  .contact-inr{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .contact-banner-right {
    text-align: center;
    display: flex;
    align-items: center;
  }
  .contact-banner-right p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact-banner-right img {
    max-width: 200px;
  }
  
  /* フォーム */
  .contact-form-area {
    background-color: #fff;
    padding: 40px 20px;
  }
  
  .contact-form-area h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
  }

  
  .contact-form2 {
    max-width: 500px;
    margin: 0 auto;
    gap: 16px;
  }

  .label-text2 {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    margin: 15px 0 10px;
  }

  .contact-form2 label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }
  
  .contact-form2 input,
  .contact-form2 textarea {
    background-color: #eee;
    border: none;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
  }
  
  .required2 {
    color: red;
    font-size: 12px;
    margin-left: 4px;
  }
  
  .submit-button {
    background: linear-gradient(to bottom, #2d2c91, #1c1b70);
    color: #fff;
    font-weight: bold;
    padding: 12px 6px;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
    width: 160px; /* 必要に応じて調整 */
    margin: 20px auto 0 auto; /* 中央寄せ */
    display: block;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }

  .footer-buttons .button {
    display: inline-block;
    width: 300px;
    padding: 15px 0;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    position: relative;
    margin-bottom: 30px;
  }
  
    /* レスポンシブ対応 */
    @media (max-width: 960px) {

        .button-group {
            flex-direction: column;
            gap: 20px;
          }

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

          .price-grid{
            grid-template-columns: 1fr;
            max-width: 90%;
          }

          .price-note{
            text-align: center;
          }
        .solution-item {
          flex-direction: column;
          align-items: center;
          text-align: center;
        }
      
        .solution-item img {
          width: 100%;
          max-width: 300px;
        }
      

        .contact-inr{
            flex-direction: column;
            align-items: center;
        }
        .contact-banner-left{
            width: 100%;
            margin-bottom: 30px;
        }
        .contact-banner-right{
            width: 100%;
            flex-direction: column;
        }
}