.site-cta-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;border:1.5px solid var(--gold,#C4973A);background:var(--gold,#C4973A);color:var(--navy,#0B1D35);font-family:"Montserrat","Noto Sans JP",sans-serif;font-size:11px;font-weight:700;line-height:1;letter-spacing:.10em;text-decoration:none;white-space:nowrap;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease}.site-cta-button:hover{background:var(--gold2,#d4a94a);border-color:var(--gold2,#d4a94a);color:var(--navy,#0B1D35)}.cta-box .site-cta-button,.hero-actions .site-cta-button,.price-cta .site-cta-button,.sp-btns .site-cta-button{min-height:42px;padding:0 24px}@media(max-width:900px){.site-cta-button{width:100%;min-height:46px;padding:0 18px;font-size:12px}#siteHeader .site-cta-button{width:auto;min-height:42px;padding:0 22px;font-size:11px}}

/* 20260528 unified section photo patch */
.section-photo,
.chapter-photo,
.sec-photo{
  width:100%;
  max-width:100%;
  aspect-ratio:16/7;
  overflow:hidden;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  margin:48px 0 0 0;
}

.section-photo img,
.chapter-photo img,
.sec-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  border:none !important;
  box-shadow:none !important;
}

/* issue left cut fix */
#issue .section-photo img,
#issue .chapter-photo img{
  object-position:20% center;
}

/* flow top cut fix */
#flow .section-photo img,
#flow .chapter-photo img{
  object-position:center 20%;
}

/* steps darken */
#steps .section-photo img,
#steps .chapter-photo img{
  filter:brightness(0.72);
}

/* remove frame */
#recruit img,
#contact img{
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
}

@media (max-width:768px){
  .section-photo,
  .chapter-photo,
  .sec-photo{
    aspect-ratio:16/9;
    margin-top:24px;
  }
}
