@charset "UTF-8";

/*================================================
 * 化粧品店向けソリューション CSS設定 (配色・境界改善版)
 ================================================*/

:root {
	/* ■■■ 変更点 ■■■
	 * - 読みにくかったゴールドを、より可読性の高い「ウォームトープ」に変更しました。
	 */
	--main-color: #b93d60;      /* 高級感のあるローズピンク (維持) */
	--sub-color: #d18a9b;       /* 明るいローズピンク */
	--accent-color-1: #E6E0F8;  /* アクセントカラー(ラベンダー) */
	--accent-color-2: #A4907C;  /* アクセントカラー(ウォームトープ) */
	--background-color: #FCFBF9;/* 全体の背景色 (暖色系オフホワイト) */
	--section-bg-color: #F5F3F0;/* セクションの背景色 */
	--dark-color: #4A4A4A;      /* ダークカラー（柔らかく） */
	--text-color: #333;
	--white: #fff;
	--badge-size: 100px;
	--border-radius: 8px;
	--card-shadow: 0 4px 15px rgba(0, 0, 0, 0.06); /* カード用の影 */
	--card-border-color: #EAE6E1; /* カード用の境界線 */
}

/* ■■■ 変更点 ■■■
 * bodyに背景色を設定し、白一辺倒の印象をなくしました。
 */
body {
	color: var(--text-color);
	background-color: var(--background-color);
}

.full-width p {
	font-size: 1.6rem;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--text-color);
	font-weight: 800;
}

h2.h2L {
	color: var(--main-color);
}

.h2L {
	font-size: 4rem;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.h2L::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background-color: var(--main-color);
	border-radius: 2px;
}

.ctext {
	text-align: center;
}

.mb40 {
	margin-bottom: 40px;
}
.mt-30 {
	margin-top: 30px;
}


.tax-note-center {
	text-align: center;
	margin-top: 1rem;
	font-size: 1.4rem;
}

.section-intro {
	text-align: center;
	font-size: 1.8rem;
	color: var(--text-color);
	margin-bottom: 10px;
	font-weight: 600;
}
.section-subtitle {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 40px;
	color: var(--dark-color);
}


.full-width {
	background-color: #fff;
}

/* ■■■ 変更点 ■■■
 * セクションごとの背景色を明確に分け、境界をわかりやすくしました。
 */
.full-width.bg_g2 {
	background-color: var(--section-bg-color);
}


.inner {
	padding-top: 80px;
	padding-bottom: 80px;
}

.fixed-width {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ヒーローエリア */
.hero-section {
	background: var(--white);
	padding: 0;
}

.hero-box {
	background: #fff;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-image: url('/product/business/images/cosme/shop_cosmetic.png');
	background-size: cover;
	background-position: center bottom;
}

.hero-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 30px 0px;
	min-height: 450px;
	position: relative;
	
}

.hero-left {
	flex: 1 1 50%;
	max-width: 55%;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

.hero_textbox {
	display: flex;
	align-items: anchor-center;
	gap: 20px;
	
}

.hero_heading {
	display: flex;
	flex-direction: column;
}

.badge {
	width: var(--badge-size);
	height: var(--badge-size);
	background: var(--main-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font: 700 18px/1.4 "Noto Sans JP", sans-serif;
	border-radius: var(--border-radius);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	position: static;
	flex: 0 0 var(--badge-size);
	margin: 0;
	text-align: center;
}

.sub {
	font-size: 18px;
	font-weight: 600;
	color: var(--main-color);
	margin: 0 0 8px;
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
	text-shadow: 1px 1px 2px white;
}

.sub::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: var(--main-color);
	border-radius: 1.5px;
}

.title {
    font-size: 38px;
	font-weight: 900;
	line-height: 1.1;
	margin: 10px 0 40px;
	color: var(--text-color);
	text-shadow: 1px 1px 2px white;
}

.features {
	display: flex;
	gap: 30px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.features li {
	position: relative;
	padding-left: 34px;
	font: 500 16px/1.3 "Noto Sans JP", sans-serif;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.features li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect width='24' height='24' rx='4' fill='%23b93d60'/><path d='M9 16.17 4.83 12 3.41 13.41 9 19 21 7 19.59 5.59z' fill='white'/></svg>") center/contain no-repeat;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.medals-staff-container {
	display: flex;
	gap: 50px;
	align-items: self-end;
	max-width: 100%;
}

.staff-image {
	width: 260px;
	max-width: 100%;
	border-radius: var(--border-radius);
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .1));
}

