/* ==========================================================================
   COMMON STYLES
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
  line-height: 1.4;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero { background: #fff; padding: 0; text-align: center; position: relative; }
.hero-top-bar { width:100%; max-width:1000px; margin:0 auto; }
.hero-main {
  background-image: url('../images/hero_bg.jpg');
  background-size: cover;
  background-position: center;
  min-height: 600px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-sp{display:none;}
@media screen and (max-width:480px){
	.hero-pc{ display:none;}
	.hero-sp{display:block;}
}

.hero-title { font-size: 3.2rem; font-weight: 900; color: #f1c40f; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); margin-bottom: 40px; }
.hero-stats-overlay { background: rgba(0, 32, 96, 0.8); color: #fff; padding: 20px 40px; border-radius: 10px; width: 100%; max-width: 700px; margin-bottom: 40px; }
.stat-row-top { display: flex; justify-content: center; align-items: baseline; gap: 20px; font-size: 1.4rem; font-weight: 700; }
.stat-row-top .highlight { font-size: 2.8rem; }
.stat-row-top .small { background: #fff; color: #002060; padding: 2px 10px; border-radius: 5px; font-weight: 900; }
.stat-agent-name { font-size: 1.2rem; font-weight: 700; margin: 15px 0; border-top: 1px solid rgba(255,255,255,0.3); padding-top: 10px; }
.stat-badges { display: flex; justify-content: center; gap: 30px; }
.gold-badge { background: #fff; border: 3px solid #f1c40f; border-radius: 50%; width: 140px; height: 140px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #333; }
.badge-label { font-size: 0.8rem; font-weight: 900; color: #0082c3; }
.badge-value { font-size: 1.8rem; font-weight: 900; color: #e74c3c; }
.hero-cta-btn { display: flex; align-items: center; justify-content: space-between; background: linear-gradient(to bottom, #76b852 0%, #4caf50 100%); color: #fff; font-weight: 900; font-size: 1.6rem; padding: 15px 30px; border-radius: 10px; border: 2px solid #fff; width: 100%; max-width: 600px; }

/* ==========================================================================
   CAMPAIGN SECTION
   ========================================================================== */
