@charset "utf-8";
.pc-only{
  display: block;
}

.sp-only{
  display: none !important;
}

/* ========================================
   Retigo LP2 - Main Stylesheet
   Based on Figma wireframes
   ======================================== */

/* ----------------------------------------
   Reset & Base
   ---------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #030102;
  background-color: #fff;
}

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

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

/* ----------------------------------------
   Container
   ---------------------------------------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ----------------------------------------
   Common Styles
   ---------------------------------------- */
.section-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.section-title-#fff {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.section-subtitle {
  font-size: 16px;
  text-align: center;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.8;
}

.section-subtitle-bracket {
  font-size: 18px;
  text-align: center;
  color: #666;
  margin-bottom: 15px;
}

.brand {
  color: #2f5dd6;
  font-weight: 700;
}

.highlight-orange {
  color: #eb821f;
  font-weight: 700;
}

.highlight-red {
  color: #d9161c;
  font-weight: 700;
}

.highlight {
  color: #F4EA2F;
}

.number {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}

/* ----------------------------------------
   Header
   ---------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1e2b50;
  z-index: 1000;
}

.header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  height: 100px;
}

.header-nav-main {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-right: 60px;
}

.header-nav-main a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
}

.header-nav-main a:hover {
  opacity: 0.7;
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 0;
}

.btn-header-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 100px;
  background: #fff;
  border: 2px solid #eb821f;
  color: #eb821f;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
}

.btn-header-outline:hover {
  background: #fff8f0;
}

.btn-header-orange {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 100px;
  background: linear-gradient(90deg, #d9161c, #eb821f);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
}

.btn-header-orange em {
  display: block;
  font-style: normal;
  color: #f4ea2f;
  font-size: 17.3px;
}

.btn-header-orange span {
  display: block;
  color: #fff;
  font-size: 13.9px;
}

.btn-header-orange:hover {
  opacity: 0.9;
}

/* ----------------------------------------
   Hero Section
   ---------------------------------------- */
.section-hero {
  padding-top: 100px;
  position: relative;
}

.hero-wrapper {
  display: flex;
  position: relative;
}

.hero-content{
  width: 100%;
  display: flex;
  margin: 0 auto 45px;
  gap: 2%;
  justify-content: center;
  padding: 0 3%;
}

.hero-left {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0;
  overflow: hidden;
  flex-direction: column;
  width: 53%;
  max-width: 645px;
}

.hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/AdobeStock_378934642.jpeg') center/cover;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  width: 75%;
}

.hero-bg-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 43, 80, 0.75);
}

.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  max-width: 645px;
  width: 45%;
}

.hero-text {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 630px;
  max-width: 100%;
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: 3.47vw;
  margin-left: 35px;
  margin-bottom: -8px;
  position: relative;
  top: 50px;
}

.hero-dots .dot {
  width: 0.483vw;
  height: 0.483vw;
  border-radius: 50%;
  background-color: #fff;
}

.hero-title {
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.25));
}

.hero-title-line1 {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  top: 50px;
}

.hero-title-main {
  font-size: clamp(70px, 5.95vw, 90px);
  font-weight: 900;
  line-height: 1;
}

.hero-title-sub {
  font-size: clamp(2.19vw, 3.5vw, 50px);
  font-weight: 900;
  text-align: right;
  width: 100%;
  display: inline-block;
  line-height: 1.3;
}