.medals {
	display: flex;
	gap: 40px;
}

.medal {
	width: 100px;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .15));
}

.medal img {
	width: 100%;
	object-fit: contain;
}

.medals-group {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hero-right {
	flex: 1 1 50%;
	max-width: 50%;
	display: flex;
	justify-content: flex-end;
	align-self: flex-end;
}

.register {
	width: 424px;
	max-width: 100%;
	align-self: flex-end;
	margin-right: 0px;
	filter: drop-shadow(0 5px 15px rgba(0, 0, 0, .1));
	padding-bottom: 30px;
}

.hero-price {
	background: var(--main-color);
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 50px;
	padding: 25px 20px;
	position: relative;
	width: 100%;
}

.set-contents {
	display: flex;
	width: 670px;
	max-width: 100%;
	border: 4px solid #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
	overflow: hidden;
}

.set-label {
	flex: 0 0 160px;
	background: #fff;
	color: var(--main-color);
	font: 700 18px/1 "Noto Sans JP", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 10px;
	border-right: 2px solid var(--main-color);
}

.set-items {
	flex: 1;
	padding: 0;
	margin: 0;
	list-style: none;
}

.set-items:nth-of-type(1) {
	border-right: 1px solid #fff;
}

.set-items li {
	background: var(--main-color);
	color: #fff;
	font: 500 14px/1.2 "Noto Sans JP", sans-serif;
	text-align: center;
	padding: 7px 0;
}

.set-items li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.price-value {
	text-align: center;
	min-width: 260px;
}

.price-label {
	position: relative;
	font: 700 20px/1 "Noto Sans JP", sans-serif;
	letter-spacing: .08em;
	width: max-content;
	margin: 0 auto 30px;
}

.price-label::before,
.price-label::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 130px;
	height: 1px;
	background: rgba(255, 255, 255, .6);
}

.price-label::before {
	right: 100%;
	margin-right: 12px;
}

.price-label::after {
	left: 100%;
	margin-left: 12px;
}

.price-num {
	display: inline-flex;
	align-items: flex-end;
	gap: 8px;
}

.price-num .num {
	font-size: 56px;
	font-weight: 900;
	letter-spacing: -1px;
}

.price-num .yen {
	font-size: 40px;
	font-weight: 800;
	position: relative;
}

.price-num .tax-note {
	position: absolute;
	left: 0;
	bottom: 100%;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 300;
}

/* お悩みセクション */
#problem .problem-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	text-align: center;
}

#problem .problem-box div p {
	margin-top: 15px;
	font-weight: bold;
	font-size: 1.6rem;
}

#problem .problem-box img {
	max-width: 150px;
}

/* ■■■ 変更点 ■■■
 * カードの影と境界線を共通変数で設定し、視認性を向上させました。
 */
/* 選ばれる理由セクション */
.features-section .features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}
.features-section .feature-card {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: var(--card-shadow);
  text-align: center;
  border: 1px solid var(--card-border-color);
}
.features-section .feature-card-icon-wrapper {
  width: 6rem;
  height: 5rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: var(--main-color);
  color: var(--white);
}
.features-section .feature-card-title {
  font-size: 1.8rem;
  margin-top: 1.5rem;
}
.features-section .feature-card-description {
  margin-top: 0.5rem;
  color: var(--dark-color);
  font-size: 1.4rem;
}


/* 特長セクション */
#features .inner {
	counter-reset: feature-counter;
}

