/* 全ページのヘッダーを同じ指定にする。旧ページ専用指定より優先。 */
body#top .header { height: auto; box-shadow: none; border-bottom: 1px solid #e3e8e2; background: #fff; }
body#top .header .phone-button { background: var(--sign-green-light); color: var(--green); box-shadow: none; border-radius: 5px; }
body#top .header .contact-button { background: var(--green); border-radius: 5px; }
body#top .header a:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
@media(min-width:768px) {
 body#top .header { min-height: 90px; }
 body#top .header .container { width: min(92%,1440px); padding-block: 16px; gap: 18px; }
 body#top .header .brand { min-width: 0; flex: none; }
 body#top .header .brand-copy strong { font-size: 25px; }
 body#top .header .nav { font-size: 12px; gap: 16px; }
 body#top .header .phone-button { min-width: 198px; height: 56px; padding: 8px 10px; grid-template-columns: 20px 1fr; column-gap: 7px; }
 body#top .header .phone-button strong { font-size: 20px; }
 body#top .header .phone-button small { font-size: 9px; }
 body#top .header .contact-button { min-width: 92px; height: 56px; }
}
@media(min-width:768px) and (max-width:1399px) {
 body#top .header .container { flex-wrap: wrap; gap: 12px; }
 body#top .header .header-actions { margin-left: auto; }
 body#top .header .nav { display: flex; order: 3; flex: 1 0 100%; flex-wrap: wrap; gap: 8px 22px; padding-top: 10px; border-top: 1px solid #e4e9e1; justify-content: center; }
 body#top .header .nav a { padding-block: 5px; }
}
@media(max-width:767px) {
 body#top .header .container { width: 100%; padding: 0; gap: 0; }
 body#top .header .phone-button { border-radius: 0; background: #fff; }
}
.about-page .content-section { padding: 48px 0; }
.about-page .container { width: min(90%,1160px); }
.about-page .narrow-container { max-width: 1000px; }
.about-page .content-section-heading { color: var(--deep); border: 0; padding: 0; font-size: 26px; line-height: 1.6; }
.about-page .alt-section { background: var(--cream); }
.about-page .rounded-card { box-shadow: none; border-radius: 12px; border: 1px solid #e0e6da; }
.about-page .philosophy-card { background: var(--sign-yellow-light); padding: 28px 32px; }
.about-page .philosophy-card p { font-size: 18px; line-height: 2; }
.about-page .heart-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.about-page .heart-list li { padding: 20px; background: white; border: 1px solid #e0e6da; border-radius: 12px; box-shadow: none; }
.about-page .heart-list li strong { font-size: 16px; line-height: 1.7; }
.about-page .greeting-card { padding: 32px; }
.about-page .greeting-copy p { font-size: 15px; line-height: 2.1; }
.about-page .symbol-card { display: grid; grid-template-columns: 220px minmax(0,1fr); align-items: center; gap: 40px; padding: 32px; background: white; }
.about-symbol { width: 220px; height: 180px; object-fit: contain; }
.about-page .symbol-card p { font-size: 15px; line-height: 2; }
.about-page .cert-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.about-page .cert-list li { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 24px; border: 1px solid #e0e6da; background: white; border-radius: 10px; }
.about-cert-logo { width: 150px; height: 100px; object-fit: contain; align-self: center; margin-bottom: 12px; }
.price-highlight { background: var(--sign-orange-light); box-shadow: none; border: 1px solid #dce5d6; }
.price-highlight-question { color: var(--deep); font-size: clamp(21px,2.4vw,30px); line-height: 1.7; }
@media(max-width:767px) {
 .about-page .content-section { padding: 32px 0; }
 .about-page .content-section-heading { font-size: 23px; }
 .about-page .heart-list,.about-page .cert-list,.about-page .symbol-card { grid-template-columns: 1fr; }
 .about-page .symbol-card { gap: 20px; }
 .about-symbol { justify-self: center; }
 .about-page .philosophy-card,.about-page .greeting-card,.about-page .symbol-card { padding: 22px; }
 .about-page .philosophy-card p { font-size: 16px; }
}