.hero-title-yellow {
  display: block;
  font-size: clamp(1.74vw, 2.5vw,39.7px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0;
  position: relative;
}

.hero-title-yellow strong{
  font-size: 1.1em;
  font-weight: 900;
}

.chevron-left,
.chevron-right {
  color: #fff;
  font-size: 33.1px;
  font-weight: 500;
}

.hero-title-large {
  display: block;
  font-size: clamp(6.4vw, 10.89vw, 157px);
  font-weight: 900;
  color: #f4ea2f;
  line-height: 1;
  letter-spacing: -0.04em;
  text-shadow: 0px 4.56px 4.56px rgba(0, 0, 0, -0.9), 0px 0px 5.71px rgba(0, 0, 0, 0.10);
}

.hero-bottom {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 30px;
}

.hero-quality-wrap {
  display: flex;
  flex-direction: column;
  width: 236px;
}

.hero-quality-wrap p{
  font-size: clamp(1.30vw,1.30vw,35px);
  font-weight: 700;
}

.hero-quality-wrap p span{
  font-size: 23px;
  font-weight: 700;
}

.hero-badges {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.badge {
  position: relative;
  padding: 4px 16px;
  background: transparent;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #f4ea2f;
  letter-spacing: 0.05em;
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.badge-text {
  font-size: 17px;
  color: #efa200;
  margin-left: 5px;
  letter-spacing: 0.05em;
}

.hero-quality {
  font-size: 35.3px;
  font-weight: 700;
  line-height: 1.5;
}

.hero-quality .highlight {
  font-weight: 700;
}

.hero-global {width: 355px;max-width: 55%;}

.laurel-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
}

.laurel-left {
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  transform: scaleX(-1);
  background: linear-gradient(180deg, #c49972, #fff0a3 50%, #ae7909);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.laurel-right {
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(180deg, #c49972, #fff0a3 50%, #ae7909);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-global-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Shippori Mincho', serif;
  text-align: center;
}

.global-small {
  font-size: 18px;
  color: #f4ea2f;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: Roboto, sans-serif;
}

.global-label {
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}

.global-unit {
  font-size: 17px;
  color: #efa200;
  letter-spacing: 0.05em;
}

.global-main {
  font-size: 20px;
  font-weight: 800;
  font-family: 'Shippori Mincho', serif;
  background: linear-gradient(180deg, #ae7c10, #fff0a3 42%, #ae7909);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.global-main .brand {
  font-size: 33.4px;
  font-style: italic;
  font-weight: 800;
  background: linear-gradient(180deg, #ae7c10, #fff0a3 42%, #ae7909);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-product {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.hero-product img {
  max-width: 645px;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.hero-cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5%;
  width: 88%;
}

.btn-cta-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  background-color: #eb821f;
  box-shadow: 1px 2px 1px rgba(255, 255, 255, 0.25) inset, -2px -2px 1px rgba(0, 0, 0, 0.25) inset;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.03em;
  gap: 10px;
  transition: all 0.3s ease;
  width: 55%;
}

.btn-cta-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  background-color: #fff;
  color: #eb821f;
  box-shadow: 1px 2px 1px rgba(255, 255, 255, 0.25) inset, -2px -2px 1px rgba(0, 0, 0, 0.25) inset;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.03em;
  gap: 10px;
  transition: all 0.3s ease;
  width: 45%;
}

.btn-cta-orange:hover {
  opacity: 0.9;
}

.btn-cta-#fff {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  background: #fff;
  border: 1px solid #eb821f;
  border-radius: 5px;
  color: #eb821f;
  font-size: clamp(0.88vw, 0.88vw, 20px);
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.03em;
  gap: 10px;
  transition: all 0.3s ease;
  width: 35%;
}

.btn-cta-#fff:hover {
  background: #fff8f0;
}

.icon-doc {
  width: 20px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow {
  width: auto;
  border-radius: 1px;
  font-size: 1.5em;
  line-height: 1;
  display: inline-flex;
  height: 100%;
  margin-left: 5px;
}

/* ----------------------------------------
   CTA Banner Section
   ---------------------------------------- */
.section-cta-banner {
  background: #1e2b50;
  padding: 25px 0;
}

.cta-banner-inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.btn-banner-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 400px;
  padding: 16px 40px;
  background: linear-gradient(90deg, #d9161c 0%, #eb821f 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-banner-white{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 400px;
  padding: 16px 40px;
  background: #fff;
  color: #eb821f;
  border: 1px solid #eb821f;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;  
}

.btn-banner-orange em {
  color: #f4ea2f;
  font-style: normal;
}

.btn-banner-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(235, 130, 31, 0.4);
}

.btn-banner-#fff {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 400px;
  padding: 16px 40px;
  background: #fff;
  color: #eb821f;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-banner-#fff:hover {
  background: #fff0e2;
}

/* ----------------------------------------
   Simulator Section
   ---------------------------------------- */
.section-simulator {
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(235, 130, 31, 0.1) 100%);
}

.simulator-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.simulator-header {
  text-align: center;
  margin-bottom: 10px;
}

.simulator-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 40px;
  color: #1e2b50;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.simulator-label::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 36px;
  background:url(../images/h2_left.png) left center no-repeat;
}

.simulator-label::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 36px;
  background:url(../images/h2_left.png) left center no-repeat;
}

.simulator-label::after {
  transform: scaleX(-1);
}

