@charset "utf-8";

/* ===== FONTS ===== */

/* YakuHanJP — intercepts Japanese punctuation only via unicode-range */
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../font/YakuHanJP/YakuHanJP-Thin.woff2') format('woff2');
  unicode-range: U+3001, U+3002, U+3008-U+300F, U+3010-U+3011, U+3014-U+3015, U+30FB, U+FF01, U+FF08-U+FF09, U+FF1A-U+FF1B, U+FF1F, U+FF3B-U+FF3D, U+FF5B-U+FF5D;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../font/YakuHanJP/YakuHanJP-ExtraLight.woff2') format('woff2');
  unicode-range: U+3001, U+3002, U+3008-U+300F, U+3010-U+3011, U+3014-U+3015, U+30FB, U+FF01, U+FF08-U+FF09, U+FF1A-U+FF1B, U+FF1F, U+FF3B-U+FF3D, U+FF5B-U+FF5D;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../font/YakuHanJP/YakuHanJP-Light.woff2') format('woff2');
  unicode-range: U+3001, U+3002, U+3008-U+300F, U+3010-U+3011, U+3014-U+3015, U+30FB, U+FF01, U+FF08-U+FF09, U+FF1A-U+FF1B, U+FF1F, U+FF3B-U+FF3D, U+FF5B-U+FF5D;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../font/YakuHanJP/YakuHanJP-Regular.woff2') format('woff2');
  unicode-range: U+3001, U+3002, U+3008-U+300F, U+3010-U+3011, U+3014-U+3015, U+30FB, U+FF01, U+FF08-U+FF09, U+FF1A-U+FF1B, U+FF1F, U+FF3B-U+FF3D, U+FF5B-U+FF5D;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../font/YakuHanJP/YakuHanJP-Medium.woff2') format('woff2');
  unicode-range: U+3001, U+3002, U+3008-U+300F, U+3010-U+3011, U+3014-U+3015, U+30FB, U+FF01, U+FF08-U+FF09, U+FF1A-U+FF1B, U+FF1F, U+FF3B-U+FF3D, U+FF5B-U+FF5D;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../font/YakuHanJP/YakuHanJP-SemiBold.woff2') format('woff2');
  unicode-range: U+3001, U+3002, U+3008-U+300F, U+3010-U+3011, U+3014-U+3015, U+30FB, U+FF01, U+FF08-U+FF09, U+FF1A-U+FF1B, U+FF1F, U+FF3B-U+FF3D, U+FF5B-U+FF5D;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../font/YakuHanJP/YakuHanJP-Bold.woff2') format('woff2');
  unicode-range: U+3001, U+3002, U+3008-U+300F, U+3010-U+3011, U+3014-U+3015, U+30FB, U+FF01, U+FF08-U+FF09, U+FF1A-U+FF1B, U+FF1F, U+FF3B-U+FF3D, U+FF5B-U+FF5D;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../font/YakuHanJP/YakuHanJP-ExtraBold.woff2') format('woff2');
  unicode-range: U+3001, U+3002, U+3008-U+300F, U+3010-U+3011, U+3014-U+3015, U+30FB, U+FF01, U+FF08-U+FF09, U+FF1A-U+FF1B, U+FF1F, U+FF3B-U+FF3D, U+FF5B-U+FF5D;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../font/YakuHanJP/YakuHanJP-Black.woff2') format('woff2');
  unicode-range: U+3001, U+3002, U+3008-U+300F, U+3010-U+3011, U+3014-U+3015, U+30FB, U+FF01, U+FF08-U+FF09, U+FF1A-U+FF1B, U+FF1F, U+FF3B-U+FF3D, U+FF5B-U+FF5D;
}

/* Noto Sans JP — Japanese body text */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../font/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf') format('truetype');
}

/* Roboto — Latin / numbers */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../font/Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
}

/* Roboto Condensed — headings and emphasized numbers */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../font/Roboto_Condensed/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
}

