/* style.css */
/* =================================================
   :root Variables & Global Styles
   ================================================= */ :root {
  --color-primary: #00573D;
  --color-primary-dark: #2B4A63;
  --color-text-primary: #232323;
  --color-text-secondary: #1E1E1E;
  --color-text-light: #CACACA;
  --color-text-white: #FFFFFF;
  --color-background-light: #FFF;
  --color-background-soft: #F4F8F7;
  --color-background-accent: #FAF7ED;
  --color-background-footer: #F5F5F5;
  --color-accent-gold: #EDAB34;
  --color-accent-red: #E31A1A;
  --color-accent-red-soft: #E84F4F;
  --color-border-light: #D8D8D8;
  --font-main: "Noto Sans JP", sans-serif;
  --font-display: "Montserrat", sans-serif;
  --font-roboto: "Roboto", sans-serif;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
.page-container {
    overflow: hidden;
    
}
.container {
  width: 100% !important;
  max-width: 1070px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.full-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-title {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.08rem;
  color: var(--color-primary);
  text-align: center;
  line-height: 1.4;
	margin-bottom: 40px;
}
.section-sub-title {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.08rem;
  color: var(--color-text-primary);
  text-align: center;
  position: relative;
}
.section-heading-l .section-sub-title {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: 0.08rem;
  color: var(--color-text-primary);
  text-align: center;
  position: relative;
}
.section-description {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1rem;
  color: var(--color-text-primary);
  text-align: center;
  line-height: 1.7;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}
.section-heading-l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 14px;
  margin-top: 2rem;
}
.subsidy-description {
  font-size: .85rem;
}
.heading-icon {
  width: 40px;
  height: 2px;
  display: block;
  background: var(--color-primary);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
  border: none;
  font-weight: 700;
}
.button:hover {
  opacity: 0.7;
}
.button--primary {
  background: linear-gradient(184deg, #7ac74f 0%, #00573D 100%);
  color: var(--color-text-white);
  box-shadow: 0px 2px 4px 0px rgba(0, 153, 68, 0.15);
}
.arrow-icon {
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="8" height="11" viewBox="0 0 8 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 5.41602L0.5 10.6122L0.5 0.219863L8 5.41602Z" fill="white"/></svg>') no-repeat center;
  background-size: contain;
}
/* =================================================
   Header
   ================================================= */
.header {
  padding: 20px 0;
  background-color: var(--color-background-light);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo img {
  height: 37px;
  width: auto;
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 21px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__nav-link {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.08rem;
  color: #000;
}
.header__nav-link:hover {
    color: rgba(144,144,144,1.00);
}
.header__contact-button {
  padding: 8px 16px;
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.08rem;
}
.about-section-end {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.about-section-end > div {
  width: 100%;
}
/* =================================================
   Hero Section
   ================================================= */
.hero-section {
  padding: 0px 0 0px;
	background-image: url(../images/fv_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding-top: 60px;
}
@media (max-width: 1500px) {
  .hero-section {
  padding: 0px 0 0px;
	background-image: url(../images/fv_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    padding-top: 50px;
}
}
@media (max-width: 900px) {

	.hero-section {
    background-position: -80vw center;
}
}
@media (max-width: 767px) {
	.hero-section {
    background-image: url(../images/fv_sp.jpg);
		background-position: center;
		margin-bottom: 0px;
    padding-top: 60px;
    /*background-image: none;*/
}
}
.hero__top {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  
	line-height: 100%;
}
.hero-section__inner {
  display: flex;
  /*align-items: center;*/
  gap: 30px;
  flex-wrap: nowrap;
	position: relative;
  padding-right: 0 !important;
}
.hero-section__content {
  /*flex: 1;*/
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding:70px 0 50px 0;

}
.hero-section__visual {
  margin-left: -50px;
  margin-right: -30px;
  width: 100%;
}
.hero-section__visual figure {
  height: 100%;
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}
/*@media (max-width: 767px) {
.hero-section__visual figure {
  display: block;
}
}*/
.hero-section__visual img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1500px) {
  .hero-section__visual {
    margin-left: 0px;
    margin-right: -30px;
  }

  .hero-section__visual img {
    height: 100%;
    width: auto;
    max-width: 140% !important;
    object-fit: cover;
  }
}
.hero__text-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__subtitle {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
  color: #000;
}
.hero__title {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  color: var(--color-primary);
  line-height: 56px;
}
.hero__description {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  color: #000;
}
.hero__cta-button {
  max-width: 360px;
  padding: 10px 10px;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 20px;
	letter-spacing: 5%;	
}
.hero__stats-group {
  display: flex;
  gap: 12px;
}
.stat-card {
  position: relative;
  width: 200px;
  height: 128px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.stat-card__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.stat-card__background img {
  position: absolute;
  width: 169.96%;
  height: 159.82%;
  top: -33.54%;
  left: -34.66%;
  max-width: none;
}
.stat-card__label {
  width: 100%;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.0675rem;
  line-height: 140%;
  color: var(--color-text-secondary);
}
.stat-card__value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.10625rem;
  color: var(--color-primary);
  white-space: nowrap;
  line-height: 100%;
}
.stat-card__unit {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.16rem;
}
.hero__certification-group {
  display: flex;
  align-items: center;
  gap: 32px;
}
.cert-card {
  position: relative;
  width: 128px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cert-card__icon {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.cert-card__title {
  width: 100%;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--color-primary);
  text-align: center;
}
.cert-card__label {
  width: 100%;
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: var(--color-primary);
  text-align: center;
}
.cert-card__id {
  width: 100%;
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.045rem;
  color: var(--color-text-primary);
  text-align: center;
  line-height: 140%;
}
.cert-card__id-l {
  font-size: 1rem;
}
.hero__cert-image {
  width: 115px;
}
/* =================================================
   About & Overview Sections
   =============================================ss==== */
.about-section {
  padding: 80px 0;
  background-color: #f2f5f9;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
/* =================================================
   Recommend Section
   ================================================= */
.recommend-section {
  padding: 80px 0;
  background-color: var(--color-background-soft);
}
.recommend-section__cards {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 80px;
}
.recommend-card {
  position: relative;
  width: 100%;
  background: var(--color-background-light);
}
.recommend-card__number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 94px;
  background-color: var(--color-primary);
  color: var(--color-text-white);
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  line-height: 94px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}
.recommend-card__content {
  padding: 60px 12px 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.recommend-card__title {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--color-primary);
}
.recommend-card__icon-wrapper {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 70px;
}
.recommend-card__description {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1rem;
  color: var(--color-text-primary);
  text-align: left;
}
.recommend-card__icon-wrapper img {
  height: 100%;
}
.yen-icon__part {
  position: absolute;
}
.yen-icon__part--1 {
  top: 39.551px;
  left: 44.786px;
  width: 18px;
  height: 14.5px;
}
.yen-icon__part--2 {
  top: 57.183%;
  left: 0;
  width: 70px;
  height: 30px;
}
.yen-icon__part--3 {
  top: 9.473px;
  left: 32.446px;
  width: 15px;
  height: 8.5px;
}
.yen-icon__part--4 {
  top: 15.066px;
  left: 23.563px;
  width: 33px;
  height: 23px;
}
.yen-icon__part--5 {
  top: 18.135px;
  left: 35.57px;
  font-family: var(--font-roboto);
  font-weight: 700;
  font-size: 1.3125rem;
  color: var(--color-primary);
}
.yen-icon__part--6 {
  top: 0;
  left: 43.182%;
  width: 19px;
  height: 13px;
}
.overview-card__image-wrapper {
  background: var(--color-background-light);
  padding: 30px 60px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.about-section-table {
  margin-bottom: .5rem;
}
.about-section-table table {
  width: 100%;
  color: #6b7280;
  text-align: left;
  border-collapse: collapse;
}
.about-section-table th, .about-section-table td {
  padding: 1rem;
  border: 1px solid #d1d5db;
}
.section-table-center th, .section-table-center td {
  text-align: center;
}
.about-section-table th {
  font-weight: 700;
  background-color: #F2F2F2;
  color: var(--color-primary);
  text-align: center;
}
.about-section-table tr {
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
  color: var(--color-primary);
}
.about-section-table td:first-child {
  color: var(--color-primary);
  white-space: nowrap;
  padding: 1rem 1.5rem;
}
.rate-cell > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rate-cell h3 {
  font-weight: 700;
  color: #fff;
  background-color: var(--color-primary);
  padding: 0.2rem;
  text-align: center;
  margin-bottom: .3rem;
  font-size: 1rem;
}
.rate-cell p {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.rate-cell .main-rate {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.rate-flex {
  display: flex;
  gap: 30px;
  max-width: 500px;
}
.rate-flex > div {
  text-align: center;
  width: 100%;
}
.circle-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
}
.achievements-section__bottom{
	margin-top: 40px;
	text-align: center;
}
/* =================================================
   Brochure Promo Section
   ================================================= */
.brochure-promo-section {
  padding: 80px 0;
  background-image: url(../images/brochure_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.brochure-promo-section__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.brochure-promo__content {
  padding: 40px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 1080px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .8);
}
.brochure-promo__icon {
  width: 60px;
  height: 58px;
}
.brochure-promo__catchphrase {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.28px;
  color: var(--color-text-primary);
  text-align: center;
  line-height: 1.5;
}
.brochure-promo__title {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 1.28px;
  color: var(--color-primary);
  text-align: center;
}
.brochure-promo__tag {
  position: relative;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.08px;
  color: var(--color-accent-red-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.tag-icon {
  width: 29.188px;
  height: 1px;
  position: relative;
}
.tag-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-accent-red-soft);
}
.tag-icon--left::after {
  transform: matrix(0.579, 0.815, 0.915, -0.402, 0, 0);
}
.tag-icon--right::after {
  transform: matrix(0.579, -0.815, -0.915, 0.402, 0, 0);
}
.brochure-promo__button {
  padding: 12px 40px;
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.28px;
}
/* =================================================
   Diagnosis Section
   ================================================= */
.diagnosis-section {
  padding: 80px 0;
  background-color: #f2f5f9;
}
.diagnosis-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.diagnosis-section__header {
  text-align: center;
}
.diagnosis-flowchart {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.diagnosis-details {
  align-self: flex-end;
  width: 500px;
  margin-top: -70px;
  margin-right: -50px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--color-text-primary);
}
.diagnosis-details strong {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.84px;
  display: block;
  margin-bottom: 4px;
  color: var(--color-primary);
}
.diagnosis-ineligible-info {
  width: 100%;
  max-width: 750px;
  padding: 40px 30px;
  background-color: var(--color-background-accent);
  margin:  0 auto;
}
.ineligible-info__title {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1.08px;
  color: var(--color-text-primary);
  text-align: center;
  margin-bottom: 24px;
}
.ineligible-info__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}
.ineligible-info__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.28px;
  line-height: 1.6;
  color: var(--color-text-primary);
}
.check-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-image: url('../images/ee1c9683099f28e9e5bdcab934cf4fa7002ee78f.svg');
}
.ineligible-info__note {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.08px;
  color: var(--color-primary);
  text-align: center;
}
/* =================================================
   Flow Section
   ================================================= */
.flow-section {
  padding: 80px 0;
  background-color: #f2f5f9;

}s
.flow-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-diagram {
  width: 100%;
  max-width: 1070px;
  margin-bottom: 80px;
}
/* =================================================
   Reason Section
   ================================================= */
.reason-section {
  padding: 80px 0;
  background-color: #f2f5f9;
}
.reason-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason-section__cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40p;
  width: 100%;
  max-width: 1070px;
}
.reason-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  width: 30%;
}
.reason-card__icon {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.reason-card__title {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.08px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason-card__description {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.28px;
  color: var(--color-text-primary);
  line-height: 1.6;
}
/* =================================================
   Achievements Section
   ================================================= */
.achievements-section {
  background-color: #f2f5f9;
  padding: 0px 0 80px 0;
}
.achievements-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.achievements-section__inner .section-title {
  margin-bottom: 0px;
}
.achievements-section .section-sub-title {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.08px;
  color: var(--color-text-primary);
  margin-bottom: 0;
}
.achievements-section__button {
  padding: 12px 40px;
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.28px;
}


.carousel-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  margin-top: 40px;
}
.carousel-track {
  display: flex;
  gap: 20px;
  animation: scroll 60s linear infinite;
}
.carousel-item {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  gap: 20px;
}
.carousel-item > div {
  border: 1px solid var(--color-primary);
  display: flex;
  justify-content: center;
  padding: 1rem;
  color: var(--color-primary);
  transition: transform 0.3s ease;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* =================================================
   FAQ Section
   ================================================= */
.faq-section {
  padding: 80px 0;
  background-color: #fff;

}
.faq-list {
  max-width: 952px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-item {
  background-color: var(--color-background-soft);
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item__question, .faq-item__answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.faq-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.09rem;
  color: var(--color-text-white);
}
.faq-icon--q {
  background: url('../images/4f39bd226b5fc1709b7019c888205ebeceb32c9e.svg') no-repeat;
}
.faq-icon--a {
  background: url('../images/c1c0ebea57a11b2e693154dc3df029c86320d505.svg') no-repeat;
  color: var(--color-primary);
}
.faq-text {
  margin: 0;
  line-height: 24px;
}
.faq-item__question .faq-text {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.0675rem;
  color: var(--color-text-primary);
}
.faq-item__answer .faq-text {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.08rem;
  color: var(--color-text-primary);
}
/* =======================================
 * 問い合わせアクションセクションのスタイル
 * ======================================= */
 .contact-action-section {
  /* background-color: #e3effc; */
  padding: 30px 20px;
}

.contact-action-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center; /* 中央に揃える */
}

/* --- 電話ボックス --- */
.contact-tel {
  padding-top: 2rem;
}
.contact-phone-box {
  flex: 1 1 400px; 
  text-align: center;
  order: 1; /* PC時（横並び）の順番 */
}

.phone-label {
  color: #232323; 
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px; /* 隙間を詰める */
  letter-spacing: 0.5px;
}

.phone-detail-container {
  /* 画像のデザインに合わせ、ボックス全体を濃い青の枠で囲む */
  border: 3px solid #00573D; 
  border-radius: 8px;
  padding: 15px 10px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: inline-block; 
}

.phone-detail-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.phone-badge {
  background-color: #00573D; 
  color: #fff;
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 0.8rem;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.phone-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: #232323; 
  text-decoration: none;
  line-height: 1;
}

.phone-hours {
  font-size: 1rem;
  color: #555;
  font-weight: 600;
  margin: 5px 0 0; 
  text-align: center;
}

.phone-note {
  font-size: 0.75rem;
  color: #555;
  margin-top: 10px;
  line-height: 1.5;
  /* PC時とSP時でnoteの位置は同じ */
}

/* SP専用メッセージはPCでは非表示 */
.phone-tap-message {
  display: none; 
}

/* --- CTAボタン --- */
.contact-cta-box {
  flex: 1 1 400px;
  text-align: center;
  order: 2; /* PC時（横並び）の順番 */
}

.cta-label {
  color: #232323;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px; /* 隙間を詰める */
  letter-spacing: 0.5px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  height: 70px;
  background: linear-gradient(184deg, #7ac74f 0%, #00573D 100%);
    border-radius: 35px;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

/* ... (CTAのバッジ、テキスト、矢印のスタイルは前回のまま) ... */
.cta-badge {
  background-color: #fff; color: #00573D; font-weight: 900; font-size: 1rem; padding: 8px 10px;
  border-radius: 50%; position: absolute; left: 10px; width: 50px; height: 50px;
  display: flex; align-items: center; justify-content: center; line-height: 1;
}
.cta-text {
  font-size: 1.3rem; padding-left: 50px; padding-right: 20px;
}
.cta-arrow::after {
  content: '›'; font-size: 2.5rem; line-height: 1; margin-left: 10px; font-weight: 100;
  display: block; transform: translateY(-4px);
}
.cta-button:hover {
opacity: 0.7;
}
.phone-detail-container:hover {
  opacity: 0.7;
  }


/* =======================================
* レスポンシブ対応 (スマートフォン時)
* ======================================= */
@media (max-width: 768px) {
  /* SP時は要素を縦に並べ、中央に配置 */
  .contact-action-inner {
      flex-direction: column;
      align-items: center;
      /* 隙間を詰める */
      gap: 15px; 
  }
  .contact-phone-box {
    flex: 1 1 260px;
  }
  .contact-cta-box {
    flex: 1 1 130px;
  }
  .reason-card__icon {
    width: 80px;
    height: 80px;
  }
  
  /* SP時のデザインに合わせる: CTAを上、電話を下に */
  .contact-phone-box { order: 2; }
  .contact-cta-box { order: 1; } 

  .contact-phone-box, .contact-cta-box {
      width: 100%;
      max-width: 350px; /* PCでも使用している最大幅に合わせる */
  }

  /* 電話番号ボックスを幅いっぱいに広げ、中央のコンテナを調整 */
  .phone-detail-container {
      width: 100%;
      padding: 10px;
      /* スマホ時のデザインに合わせて、noteの上の隙間を詰める */
      margin-bottom: 5px; 
  }
  
  /* 電話番号下の「タップで電話いただけます」を表示 */
  .phone-tap-message {
      display: block;
      font-size: 0.9rem;
      font-weight: bold;
      color: #00573D;
      margin-top: 5px;
  }
  
  /* CTAボタンも幅いっぱいに広げる */
  .cta-button {
      max-width: none;
  }
  
  /* SP時の note の位置を調整 */
  .phone-note {
      margin-top: 0;
      margin-bottom: 10px;
  }
}
/* --- A-MEC追加セクション用スタイル --- */

:root {
  /* 既存サイトに合わせた緑色とアクセントカラー */
  --amec-green: #008D62;       /* メインの緑 */
  --amec-green-light: #E9F5F0; /* 薄い緑背景 */
  --amec-gold: #C5A059;        /* 強調用ゴールド */
  --amec-text: #333333;        /* 文字色 */
  --amec-border: #ddd;         /* 枠線 */
}

.amec-section-wrapper {
  width: 100%;
  padding: 60px 20px;
  background-color: #f2f5f9;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--amec-text);
  box-sizing: border-box;
}

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

/* タイトル周り */
.amec-main-title {
  text-align: center;
  font-size: 28px;
    color: var(--color-primary);
  border-bottom: 3px solid var(--amec-gold);
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  font-weight: bold;
}

.amec-main-desc {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
}

/* 3つの強みカード */
.amec-features-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}

.amec-feature-card {
  flex: 1;
  background: #fff;
  border: 1px solid var(--amec-border);
  border-radius: 8px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.amec-feature-card:hover {
  transform: translateY(-5px);
}

.amec-icon-area {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
    color: var(--color-primary);
}

.amec-card-title {
  font-size: 18px;
    color: var(--color-primary);
  margin-bottom: 15px;
  font-weight: bold;
}

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

/* 着手金0円エリア */
.amec-zero-risk-box {
  background-color: var(--amec-green-light);
  border: 2px solid var(--amec-green);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.amec-risk-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.amec-price-display {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.amec-price-item {
  background: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.amec-price-item .label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

.amec-price-item .price {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: var(--amec-gold); /* 金額を強調色に */
  line-height: 1.2;
}

.amec-plus {
  font-size: 24px;
  color: var(--amec-text);
  font-weight: bold;
}

.amec-risk-note {
  font-size: 14px;
    color: var(--color-primary);
  font-weight: bold;
}

/* 料金表 */
.amec-table-wrapper {
  margin-bottom: 30px;
}

.amec-table-title {
  font-size: 18px;
  border-left: 5px solid var(--amec-green);
  padding-left: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

.amec-fee-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.amec-fee-table th, .amec-fee-table td {
  border: 1px solid var(--amec-border);
  padding: 15px;
  text-align: center;
}

.amec-fee-table th {
  background-  color: var(--color-primary);
  font-weight: bold;
  white-space: nowrap;
}

.amec-td-bold {
  font-weight: bold;
  text-align: left !important;
  background-color: #fafafa;
}

.amec-total-row {
  background-color: #fffbf0; /* 合計行を少し目立たせる */
  font-weight: bold;
  border-top: 2px solid var(--amec-gold);
}

.amec-total-price {
  color: #c00000;
  font-size: 18px;
}

.amec-notes {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
}

.amec-notes p {
  margin: 0 0 5px 0;
}

/* --- スマホ対応 (レスポンシブ) --- */
@media screen and (max-width: 768px) {
  .amec-section-wrapper {
    padding: 40px 15px;
  }
  
  .amec-features-grid {
    flex-direction: column;
  }

  .amec-fee-table th, .amec-fee-table td {
    padding: 10px;
    font-size: 14px;
  }

  .sp-only {
    display: inline;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
/* =================================================
   Contact Section
   ================================================= */
   .ai-hojokin {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 2rem;
    padding-top: 4rem;
   }
   .ai-hojokin:hover {
    opacity: 0.7;
  }
.contact-section {
  padding: 80px 0;
}
.contact-section .container {
  max-width: 1120
}
.contact-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.contact-section__inner .section-title {
  margin-bottom: .5rem;
}
.contact-section__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.brochure-promo-contact {
  width: 480px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.brochure-promo-contact__image-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 160px;
  transform: translate(3rem, -30%);
}
.brochure-promo-contact__image {
  width: 100%;
  height: 100%;
}
.list-promo-contact {
  background-color: var(--color-background-accent);
  padding: 1rem 180px 1rem 1rem;
  position: relative;
  
  display: block;
}
.promo-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.0675rem;
  color: var(--color-text-white);
  text-align: center;
  line-height: 24px;
  width: 100%;
}
.brochure-promo-contact__text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
}
.promo-title {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
  color: var(--color-primary);
}
.promo-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.promo-list li {
  /*display: flex;
  align-items: center;:
  gap: 8px;*/
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.08rem;
  color: var(--color-text-primary);
position: relative;
	padding-left: 25px;
}
.check-icon-green {
  width: 20px!important;
  height: 20px!important;
  background: url('../images/cfbb60084d50b48778d1e1b95fe27238bb36de76.svg') no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}
.promo-note {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.08rem;
  color: var(--color-text-primary);
}
.contact-form {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
	width: 100%;
}
.form-label {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.0675rem;
  color: var(--color-text-primary);
}
.form-label--required {
  color: var(--color-accent-red);
  margin-left: 2px;
}
.form-input, .form-textarea {
  width: 100%;
  padding: 18px 17px;
  font-size: 1rem;
  font-family: var(--font-main);
  font-weight: 500;
  color: var(--color-text-primary);
  border: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.form-input {
  height: 60px;
  background-color: #FBFBFB;
  border: 1px solid #CACACA;
}
.form-textarea {
  height: 216px;
  resize: none;
  background-color: #FBFBFB;
  border: 1px solid #CACACA;
}
.form-input::placeholder, .form-textarea::placeholder {
  color: var(--color-text-light);
}
.form-group--checkbox {
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}
.checkboxItem {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}

.checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}

.checkbox {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 2px;
  cursor: pointer;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  transform: rotate(-45deg);
}



.checkbox-label {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.0675rem;
  color: var(--color-text-primary);
}
.checkbox-input {
  display: none;
}
.checkbox-visual {
  width: 100% !important;
	max-width: 28px !important;
  height: 28px !important;
  background-color: #FBFBFB;
  position: relative;
  border: 1px solid #CACACA;
	display: inline-block;
}
.checkbox-tick {
    display: none;
    width: 17.03px;
    height: 9.22px;
    /*background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" fill="none"><path d="M1.379 5.373l4.974 3.718L16.65.5" stroke="%2300573D" stroke-width="2"/></svg>') no-repeat;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-70%)rotate(-45deg);
    border-bottom: 2px solid rgba(0,0,0,1.00);
    border-left: 2px solid rgba(0,0,0,1.00);
}
.checkbox-input:checked + .checkbox-label .checkbox-visual .checkbox-tick {
  display: block;
}
.form-submit-button {
  width: 100%;
  padding: 16px 100px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.0675rem;
  margin-top: 20px;
  max-width: 280px;
}
.contact_img {
  padding: 0 1.5rem;
}
/* =================================================
   Footer
   ================================================= */
.footer {
  background-color: var(--color-background-footer);
  padding: 40px 0 20px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 40px;
  order: 2;
  align-items: center;
}
.footer__nav-link {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.08rem;
  color: #000;
}
.footer__flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.footer__contact-button {
  background: linear-gradient(184deg, #7ac74f 0%, #00573D 100%);
  color: var(--color-text-white);
  padding: .4rem 1rem;
}
.footer__info {
  order: 1;
}
.footer__logo-mark {
  margin: 0 0 10px;
  max-width: 180px;
}
.footer__address {
  font-family: var(--font-main);
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.0525rem;
  line-height: 1.7;
}
.footer__copyright {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.045rem;
  margin-top: 20px;
}
/* ▼ SP専用：画面下部 固定お問い合わせボタン ▼ */
.sp-fixed-contact-btn {
  display: none; /* PCでは表示しない */
}

/* SPサイズ（必要なら調整） */
@media screen and (max-width: 768px) {
  .ai-hojokin {
    width: 90%;
    padding-top: 2rem;
  }
  .contact_img {
    display: none;
  }
  .person-illustration {
    display: none;
  }
  .sp-fixed-contact-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0f5132;  /* A-MECのグリーン系に合わせた */
    color: #fff;
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
    font-weight: bold;
    z-index: 999999;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
  }

  .sp-fixed-contact-btn:hover {
    opacity: 0.9;
  }
}
/* =================================================
   Responsive & Hamburger Menu Styles
   ================================================= */
/* --- Hamburger Menu Base --- */
/* ハンバーガーメニュー用のトグルとボタンは普段は非表示 */
.hamburger-toggle, .hamburger-button {
  display: none;
  z-index: 1001; /* メニューより手前に表示 */
}
/* --- Hamburger Menu Trigger (1150px以下) --- */
@media (max-width: 1150px) {
  /* ヘッダー内部を相対配置の基準にする */
  .header__inner {
    position: relative;
  }
  .hero-section__content {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0) 100%);
  }
  /* ハンバーガーボタンを表示 */
  .hamburger-button {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 30px; /* 右端からの距離 */
    transform: translateY(-50%);
  }
  /* ハンバーガーの3本線 */
  .hamburger-button__line {
    width: 100%;
    height: 3px;
    background-color: var(--color-primary);
    border-radius: 2px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  /* ナビゲーションメニューのスタイル */
  .header__nav {
    position: fixed; /* 画面に固定 */
    top: 0;
    right: -100%; /* 初期状態では画面右外に隠す */
    width: 300px; /* メニューの幅 */
    height: 100vh; /* 画面全体の高さ */
    background-color: #ffffff;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: right 0.4s ease-in-out;
    /* 中のulを中央に配置するための設定 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  /* メニュー内のリストのスタイル */
  .header__nav ul {
    width: 100%;
    flex-direction: column; /* 項目を縦並びにする */
    align-items: center;
    gap: 25px;
  }
  /* メニュー内のリンクのスタイル調整 */
  .header__nav-link {
    font-size: 1.1rem;
  }
  /* --- チェックボックスがオンになった時の動作 --- */
  /* (1) メニューを画面内にスライドインさせる */
  .hamburger-toggle:checked ~ .header__nav {
    right: 0;
  }
  /* (2) ハンバーガーアイコンを「×」印に変形させる */
  .hamburger-toggle:checked ~ .hamburger-button .hamburger-button__line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger-toggle:checked ~ .hamburger-button .hamburger-button__line:nth-child(2) {
    opacity: 0;
  }
  .hamburger-toggle:checked ~ .hamburger-button .hamburger-button__line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
/* --- Tablet View (1024px以下) --- */
@media (max-width: 1024px) {
  .container, .full-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-section__visual img {
    object-fit: cover;
    height: 100% !important;
  }
	.brochure-promo-contact__image-wrapper {
  transform: translate(1rem, -15%);
}
  /* Headerは1150pxでハンバーガー化対応済み */
  /* Hero Section */
  .hero-section__inner {
    /*flex-direction: column;
    text-align: center;*/
    gap: 40px;
    padding-top: 0px;
  }
  .hero-section__visual {
    margin: 0;
    width: 100%;
    max-width: 1000px;
  }
  .hero-section__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px 0 50px 0;
  }
  .hero-section__visual img {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 100% !important;
    object-fit: cover;
  }
  /*.hero-section__content {
    align-items: center;
  }
  .hero__stats-group, .hero__certification-group {
    justify-content: center;
    flex-wrap: wrap;
  }*/
  /* Recommend Section */
  .recommend-section__cards {
    flex-wrap: wrap;
    gap: 40px 24px;
  }
  .recommend-card {
    width: calc(50% - 12px);
  }
  /* Reason Section */
  .reason-section__cards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .reason-card {
    width: calc(33.333% - 20px);
    min-width: 200px;
  }
  /* Contact Section */

  .brochure-promo-contact, .contact-form {
    width: 47%;
    max-width: 580px;
  }
  .brochure-promo-contact__text-content {
    gap: 20px;
    width: 100%;
  }
  .contact-form {
    align-items: center;
  }
}
@media (max-width: 960px) {
	.promo-title {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.075rem;
  color: var(--color-primary);
}
.diagnosis-details {
  align-self: flex-end;
  width: 300px;
  margin-top: -70px;
  margin-right: 30px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--color-text-primary);
}
	.diagnosis-section__header {
  margin-bottom: 0px;
  text-align: center;
}
}
@media (min-width: 767px) {
  .d-md-none {
    display: none;
  }
}
/* --- Smartphone View (767px以下) --- */
@media (max-width: 767px) {
	.contact-section__content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
	.hero-section__content {
   width: 100vw;
		 margin-left: -16px;
		 padding: 40px 16px 20px 16px;
  }
	  .promo-title {
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 5.5vw;
    letter-spacing: 0.075rem;
    color: var(--color-primary);
		  margin-bottom: 10px;
		  text-align: center;
  }
	  .brochure-promo-contact, .contact-form {
    width: 100%;
    max-width: 5000px;
  }
  .hero__certification-group {
    gap: 10px;
  }
  .cert-card {
    width: 20vw;
    height: 25vw;
  }
	.hero__cert-image {
  width: 23vw;
}
	.cert-card__id {
  font-size: 1.8vw;
}
	.cert-card__id-l {
  font-size: 3vw;
}
  .cert-card__label {
    font-size: 3vw;
  }
  .cert-card__title {
    font-size: 4vw;
  }
	.hero-section__content {
    align-items: center;
  }
  .hero__stats-group, .hero__certification-group {
    justify-content: center;
    flex-wrap: nowrap;
  }
	
	.heading-icon {
  width: 30px;
}
  .recommend-card__number {
    width: 70px;
    height: 70px;
    font-size: 2rem;
    line-height: 70px;
  }
	  .hero-section__inner {
    flex-direction: column;
    text-align: center;
    gap: 0px;
    padding-top: 0px;
  }
	.hero-section__visual {
		order: -1;
		
  }
  .d-sm-none {
    display: none;
  }
  .header__logo img {
    width: 120px;
    height: auto;
  }
  .container, .full-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Typography */
  .section-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .section-sub-title {
    font-size: 1.25rem;
  }

  .hero__subtitle {
    font-size: 1.25rem;
  }
  .hero__title {
    font-size: 1.6rem; /* 28.8px */
    line-height: 1.4;
  }
  .hero__cta-button {
    font-size: 1.2rem;
    margin: auto;
    padding: 10px 20px;
      
  }
  .hero__stats-group {
    flex-wrap: nowrap;
  }
  .stat1 {
    display: none !important;
  }
  .stat-card {
    position: relative;
    width: 46vw;
    height: 30vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .stat-card__label {
    width: 100%;
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 4.5vw;
    letter-spacing: 0.0675rem;
    line-height: 140%;
    color: var(--color-text-secondary);
  }
  /* Header */
  .hamburger-button {
    right: 15px; /* スマホでは画面端の余白が狭まるので調整 */
  }
  /* About Section */
  .about-section {
    padding: 60px 0;
    gap: 60px;
  }
  .about-section-table {
    overflow-x: auto; /* テーブルがはみ出す場合は横スクロール */
    white-space: nowrap;
  }
  .about-section-table table {
    min-width: 700px; /* テーブルの最小幅を確保 */
  }
  .about-section-end {
    display: none;
    flex-direction: column;
  }
  .overview-card__image-wrapper {
    padding: 20px;
  }
  .section-heading-l {
    justify-content: center;
  }
  .rate-flex {
    flex-direction: column;
  }
  .recommend-section__cards {
    gap: 60px 24px;
  }
  /* Recommend Section */
  .recommend-card {
    width: 100%;
  }
  .js-scrollable-img {
    width: 180%;
    max-width: 180%;
    height: auto;
  }
  .diagnosis-section__header {
    margin-bottom: 20px;
  }
  /* Brochure Promo */
  .brochure-promo-section {
    padding: 40px 0;
  }
  .brochure-promo__content {
    padding: 30px 20px;
    width: 100%;
  }
  .brochure-promo__title {
    font-size: 1.5rem;
  }
  .stat-card__value {
    font-size: 7.5vw;
  }
  .stat-card__unit {
    font-size: .6em;
  }
  /* Diagnosis */
  .diagnosis-details {
    align-self: center;
    width: 100%;
    margin: 20px 0 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
  }
  .diagnosis-ineligible-info {
    padding: 20px;
  }
  /* Reason Section */
  .reason-card {
    width: calc(100% - 15px);
  }
  /* Achievements */
  .carousel-item {
    min-width: 250px;
  }
  /* FAQ Section */
  .faq-section {
    padding: 60px 0 60px 0;
  }
  .faq-item {
    padding: 20px;
  }
  .faq-item__question .faq-text {
    font-size: 1rem;
  }
  .faq-icon {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  /* Contact Section */
  .contact-section {
    padding: 20px 0 60px 0;
  }
  .list-promo-contact {
    margin-left: 0;
    padding: 1rem 6rem 1rem 1rem;
    width: 100%;
  }
  .brochure-promo-contact__image-wrapper {
    /*position: static;*/
    transform: translate(.7rem, -20%);
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
  }
  .checkbox-visual {
    width: 28px !important;
    height: 20px !important;
    background-color: #FBFBFB;
    position: relative;
    border: 1px solid #CACACA;
  }
  .promo-badge {
    font-size: .7rem;
  }
  .form-input {
    height: 50px;
  }
  /* Footer */
  .footer {
    padding: 30px 0 15px;
  }
  .footer__flex {
    flex-direction: column;
    gap: 30px;
  }
  .footer__nav {
    order: 1;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .footer__info {
    order: 2;
    text-align: center;
  }
  .footer__logo-mark {
    margin: 0 auto 10px;
  }
	.form-submit-button {
  max-width: 5000px;
}
	.carousel-container {
  margin-top: 20px;
}
	.achievements-section__bottom{
	margin-top: 20px;
	text-align: center;
}
.hero__top {
  font-size: 6vw;
}
}



/* 採択事例 */
/* --- セクション全体の基本設定 --- */
.case-section { 
  background-color: #f2f5f9; 
  padding: 80px 0; 
  overflow: hidden; 
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* --- 見出しエリア --- */
.case-title-area { 
  text-align: center; 
  margin-bottom: 50px; 
}
.sub-info { 
  font-size: 11px; 
  color: var(--color-primary); 
  margin-bottom: 15px; 
  font-weight: 500;
}
.main-title { 
  font-size: 2.2rem; 
  font-weight: bold; 
  margin: 0; 
  color: #333; 
  letter-spacing: 0.05em;
}
.main-title span { 
  color: var(--color-primary);
}
.en-title { 
  font-size: 16px; 
  font-weight: bold; 
  color: var(--color-primary); 
  letter-spacing: 0.2em; 
  margin: 5px 0 15px;
}
.highlight-badge { 
  display: inline-block; 
  background: linear-gradient(transparent 60%, #ffff00 60%); 
  font-weight: bold; 
  font-size: 20px; 
}

/* --- スライダー操作エリア --- */
.slider-outer-frame {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 60px; /* 左右にボタンを配置する余白 */
}

/* --- カード本体のレイアウト（高さを揃える） --- */
.case-swiper { 
  padding: 20px 0 60px; 
}

.swiper-wrapper {
  display: flex;
  align-items: stretch; /* スライドの高さを一番高いものに揃える */
}

.swiper-slide { 
  width: 50% !important; /* スライド幅。必要に応じて380px等に変更してください */
  height: auto !important; 
  display: flex; /* 内部のcase-cardを100%に伸ばすため */
}

.case-card {
  display: flex;
  flex-direction: column; 
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  background-image: 
      linear-gradient(#eef3ff 1px, transparent 1px), 
      linear-gradient(90deg, #eef3ff 1px, transparent 1px);
  background-size: 18px 18px;
  width: 100%;
  height: 100%; /* 親(slide)と同じ高さにする */
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* --- カード内部パーツ --- */
.card-header { 
  background: var(--color-primary); 
  color: #fff; 
  padding: 12px 15px; 
  font-size: 16px; 
  font-weight: bold; 
  line-height: 1.4;
  min-height: 42px;
  display: flex;
  align-items: center;
}

/* 画像エリアの設定（画像位置を上にする） */
.card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.card-image img { 
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center 80%; 
  display: block; 
}

.cat-grid { 
  display: flex; 
  background: var(--color-primary); 
  color: #fff; 
  margin: 12px 12px 0; 
  align-items: center; 
  padding: 8px 0; 
}
.cat-box { 
  flex: 1; 
  text-align: center; 
}
.cat-box span { 
  display: block; 
  font-size: 10px; 
  opacity: 0.8; 
  border-bottom: 1px dotted rgba(255,255,255,0.4); 
  margin: 0 10px 4px;
  padding-bottom: 2px;
}
.cat-box strong { 
  display: block;
  font-size: 12px; 
  font-weight: bold;
  line-height: 1.3;
}
.cat-arrow { 
  width: 30px; 
  height: 15px; 
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>') no-repeat center; 
  background-size: contain;
}

.amount-box { 
  text-align: center; 
  padding: 15px 0; 
  color: var(--color-primary); 
  font-weight: bold; 
  border-bottom: 1px solid #ddd; 
  margin: 0 12px; 
  font-size: 18px; 
}
.amount-box .num { 
  font-size: 30px; 
  letter-spacing: 0.02em;
}

/* 本文エリアを広げて下端を揃える */
.card-body { 
  padding: 20px; 
  flex-grow: 1; /* コンテンツが少なくてもカードの下端まで領域を広げる */
}
.sec { 
  margin-bottom: 15px; 
}
.sec h5 { 
  color: var(--color-primary); 
  font-size: 14px; 
  margin: 0 0 5px; 
  font-weight: bold;
}
.sec p { 
  font-size: 13px; 
  line-height: 1.6; 
  color: #333;
  margin: 0;
  text-align: justify;
}

/* --- 【重要】ナビゲーションボタンの矢印を強制表示 --- */
.custom-nav {
  background: var(--color-primary) !important;
  width: 44px !important; 
  height: 48px !important;
  border-radius: 2px;
  color: #fff !important;
  z-index: 1000 !important; 
  top: 50%;
  transform: translateY(-50%);
  position: absolute !important;
  display: flex !important; /* 矢印を中央に配置するために必須 */
  align-items: center;
  justify-content: center;
}

/* 矢印アイコンの設定 */
.swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/yazirushi.png) no-repeat center top / contain;
  text-transform: none !important;
  transform: rotate(180deg);
  letter-spacing: 0;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-next::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/yazirushi.png) no-repeat center top / contain;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: normal;
  line-height: 1;
}

.swiper-button-prev { left: 0 !important; }
.swiper-button-next { right: 0 !important; }

/* ドットナビ */
.swiper-pagination-bullet-active { 
  background: var(--color-primary) !important; 
}

/* モバイル対応 */
@media (max-width: 767px) {
  .swiper-slide { width: 100% !important; }
  .slider-outer-frame { padding: 0 15px; }
  .custom-nav { width: 1.8rem !important; height: 1.8rem !important; }
  .card-image img {
    height: 180px;
    object-position: center 100%;
}
.swiper-button-prev::after {
  width: 1rem;
  height: 1rem;
}
.swiper-button-next::after {
  width: 1rem;
  height: 1rem;
}
.card-image {
  height: 180px;
}
.cat-grid {
  margin: 0px 0px 0;
}
.amount-box .num {
  font-size: 1.5rem;
}
.amount-box {
  padding: 10px 0;
  font-size: 1rem;
}
.main-title { 
  font-size: 1.5rem; 
}
}