.simulator-title {
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0.03em;
	background: linear-gradient(135deg, #D9161C 0%, #EB821F 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.simulator-desc {
  text-align: center;
  font-size: 18px;
  color: #030102;
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.simulator-desc .highlight-red {
  color: #d9161c;
  -webkit-text-fill-color: #d9161c;
}

.simulator-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.simulator-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  padding: 40px;
  width: 100%;
  max-width: 1000px;
  min-height: 600px;
  position: relative;
  display: none;
}

.simulator-card.active {
  display: block;
}

/* Card Header */
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.card-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.simulator-card .badge {
  background-color: #eb821f;
  color: #fff;
  padding: 11px 20px;
  border-radius: 5px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1;
}

.card-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.step-indicator {
  position: relative;
  display: flex;
  align-items: center;
  width: 45px;
  height: 60px;
}

.step-indicator span.large{
  font-size: 40px;
  color: #EB821F;
  display: block;
  position: absolute;
  top: -23px;
  left: -10px;
}

.step-indicator span.count{
  display: block;
}

.step-indicator span.small{
  font-size: 24px;
  color: #999;
  display: block;
  position: absolute;
  bottom: 0;
  right: 7px;
}

.card-subtitle {
  font-size: 16px;
  color: #030102;
  margin-bottom: 30px;
  letter-spacing: 0.8px;
}

/* Simulator Form Elements */
.sim-form-group {
  margin-bottom: 15px;
}

.sim-form-label {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.sim-form-input {
  width: 100%;
  padding: 10px 20px;
  border: 0.5px solid #a6a6a6;
  border-radius: 5px;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
}

.sim-form-input:focus {
  outline: none;
  border-color: #eb821f;
}

/* Judgment Badge */
.judgment {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
  font-size: 16px;
}

.judgment-badge {
  background-color: #e6e7ec;
  color: #6d6267;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1.4px;
}

.judgment-note {
  letter-spacing: 1.6px;
}

/* Radio & Checkbox Options */
.options-section {
  margin-bottom: 20px;
}

.options-title {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.option-item {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border: 0.5px solid #a6a6a6;
  border-radius: 5px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: border-color 0.2s;
  gap: 10px;
}

.option-item:hover {
  border-color: #000;
}

.option-item.selected {
}

.option-item input[type="radio"],
.option-item input[type="checkbox"] {
  display: none;
}

.radio-custom,
.checkbox-custom {
  width: 18px;
  height: 18px;
  border: 2px solid #a6a6a6;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.radio-custom {
  border-radius: 50%;
}

.checkbox-custom {
  border-radius: 3px;
}

.option-item.selected .radio-custom {
  border-color: #000;
}

.option-item.selected .radio-custom::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #2F5DD6;
  border-radius: 50%;
}

.option-item {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	position: relative;
}

/* inputは隠す */
.option-item input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* ボックス */
.option-item .checkbox-custom {
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 2px solid #666;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	transition: all .2s ease;
}

/* チェック時：青背景 */
.option-item input[type="checkbox"]:checked + .checkbox-custom {
	background-color: #2F5DD6;
	border-color: #2F5DD6;
}

/* 白チェック */
.option-item .checkbox-custom::after {
	content: "";
	width: 5px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	opacity: 0;
	margin-top: -1px;
}

/* 表示 */
.option-item input[type="checkbox"]:checked + .checkbox-custom::after {
	opacity: 1;
}


.option-label {
  font-size: 20px;
  letter-spacing: 1px;
}

.option-note {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}

/* Navigation Buttons */
.nav-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.simulator-card .btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  cursor: pointer;
  transition: opacity 0.2s;
  letter-spacing: 1px;
}

.simulator-card .btn:hover {
  opacity: 0.8;
}

.btn-prev {
  background: #fff;
  border: 1px solid #a6a6a6;
  color: #030102;
}

.btn-next {
  background: #030102;
  border: none;
  color: #fff;
}

.btn-submit {
  background: #eb821f;
  border: none;
  color: #fff;
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
}

.btn-arrow {
  font-size: 12px;
}

/* Result Card Styles */
.result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 15px;
}

.result-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.result-box {
  background: #f5f5f5;
  padding: 10px 15px;
  border-radius: 5px;
}

.result-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.result-value {
  font-size: 20px;
  font-weight: 500;
}

.result-value.highlight {
  color: #eb821f;
}

/* Contact Form in Result */
.simulator-card .contact-section {
  margin-top: 20px;
}

.contact-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.contact-input {
  width: 100%;
  padding: 10px 20px;
  border: 0.5px solid #a6a6a6;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

.contact-textarea {
  width: 100%;
  padding: 10px 20px;
  border: 0.5px solid #a6a6a6;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  min-height: 68px;
  resize: vertical;
  margin-bottom: 10px;
}

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

.summary-tag {
  background: #e6e7ec;
  color: #6d6267;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.simulator-note {
  max-width: 1000px;
  margin: 20px auto 0;
  font-size: 18px;
  color: #030102;
  text-align: center;
  letter-spacing: 0.05em;
}

/* ----------------------------------------
   Problems Section (Concerns)
   ---------------------------------------- */
.section-problems {
  position: relative;
  width: 100%;
  min-height: auto;
  background: linear-gradient(180deg, rgba(30, 43, 80, 0.85) 0%, rgba(45, 74, 124, 0.8) 100%),
              url('../images/24822958_m.jpg') center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px 150px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 50px),
    calc(50% + 90px) calc(100% - 50px),
    50% 100%,
    calc(50% - 90px) calc(100% - 50px),
    0 calc(100% - 50px)
  );
}