.campaign { background: #0082c3; padding: 60px 0; color: #fff; text-align: center; }
.campaign-box { max-width: 1050px; margin: 0 auto; padding: 40px 20px; border: 2px solid #fff; border-radius: 15px; background: rgba(255,255,255,0.1); }
.campaign-title { 
	font-size: clamp(28px, 5vw, 50px); 
	font-weight: 600; 
	margin-bottom: 10px; 
}
.campaign-main-text { 
	font-size: clamp(16px, 3vw, 26px);
	font-weight: 500; 
	margin-bottom: 10px; 
	text-align:left;
}
.campaign-main-text2 { 
	font-size: clamp(16px, 3vw, 26px);
	font-weight: 500; 
	margin-bottom: 30px; 
	text-align:left;
}
.red {
	color:#ff0000;
	font-size: clamp(12px, 3vw, 22px);
	text-shadow:1px 1px 1px #fff, -1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
}
.white-round-btn { 
	background: #fff; 
	color: #333; 
	font-weight: 700; 
	font-size: clamp(20px, 3vw, 30px);
	padding: 15px 40px; 
	margin:40px auto 0;
	border:2px #333 solid;
	border-radius: 50px; 
	display: inline-flex; 
	align-items: center; 
	gap: 15px; 
	box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
}
.white-round-btn:hover { 
	  background: linear-gradient(0deg, #d6eef2, #fff);
}
.white-round-btn:after { 
	content:"▼";
	font-size:10px;
	padding: 5px 8px;
    color: #fff;
    border-radius: 20px;
    margin-left: 20px;
	background:#333;
}

/* ==========================================================================
   WORRIES SECTION
   ========================================================================== */
.worries { background: #fff; padding: 80px 0 40px; text-align: center; }
.worries-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
.worries-char { width: 120px; flex-shrink: 0; }
.worries-list {
  max-width: 650px;
  text-align: left;
  background: #f8f8f8;
  padding: 20px 30px;
  border-radius: 5px;
}
.worries-list li {
  font-size: 1.05rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.worries-list li:last-child { margin-bottom: 0; }
.worries-list li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230082c3'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 4px;
}
.worries-footer { 
	margin: 40px auto 0; 
	display: flex; 
	justify-content: center; 
	align-items: center;
	width:100%;
	max-width:700px;
}
.blue-tag-btn {
  color: #fff;
  font-weight: 700;
	font-size: clamp(18px, 3vw, 26px);
  padding: 0px 0 20px;
  display: inline-block;
}
.arrow-box {
  width: 100%;
  height: 150px;
  background: linear-gradient(90deg, #0078d4, #00bcf2);
  /* 下部を三角形に切り抜く設定 */
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
}

/* ==========================================================================
   REASONS SECTION
   ========================================================================== */
.reasons { background: #fff; padding: 40px 0; text-align: center; }
.reasons .container{
	max-width:1200px;
}
.reasons-main-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4a2311;
  margin-bottom: 80px;
}

.reasons-flex {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 60px;
}
.reason-card {
  flex: 1;
  background: #fff;
  padding: 40px 20px 30px;
  border-radius: 25px;
  border: 2px solid #00bcd4;
  position: relative;
  text-align: left;
	font-weight:700;
	background: linear-gradient(0deg, #d6eef2, #fff 50%, #fff);
}
.reason-num-box {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 70px;
  background: #ff00ff;
  color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 900;
}
.reason-num-box::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ff00ff;
}

.reason-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #0082c3;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 10px;
}
.reason-text {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
}
.reason-text span{
  font-size: 1.1rem;
}

.reason-note {
  font-size: 0.8rem;
  color: #333;
  font-weight: 700;
  margin-top: 10px;
}

/* ==========================================================================
   VOICES SECTION
   ========================================================================== */
.voices { background: #f8f8f8; padding: 80px 0; text-align: center; }
.voices-flex { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; }
.voice-card { 
	flex: 1; 
	min-width: 300px; 
	max-width: 320px; 
	background: #fff; 
	border:2px #ccc solid;
	border-radius: 15px; 
	box-shadow: 0 10px 40px rgba(0,0,0,0.05); 
	overflow: hidden; 
	text-align: left; 
}
.voice-header { display: flex; align-items: center; gap: 15px; background: #e0f2f1; padding: 15px 20px; border-bottom: 1px solid #b2dfdb; }
.voice-num { width: 35px; height: 35px; background: #0082c3; color: #fff; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.voice-clinic { font-size: 1.1rem; font-weight: 900; color: #0082c3; }
.voice-text { font-size: 0.95rem; color: #555; line-height: 1.8; padding: 25px 20px; }

/* ==========================================================================
   PRICING SECTION (修正対象: 三角デザインの再現)
   ========================================================================== */
.pricing { background: #fff; padding: 80px 0; text-align: center; }
.pricing-intro { margin-bottom: 40px; font-weight: 700; color: #333; line-height: 1.8; }

.pricing-campaign-banner {
  background: #fff;
  border: 3px solid #0082c3;
  border-radius: 15px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  overflow: visible; /* 三角をはみ出させるためにvisible */
  position: relative;
}

.banner-title {
  background: #0082c3;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
  padding: 20px;
  position: relative;
}

/* カンプの三角（切り欠き）デザインの再現 */
.banner-title::after {
  content: "";
  position: absolute;
  bottom: -30px; /* タイトルの下に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #0082c3; /* タイトルと同じ色 */
  z-index: 1;
}

.banner-content { padding: 60px 40px 40px; } /* 三角の分だけ上の余白を増やす */

.price-list { display: flex; flex-direction: column; gap: 15px; margin-bottom: 30px; }
.price-list li { font-size: 1.1rem; font-weight: 700; position: relative; padding-left: 20px; }
.price-list li::before { content: "●"; color: #0082c3; position: absolute; top: 5px;left: 0; font-size: 0.8rem; }
.guarantee-box { background: #f0f7ff; padding: 10px 30px; margin-top:20px;border-radius: 10px; border-left: 6px solid #0082c3; font-weight: 700; }


/* ==========================================================================
   Step SECTION
   ========================================================================== */

        /* セクション設定 */
        .Step {
            padding: 80px 20px;
            background: linear-gradient(135deg, #e6f2ff 0%, #ffffff 100%);
        }

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

        .section-title {
            text-align: center;
            font-size: 32px;
            margin-bottom: 60px;
            font-weight: bold;
        }

        /* ステップコンテナ (Flexbox) */
        .step-list {
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            gap: 30px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        /* 各ステップのカード */
        .step-item {
            flex: 1;
            background: #fff;
            border-radius: 16px;
            padding: 40px 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            border: 1px solid #e0eefc;
        }
        .step-number {
            font-size: 48px;
            color: #d4af37; /* ゴールド系 */
            font-family: "Georgia", serif;
            position: absolute;
            top: 20px;
            left: 30px;
            opacity: 0.8;
        }
        .step-icon {
            width: 150px;
			height: 150px;
			margin: 0 0 0px 30px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .step-icon svg {
            width: 100%;
            height: 100%;
        }
        .step-content {
            text-align: left;
            width: 100%;
        }
        .step-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 15px;
            text-align: center;
        }
        .step-description {
            font-size: 15px;
            color: #555;
        }
        .step-item:not(:last-child)::after {
            content: ">";
            position: absolute;
            right: -25px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 30px;
            color: #d4af37;
            font-weight: bold;
        }
		.step-box{
			max-width:900px;
			margin:20px auto;
			font-size:13px;
		}
        @media (max-width: 992px) {
            .step-list {
                flex-direction: column;
                gap: 40px;
            }
            .step-item:not(:last-child)::after {
                content: "∨";
                right: auto;
                bottom: -45px;
                top: auto;
                left: 50%;
                transform: translateX(-50%);
            }
        }
@media (max-width: 480px) {
	.Step {
		padding: 20px 10px 20px;
	}
}

/* ==========================================================================
   Flow
   ========================================================================== */
        .Flow {
            padding: 40px 20px 40px;
            background-color: #fff;
            position: relative;
            overflow: hidden;
        }
       .bg-curves {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 300px;
            z-index: 0;
            pointer-events: none;
        }

        .curve {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /* 1色目の薄いブルー */
        .curve-1 {
            fill: #f0f7ff;
        }

        /* 2色目の少し濃いブルー */
        .curve-2 {
            fill: #e1efff;
            opacity: 0.7;
        }
         @media (max-width: 768px) {
            .Flow {
                padding: 60px 20px 100px;
            }
            .flow-list {
                flex-direction: column;
                gap: 40px;
            }
            .flow-arrow {
                transform: rotate(90deg);
                padding: 10px 0;
            }
            .flow-text {
                white-space: normal;
            }

            /* スマホ版の背景曲線: 右上から左下へ流れる */
            .bg-curves {
                height: 100%;
                top: 0;
			   width: 120%;
                bottom: auto;
            }
            
            .curve-svg-pc {
                display: none;
            }
            
            .curve-svg-sp {
                display: block;
                width: 100%;
                height: 100%;
            }
        }

        @media (min-width: 769px) {
            .curve-svg-sp {
                display: none;
            }
        }

        .container {
            max-width: 1000px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
        .container {
            max-width: 1000px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
        .flow-list {
            display: flex;
            justify-content: space-around;
            align-items: center;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .flow-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            flex: 1;
        }
        .flow-icon {
            width: 170px;
            height: 170px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .flow-icon svg {
            width: 100%;
            height: 100%;
            fill: #004a80;
        }
        .flow-text {
            font-size: 20px;
            font-weight: bold;
            white-space: nowrap;
        }
        .flow-arrow {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 20px;
        }
        .flow-arrow svg {
            width: 40px;
            height: 40px;
            fill: #004a80;
        }

        @media (max-width: 768px) {
            .flow-list {
                flex-direction: column;
                gap: 30px;
            }
            .flow-arrow {
                transform: rotate(90deg);
                padding: 10px 0;
            }
            .flow-text {
                white-space: normal;
            }
        }
@media (max-width: 480px) {
	.Flow {
		padding: 20px 10px 20px;
	}
	.flow-list {
        flex-direction: column;
        gap: 0px;
    }
}

/* ==========================================================================
   PROFILE SECTION
   ========================================================================== */
.profile { background: #f8f8f8; padding: 40px 0; text-align: center; }

.profile-box {
	max-width: 900px; margin: 0 auto 60px; background: #fff; 
}
.profile-flex { padding: 50px 40px 20px; border-radius: 30px; display: flex; align-items: center; gap: 40px; text-align: left; }
.profile-img { width: 220px; height: 220px; flex-shrink: 0; }
.profile-name { font-size: 1.4rem; font-weight: 900; color: #0082c3; margin-bottom: 20px; }
.profile-message { max-width: 800px; margin: 0 auto; text-align: center; background: #fff; 
	padding: 20px 40px; border-radius: 20px; }

/* ==========================================================================
   FORM SECTION
   ========================================================================== */
.contact { background: #fff; padding: 40px 0; text-align: center; }
.contact-form { max-width: 800px; margin: 0 auto; text-align: left; }
.form-row { display: flex; border-bottom: 1px solid #eee; padding: 20px 0; align-items: center; }
.form-label { width: 250px; font-weight: 500; display: flex; align-items: center; gap: 10px; }
.form-label .required { background: #e91e63; color: #fff; font-size: 0.7rem; padding: 2px 6px; border-radius: 3px; }
.form-input { flex: 1; }
.form-input input, 
.form-input textarea { width: 100%; padding: 12px; border: 1px solid #ddd; background: #f9f9f9; }
.form-input input[type="radio"]{
	width:20px;
} 
.form-submit { text-align: center; margin-top: 40px; }
.form-submit button { background: #333; color: #fff; font-size: 1.2rem; font-weight: 900; padding: 15px 80px; border: none; border-radius: 5px; cursor: pointer; }

/* ==========================================================================
		FOOTER
   ========================================================================== */
footer {
	background:#0192cc;
	text-align:center;
	color:#fff;
	padding:20px 0;
}
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
.pc{display:block;}
.sp { display:none;}
@media (max-width: 768px) {
	.pc{display:none;}
	.sp { display:block;}
	.container {
		padding: 0 10px;
	}
	.section-title {
		margin-bottom: 20px;
	}
	.campaign {
		padding: 40px 0;
	}
	.white-round-btn {
		margin: 20px auto;
	}
	.white-round-btn:after {
		margin-left: 0px;
	}
	.worries {
		padding: 40px 0 20px;
	}
	.worries-char {
		display: none;
	}
	.reasons {
		padding: 20px 0;
	}
	.reasons {
		padding: 20px 0;
	}
	.reasons-main-title {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.reasons-flex { 
		flex-direction: column; 
		align-items: center; 
		margin-bottom: 20px;
	}
  .reason-card { 
		max-width: 100%; 
		margin-top: 40px; 
	}
	.voices {
		padding: 20px 0;
	}
	.voice-card {
		max-width: 100%;
	}
	.pricing {
		padding: 40px 0 20px;
	}
}
@media (max-width: 480px) {
	.pricing .section-title {
        font-size: 6.5vw;
    }
	.pricing .pricing-intro span{
		letter-spacing:-2px;
	}
	.banner-content {
		padding: 60px 20px 40px;
	}
	.profile{
		padding:20px 0;
	}
	.profile-box {
		margin: 0 auto 20px;
	}
	.profile-flex {
		padding: 20px 10px 20px;
		flex-wrap:wrap;
	}
	.profile-img {
		width: 80%;
		height: auto;
		margin:0 auto;
	}
	.profile-message {
		padding: 10px 10px;
		text-align:left;
	}
	.contact {
		padding: 20px 0;
	}
	.form-input {
		width: 100%;
	}
  .form-row { 
		flex-direction: column; 
		align-items: flex-start; 
		gap: 10px; 
	}
  .form-label { 
		width: 100%; 
	}
	.form-submit {
		margin: 20px auto;
	}
}