/*===== CSS RESET =====*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
	outline: none;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

ul,
ol {
	list-style: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body * {
	max-height: 99999em
}

body img {
	max-height: none
}


/*===== COMMON =====*/
html,
body {
	width: 100%;
	min-height: 100%;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #FFF;
	font-size: 14px;
	line-height: 1.6;
	font-family: "YakuHanJP", "Roboto", "Noto Sans JP", sans-serif;
	-webkit-text-size-adjust: none;
	color: #000;
	position: relative;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

h1, h2, h3,
.num-large,
.reason-num,
.product-grade-badge .large,
.hero-title {
	font-family: "YakuHanJP", "Roboto Condensed", "Noto Sans JP", sans-serif;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}



body.overflow {
	overflow: hidden;
}

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

p a {
	text-decoration: underline;
}

.wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

img {
	display: block;
}

/*===== FONT SIZE =====*/
@media (max-width: 750px) {
	body {
		font-size: 23.4375px
	}
}

@media (max-width: 745px) {
	body {
		font-size: 23.28125px
	}
}

@media (max-width: 740px) {
	body {
		font-size: 23.125px
	}
}

@media (max-width: 735px) {
	body {
		font-size: 22.96875px
	}
}

@media (max-width: 730px) {
	body {
		font-size: 22.8125px
	}
}

@media (max-width: 725px) {
	body {
		font-size: 22.65625px
	}
}

@media (max-width: 720px) {
	body {
		font-size: 22.5px
	}
}

@media (max-width: 715px) {
	body {
		font-size: 22.34375px
	}
}

@media (max-width: 710px) {
	body {
		font-size: 22.1875px
	}
}

@media (max-width: 705px) {
	body {
		font-size: 22.03125px
	}
}

@media (max-width: 700px) {
	body {
		font-size: 21.875px
	}
}

@media (max-width: 695px) {
	body {
		font-size: 21.71875px
	}
}

@media (max-width: 690px) {
	body {
		font-size: 21.5625px
	}
}

@media (max-width: 685px) {
	body {
		font-size: 21.40625px
	}
}

@media (max-width: 680px) {
	body {
		font-size: 21.25px
	}
}

@media (max-width: 675px) {
	body {
		font-size: 21.09375px
	}
}

@media (max-width: 670px) {
	body {
		font-size: 20.9375px
	}
}

@media (max-width: 665px) {
	body {
		font-size: 20.78125px
	}
}

@media (max-width: 660px) {
	body {
		font-size: 20.625px
	}
}

@media (max-width: 655px) {
	body {
		font-size: 20.46875px
	}
}

@media (max-width: 650px) {
	body {
		font-size: 20.3125px
	}
}

@media (max-width: 645px) {
	body {
		font-size: 20.15625px
	}
}

@media (max-width: 640px) {
	body {
		font-size: 20px
	}
}

@media (max-width: 635px) {
	body {
		font-size: 19.84375px
	}
}

@media (max-width: 630px) {
	body {
		font-size: 19.6875px
	}
}

@media (max-width: 625px) {
	body {
		font-size: 19.53125px
	}
}

@media (max-width: 620px) {
	body {
		font-size: 19.375px
	}
}

@media (max-width: 615px) {
	body {
		font-size: 19.21875px
	}
}

@media (max-width: 610px) {
	body {
		font-size: 19.0625px
	}
}

@media (max-width: 605px) {
	body {
		font-size: 18.90625px
	}
}

@media (max-width: 600px) {
	body {
		font-size: 18.75px
	}
}

@media (max-width: 595px) {
	body {
		font-size: 18.59375px
	}
}

@media (max-width: 590px) {
	body {
		font-size: 18.4375px
	}
}

@media (max-width: 585px) {
	body {
		font-size: 18.28125px
	}
}

@media (max-width: 580px) {
	body {
		font-size: 18.125px
	}
}

@media (max-width: 575px) {
	body {
		font-size: 17.96875px
	}
}

@media (max-width: 570px) {
	body {
		font-size: 17.8125px
	}
}

@media (max-width: 565px) {
	body {
		font-size: 17.65625px
	}
}

@media (max-width: 560px) {
	body {
		font-size: 17.5px
	}
}

@media (max-width: 555px) {
	body {
		font-size: 17.34375px
	}
}

@media (max-width: 550px) {
	body {
		font-size: 17.1875px
	}
}

@media (max-width: 545px) {
	body {
		font-size: 17.03125px
	}
}

@media (max-width: 540px) {
	body {
		font-size: 16.875px
	}
}

@media (max-width: 535px) {
	body {
		font-size: 16.71875px
	}
}

@media (max-width: 530px) {
	body {
		font-size: 16.5625px
	}
}

@media (max-width: 525px) {
	body {
		font-size: 16.40625px
	}
}

@media (max-width: 520px) {
	body {
		font-size: 16.25px
	}
}

@media (max-width: 515px) {
	body {
		font-size: 16.09375px
	}
}

@media (max-width: 510px) {
	body {
		font-size: 15.9375px
	}
}

@media (max-width: 505px) {
	body {
		font-size: 15.78125px
	}
}

@media (max-width: 500px) {
	body {
		font-size: 15.625px
	}
}

@media (max-width: 495px) {
	body {
		font-size: 15.46875px
	}
}

@media (max-width: 490px) {
	body {
		font-size: 15.3125px
	}
}

@media (max-width: 485px) {
	body {
		font-size: 15.15625px
	}
}

@media (max-width: 480px) {
	body {
		font-size: 15px
	}
}

@media (max-width: 475px) {
	body {
		font-size: 14.84375px
	}
}

@media (max-width: 470px) {
	body {
		font-size: 14.6875px
	}
}

@media (max-width: 465px) {
	body {
		font-size: 14.53125px
	}
}

@media (max-width: 460px) {
	body {
		font-size: 14.375px
	}
}

@media (max-width: 455px) {
	body {
		font-size: 14.21875px
	}
}

@media (max-width: 450px) {
	body {
		font-size: 14.0625px
	}
}

@media (max-width: 445px) {
	body {
		font-size: 13.90625px
	}
}

@media (max-width: 440px) {
	body {
		font-size: 13.75px
	}
}

@media (max-width: 435px) {
	body {
		font-size: 13.59375px
	}
}

@media (max-width: 430px) {
	body {
		font-size: 13.4375px
	}
}

@media (max-width: 425px) {
	body {
		font-size: 13.28125px
	}
}

@media (max-width: 420px) {
	body {
		font-size: 13.125px
	}
}

@media (max-width: 415px) {
	body {
		font-size: 12.96875px
	}
}

@media (max-width: 410px) {
	body {
		font-size: 12.8125px
	}
}

@media (max-width: 405px) {
	body {
		font-size: 12.65625px
	}
}

@media (max-width: 400px) {
	body {
		font-size: 12.5px
	}
}

@media (max-width: 395px) {
	body {
		font-size: 12.34375px
	}
}

@media (max-width: 390px) {
	body {
		font-size: 12.1875px
	}
}

@media (max-width: 385px) {
	body {
		font-size: 12.03125px
	}
}

@media (max-width: 380px) {
	body {
		font-size: 11.875px
	}
}

@media (max-width: 375px) {
	body {
		font-size: 11.71875px
	}
}

@media (max-width: 370px) {
	body {
		font-size: 11.5625px
	}
}

@media (max-width: 365px) {
	body {
		font-size: 11.40625px
	}
}

@media (max-width: 360px) {
	body {
		font-size: 11.25px
	}
}

@media (max-width: 355px) {
	body {
		font-size: 11.09375px
	}
}

@media (max-width: 350px) {
	body {
		font-size: 10.9375px
	}
}

@media (max-width: 345px) {
	body {
		font-size: 10.78125px
	}
}

@media (max-width: 340px) {
	body {
		font-size: 10.625px
	}
}

@media (max-width: 335px) {
	body {
		font-size: 10.46875px
	}
}

@media (max-width: 330px) {
	body {
		font-size: 10.3125px
	}
}

@media (max-width: 325px) {
	body {
		font-size: 10.15625px
	}
}

@media (max-width: 320px) {
	body {
		font-size: 10px
	}
}

.sm {
	display: none !important;
}
.pc {
	display: block !important;
}


/*===== HEADER =====*/
header {
	padding-top: 26px;
	position: absolute;
	width: 100%;
	z-index: 100;
	background: #000;
	top: 0;
	box-shadow: 0px 1px 1px 0px rgba(117, 116, 116, 0.2);
	z-index: 101;
}

#navigation.fixed-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 1000;
	box-shadow: 0px 1px 1px 0px rgba(117, 116, 116, 0.2);
}