#features .feature-item-column,
#features .feature-item-row,
#features .feature-icon-card,
#features .feature-section {
	position: relative;
	overflow: hidden;
}

#features .feature-item-column::before,
#features .feature-item-row::before {
	counter-increment: feature-counter;
	content: "0" counter(feature-counter);
	position: absolute;
	top: -10px;
	left: 0;
	font-size: 7rem;
	font-weight: 900;
	color: var(--main-color);
	opacity: 0.08;
	line-height: 1;
	z-index: 0;
}

#features .feature-item-column>*,
#features .feature-item-row>* {
	position: relative;
	z-index: 1;
}

.feature-item-row {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-bottom: 50px;
	background: var(--white);
	padding: 30px 50px;
	border-radius: var(--border-radius);
	box-shadow: var(--card-shadow);
    border: 1px solid var(--card-border-color);
}

.feature-item-row:nth-child(even) {
	flex-direction: row-reverse;
}

.feature-item-column {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	background: var(--white);
	padding: 30px;
	border-radius: var(--border-radius);
	box-shadow: var(--card-shadow);
    border: 1px solid var(--card-border-color);
	text-align: center;
}

.feature-item-image {
	flex: 1;
	text-align: center;
}

.feature-item-image img {
    max-width: 400px;
    width: 100%;
    border-radius: var(--border-radius);
    max-height: 350px;
    object-fit: contain;
    padding-bottom: 20px;
}

.feature-item-text {
	flex: 1.2;
}

.feature-item-text h3 {
	font-size: 2.5rem;
	color: var(--dark-color);
	margin-bottom: 25px;
}

.feature-item-text p {
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: left;
	max-width: 800px;
}

.feature-images-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 30px;
	align-items: start;
}
.feature-images-grid figure {
	text-align: center;
}
.feature-images-grid img {
	width: 100%;
	border-radius: var(--border-radius);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.feature-images-grid figcaption {
	margin-top: 10px;
	font-size: 1.4rem;
	color: #555;
}

@media (max-width: 768px) {
	.feature-images-grid {
		grid-template-columns: 1fr;
	}
}

/* POSレジ選択セクション */
.fBox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 4rem;
	margin-bottom: 1rem;
}

.fBox .fUl {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}

.fBox .fUl li {
	background: #fff;
	box-shadow: var(--card-shadow);
	border-radius: var(--border-radius);
	border: 1px solid var(--card-border-color);
	position: relative;
}

.fBox .fUl li .fSet {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 3rem;
	padding-bottom: 3rem;
}

.fBox .fUl li .fSet .fSub {
	background: var(--dark-color);
	color: #fff;
	font-size: 1.4rem;
	border-radius: 10rem;
	line-height: 1.4;
	width: 90%;
	padding: 1rem 0.2rem;
	margin-top: -1.5rem;
	text-align: center;
}

.fBox .fUl li .fSet .fImg {
	position: relative;
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fBox .fUl li .fSet .fImg img {
	max-width: 200px;
	width: auto;
	max-height: 200px;
}

.fBox .fUl li .fSet .fRegi {
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--dark-color);
	text-align: center;
}

.fBox .fUl li .fSet .fRegi span {
	font-size: 1.6rem;
}