.concerns-container {
  max-width: 1041px;
  width: 100%;
  display: flex;
  gap: 0;
  align-items: flex-start;
  position: relative;
}

/* Left Content */
.concerns-content {
  flex: 1;
}

/* Section Title */
.concerns-title {
  margin-bottom: 20px;
}

.concerns-title-text {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 1.9px;
  display: inline;
}

.concerns-title-text.highlight {
  font-size: 45px;
}

/* Title Decoration - Dots */
.title-dots {
  display: flex;
  gap: 43px;
  margin-bottom: 10px;
  padding-left: 139px;
}

.title-dot {
  width: 5px;
  height: 5px;
  background-color: #eb821f;
  border-radius: 50%;
}

/* Title Underline */
.title-underline {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.underline-thick {
  width: 194px;
  height: 4px;
  background: linear-gradient(90deg, #eb821f 0%, #f5a623 100%);
}

.underline-thin {
  flex: 1;
  max-width: 378px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* Problems Card */
.problems-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 50px;
  padding-right: 120px;
  margin-top: 30px;
}

.problem-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.problem-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Check Icon */
.section-problems .check-icon {
  width: 27px;
  height: 29px;
  flex-shrink: 0;
  background: transparent;
  display: block;
}

.section-problems .check-icon svg {
  width: 100%;
  height: 100%;
}

/* Problem Text */
.problem-text {
  font-size: 19px;
  font-weight: 700;
  color: #030102;
  letter-spacing: 1.4px;
  white-space:
  nowrap;
}

.problem-text .emphasis {
  font-size: 24px;
  font-weight: 900;
  color: #d9161c;
  letter-spacing: 1.68px;
}

/* Divider Line */
.problem-divider {
  width: 628px;
  max-width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

/* Character Image */
.character-image {
  flex-shrink: 0;
  width: 341px;
  height: 374px;
  margin-left: -80px;
  align-self: flex-end;
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
}

.character-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



/* ----------------------------------------
   Solution Section
   ---------------------------------------- */
.section-solution {
  padding: 80px 0;
  background: #fff;
}

.solution-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  max-width: 930px;
  margin: 0 auto;
}

.solution-image {
  flex-shrink: 0;
  width: 368px;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}

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

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

.solution-lead {
  font-size: 32px;
  color: #030102;
  margin-bottom: 10px;
  font-weight: 700;
}

.solution-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
}

.solution-title .brand {
  color: #eb821f;
  font-style: normal;
  font-size: inherit;
  -webkit-text-fill-color: #eb821f;
}

.solution-title .highlight-red {
  color: #d9161c;
  -webkit-text-fill-color: #d9161c;
}

.solution-exclaim {
  display: inline-block;
  position: relative;
  background: linear-gradient(transparent 60%, #F4EA2F 60%);
}

.solution-exclaim::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 12px;
  background: rgba(235, 130, 31, 0.3);
  z-index: -1;
}

/* ----------------------------------------
   Reasons Section
   ---------------------------------------- */
.section-reasons {
  padding: 0;
  background: url(../images/reason_bg.png) center top no-repeat;
  background-size: cover;
}

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

.reasons-header .section-title {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.reasons-header .section-title span.border{
  white-space: nowrap;
}

.reasons-header .section-title::before,
.reasons-header .section-title::after {
  content: "";
  flex: 1;
  height: 7px;
  background-image: url(../images/h2_bg.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}

.reasons-header .section-title::after{

}


.reasons-header .section-title .highlight-red {
  color: #d9161c;
}

.reasons-header .section-subtitle {
  margin-bottom: 0;
}

.reasons-header .section-subtitle .keyword {
  color: #d9161c;
  font-weight: 700;
}

.reasons-list {
  margin-top: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.reason-item {
  display: flex;
  align-items: center;
  margin-bottom: 150px;
  position: relative;
}

.reason-item:last-child {
  margin-bottom: 0;
}

.reason-item.reverse {
  flex-direction: row-reverse;
}

.reason-image {
  flex: 1;
  max-width: 480px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

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

.reason-content {
  flex: 1;
  position: relative;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  top: 70px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reasons-list .reason-item:nth-child(odd){
  position: relative;
}

.reasons-list .reason-item:nth-child(odd) .reason-number {
  position: absolute;
  top: -24px;
  left: -72px;
}

.reasons-list .reason-item:nth-child(odd) .reason-content{
  position: relative;
  left: 72px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.reasons-list .reason-item:nth-child(even){
  position: relative;
}

.reasons-list .reason-item:nth-child(even) .reason-number {
  position: absolute;
  top: -24px;
  left: -72px;
}



.reason-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #030102;
}

.reason-title .highlight-orange {
  color: #eb821f;
}

.reason-title .highlight-red {
  color: #d9161c;
}

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

/* ----------------------------------------
   Efficiency Section
   ---------------------------------------- */
.section-efficiency {
  padding: 80px 0;
}

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

.efficiency-title {
  font-size: 32px;
  font-weight: 700;
  color: #030102;
}

.efficiency-title .underline {
  position: relative;
  background: linear-gradient(transparent 60%, #F4EA2F 60%);
}

.efficiency-title .underline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(235, 130, 31, 0.3);
  z-index: -1;
}

.efficiency-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0 auto;
}

.efficiency-item {
  text-align: center;
  padding: 30px 10px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.efficiency-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.efficiency-icon {
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.efficiency-icon img {
  object-fit: contain;
}

.efficiency-label {
  font-size: 20px;
  color: #000;
  margin-bottom: 25px;
  line-height: 1.5;
  height: 3.5em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.efficiency-value {
  font-size: 30px;
  font-weight: 900;
  color: #eb821f;
}

.efficiency-value span{
  font-size: 25px;
  color: #000;
}

.efficiency-value .number {
  font-size: 24px;
  color: #eb821f;
}

.efficiency-value .unit {
  color: #eb821f;
}

/* ----------------------------------------
   Strong Point Section (Timeline Design)
   ---------------------------------------- */
.section-strong-point {
  padding: 80px 20px;
  background: url(../images/strong_bg.png) center top ;
  background-size: cover;
}

.strongpoint-container {
  max-width: 870px;
  margin: 0 auto;
}

.section-title-sp {
  text-align: center;
  margin-bottom: 20px;
}

.section-title-sp .subtitle {
  font-size: 24px;
  color: #030102;
}

.section-title-sp h2 {
  font-size: 48px;
  font-weight: 900;
	background: linear-gradient(135deg, #D9161C 0%, #EB821F 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.section-description-sp {
  text-align: center;
  font-size: 16px;
  color: #030102;
  line-height: 1.8;
  margin-bottom: 20px;
}

.section-description-sp.sub {
  font-size: 14px;
  color: #030102;
  margin-bottom: 40px;
}

.section-description-sp .keyword {
  color: #d9161c;
  font-weight: 700;
}

/* Comparison Flow Timeline */
.comparison-flow-timeline {
  display: flex;
  gap: 70px;
  margin-top: 40px;
}

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

.flow-header {
  background: #1E2B50;
  padding: 8px 30px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.flow-column.retigo .flow-header {
  background: #eb821f;
  color: #fff;
}

.timeline {
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 10%;
  bottom: 0;
  width: 2px;
  background: url(../images/strong-line.png);
  transform: translateX(-50%);
  height: 80%;
}

.flow-column.retigo .timeline::before {
}

.timeline-item {
  width: 400px;
  margin: 0 auto 40px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 1;
  position: relative;
}

.timeline-icon {
  width: 160px;
}

.timeline-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.timeline-text {
  width: 180px;
  text-align: center;
  font-size: 18px;
  color: #030102;
  line-height: 1.5;
}

.timeline-text.highlight-red {
  color: #d9161c;
  font-weight: 700;
}

.timeline-text.highlight-orange {
  color: #eb821f;
  font-weight: 700;
}

.timeline-item-arrow{
  text-align: center;
}

.flow-arrow-down {
  width: 40px;
  height: 20px;
  margin: 10px auto;
  position: relative;
  z-index: 1;
}

.flow-arrow-down svg {
  width: 100%;
  height: 100%;
}

.alert-box {
  padding: 19px 20px;
  margin: 0 0 40px;
  font-size: 20px;
  text-align: center;
  width: 100%;
  position: relative;
}

.alert-box.loss {
  background: #1E2B50;
  color: #fff;
  z-index: 1;
}

.alert-box.loss .main-text {
  font-size: 20px;
}

.alert-box.loss .sub-text {
  font-size: 20px;
  font-weight: 700;
  color: #F4EA2F;
}

.alert-box.success {
  background: #EB821F;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  line-height: 1.5;
}

.result-box-sp {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.flow-column.retigo .result-box-sp {
  border-color: #eb821f;
}

.result-row {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  align-items: center;
}

.result-label-sp {
  padding: 0px 10px;
  border-radius: 5px;
  min-width: 70px;
  text-align: center;
  margin-right: 10px;
  font-size: 16px;
  border: 1px solid #030102;
}

.result-value-sp {
  font-weight: 500;
  font-size: 24px;
}

.result-value-sp small{
  font-size: 14px;
}

.result-total {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #eee;
}

.result-total.loss {
  color: #d9161c;
}

.result-total-underline{
  font-size: 30px;
  position: relative;
  background: linear-gradient(transparent 60%, #F4EA2F 60%);
  display: inline-block;
  font-weight: 700;
}

.total-wrap{
  text-align: center;
  position: relative;
}

.total-wrap::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/total-line.png) left center repeat-x;
}

.result-total-underline small{
  font-size: 24px;
}

.result-total.success {
  color: #eb821f;
}

/* Difference Section */
.difference-section {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
}

.difference-arrow {
  width: 166px;
  height: 78px;
  margin: 0 auto 20px;
}

.difference-arrow svg {
  width: 100%;
  height: 100%;
}

.difference-box-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.difference-images {
  display: flex;
  gap: 15px;
}

.difference-images img {
  width: 130px;
  height: 160px;
  object-fit: contain;
  background: #e8e8e8;
  border-radius: 10px;
}

.difference-text .label {
  font-size: 20px;
  color: #030102;
}

.difference-text .value {
  font-size: 72px;
  font-weight: 900;
  color: #eb821f;
  line-height: 1;
}

.difference-text .value .unit {
  font-size: 48px;
}

/* ----------------------------------------
   Comparison Table Section (Flexbox Layout)
   ---------------------------------------- */
.section-comparison {
  padding: 90px 20px;
  background: url(../images/comparison_bg.png) center bottom no-repeat;
  background-size: cover;
}

.comparison-container {
  max-width: 972px;
  margin: 0 auto;
}

.comparison-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
}

.comparison-title .highlight-red {

}

.comparison-table-flex {
  display: flex;
  border-radius: 5px;
  margin-bottom: 20px;
  gap: 5px;
}

.table-column {
  flex: 1;
  min-width: 0;
}

.table-column.label-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.table-column.retigo-column {
  background: #fff0e3;
  border: 3px solid #eb821f;
  display: flex;
  flex-direction: column;
  position: relative;
  top: -7px;
  gap: 5px;
}

.table-column.competitor-column {display: flex;flex-direction: column;gap: 5px;}

.table-cell {
  padding: 5px 15px;
  text-align: center;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.table-header {
  min-height: 76px;
  font-size: 18px;
  font-weight: 500;
  background: #edeff5;
}

.retigo-column .table-cell {
  color: #eb821f;
  border-bottom: 1px solid #eb821f;
  min-height: 79px;
}

.table-column .table-cell.bgw{
  background: #fff;
}

.retigo-column .table-header {
  background: #eb821f;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.label-column .table-cell {
  font-size: 16px;
  font-weight: 500;
  background: #edeff5;
  height: 78px;
}

.cell-content {
  text-align: center;
  line-height: 1.4;
}

.cell-content small {
  display: block;
  font-size: 14px;
  color: #666;
}

.retigo-column .cell-content .main-value {
  font-size: 20px;
  font-weight: 700;
}

.retigo-column .cell-content .sub-value {
  font-size: 14px;
  font-weight: 500;
}

.competitor-column .table-cell {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  background: #edeff5;
}

.competitor-column .cell-content .sub-value {
  font-size: 14px;
}

.comparison-footer {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.comparison-footer .brand {
  color: #eb821f;
  font-style: italic;
}

.cta-button {
  display: flex;
  justify-content: center;
  gap: 10px;
  background: #eb821f;
  color: #fff;
  padding: 14px 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: inset 1px 2px 1px rgba(255,255,255,0.25), inset -2px -2px 1px rgba(0,0,0,0.25);
  transition: transform 0.2s;
  width: fit-content;
  margin: 0 auto;
  width: 360px;
  align-items: center;
}

.cta-button:hover {
  transform: translateY(-2px);
}

.cta-button .arrow{
  font-size: 24px;
  line-height: 1;
  position: relative;
  top: -2px;
}

/* ----------------------------------------
   Cases Section (New Design)
   ---------------------------------------- */
.section-cases {
  padding: 80px 20px;
  background: #fff;
}

.case-container {
  width: 950px;
  margin: 0 auto;
}

.case-header-section {
  text-align: center;
  margin-bottom: 40px;
}

.case-subtitle {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 700;
}

.cases-lead {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.case-slider-new {
  position: relative;
  background: #fff;
  padding: 30px 95px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  border-top: 7px solid #EB821F;
}

.case-card-new {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.case-image-new {
  width: 315px;
  height: 200px;
  background: #ddd;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}

.case-image-new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-content-new {
  flex: 1;
}

.case-title-new {
  font-size: 30px;
  font-weight: 700;
  color: #eb821f;
  margin-bottom: 15px;
}

.case-title-new .number {
  font-size: 32px;
}

.case-content-text{
  display: flex;
  gap: 25px;
}

.case-content-text .case-description {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  flex: 1;
}

.case-content-text .case-img{
  width: 315px;
}

.case-product-new {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.case-product-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  font-weight: 700;
}

.case-product-title::before,
.case-product-title::after {
  content: "";
  flex: 1;
  height: 7px;
  background-image: url(../images/h2_bg.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}

.case-product-title span.border {

}


.case-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.case-product-image img {
  width: 100%;
  object-fit: contain;
}

.slider-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.slider-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: background 0.3s;
}

.slider-dot.active {
  background: #eb821f;
}

.parent .case-swiper {
	padding: 10px 10px 40px 10px;
}

.swiper-slide {
	height: auto;
}

/* Swiperのドットを既存デザインに寄せる */
.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #ddd;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #eb821f;
}

.swiper-wrapper{

}

/* デフォルト矢印を消す */
.case-swiper-wrap .swiper-button-prev::after,
.case-swiper-wrap .swiper-button-next::after {
	display: none;
}

/* 共通 */
.case-swiper-wrap .swiper-button-prev,
.case-swiper-wrap .swiper-button-next {
	width: 48px;
	height: 48px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	transform: translateY(-50%);
}

/* 前へ */
.case-swiper-wrap .swiper-button-prev {
	background-image: url("../images/prev.png");
	left: -70px; /* 外に出したい場合 */
}

/* 次へ */
.case-swiper-wrap .swiper-button-next {
	background-image: url("../images/next.png");
	right: -70px;
}

.case-swiper-wrap.swiper-button-prev:hover,
.case-swiper-wrap.swiper-button-next:hover {
	opacity: 0.7;
}

.case-swiper-wrap {
	position: relative;
}

.case-swiper {
	overflow: hidden; /* これは残す */
}

.case-swiper .swiper-button-prev {
	left: -70px;
}

.case-swiper .swiper-button-next {
	right: -70px;
}

.case-swiper-wrap .swiper-pagination {
  position: relative;
}

.case-swiper-wrap .swiper-pagination-bullet-active{
  background: #EB821F;
  width: 14px;
  height: 14px;
}

.case-swiper-wrap .swiper-pagination-bullet{
  width: 14px;
  height: 14px;  
}

.case-swiper-wrap .case-swiper{
  padding: 0 10px 40px;
}

/* ----------------------------------------
   About Section (New Design)
   ---------------------------------------- */
.section-about {
  padding: 0;
  background:#1E2B50;
}

.about-container {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
}

.about-image-new {
  width: 585px;
  border-radius: 15px;
  flex-shrink: 0;
  overflow: hidden;
}

.about-image-new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content-new {
  flex: 1;
  padding: 45px 0 0;
}

.about-title-new {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.about-title-new span{
  font-size: 70px;
}

.about-lead-new {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 30px;
}

.about-desc-new {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}

.stats-grid {
  display: flex;
  gap: 15px;
}

.stat-item-new {
  flex: 1;
}

.stat-label-new {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.stat-value-new {
  font-size: 14px;
  color: #030102;
}

.stat-value-new strong {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: #eb821f;
}

/* ----------------------------------------
   Flow Section (New Design)
   ---------------------------------------- */
.section-flow {
  padding: 80px 20px;
  background: #fff;
}

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



.flow-title-new {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  font-weight: 700;
}

.flow-title-new ::before,
.flow-title-new ::after {
  content: "";
  flex: 1;
  height: 7px;
  background-image: url(../images/h2_bg.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}

.flow-title-new  span.border {
    white-space: nowrap;
}


.flow-title-new {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  font-weight: 700;
}

.flow-title-new::before,
.flow-title-new::after {
  content: "";
  flex: 1;
  height: 7px;
  background-image: url(../images/h2_bg.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}

.flow-title-new  span.border {
    white-space: nowrap;
}


.flow-description {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}

.steps-grid {
  display: flex;
  gap: 15px;
  position: relative;
  justify-content: space-between;
}

.step-item {
  text-align: center;
  position: relative;
  width: 192px;
}

.step-number-new {
  font-size: 20px;
  color: #eb821f;
  font-weight: 700;
  margin-bottom: 10px;
}

.step-image {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-image img {width: 100%;}

.step-label-new {
  background: #eb821f;
  color: #fff;
  padding: 2px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}

.step-description {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.step-arrow {
  color: #eb821f;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.step-item:last-child .step-arrow {
  display: none;
}

/* ----------------------------------------
   FAQ Section (New Design)
   ---------------------------------------- */
.section-faq {
  padding: 80px 20px;
}

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

.faq-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #1e2b50;
  margin-bottom: 15px;
}

.faq-description {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.faq-list-new {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item-new {
  background: #fff;
  overflow: hidden;
}

.faq-list-new .faq-inner{
  width: 664px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  font-size: 18px;
}

.faq-question-new {
  background: #EB821F;
  color: #fff;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-list-new .faq-item-new:nth-child(even) .faq-question-new{
  background: #EFA200;
}

.faq-question-new .q-mark {
  margin-right: 10px;
}

.faq-question-new .text{
  flex: 1;
}

.faq-answer-new {
  padding: 20px;
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.faq-answer-new .a-mark {
  margin-right: 10px;
}

.faq-answer-new .text{
  flex: 1;
}

/* ----------------------------------------
   Partner Section (New Design)
   ---------------------------------------- */
.section-partner {
  padding: 80px 20px;
  background: url(../images/partner_bg.png) center no-repeat;
  background-size: cover;
  color: #fff;
}

.partner-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.partner-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}

.partner-description {
  font-size: 18px;
  margin-bottom: 30px;
}

.partner-list {
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
  text-align: left;
}

.partner-list-item {
  display: flex;
  gap: 10px;
  font-size: 24px;
  border-bottom: 1px dashed rgba(255,255,255,0.7);
  padding: 0 0 5px 0;
}

.partner-check-icon {
  color: #eb821f;
  font-size: 18px;
  flex-shrink: 0;
}

.partner-note-new {
  font-size: 18px;
  margin-bottom: 30px;
}

.partner-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 2px solid #eb821f;
  color: #eb821f;
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}

.partner-button:hover {
  background: #eb821f;
  color: #fff;
}

/* ----------------------------------------
   Contact Section (New Design)
   ---------------------------------------- */
.section-contact {
  padding: 80px 20px;
  background: #f8f9fc;
}

.contact-container-new {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  box-shadow: 0 5px 30px rgba(0,0,0,0.1);
  border-top: 7px solid #eb821f;
}

.contact-title-new {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1e2b50;
  margin-bottom: 15px;
}

.contact-description {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.contact-form-new {
  max-width: 700px;
  margin: 0 auto;
}

.form-group-new {
  display: flex;
  margin-bottom: 30px;
}

.form-group-new p{
  display: flex;
  margin-bottom: 30px;
}

.form-label-new {
  width: 150px;
  font-size: 16px;
  font-weight: 500;
  padding-top: 0;
  flex-shrink: 0;
}

.wpcf7-form-control-wrap{
  flex: 1;
}

.form-input-new {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  font-family: inherit;
}

.form-input-new:focus {
  outline: none;
  border-color: #eb821f;
}

.checkbox-group-new {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.checkbox-item-new {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-size: 14px;
	position: relative;
}

/* グループ */
.checkbox-group-new .wpcf7-list-item {
	margin-bottom: 8px;
}

/* label全体 */
.checkbox-group-new .wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	position: relative;
}

/* checkbox本体は非表示 */
.checkbox-group-new input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* カスタムボックス（before） */
.checkbox-group-new .wpcf7-list-item-label::before {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	transition: all 0.2s ease;
	position: relative;
	top: -5px;
	margin-right: 8px;
}

/* チェックマーク（after） */
.checkbox-group-new .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 6px;
	width: 7px;
	height: 11px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 0.2s ease;
}

/* チェック時 背景 */
.checkbox-group-new
input[type="checkbox"]:checked
+ .wpcf7-list-item-label::before {
	background: #eb821f;
	border-color: #eb821f;
}

/* チェック表示 */
.checkbox-group-new
input[type="checkbox"]:checked
+ .wpcf7-list-item-label::after {
	opacity: 1;
}

.checkbox-group-new-2 .checkbox-item-new{
  flex-wrap: wrap;
}

.checkbox-group-new-2 .wpcf7-list-item{
  width: calc((100% / 3) - 2.3em);
}

.checkbox-group-new-2 .wpcf7-list-item:nth-child(1){
  width: calc(30% - 1em);
}

.checkbox-group-new-2 .wpcf7-list-item:nth-child(2){
  width: calc(60% - 1em);
}

.checkbox-group-new-2 .wpcf7-list-item:nth-child(3){
  
}

.checkbox-group-new-2 .wpcf7-list-item:nth-child(4){
  
}

.submit-button-new {
  display: block;
  width: 200px;
  margin: 30px auto 0;
  padding: 15px 30px;
  background: #eb821f;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s;
}

.submit-button-new:hover {
  opacity: 0.9;
}

.form-note-new {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}

/* ----------------------------------------
   Footer (New Design)
   ---------------------------------------- */
.footer {
  background: #1e2b50;
  color: #fff;
  padding: 50px 20px;
  border-radius: 50px 50px 0 0;
}

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

.footer-content {
  font-size: 14px;
  line-height: 2;
}

.footer-content a {
  color: #fff;
  text-decoration: none;
}

.footer-content a:hover {
  text-decoration: underline;
}

.footer-copyright {
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.8;
}

.page-thanks{
  margin-top: 100px;
  min-height: 500px;
}