#navigation.fixed-nav ul {
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #464646;
}

@media (max-width: 960px) {
	#navigation.fixed-nav ul {
		width: 100%;
	}
}

header .logo a {
	display: block;
	width: 462px;
	height: 70px;
	background: url(../img/logo_yoko_white.png) no-repeat center;
	background-size: 462px 70px;
	text-indent: 0;
	margin: -16px auto 16px;
}

header .logo span {
	font-size: 0;
}

nav ul {
	display: flex;
	justify-content: space-around;
	border-left: 1px solid #464646;
}

nav ul li {
	text-align: center;
	border-right: 1px solid #464646;
	width: 20%;
}

nav ul li:nth-child(1),
nav ul li:nth-child(2) {
	width: 24%;
}

nav ul li a {
	font-size: 13px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-weight: bold;
	box-sizing: border-box;
	border-bottom: 2px solid #000;
	transition: 0.2s linear;
}

nav ul li a:hover,
nav ul li a.active {
	color: #14B3B8;
	border-bottom: 2px solid #14B3B8;
}

.wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
}


/*===== footer =====*/
footer {
	background: #000;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-left {
	display: flex;
	align-items: center;
	gap: 40px;
}

footer .logo {
	margin-bottom: 0;
	text-align: left;
}

footer .logo img {
	width: 158px;
	height: 32px;
	display: block;
}