.fBox .fUl li .fSet .fMark {
	position: absolute;
	bottom: -30px;
	right: -30px;
	background: var(--main-color);
	color: #fff;
	padding: 1rem 0.2rem;
	line-height: 1.2;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.fBox .fUl li .fSet .fMark p {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.4;
}

.fBox .fUl li .fSet .fMark p span {
	font-size: 1.2rem;
	font-weight: bold;
}

.new-badge {
    position: absolute;
    top: 0;
    left: -40px;
    background-color: #bb0000;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	z-index: 3;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	transform: translate(25%, -25%);
}

/* POSレジ選択セクションの矢印 */
.fBox .arrow {
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 92%;
	position: relative;
}
.fBox .arrow:after {
	background: linear-gradient(90deg, #f5f5f5 0%, #eeeeee 100%);
	height: 36px;
	width: 102%;
	content: "";
	position: absolute;
	z-index: 1;
}

.fBox .arrow li {
	z-index: 3;
	position: relative;
}

.fBox .arrow li:last-child::after {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	color: #eeeeee;
	font-size: 62px;
	position: absolute;
    right: -42px;
	bottom: -4px;
	z-index: 2;
}

.fBox .arrow li dl {
	text-align: center;
	background: #fff;
	border-radius: 1rem;
	border: 1px solid #ddd;
	width: 150px;
	padding: 1rem;
}

.fBox .arrow li dl dt {
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 0.5rem;
}

.fBox .arrow li dl dd {
	font-size: 1.2rem;
}

/* レスポンシブ設定（スマートフォン向け） */
@media (max-width: 768px) {
    .fBox .arrow {
        display: none;
    }
}

/* 導入事例セクション */
.case-studies-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

@media (min-width: 992px) {
    .case-studies-container {
        flex-direction: row;
        gap: 3rem;
    }
}

.case-study {
    flex: 1;
    min-width: 0;
}

.case-study-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: var(--dark-color);
    margin-bottom: 2.5rem;
	text-align: center;
}

#case .swiper-container {
	position: relative;
	width: 100%;
	padding-bottom: 50px; /* pagination分の余白 */
	overflow: hidden; /* はみ出し防止 */
}
#case .swiper-slide {
	height: auto;
}
.testimonial-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
	border-radius: 1.5rem;
	box-shadow: var(--card-shadow);
	overflow: hidden;
	border: 1px solid var(--card-border-color);
}
#case .testimonial-card img {
	width: auto;
	height: auto;
	object-fit: contain;
	max-height: 270px;
	margin: auto auto 10px;
	display: flex !important;
}
#case .testimonial-swiper .swiper-button-next,
#case .testimonial-swiper .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--main-color);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
#case .testimonial-swiper .swiper-button-prev {
    left: 10px;
}
#case .testimonial-swiper .swiper-button-next {
    right: 10px;
}
#case .testimonial-swiper .swiper-button-next:after,
#case .testimonial-swiper .swiper-button-prev:after {
    font-size: 14px;
    font-weight: bold;
}
#case .testimonial-swiper .swiper-pagination-bullet-active {
	background: var(--main-color);
}
#case .testimonial-card-body {
  padding: 2rem;
  flex-grow: 1;
}
#case .testimonial-description {
  margin-top: 0.5rem;
  color: var(--dark-color);
  font-size: 1.4rem;
}


/* サポート体制 */
.support_btm {
	padding: 50px 0;
}

.support_layout {
	display: flex;
	justify-content: space-around;
	text-align: center;
	gap: 30px;
}

.support_layout .col-4 {
	flex: 1;
	max-width: 300px;
}

.support_layout img {
	height: 80px;
	margin-bottom: 20px;
	
}
/* 以前の .support_layout 関連のスタイルは削除し、以下を追記 */

.support-icon {
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
}

/* SVGの地の色となる部分（円形）のクラス .icon-background に
  テーマカラーのピンクを適用します。
*/
.support-icon .icon-background {
	fill: var(--main-color); /* var(--main-color) は #b93d60 です */
}

/* SVGのアイコン模様となる部分のクラス .icon-foreground に
  白色を適用します。
*/
.support-icon .icon-foreground {
	fill: #ffffff; /* 白色 */
}

.support_layout h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: var(--dark-color);
}

.support_layout p {
	font-size: 1.4rem;
}

.support_layout span {
	font-size: 1.2rem;
	color: #777;
	display: block;
	margin-top: 10px;
}