.nav {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.nav ul {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 0;
	margin: 0;
}

.nav ul li {
	display: flex;
	align-items: center;
	border: none;
}

.nav ul li:first-child {
	border-left: none;
}

.nav ul li a {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: block;
	text-align: center;
	transition: opacity 0.2s;
}

.nav ul li a:hover {
	opacity: 0.7;
	text-decoration: underline;
}

.footer-right {
	display: flex;
	align-items: center;
	gap: 30px;
}
.social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.social-icons .social-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-icons .social-icon img {
	width: 20px;
	height: 20px;
	display: block;
}

.coppyright {
	text-align: right;
	font-size: 10px;
	color: #888;
}

button#cboxClose {
	display: block;
	background: #fff;
	color: #fff;
	width: 32px;
	height: 32px;
	padding: 6px 8px 8px;
	border-radius: 8px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	border-radius: 40px;
}

button#cboxClose::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "×";
	font-size: 20px;
	font-weight: bold;
	display: block;
	background: #333;
	color: #fff;
	width: 32px;
	height: 32px;
	padding: 6px 8px 8px;
	border-radius: 100px;
}

.text p,
.technique p,
.wrapper p,
.desc {
	text-align: justify;
}

/*===== team =====*/
#team {
	background: #F9F9F9;
	padding: 0;
}

#team .wrapper {
	padding: 80px 0;
}

/* .specialPop .pop {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #378dd6;
	color: #fff;
	width: 120px;
	height: 120px;
	border-radius: 100px;
	padding: 4px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin: 0 8px;
} */

/* 
  Overrides to achieve the "Logo Left, Menu Right" layout. 
  common.css originally assumes a centered logo with navigation underneath.
*/

/* PC Header Layout Override */
header {
  background: #000;
  padding-top: 0 !important;
  position: fixed !important; /* Keep it always at the top */
  height: 80px;
  display: flex;
  align-items: center;
  z-index: 200 !important; /* Ensure header and its menu remain above #overflow */
}

header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  height: 100%;
}

/* Logo Layout Override */
header .logo {
  margin: 0;
  padding: 0;
}

header .logo a {
  background: none !important;
  display: flex;
  align-items: center;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

header .logo img {
  height: 40px; /* Adjust height as needed */
  width: auto;
}

/* PC Navigation Override */
#navigation {
  display: block;
}

#navigation ul {
  border: none !important;
  width: auto !important;
  margin: 0 !important;
  gap: 30px;
  justify-content: flex-end;
}

#navigation ul li {
  border: none !important;
  width: auto !important;
}

#navigation ul li a {
  border-bottom: none !important;
  white-space: nowrap;
  padding: 0;
}

#navigation ul li a:hover {
  border-bottom: none !important;
  opacity: 0.7;
}

/* Mobile Menu Icon Styling */
.btnMenu img {
  width: 24px;
}
.btnMenu .icon-close {
  display: none;
  filter: brightness(0) invert(1);
}
body.overflow .btnMenu .icon-menu { display: none; }
body.overflow .btnMenu .icon-close { display: block; }

/* Main body offset */
.lp-main {
  padding-top: 80px;
  min-height: 100vh;
  background: #f7f7f7;
}

/* Hero Section Styles */
.hero-section {
  position: relative;
  padding: 30px 0;
  text-align: center;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
}



.hero-title {
  text-align: center;
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 80px 0;
  position: relative;
}

.hero-title .line-first,
.hero-action .line-first {
  font-size: 24px;
  font-weight: normal;
  display: block;
  margin-bottom: 0px;
}

.hero-title .line-second,
.hero-action .line-second {
  font-size: 80px;
  font-weight: normal;
  display: block;
  margin-bottom: 8px;
}

.hero-title .particle {
  font-size: 36px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.hero-title .line-third {
  font-size: 36px;
  font-weight: normal;
  display: block;
}

.hero-title .bracket {
  color: #8062FF;
}

/* Slick Slider Base */
.hero-slider {
  width: 100%;
  margin: 0 auto 30px auto;
}

.hero-slider .slick-slide {
  width: 600px;
  padding: 0 10px;
}

.hero-slider .slick-slide img {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.5s ease-in-out;
  transform: scale(0.6);
  margin: 0 auto;
}

.hero-slider .slick-center img,
.hero-slider .is-scaled img {
  transform: scale(1.1);
}

/* Hero Action Bottom */
.hero-action {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.1;
}

.hero-action p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.5;
}

.hero-button {
  margin-bottom: 50px;
}

.hero-button .btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-button .btn-arrow {
  width: 14px;
  margin-left: 15px;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.hero-button .btn-hero:hover {
  background: #fff;
  color: #000;
}

.hero-button .btn-hero:hover .btn-arrow {
  filter: brightness(0);
}

/* About Intro Section */
.about-intro-section {
  padding: 100px 0;
  background: #E5E5E5;
  text-align: center !important;
}

.about-intro-content {
  text-align: center !important;
}

.intro-lead {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 60px;
  color: #333;
  text-align: center !important;
}

.intro-lead .intro-text-sm {
  font-size: 36px;
}

.intro-lead .intro-text-lg {
  font-size: 48px;
}

.intro-lead .bracket {
  font-size: 48px;
  color: #8062FF;
}

.bracket-text {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.bracket-text::before,
.bracket-text::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  border-top: 2px solid #745df2;
  border-bottom: 2px solid #745df2;
}

.bracket-text::before {
  left: 0;
  border-left: 2px solid #745df2;
}

.bracket-text::after {
  right: 0;
  border-right: 2px solid #745df2;
}

.about-bubble-container {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.about-bubble {
  background: #fff;
  padding: 40px 60px;
  border-radius: 100px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  display: inline-block;
  position: relative;
}

.about-bubble p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  font-weight: 600;
  text-align: center !important;
}

.about-message p {
  font-size: 18px;
  line-height: 2;
  color: #333;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center !important;
}

.about-message p:last-child {
  margin-bottom: 0;
}

/* Reasons Section */
.reasons-section {
  background: #fff;
  padding: 120px 0 0;
  color: #333;
}

.reasons-section .wrapper {
  width: 100%;
  max-width: 1100px; /* Slightly wider than global 960px */
}

.reasons-header {
  text-align: center;
  margin-bottom: 80px;
}

.reasons-header .subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.reasons-header h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333 !important;
  text-align: center;
}

.reasons-header .num-large {
  font-size: 80px;
  line-height: 1;
}

.reasons-header .purple-line {
  display: block;
  width: 60px;
  height: 4px;
  background: #8062FF;
  margin: 0 auto;
}

.reasons-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.reason-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.reason-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.reason-image {
  flex: 1;
}

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

.reason-text {
  flex: 1;
  text-align: left;
}