/* FAQ Accordion */
#faq-accordion {
	max-width: 900px;
	margin: 40px auto 0;
}
.faq-accordion-item {
	border-bottom: 1px solid var(--card-border-color);
}
.faq-accordion-item:first-child {
	border-top: 1px solid var(--card-border-color);
}
.accordion-button {
	background: none;
	border: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding: 20px 10px;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--dark-color);
	transition: background-color: 0.3s;
}
.accordion-button:hover {
	background-color: #f9f9f9;
}
.accordion-button span {
	flex-grow: 1;
	padding-right: 15px;
}
.accordion-icon {
	transition: transform 0.3s ease;
	flex-shrink: 0;
}
.accordion-button.active .accordion-icon {
	transform: rotate(180deg);
}
.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
	background-color: #fafafa;
}
.accordion-details {
	padding: 20px 30px;
	font-size: 1.6rem;
	line-height: 1.7;
}
.accordion-details p {
	margin-bottom: 1em;
}
 .accordion-details p:last-child {
	margin-bottom: 0;
}
.cta-button2 {
	display: inline-block;
	margin-top: 15px;
	padding: 10px 20px;
	background-color: var(--accent-color-2);
	color: white;
	text-decoration: none;
	border-radius: 25px;
	font-weight: bold;
	transition: background-color: 0.3s;
}
.cta-button2:hover {
	background-color: #8C7A6B; /* Slightly darker warm taupe */
}

/* お問い合わせフォーム */
#otoiawase {
	background-color: #374151; /* 濃いグレーの背景 */
}

#otoiawase .h2L {
	color: #ffffff;
	border-bottom-color: #6b7280;
}
#otoiawase .h2L::after {
	background-color: var(--white);
}

.form_box {
	max-width: 100%;
	margin: 0 auto;
	background: var(--white);
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.form_box table {
	width: 100%;
	border-collapse: collapse;
}

.form_box th,
.form_box td {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.form_box th {
	text-align: left;
	width: 24%;
	font-weight: bold;
	font-size:1.4rem;
}

.form_box th span {
	background: var(--main-color);
	color: var(--white);
	font-size: 1.4rem;
	padding: 3px 8px;
	border-radius: 3px;
	margin-right: 10px;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box input[type="tel"],
.form_box textarea,
.form_box select {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1.4rem;
	box-sizing: border-box;
	padding: 10px;
}

.form_box input[type="submit"] {
	background: var(--main-color);
	color: var(--white);
	border: none;
	padding: 15px 30px;
	font-size: 1.6rem;
	border-radius: 25px;
	cursor: pointer;
	display: inline-block;
	transition: background 0.3s;
}

.form_box input[type="submit"]:hover {
	background: var(--sub-color);
}

.form_box > p {
	text-align: center;
	margin-top: 20px;
}

.form_box .columns {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box; 
}

.modal-container {
    position: relative;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    animation-name: zoom;
    animation-duration: 0.4s;
}

.modal-container figure {
    margin: 0;
    padding: 0;
	text-align: center;
}

.modal-content {
    display: block;
    max-width: 100%;
    max-height: calc(90vh - 100px);
    width: auto;
    height: auto;
}

#modalCaption {
    margin-top: 15px;
    color: #333;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
}

.modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    background: var(--dark-color);
    border: 2px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: 0.3s;
    cursor: pointer;
    z-index: 1010;
}

.modal-close:hover,
.modal-close:focus {
    background: var(--main-color);
    color: white;
    text-decoration: none;
}

@keyframes zoom {
    from {transform: scale(0.7); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}

.modal-trigger {
    cursor: pointer;
    transition: 0.3s;
}

.modal-trigger:hover {
    opacity: 0.7;
}

/* ============================= */
/* システム連携セクション (新規追加) */
/* ============================= */

.integration-wrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.integration-card-large {
	background: var(--white);
	border-radius: var(--border-radius);
	padding: 30px;
	box-shadow: var(--card-shadow);
    border: 1px solid var(--card-border-color);
	display: flex;
	align-items: center;
	gap: 30px;
	text-align: left;
}

.integration-images {
	flex: 1;
	text-align: center;
}

.integration-text-content {
	flex: 1.5;
}

.integration-logo {
    max-height: 45px;
    margin-bottom: 20px;
    max-width: 180px;
}

.integration-product-image {
	max-width: 100%;
    max-height: 300px;
	border-radius: var(--border-radius);
	object-fit: contain;
}

.integration-product-image-wrapper {
	background: var(--white);
	padding: 15px;
	border-radius: var(--border-radius);
	display: inline-block;
	margin-top: 20px;
}

.integration-system-name {
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 10px;
	display: inline-block;
	border-bottom: 2px solid var(--main-color);
	padding-bottom: 5px;
}

.integration-text-content h3 {
	font-size: 2.5rem;
	margin-bottom: 25px;
	color: var(--dark-color);
	text-align: left;
}

.integration-text-content p {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 20px;
	max-width: 600px;
	margin-left: 0;
	margin-right: 0;
}

.integration-features {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
	display: table;
	text-align: left;
}

.integration-features li {
	position: relative;
	padding-left: 34px;
	margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.integration-features li:last-child {
	margin-bottom: 0;
}

.integration-features li::before {
    content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect width='24' height='24' rx='4' fill='%23b93d60'/><path d='M9 16.17 4.83 12 3.41 13.41 9 19 21 7 19.59 5.59z' fill='white'/></svg>") center/contain no-repeat;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.btn-details {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background:  #50479d;
	color: var(--white);
	padding: 12px 30px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: bold;
	transition: background 0.3s;
    font-size: 1.6rem;
}

.btn-details::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.btn-details:hover {
	background: var(--dark-color);
	color: var(--white);
}

/* 他社システム連携セクション */
#external-integration .feature-item-row {
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 30px;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--card-border-color);
}
#external-integration .feature-item-row::before {
    content: none; /* 番号を非表示に */
}