.reason-title-group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.reason-num {
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.reason-title-text {
  flex: 1;
}

.reason-sub {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.reason-title-text h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}

.reason-title-text .bracket {
  color: #8062FF;
}

.reason-description {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

/* Product Section */
.product-section {
  background: #E5E5E5;
  padding: 100px 0;
}

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

.coming-soon {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #999;
  margin-top: 60px;
}

.product-card {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}

.product-speech-bubbles {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.product-speech-bubbles .speech-bubble {
  background: #fff;
  border-radius: 60px;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #666;
  position: relative;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  min-width: 200px;
}

.product-speech-bubbles .speech-bubble::before {
  display: none;
}

.product-speech-bubbles .speech-bubble::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.product-card-content {
  background: #fff;
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
}

.product-grade-badge {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-bottom-right-radius: 10px;
  z-index: 10;
  display: flex;
  align-items: baseline;
}

.product-grade-badge .large {
  font-size: 28px;
  line-height: 1;
}

.product-grade-badge .small {
  font-size: 16px;
  margin-left: 2px;
}

.grade-4 {
  background-color: #46B06B;
}

.grade-5 {
  background-color: #7459E8;
}

.product-main-image {
  width: 100%;
}

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

.product-logo {
  text-align: center;
  margin: 20px 0;
}

.product-logo img {
  max-height: 80px;
  width: auto;
  margin: 0 auto;
}

.product-description {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #000;
  padding: 0 20px;
}

.product-actions-new {
  padding: 0 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: auto;
}

.btn-black {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 452px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #000;
  box-sizing: border-box;
}

.btn-black:hover {
  background: #fff;
  color: #000;
}

.btn-arrow-img {
  width: 16px;
  margin-left: 15px;
  transition: all 0.3s ease;
}

.btn-black:hover .btn-arrow-img {
  filter: brightness(0);
}

.store-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.btn-store {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 26px;
  background: #fff;
  color: #000;
  border: 1px solid #4D4D4D;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.btn-store:hover {
  background: #4D4D4D;
  color: #fff;
}

/* Generic Section Title */
.section-title {
  text-align: center;
  margin-bottom: 80px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.product-section .section-title h2 {
  font-size: 32px;
}

.section-title .title-line {
  display: block;
  width: 60px;
  height: 4px;
  background: #8062FF;
  margin: 0 auto 20px;
}

/* Guide Section */
.guide-section {
  padding: 100px 0;
  background: #fdfdfd;
}

.section-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.6;
  text-align: center !important;  
}

.guide-layout {
  max-width: 1000px;
  margin: 60px auto 0;
  border: 1px solid #D8CEFF;
}

.guide-years {
  display: flex;
  width: 100%;
}

.year-col {
  flex: 1;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.year-col:last-child {
  border-right: none;
}

.year-col .num {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.year-col .text {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.year-col.year-3 { background: #AA96FF; }
.year-col.year-4 { background: #9981FF; }
.year-col.year-5 { background: #8062FF; }
.year-col.year-6 { background: #7459E8; }

.guide-content-wrapper {
  background: #D8CEFF;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.guide-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  flex: 1;
  text-align: center;
}

.guide-box .highlight-text {
  color: #8062FF;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}

.guide-box p {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}

.guide-arrow {
  margin: 0 30px;
  flex-shrink: 0;
}

.arrow-icon {
  width: 40px;
  height: 40px;
  background-color: #9981FF;
}

.arrow-icon.pc {
  -webkit-mask: url(../images/Icon/Initiative_guide_arrow_right.png) no-repeat center / contain;
  mask: url(../images/Icon/Initiative_guide_arrow_right.png) no-repeat center / contain;
}

.sm-only {
  display: none;
}

/* Team Section */
.reasons-section {
  padding: 60px 0 0;
}
.team-section {
  padding: 100px 0;
  background: #E5E5E5;
}

.team-section .wrapper {
  width: 80%;
  max-width: 1400px;
}

.team-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.team-card {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  border: 1px solid #f0f0f0;
}

.team-card-top {
  display: flex;
  align-items: center;
  gap: 25px;
  min-height: 100px; /* Aligns line dividers perfectly at the same height */
}

.team-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eee;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.team-card:first-child .team-card-top {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 15px;
}

.team-card:first-child .team-icon {
  width: 180px;
  height: auto;
  border-radius: 0;
  border: none;
  overflow: visible;
  background: transparent;
  margin: 0 auto;
}

.team-card:first-child .team-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.team-name .company-name {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
  font-weight: bold;
}

.team-name h3 {
  font-size: 22px;
  font-weight: bold;
}

.team-name h3 span {
  font-size: 14px;
  font-weight: normal;
}

.team-divider {
  border-top: 1px dotted #ccc;
  margin: 30px 0;
}

.team-card-bottom p {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5em;
}

.team-card-bottom p:last-child {
  margin-bottom: 0;
}

/* FAQ Section */
.faq-section {
  padding: 100px 0;
  background: #fff;
}

.faq-container {
  max-width: 1000px;
  margin: 60px auto 0;
  border-top: 1px solid #eee;
}

.faq-item {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-header {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.faq-header-left {
  display: flex;
  align-items: center;
}

.faq-q {
  font-size: 32px;
  font-weight: 900;
  color: #1ACDE1;
  margin-right: 20px;
  line-height: 1;
}

.faq-header h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}

.faq-chevron {
  width: 15px;
  height: 15px;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-chevron::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(45deg);
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.faq-body {
  padding: 0 0 30px 50px;
  display: none;
}

.faq-body p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

/* Contact Section */
.contact-section {
  padding: 80px 0;
  background: linear-gradient(90deg, #745df2, #5a49c3);
  text-align: center !important;
  color: #fff;
}

.contact-content {
  text-align: center !important;
}

.contact-content p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  text-align: center !important;
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.btn-contact .arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-left: 15px;
  margin-top: -2px;
}

.speech-bubble {
  position: relative;
  background: #f4f4f4;
  padding: 15px 25px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.speech-bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-color: transparent #f4f4f4 transparent transparent;
}