/* ============================= */
/* ラインアップセクション (recycle.html風) */
/* ============================= */
.bpRe-product-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.bpRe-product-inner .t-center {
	text-align: center;
	margin-bottom: 2rem;
}

.bpRe-product-inner .t-center .section-headline {
	margin: 0 auto 2rem;
	width: fit-content;
	padding: 1rem 3rem;
	font-size: 2.4rem;
	background: var(--dark-color);
	color: #fff;
	display: inline-block;
}

.bpRe-product-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	gap: 1rem;
}

.bpRe-product-item li {
	flex: 1;
	margin: 0;
	padding: 2rem;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	border-radius: var(--border-radius);
	background: #fff;
    padding: 0rem 0rem 2rem;
}

.bpRe-product-photo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.bpRe-product-item li .bpRe-product-photo-name {
	order: 1; /* Title above image */
	width: 100%;
}

.bpRe-product-item li .bpRe-product-photo picture {
	order: 2; /* Image below title */
    padding: 2rem 0;
	height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bpRe-reason-photo img {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	object-fit: contain;
	max-width: 320px;
}

.bpRe-product-photo-name {
	width: 100%;
	text-align: center;
}

.bpRe-product-photo-name h4 {
	margin: 0;
	padding: 1rem;
	width: 100%;
	color:  #374151;
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 800;
	background:#f0f4ff;
	text-align: center;
	height: 120px;
	display: flex;
    flex-flow: column;
    justify-content: center;
}

.bpRe-product-photo-name p {
	margin: 3rem 0;
	padding: 0;
	color: var(--main-color); /* Use main theme color */
	line-height: 1.2;
	font-size: 3.2rem;
	font-weight: bold;
}

.bpRe-product-photo-name .label {
	position: relative;
	font-size: 1.4rem;
	padding: 0 0 24px;
	color: #000;
	font-weight: normal;
}

.bpRe-product-text {
	margin: 0 auto;
	padding: 1.5rem 0 0;
	line-height: 1.5;
	font-size: 1.6rem;
	width: 90%;
    background: transparent;
    flex-grow: 1;
}

.bpRe-product-text dl { margin: 0; padding: 0; }

.bpRe-product-text dt {
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1.8rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.bpRe-product-text dt svg {
	fill: var(--main-color);
	margin-right: 1rem;
	flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.bpRe-product-text dd {
	font-size: 1.5rem;
	list-style: none;
	margin: 0 0 1rem 0;
	padding: 0 0 0 34px;
	font-weight: normal;
	position: relative;
}

.bpRe-product-text dd::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect width='24' height='24' rx='4' fill='%23b93d60'/><path d='M9 16.17 4.83 12 3.41 13.41 9 19 21 7 19.59 5.59z' fill='white'/></svg>") center/contain no-repeat;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}


/* Features Icon Grid */
.features-icons-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	
}

.feature-icon-card {
	background: var(--white);
	padding: 25px;
	border-radius: var(--border-radius);
	box-shadow: var(--card-shadow);
    border: 1px solid var(--card-border-color);
	text-align: center;
}
.feature-icon-card .fa-icon {
	font-size: 4rem;
	color: var(--accent-color-2);
	margin-bottom: 15px;
}

.feature-icon-card h4 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.feature-icon-card p {
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: left;
}

.feature-section {
	background: var(--white);
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: var(--card-shadow);
    border: 1px solid var(--card-border-color);
}

.feature-header {
	margin-left: 0;
	margin-bottom: 30px;
	text-align: center;
}

.feature-title2 {
	font-size: 3rem;
	font-weight: 800;
	color: var(--dark-color);
	margin-bottom: 25px;
}

.feature-description {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #555;
}

/* cashless */
.slider_box {
	margin: 0 0 30px;
}

.swiper-area2 {
	position: relative;
}

.swiper-container2 {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.swiper-container2 .swiper-wrapper2 {
	width: 100%;
	justify-content: space-between;
}

.swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.swiper-slide2 {
	width: var(--swiper-slide-size, auto);
	height: auto;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	text-align: center;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 10px;
}

.swiper-slide2 img {
	width: 130px;
	height: 80px;
	object-fit: contain;
}

.swiper-wrapper2 {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-slide2 {
	flex-shrink: 0;
	width: auto;
}

.swiper-container2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.swiper-container2 .swiper-slide2 {
	text-align: center;
	padding: 1rem;
	width: 23%;
}

.swiper-button-prev2,
.swiper-button-next2 {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background: rgba(0, 0, 0, .4);
	border-radius: 50%;
	transition: background .3s;
	display: none;
	text-align: center;
}

.swiper-button-prev2:hover,
.swiper-button-next2:hover {
	background: rgba(0, 0, 0, .6);
}

.swiper-button-prev2 {
	left: -14px;
}

.swiper-button-next2 {
	right: -14px;
}

.swiper-button-prev2::before,
.swiper-button-next2::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	color: #fff;
	line-height: 44px;
	text-align: center;
}

.swiper-button-prev2::before {
	content: "\f053";
}

.swiper-button-next2::before {
	content: "\f054";
}

/* ============================= */
/* 料金プランセクション */
/* ============================= */
.pricing-section .pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}
.pricing-card {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  box-shadow: var(--card-shadow);
  border: 1px solid var(--card-border-color);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card.recommended {
  border: 2px solid var(--accent-color-2);
}
.recommended-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background-color: var(--accent-color-2);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}
.pricing-card-title {
  font-size: 2rem;
  font-weight: 900;
}
.pricing-card-subtitle {
  font-size: 1.5rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.pricing-card-description {
  color: var(--dark-color);
  margin-top: 1.5rem;
  flex-grow: 1;
  min-height: 5rem;
  font-size: 1.6rem;
}
.pricing-card-price {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.pricing-card-price .price-amount {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--main-color);
  line-height: 1;
}
.pricing-card-price .price-unit {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-color);
}
.pricing-card-price .price-note {
  font-size: 1.4rem;
  color: #6b7280;
  display: block;
  margin-top: 0.5rem;
}
.pricing-features {
  text-align: left;
  margin-top: auto;
}
.pricing-features-item {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px solid #f3f4f6;
  font-size: 1.6rem;
}
.pricing-features-item:first-child {
  border-top: none;
}
.pricing-features-item .feature-name {
  flex-grow: 1;
  font-weight: 500;
}
.pricing-features-item .feature-value {
  font-weight: 700;
}
.pricing-features-item .icon-check {
  color: #10b981;
  margin-right: 5px;
}
.pricing-features-item .icon-cross {
  color: #ef4444;
  margin-right: 5px;
}
.pricing-features-item .value-paid {
  color: #f59e0b;
}

/* ----------------------------------------------
   レスポンシブ設定 (スマートフォン向け)
----------------------------------------------- */
@media (max-width: 992px) {
    #problem .problem-box {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
	.features-section .features-grid {
		grid-template-columns: 1fr;
	}
	.pricing-section .pricing-grid {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 768px) {
    .inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .fixed-width {
        padding: 0 15px;
    }
    .h2L {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }
    body {
        overflow-x: hidden;
    }

    /* ヒーローセクション */
    .hero-inner {
        flex-direction: column;
        padding: 20px 15px;
        min-height: auto;
    }
	.hero-left, .hero-right {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.hero-left {
		order: 2;
	}
	.hero-right {
		order: 1;
		margin-bottom: 20px;
	}
	.hero_textbox {
		justify-content: center;
	}
	.title {
		font-size: 32px;
		margin: 10px 0 20px;
	}
	.features {
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px 20px;
	}
	.features li {
		font-size: 14px;
	}
	.medals-staff-container {
		justify-content: center;
	}
	.staff-image {
		display: none;
	}

    /* お悩みセクション */
    .problem-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

	.features-section .features-grid {
		grid-template-columns: 1fr;
	}

    /* POSレジ選択 */
    .fBox .fUl {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* 特徴セクション */
    .feature-item-row {
        flex-direction: column !important;
        padding: 20px;
        gap: 20px;
    }
    .feature-item-text {
        text-align: center;
    }
    .feature-item-text p {
        text-align: left;
    }
    .feature-item-text h3 {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    .feature-item-column {
         padding: 20px;
    }
	.feature-images-grid {
		grid-template-columns: 1fr;
	}

    /* サポート体制 */
    .support_layout {
        flex-direction: column;
        align-items: center;
    }

	/* 料金プラン */
	.pricing-grid {
		grid-template-columns: 1fr;
	}
    /* POSレジラインアップ */
	.bpRe-product-item {
        flex-direction: column;
    }
    .bpRe-product-photo-name h4, .bpRe-product-text dt {
        min-height: auto; /* スマホでは高さ固定を解除 */
    }

    /* お問い合わせフォーム */
    .form_box th, .form_box td {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 10px 0;
    }
    .form_box tr {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: block;
    }
     .form_box th {
        padding-bottom: 5px;
    }
    
    .contact_box {
        display: none;
    }

	/* システム連携 */
    .integration-card-large {
        flex-direction: column;
        padding: 20px;
    }
    #external-integration .feature-item-row {
         flex-direction: column !important;
    }

}

.bpRe-product-more {
	margin: 0;
	padding: 0;
	text-align: center;
}

.bpRe-product-more a {
	width: 100%;
	max-width: 480px;
}

.bpRe-btn {
	display: block;
	width: 90%;
	max-width: 480px;
	margin: 40px auto 0;
	padding: 0 16px;
	border: var(--dark-color) 1px solid;
	border-radius: 64px;
	color: #fff !important;
	line-height: 64px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background: #50479d;
	transition: 0.2s;
}

.bpRe-btn:hover {
	transition: 0.2s;
	opacity: 0.9;
}


.swiper-button-next, .swiper-button-prev {
    svg {
        height: 50%!important;
        object-fit: contain;
        transform-origin: center;
        width: 50%!important;
        fill: currentColor;
        pointer-events: none;
    }
}

