:root{
  --base-width: 682px;
  --ink:#1d2a2f;
  --text:#27343a;
  --teal:#0a7891;
  --teal-deep:#006b80;
  --blue:#1b78b8;
  --green:#2f9c3b;
  --orange:#eb6d23;
  --red:#dc5955;
  --line:#e7e3dc;
  --soft:#fbfaf7;
  --shadow:0 6px 18px rgba(50,70,80,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#f7fbfb;
  color:var(--text);
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size:12px;
  line-height:1.85;
  letter-spacing:.015em;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
main > section + section{margin-top:40px}
.site-shell{
  width:min(100%,var(--base-width));
  margin:0 auto;
  overflow:hidden;
  background:linear-gradient(90deg,#fff 0%,#fcfbf8 50%,#fff 100%);
  box-shadow:0 0 24px rgba(0,0,0,.08);
}
.site-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:55px;
  padding:14px 7px 5px 7px;
  background:#fff;
}
.brand img{width:226px;height:auto}
.language-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  white-space:nowrap;
  font-size:8px;
  font-weight:700;
  color:#1d2530;
  line-height:1;
}
.language-nav a{display:inline-flex;align-items:center;gap:4px}
.language-nav img{width:18px;height:12px;object-fit:cover;display:block;flex-shrink:0}
.sp-menu{display:none}
.sp-menu > summary::before,.sp-menu > summary::after{content:none!important;display:none!important}
.sp-fixed-banners{display:none}
.hero{
  position:relative;
  display:grid;
  grid-template-columns: 1fr 322px;
  min-height:224px;
  padding:11px 0 0 31px;
  background:
    radial-gradient(circle at 40% 25%,rgba(245,248,246,.7),transparent 35%),
    linear-gradient(90deg,#fff 0%,#fff 46%,#fbfaf7 100%);
}
.hero-copy{position:relative;z-index:2;padding-top:7px}
.hero-tag{
  display:inline-block;
  margin:0 0 9px 27px;
  padding:5px 14px 4px;
  border-radius:18px;
  background:#fbf6ee;
  color:#3c3934;
  font-size:10.5px;
  font-weight:700;
}
.hero h1{
  margin:0;
  color:#1c1d1e;
  font-family:"Yu Mincho","Hiragino Mincho ProN","MS PMincho",serif;
  font-weight:500;
  font-size:29px;
  line-height:1.35;
  letter-spacing:.06em;
}
.hero h1 span{color:#07829c;font-size:32px}
.hero-lead{
  margin:13px 0 0;
  color:#222;
  font-size:9.3px;
  font-weight:700;
  line-height:1.9;
}
.hero-photo{
  margin:0;
  align-self:stretch;
  overflow:hidden;
}
.hero-photo img{
  width:322px;
  height:218px;
  object-fit:cover;
  object-position:center top;
}
.quick-actions{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  padding:14px 30px 14px;
  background:#fff;
}
.action{
  height:45px;
  border-radius:5px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:12px;
  font-weight:800;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);
}
.action img{width:28px;height:28px;object-fit:contain}
.action-green{background:#edf7ed;color:#2f8f34}
.action-blue{background:#eaf5fb;color:#1672b5}
.action-orange{background:#fff0e6;color:#ea6a21}
.news-box{
  margin:0 30px 9px;
  padding:0 39px 16px;
  border:1px solid #e4dbd2;
  border-radius:5px;
  background:#fffdfb;
  min-height:113px;
  box-shadow:0 4px 10px rgba(117,84,47,.03);
}
.news-head{position:relative;display:flex;align-items:center;justify-content:center;height:36px}
.news-head h2{
  margin:0;
  color:var(--teal);
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:18px;
  line-height:1;
  font-weight:700;
}
.news-head a{
  position:absolute;
  right:0;
  top:12px;
  color:var(--teal);
  font-size:9px;
  font-weight:800;
}
.news-head a::after{content:"›";font-size:20px;line-height:0;margin-left:12px;vertical-align:-2px}
.news-list{margin:2px 0 0;font-size:11px;line-height:1.6}
.news-list div{display:grid;grid-template-columns:82px 1fr;margin:7px 0}
.news-list dt{font-weight:800;color:#222}
.news-list dd{margin:0;font-weight:800;color:#222}
.section{position:relative;padding:10px 30px 8px;background:#fff}
.section-title{
  position:relative;
  margin:0 auto 10px;
  text-align:center;
  color:var(--teal-deep);
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:18px;
  line-height:1.45;
  letter-spacing:.04em;
  font-weight:800;
}
.section-title::before,.section-title::after{
  content:"";
  display:inline-block;
  width:16px;
  height:1px;
  margin:0 12px 5px;
  background:#b8dce4;
}
.support-intro{padding-top:17px;background:linear-gradient(180deg,#fff,#fff 82%,#fefdfb)}
.support-intro::before,.support-intro::after,
.funeral-guide::before,.funeral-guide::after,
.voices::before,.voices::after{
  content:"";
  position:absolute;
  pointer-events:none;
  background-repeat:no-repeat;
  background-size:contain;
}
.support-intro::before{left:0;top:2px;width:64px;height:68px;background-image:url("../images/support-left.png")}
.support-intro::after{right:0;top:2px;width:64px;height:68px;background-image:url("../images/support-right.png")}
.funeral-guide::before{left:0;top:25px;width:64px;height:77px;background-image:url("../images/funeral-left.png")}
.funeral-guide::after{right:0;top:25px;width:64px;height:77px;background-image:url("../images/funeral-right.png")}

/*
.voices::before{left:0;top:8px;width:64px;height:66px;background-image:url("../images/voices-left.png")}
.voices::after{right:0;top:8px;width:64px;height:66px;background-image:url("../images/voices-right.png")}
*/

.three{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.feature-card{
  min-height:160px;
  padding:10px 15px 12px;
  border:1px solid #efe7df;
  border-radius:7px;
  background:linear-gradient(180deg,#fff,#fffdf8);
  text-align:center;
  box-shadow:var(--shadow);
}
.feature-icon{height:45px;width:auto;margin:0 auto 6px;object-fit:contain}
.feature-icon.wide{width:80px;height:45px;object-fit:contain}
.feature-card h3{
  margin:0 0 6px;
  color:var(--teal-deep);
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:13px;
  line-height:1.45;
  font-weight:800;
}
.feature-card p{margin:0;color:#1c262b;font-size:10.3px;font-weight:700;line-height:1.9;text-align:left;letter-spacing:.02em}
.check-grid{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:4px;
  margin:10px 0 0;
  padding:0;
}
.check-grid li{
  min-height:49px;
  padding:8px 6px 6px 22px;
  position:relative;
  border:1px solid #eee3da;
  border-radius:4px;
  background:#fff;
  font-size:9.5px;
  font-weight:800;
  line-height:1.55;
  color:#1b2c30;
}
.check-grid img{position:absolute;left:6px;top:9px;width:13px;height:13px}
.service-section{padding-top:14px}
.service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:4px}
.service-card{
  min-height:129px;
  padding:8px 5px;
  border:1px solid #eee4dc;
  border-radius:6px;
  background:#fff;
  text-align:center;
  box-shadow:var(--shadow);
}
.service-card img{height:35px;width:auto;margin:0 auto 5px;object-fit:contain}
.service-card h3{
  margin:0 0 4px;
  color:#087697;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:10.2px;
  line-height:1.4;
  font-weight:800;
}
.service-card h3 span{color:#539241}
.service-card p{margin:0;color:#1f2d31;font-size:9px;line-height:1.55;font-weight:700;text-align:center}
.funeral-guide{padding-top:10px;background:#fff}
.section-note,.fine-print{
  margin:-4px 0 10px;
  text-align:center;
  color:#2c2c2c;
  font-size:9.2px;
  font-weight:700;
}
.fine-print{margin:10px 0 0}
.funeral-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;padding:0 25px}
.funeral-card{
  position:relative;
  min-height:223px;
  padding:19px 20px 50px;
  border-radius:6px;
  overflow:hidden;
  text-align:center;
  box-shadow:var(--shadow);
  border:1px solid #f3ede5;
}
.funeral-card.green{background:linear-gradient(180deg,#eef8f8 0%,#fff 52%,#fffdf7 100%)}
.funeral-card.blue{background:linear-gradient(180deg,#eef8fb 0%,#fff 52%,#fffdf7 100%)}
.funeral-card.red{background:linear-gradient(180deg,#fff1ed 0%,#fff 52%,#fff8f4 100%)}
.funeral-card h3{
  margin:0 0 9px;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:15px;
  font-weight:800;
  line-height:1;
}
.funeral-card.green h3{color:#09809a}.funeral-card.blue h3{color:#09809a}.funeral-card.red h3{color:#df5c52}
.funeral-icon{height:43px;width:auto;margin:20px auto 20px;object-fit:contain}
.funeral-card p{position:relative;z-index:2;margin:0;font-size:10.5px;font-weight:800;line-height:1.85;color:#151c1e;text-align:center; margin-bottom:10px;}
.flower-strip{position:absolute;left:0;right:0;bottom:0;width:100%;height:53px;object-fit:cover;opacity:.95}
.voices{padding-top:19px;background:#fff}
.voice-grid,.proposal-grid{gap:10px}
.voice-card,.proposal-card{
  border:1px solid #f0e7de;
  border-radius:7px;
  overflow:hidden;
  background:linear-gradient(180deg,#fff,#fffdf9);
  box-shadow:var(--shadow);
}
.photo-wrap{position:relative;height:84px;overflow:hidden}
.photo-wrap img{width:100%;height:100%;object-fit:cover}
.photo-wrap span{
  position:absolute;left:6px;top:6px;z-index:2;
  display:inline-block;
  min-width:42px;
  padding:3px 7px 2px;
  border-radius:5px;
  background:#56a76b;
  color:#fff;
  font-size:9px;
  font-weight:800;
  text-align:center;
}
.voice-card:nth-child(2) .photo-wrap span,.proposal-card:nth-child(2) .photo-wrap span{background:#3991b7}
.voice-card:nth-child(3) .photo-wrap span{background:#e56b64}
.proposal-card h3,.voice-card h3{
  margin:8px 10px 4px;
  color:#067997;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:12.5px;
  font-weight:800;
  line-height:1.5;
}
.voice-card.red-card h3{color:#df5c52}
.voice-card p,.proposal-card p{
  margin:0 10px 12px;
  min-height:77px;
  color:#1b282d;
  font-size:10px;
  font-weight:700;
  line-height:1.85;
}
.more-button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:226px;
  height:22px;
  margin:12px auto 0;
  border:1.5px solid #07809b;
  border-radius:12px;
  color:#087593;
  background:#fff;
  font-size:10px;
  font-weight:800;
}
.more-button::after{content:"›";font-size:19px;margin-left:18px;line-height:0;transform:translateY(-1px)}
.faq-section{padding-top:10px}
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 10px}
details{
  border:1px solid #ede5de;
  border-radius:5px;
  background:#fff;
  box-shadow:0 3px 10px rgba(50,70,80,.03);
}
summary{
  list-style:none;
  cursor:pointer;
  position:relative;
  min-height:29px;
  padding:7px 26px 6px 32px;
  color:#1d2d33;
  font-size:9.4px;
  font-weight:800;
  line-height:1.4;
}
summary::-webkit-details-marker{display:none}
summary::before{
  content:"";
  position:absolute;left:11px;top:10px;
  width:11px;height:11px;
  background:var(--teal);
  -webkit-mask:radial-gradient(circle at 50% 50%,transparent 0 2px,#000 2.5px 4px,transparent 4.5px),linear-gradient(#000,#000);
  mask:radial-gradient(circle at 50% 50%,transparent 0 2px,#000 2.5px 4px,transparent 4.5px),linear-gradient(#000,#000);
  opacity:.9;
}
summary::after{
  content:"▾";
  position:absolute;right:11px;top:6px;
  color:var(--teal-deep);
  font-size:17px;
  font-weight:800;
  transition:.2s;
}
details[open] summary::after{transform:rotate(180deg);top:8px}
details p{margin:0;padding:0 16px 10px 32px;font-size:9.3px;font-weight:700;line-height:1.6}
.proposals{padding-top:10px}
.proposal-card .photo-wrap{height:78px}
.proposal-card p{min-height:45px}
.closing-message{
  position:relative;
  min-height:83px;
  padding:20px 80px 9px;
  text-align:center;
  background:#fffdf8;
  color:#1a2226;
  font-size:11px;
  font-weight:800;
  line-height:1.85;
}
.closing-message p{margin:0;}
.closing-flower{position:absolute;bottom:4px;width:96px;opacity:.85}
.closing-flower.left{left:16px}.closing-flower.right{right:17px}
.bottom-actions{padding-top:7px;padding-bottom:8px;background:#fff7ef}
.bottom-actions .action{height:38px}
.bottom-actions .action img{width:25px;height:25px}
.site-footer{
  position:relative;
  min-height:73px;
  background:linear-gradient(90deg,#5baea7,#318c8e);
  color:#fff;
  overflow:hidden;
}
.footer-main{
  position:relative;
  display:flex;
  align-items:center;
  gap:17px;
  min-height:73px;
  padding:12px 117px 10px 118px;
}
.footer-call{display:flex;align-items:center;gap:9px;font-size:10px;font-weight:800;line-height:1.5;white-space:nowrap}
.footer-call strong{font-size:13px}
.phone-mark{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:2px solid rgba(255,255,255,.95);border-radius:50%;font-size:16px;line-height:1}
.footer-pills{display:grid;grid-template-columns:repeat(2,auto);gap:5px 8px;font-size:8px;font-weight:800;white-space:nowrap}
.footer-pills span{display:inline-flex;align-items:center;justify-content:center;min-height:17px;padding:2px 10px;border:1px solid rgba(255,255,255,.75);border-radius:12px;background:rgba(255,255,255,.08)}
.footer-flowers{position:absolute;right:0;bottom:0;width:111px;height:174px;object-fit:cover;object-position:left bottom;opacity:.95}
@media (max-width: 700px){
  .site-shell{box-shadow:none}
}
@media (max-width: 560px){
  body{font-size:13px;background:#fff}
  .site-header{align-items:flex-start;flex-direction:column;padding:12px 16px 8px}
  .brand img{width:220px}
  .language-nav{flex-wrap:wrap;justify-content:flex-start;gap:8px;font-size:10px;line-height:1.4}
  .language-nav img{width:18px;height:12px}
  .hero{display:block;padding:16px 20px 0;min-height:0}
  .hero-tag{margin-left:0;font-size:11px}
  .hero h1{font-size:28px}.hero h1 span{font-size:31px}
  .hero-lead{font-size:11px;line-height:1.9}
  .hero-photo{margin:12px -20px 0}.hero-photo img{width:100%;height:auto}
  .quick-actions{grid-template-columns:1fr;padding:14px 20px;gap:10px}
  .news-box{margin:0 20px 10px;padding:0 20px 16px}
  .news-list div{grid-template-columns:1fr;gap:0}
  .section{padding-left:20px;padding-right:20px}
  .three,.service-grid,.funeral-grid,.faq-grid,.check-grid{grid-template-columns:1fr}
  .funeral-grid{padding:0;gap:12px}
  .feature-card,.service-card{text-align:center}
  .check-grid li{padding-left:28px}
  .footer-main{padding:14px 110px 14px 18px;display:block}
  .footer-pills{margin-top:8px;grid-template-columns:1fr;align-items:start;justify-content:start}
  .closing-message{padding:20px 25px 12px}.closing-flower{display:none}
}


@media (max-width: 700px){
  :root{--base-width:100%}
  html,body{overflow-x:visible}
  body{font-size:14px;background:#fff;color:#263238;line-height:1.8;padding-top:62px}
  main > section + section{margin-top:30px; margin-bottom:30px;}
  .site-shell{width:100%;max-width:none;box-shadow:none;overflow:visible!important;background:#fff}

  .site-header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:10000;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    width:100%;
    min-height:52px;
    padding:10px 12px 0px;
    background:#fff;
     /*border-bottom:1px solid #e9e4dc;
    box-shadow:0 2px 12px rgba(0,0,0,.05);*/
  }
 .brand{display:flex;align-items:center;min-width:0}
  .brand img{width:300px;max-width:calc(100vw - 82px);height:auto}
  .language-nav{display:none}
  .sp-menu{display:block;margin-left:auto;position:static}
  .sp-menu > summary{
    list-style:none;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0;
    width:52px;
    min-height:44px;
    padding:0;
    border:0;
    border-radius:5px;
    background:linear-gradient(180deg,#1c8997 0%,#0f6f7e 100%);
    color:#fff;
    box-shadow:0 3px 0 #0b5865,0 4px 12px rgba(5,73,88,.18);
    font-size:13px;
    font-weight:800;
    line-height:1;
  }
  .sp-menu > summary::before,
  .sp-menu > summary::after{content:none!important;display:none!important}
  .sp-menu summary::-webkit-details-marker{display:none}
  .sp-menu-bars{display:inline-grid;gap:4px;width:19px;transition:.2s}
  .sp-menu-bars span{display:block;width:19px;height:2px;border-radius:2px;background:#fff;transition:.2s}
  .sp-menu[open] .sp-menu-bars span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .sp-menu[open] .sp-menu-bars span:nth-child(2){opacity:0}
  .sp-menu[open] .sp-menu-bars span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .sp-menu-panel{
    position:fixed;
    left:0;
    right:0;
    top:62px;
    width:100%;
    padding:14px 16px 18px;
    background:linear-gradient(180deg,#fff 0%,#f7fbfb 100%);
    border-top:4px solid #0f7888;
    border-bottom:1px solid #dbe7e6;
    box-shadow:0 14px 28px rgba(0,0,0,.15);
  }
  .sp-page-links{display:grid;grid-template-columns:1fr;gap:8px}
  .sp-page-links a{
    position:relative;
    display:flex;
    align-items:center;
    min-height:46px;
    padding:11px 42px 11px 16px;
    border:1px solid #d8e5e4;
    border-left:5px solid #0f7888;
    border-radius:8px;
    background:#fff;
    color:#084f5d;
    font-size:15px;
    font-weight:800;
    box-shadow:0 2px 8px rgba(11,86,100,.06);
  }
  .sp-page-links a::after{
    content:'›';
    position:absolute;
    right:16px;
    top:50%;
    transform:translateY(-50%);
    color:#0a7891;
    font-size:24px;
    line-height:1;
  }
  .sp-language-links{margin-top:14px;padding:14px;border-radius:10px;background:#fff;border:1px solid #d8e5e4;box-shadow:0 2px 8px rgba(11,86,100,.05)}
  .sp-language-links p{margin:0 0 12px;color:#0f7888;font-size:15px;font-weight:900;line-height:1;text-align:center;letter-spacing:.08em}
  .sp-language-links div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 10px}
  .sp-language-links a{display:inline-flex;align-items:center;gap:7px;color:#1d2530;font-size:13px;font-weight:900;line-height:1.2;min-height:32px;padding:5px 6px;border-radius:6px;background:#f8fbfb}
  .sp-language-links img{width:24px;height:16px;object-fit:cover;flex:0 0 auto;box-shadow:0 0 0 1px rgba(0,0,0,.08)}

  .hero{display:block;min-height:0;padding:20px 18px 0;background:linear-gradient(180deg,#fff 0%,#fffdf9 100%)}
  .hero-copy{padding-top:0}
  .hero-tag{margin:0 0 13px;padding:6px 14px;border-radius:18px;font-size:14px;line-height:1.6;text-align:center}
  .hero h1{font-size:30px;line-height:1.45;letter-spacing:.04em}
  .hero h1 span{font-size:33px}
  .hero-lead{margin:14px 0 0;font-size:15px;line-height:1.9}
  .hero-lead br{display:none}
  .hero-photo{margin:18px -18px 0;border-radius:0}
  .hero-photo img{width:100%;height:auto;max-height:none;object-fit:cover}

  .quick-actions{grid-template-columns:1fr;gap:12px;padding:0 18px;background:#fff}
  .action{height:54px;border-radius:8px;font-size:16px;gap:12px}
  .action img{width:30px;height:30px}

  .news-box{margin:0 18px;padding:0 16px 18px;min-height:0;border-radius:10px}
  .news-head{height:auto;min-height:48px;justify-content:center}
  .news-head h2{font-size:22px}
  .news-head a{right:0;top:15px;font-size:13px}
  .news-list{font-size:15px;line-height:1.65}
  .news-list div{display:block;margin:11px 0;padding-bottom:10px;border-bottom:1px dashed #eadfd5}
  .news-list div:last-child{border-bottom:0;padding-bottom:0}
  .news-list dt{margin-bottom:2px}

  .section{padding:0 18px 0;background:#fff}
  .section-title{font-size:22px;line-height:1.55;margin:0 auto 18px;padding:0 4px}
  .section-title::before,.section-title::after{width:20px;margin:0 7px 7px}
  .support-intro{padding-top:0;background:#fff}
  .support-intro::before,.support-intro::after,.funeral-guide::before,.funeral-guide::after,.voices::before,.voices::after{display:none}

  .three,.feature-grid,.voice-grid,.proposal-grid{grid-template-columns:1fr;gap:14px}
  .feature-card{min-height:0;padding:18px 17px;border-radius:12px;text-align:center}
  .feature-icon{height:52px;margin-bottom:10px}
  .feature-icon.wide{width:100px;height:52px}
  .feature-card h3{font-size:20px;margin-bottom:8px}
  .feature-card p{font-size:15px;line-height:1.85;text-align:left}
  .check-grid{grid-template-columns:1fr;gap:8px;margin-top:14px}
  .check-grid li{min-height:0;padding:10px 12px 10px 36px;border-radius:8px;font-size:16px;line-height:1.6}
  .check-grid img{left:12px;top:13px;width:15px;height:15px}

  .service-section{padding-top:0}
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .service-card{min-height:160px;padding:15px 8px 13px;border-radius:10px}
  .service-card img{height:42px;margin-bottom:8px}
  .service-card h3{font-size:20px;line-height:1.45;margin-bottom:7px}
  .service-card p{font-size:15px;line-height:1.65; text-align:left;}

  .funeral-guide{padding-top:0;background:#fff}
  .section-note,.fine-print{font-size:15px;line-height:1.7;margin:-6px 0 16px}
  .fine-print{margin:14px 0 0}
  .funeral-grid{grid-template-columns:1fr;gap:14px;padding:0}
  .funeral-card{min-height:250px;padding:22px 18px 74px;border-radius:12px}
  .funeral-card h3{font-size:20px;margin-bottom:12px}
  .funeral-icon{height:56px;margin-bottom:12px}
  .funeral-card p{font-size:15px;line-height:1.8; text-align:left;}
  .flower-strip{height:70px}

  .voices{padding-top:0;background:#fff}
  .voice-card,.proposal-card{border-radius:12px}
  .photo-wrap{height:135px}
  .proposal-card .photo-wrap{height:135px}
  .photo-wrap span{left:10px;top:10px;min-width:56px;font-size:15px;padding:4px 9px;border-radius:7px}
  .proposal-card h3,.voice-card h3{font-size:20px;margin:12px 14px 6px;line-height:1.5}
  .voice-card p,.proposal-card p{min-height:0;margin:0 14px 16px;font-size:15px;line-height:1.85}
  .more-button{width:100%;max-width:280px;height:38px;margin-top:16px;border-radius:20px;font-size:15px}

  .faq-section{padding-top:0}
  .faq-grid{grid-template-columns:1fr;gap:15px}
  details{border-radius:9px}
  summary{min-height:44px;padding:18px 42px 18px 38px;font-size:15px;line-height:1.45}
  summary::before{left:14px;top:16px;width:13px;height:13px}
  summary::after{right:14px;top:10px;font-size:18px}
  details[open] summary::after{top:14px}
  details p{padding:0 16px 14px 16px;font-size:15px;line-height:1.7}
  .sp-menu > summary{width:52px;min-height:44px;padding:0;border:0;border-radius:5px;background:linear-gradient(180deg,#1c8997 0%,#0f6f7e 100%);color:#fff;font-size:13px;box-shadow:0 3px 0 #0b5865,0 4px 12px rgba(5,73,88,.18)}
  .sp-menu > summary::before,.sp-menu > summary::after{content:none!important;display:none!important}

  .closing-message{min-height:0;margin-top:40px;padding:20px 18px 18px;background:#fffdf8;font-size:13px;line-height:1.8}
  .closing-flower{display:none}
  .bottom-actions{padding:0 18px 18px;background:#fff7ef}
  .bottom-actions .action{height:52px}
  .bottom-actions .action img{width:28px;height:28px}


  /* mobile fixed header fallback */
  .site-header,
  .sp-menu-panel{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
  }

  .site-footer{min-height:0;margin-top:0;padding-bottom: 84px;}
  .footer-main{display:block;min-height:0;padding:20px 18px 20px;text-align:left;}
  .footer-call{justify-content:center;font-size:16px;text-align:left}
  .footer-call strong{font-size:16px}
  .phone-mark{width:36px;height:36px;font-size:20px;border-width:2px;flex:0 0 auto}
  .footer-pills{display:flex;flex-wrap:wrap;gap:7px;justify-content:center;margin-top:14px;font-size:12px;white-space:normal}
  .footer-pills span{min-height:25px;padding:4px 10px}
  .footer-flowers{right:0;bottom:0;width:105px;height:auto;max-height:95px;object-fit:contain; display:none;}

  .sp-fixed-banners{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;
    display:grid;
    grid-template-columns:1fr 1fr 2fr;
    gap:0;
    align-items:end;
  }
  .sp-fixed-banner{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:0;
    box-shadow:0 0 0 rgba(255,255,255,0);
    animation:spBannerGlow 1.6s ease-in-out infinite;
    transform-origin:center;
  }
  .sp-fixed-banner::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(120deg, rgba(255,255,255,0) 20%, rgba(255,255,255,.35) 50%, rgba(255,255,255,0) 80%);
    transform:translateX(-140%);
    animation:spBannerShine 1.8s ease-in-out infinite;
    pointer-events:none;
    mix-blend-mode:screen;
  }
  .sp-fixed-banner img{width:100%;height:auto;display:block}
  .sp-fixed-banner--line{animation-delay:.2s}
  .sp-fixed-banner--line::after{animation-delay:.2s}
  .sp-fixed-banner--mail{animation-delay:.4s}
  .sp-fixed-banner--mail::after{animation-delay:.4s}
  .sp-fixed-banner--phone{animation-delay:.6s}
  .sp-fixed-banner--phone::after{animation-delay:.6s}
}

@keyframes spBannerGlow{
  0%,100%{transform:scale(1);filter:brightness(1);box-shadow:0 0 0 rgba(255,255,255,0),0 0 0 rgba(255,255,255,0)}
  50%{transform:scale(1.02);filter:brightness(1.14);box-shadow:0 0 16px rgba(255,255,255,.95),0 0 28px rgba(255,255,255,.72)}
}

@keyframes spBannerShine{
  0%,20%{transform:translateX(-140%);opacity:0}
  35%{opacity:1}
  60%,100%{transform:translateX(140%);opacity:0}
}

/* Desktop 1300px proportional layout override */

@media (min-width: 701px) {
.sp-fixed-banners,.sp-fixed-banner{display:none!important}
:root{
  --base-width: 1300px;
  --ink:#1d2a2f;
  --text:#27343a;
  --teal:#0a7891;
  --teal-deep:#006b80;
  --blue:#1b78b8;
  --green:#2f9c3b;
  --orange:#eb6d23;
  --red:#dc5955;
  --line:#e7e3dc;
  --soft:#fbfaf7;
  --shadow:0 11.437px 34.311px rgba(50,70,80,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#f7fbfb;
  color:var(--text);
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size:22.874px;
  line-height:1.85;
  letter-spacing:.015em;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
main > section + section{margin-top:0px}
.site-shell{
  width:min(100%,var(--base-width));
  margin:0 auto;
  overflow:hidden;
  background:linear-gradient(90deg,#fff 0%,#fcfbf8 50%,#fff 100%);
  box-shadow:0 0 45.748px rgba(0,0,0,.08);
}
.site-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:19.062px;
  min-height:104.839px;
  padding:26.686px 13.343px 9.531px 13.343px;
  background:#fff;
}
.brand img{width:430.792px;height:auto}
.language-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:19.062px;
  white-space:nowrap;
  font-size:15.249px;
  font-weight:700;
  color:#1d2530;
  line-height:1;
}
.language-nav a{display:inline-flex;align-items:center;gap:7.625px}
.language-nav img{width:40px;height:30px;object-fit:cover;display:block;flex-shrink:0}
.hero{
  position:relative;
  display:grid;
  grid-template-columns: 1fr 613.783px;
  min-height:426.979px;
  padding:20.968px 0 0 59.091px;
  background:
    radial-gradient(circle at 40% 25%,rgba(245,248,246,.7),transparent 35%),
    linear-gradient(90deg,#fff 0%,#fff 46%,#fbfaf7 100%);
}
.hero-copy{position:relative;z-index:2;padding-top:13.343px}
.hero-tag{
  display:inline-block;
  margin:0 0 17.155px 51.466px;
  padding:9.531px 26.686px 7.625px;
  border-radius:34.311px;
  background:#fbf6ee;
  color:#3c3934;
  font-size:20.015px;
  font-weight:700;
}
.hero h1{
  margin:0;
  color:#1c1d1e;
  font-family:"Yu Mincho","Hiragino Mincho ProN","MS PMincho",serif;
  font-weight:500;
  font-size:40px;
  line-height:1.35;
  letter-spacing:.06em;
}
.hero h1 span{color:#07829c;font-size:50px}
.hero-lead{
  margin:24.78px 0 0;
  color:#222;
  font-size:17px;
  font-weight:700;
  line-height:1.9;
}
.hero-photo{
  margin:0;
  align-self:stretch;
  overflow:hidden;
}
.hero-photo img{
  width:613.783px;
  height:415.543px;
  object-fit:cover;
  object-position:center top;
}
.quick-actions{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22.874px;
  padding:30px 57.185px 40px;
  background:#fff;
}
.action{
  height:85.777px;
  border-radius:9.531px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:19.062px;
  font-size:19px;
  font-weight:800;
  box-shadow:inset 0 0 0 1.906px rgba(255,255,255,.5);
}
.action img{width:53.372px;height:53.372px;object-fit:contain}
.action-green{background:#edf7ed;color:#2f8f34}
.action-blue{background:#eaf5fb;color:#1672b5}
.action-orange{background:#fff0e6;color:#ea6a21}
.news-box{
  margin:25px 57.185px 45px;
  padding:20px 50px 30px;
  border:1.906px solid #e4dbd2;
  border-radius:9.531px;
  background:#fffdfb;
  min-height:215.396px;
  box-shadow:0 7.625px 19.062px rgba(117,84,47,.03);
}
.news-head{position:relative;display:flex;align-items:center;justify-content:center;height:68.622px}
.news-head h2{
  margin:0;
  color:var(--teal);
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:34.311px;
  line-height:1;
  font-weight:700;
}
.news-head a{
  position:absolute;
  right:0;
  top:22.874px;
  color:var(--teal);
  font-size:17.155px;
  font-weight:800;
}
.news-head a::after{content:"›";font-size:38.123px;line-height:0;margin-left:22.874px;vertical-align:-3.812px}
.news-list{margin:3.812px 0 0;font-size:16px;line-height:1.6}
.news-list div{display:grid;grid-template-columns:156.305px 1fr;margin:13.343px 0}
.news-list dt{font-weight:800;color:#222}
.news-list dd{margin:0;font-weight:800;color:#222}
.section{position:relative;padding:0px 57.185px 40px;background:#fff}
.section-title{
  position:relative;
  margin:0 auto 19.062px;
  text-align:center;
  color:var(--teal-deep);
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:34.311px;
  line-height:1.45;
  letter-spacing:.04em;
  font-weight:800;
}
.section-title::before,.section-title::after{
  content:"";
  display:inline-block;
  width:30.499px;
  height:1.906px;
  margin:0 22.874px 9.531px;
  background:#b8dce4;
}
.support-intro{padding-top:32.405px;background:linear-gradient(180deg,#fff,#fff 82%,#fefdfb)}
.support-intro::before,.support-intro::after,
.funeral-guide::before,.funeral-guide::after,
.voices::before,.voices::after{
  content:"";
  position:absolute;
  pointer-events:none;
  background-repeat:no-repeat;
  background-size:contain;
}
.support-intro::before{left:0;top:3.812px;width:121.994px;height:129.619px;background-image:url("../images/support-left.png")}
.support-intro::after{right:0;top:3.812px;width:121.994px;height:129.619px;background-image:url("../images/support-right.png")}
.funeral-guide::before{left:0;top:47.654px;width:121.994px;height:146.774px;background-image:url("../images/funeral-left.png")}
.funeral-guide::after{right:0;top:47.654px;width:121.994px;height:146.774px;background-image:url("../images/funeral-right.png")}

/*
.voices::before{left:0;top:15.249px;width:121.994px;height:125.806px;background-image:url("../images/voices-left.png")}
.voices::after{right:0;top:15.249px;width:121.994px;height:125.806px;background-image:url("../images/voices-right.png")}
*/

.three{display:grid;grid-template-columns:repeat(3,1fr);gap:11.437px}
.feature-card{
  min-height:304.985px;
  padding:19.062px 28.592px 22.874px;
  border:1.906px solid #efe7df;
  border-radius:13.343px;
  background:linear-gradient(180deg,#fff,#fffdf8);
  text-align:center;
  box-shadow:var(--shadow);
}
.feature-icon{height:80px;width:auto;margin:20px auto 25px;object-fit:contain}
.feature-icon.wide{width:auto;height:70px;object-fit:contain}
.feature-card h3{
  margin:0 0 11.437px;
  color:var(--teal-deep);
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size:20px;
  line-height:1.45;
  font-weight:800;
}
.feature-card p{margin:0;color:#1c262b;font-size:16px;font-weight:700;line-height:1.9;text-align:left;letter-spacing:.02em}
.check-grid{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:7.625px;
  margin:19.062px 0 0;
  padding:0;
}
.check-grid li{
  min-height:93.402px;
  padding:15.249px 11.437px 11.437px 41.935px;
  position:relative;
  border:1.906px solid #eee3da;
  border-radius:7.625px;
  background:#fff;
  font-size:17px;
  font-weight:800;
  line-height:1.55;
  color:#1b2c30;
}
.check-grid img{position:absolute;left:11.437px;top:17.155px;width:24.78px;height:24.78px}
.service-section{padding-top:26.686px}
.service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:7.625px}
.service-card{
  min-height:245.894px;
  padding:15.249px 9.531px;
  border:1.906px solid #eee4dc;
  border-radius:11.437px;
  background:#fff;
  text-align:center;
  box-shadow:var(--shadow);
}
.service-card img{height:55px;width:auto;margin:10px auto 20px;object-fit:contain}
.service-card h3{
  margin:0 0 7.625px;
  color:#087697;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:19.443px;
  line-height:1.4;
  font-weight:800;
}
.service-card h3 span{color:#539241}
.service-card p{margin:0;color:#1f2d31;font-size:16px;line-height:1.55;font-weight:700;text-align:left}
.funeral-guide{padding-top:19.062px;background:#fff}
.section-note,.fine-print{
  margin:-7.625px 0 19.062px;
  text-align:center;
  color:#2c2c2c;
  font-size:17.537px;
  font-weight:700;
}
.fine-print{margin:19.062px 0 0}
.funeral-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28.592px;padding:0 47.654px}
.funeral-card{
  position:relative;
  min-height:425.073px;
  padding:36.217px 38.123px 95.308px;
  border-radius:11.437px;
  overflow:hidden;
  text-align:center;
  box-shadow:var(--shadow);
  border:1.906px solid #f3ede5;
}
.funeral-card.green{background:linear-gradient(180deg,#eef8f8 0%,#fff 52%,#fffdf7 100%)}
.funeral-card.blue{background:linear-gradient(180deg,#eef8fb 0%,#fff 52%,#fffdf7 100%)}
.funeral-card.red{background:linear-gradient(180deg,#fff1ed 0%,#fff 52%,#fff8f4 100%)}
.funeral-card h3{
  margin:0 0 17.155px;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:28.592px;
  font-weight:800;
  line-height:1;
}
.funeral-card.green h3{color:#09809a}.funeral-card.blue h3{color:#09809a}.funeral-card.red h3{color:#df5c52}
.funeral-icon{height:81.965px;width:auto;margin:0 auto 19.062px;object-fit:contain}
.funeral-card p{position:relative;z-index:2;margin:0;font-size:16px;font-weight:800;line-height:1.85;color:#151c1e;text-align:left}
.flower-strip{position:absolute;left:0;right:0;bottom:0;width:100%;height:101.026px;object-fit:cover;opacity:.95}
.voices{padding-top:36.217px;background:#fff}
.voice-grid,.proposal-grid{gap:19.062px}
.voice-card,.proposal-card{
  border:1.906px solid #f0e7de;
  border-radius:13.343px;
  overflow:hidden;
  background:linear-gradient(180deg,#fff,#fffdf9);
  box-shadow:var(--shadow);
}
.photo-wrap{position:relative;height:160.117px;overflow:hidden}
.photo-wrap img{width:100%;height:100%;object-fit:cover}
.photo-wrap span{
  position:absolute;left:11.437px;top:11.437px;z-index:2;
  display:inline-block;
  min-width:80.059px;
  padding:5.718px 13.343px 3.812px;
  border-radius:9.531px;
  background:#56a76b;
  color:#fff;
  font-size:17.155px;
  font-weight:800;
  text-align:center;
}
.voice-card:nth-child(2) .photo-wrap span,.proposal-card:nth-child(2) .photo-wrap span{background:#3991b7}
.voice-card:nth-child(3) .photo-wrap span{background:#e56b64}
.proposal-card h3,.voice-card h3{
  margin:15.249px 19.062px 7.625px;
  color:#067997;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:22px;
  font-weight:800;
  line-height:1.5;
}
.voice-card.red-card h3{color:#df5c52}
.voice-card p,.proposal-card p{
  margin:0 19.062px 22.874px;
  min-height:146.774px;
  color:#1b282d;
  font-size:16px;
  font-weight:700;
  line-height:1.85;
}
.more-button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:430.792px;
  height:41.935px;
  margin:22.874px auto 0;
  border:2.859px solid #07809b;
  border-radius:22.874px;
  color:#087593;
  background:#fff;
  font-size:19.062px;
  font-weight:800;
}
.more-button::after{content:"›";font-size:36.217px;margin-left:34.311px;line-height:0;transform:translateY(-1.906px)}
.faq-section{padding-top:19.062px}
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px 20px}
details{
  border:1.906px solid #ede5de;
  border-radius:9.531px;
  background:#fff;
  box-shadow:0 5.718px 19.062px rgba(50,70,80,.03);
}
summary{
  list-style:none;
  cursor:pointer;
  position:relative;
  min-height:55.279px;
  padding:18px 50px 18px 60px;
  color:#1d2d33;
  font-size:17px;
  font-weight:800;
  line-height:1.4;
}
summary::-webkit-details-marker{display:none}
summary::before{
  content:"";
  position:absolute;left:20.968px;top:19.062px;
  width:20.968px;height:20.968px;
  background:var(--teal);
  -webkit-mask:radial-gradient(circle at 50% 50%,transparent 0 3.812px,#000 4.765px 7.625px,transparent 8.578px),linear-gradient(#000,#000);
  mask:radial-gradient(circle at 50% 50%,transparent 0 3.812px,#000 4.765px 7.625px,transparent 8.578px),linear-gradient(#000,#000);
  opacity:.9;
}
summary::after{
  content:"▾";
  position:absolute;right:20.968px;top:11.437px;
  color:var(--teal-deep);
  font-size:32.405px;
  font-weight:800;
  transition:.2s;
}
details[open] summary::after{transform:rotate(180deg);top:15.249px}
details p{margin:0;padding:0 30.499px 19.062px 60.997px;font-size:16px;font-weight:700;line-height:1.6}
.proposals{padding-top:19.062px}
.proposal-card .photo-wrap{height:148.68px}
.proposal-card p{min-height:85.777px}
.closing-message{
  position:relative;
  min-height:158.211px;
  padding:38.123px 152.493px 17.155px;
  text-align:center;
  background:#fffdf8;
  color:#1a2226;
  font-size:20.968px;
  font-weight:800;
  line-height:1.85;
}
.closing-message p{margin:0}
.closing-flower{position:absolute;bottom:7.625px;width:182.991px;opacity:.85}
.closing-flower.left{left:30.499px}.closing-flower.right{right:32.405px}
.bottom-actions{padding-top:40px;padding-bottom:40px;background:#fff7ef}
.bottom-actions .action{height:72.434px}
.bottom-actions .action img{width:47.654px;height:47.654px}
.site-footer{
  position:relative;
  min-height:139.15px;
  background:linear-gradient(90deg,#5baea7,#318c8e);
  color:#fff;
  overflow:hidden;
}
.footer-main{
  position:relative;
  display:flex;
  align-items:center;
  gap:32.405px;
  min-height:139.15px;
  padding:22.874px 223.021px 19.062px 224.927px;
}
.footer-call{display:flex;align-items:center;gap:17.155px;font-size:19.062px;font-weight:800;line-height:1.5;white-space:nowrap}
.footer-call strong{font-size:24.78px}
.phone-mark{display:inline-flex;align-items:center;justify-content:center;width:53.372px;height:53.372px;border:3.5px solid rgba(255,255,255,.95);border-radius:50%;font-size:30px;line-height:1}
.footer-pills{display:grid;grid-template-columns:repeat(2,auto);gap:9.531px 15.249px;font-size:15.249px;font-weight:800;white-space:nowrap}
.footer-pills span{display:inline-flex;align-items:center;justify-content:center;min-height:32.405px;padding:3.812px 19.062px;border:1.906px solid rgba(255,255,255,.75);border-radius:22.874px;background:rgba(255,255,255,.08)}
.footer-flowers{position:absolute;right:0;bottom:0;width:250px;height:130px;object-fit:cover;object-position:right bottom;opacity:.95}
}



.pcbr{
  display:block;
}

.spbr{
  display:none;
}

@media screen and (max-width: 768px){

.pcbr{
  display:none;
}

.spbr{
  display:block;
}

.closing-message p{font-size:16px;}

}

/* FAQ Q icon replacement and vertical centering */
.faq-grid details > summary{
  display:flex;
  align-items:center;
  box-sizing:border-box;
}
.faq-grid details > summary::before{
  content:"";
  position:absolute;
  left:20px;
  top:50%;
  width:24px;
  height:27px;
  transform:translateY(-50%);
  background:url("../images/qa.png") center center / contain no-repeat;
  -webkit-mask:none;
  mask:none;
  opacity:1;
}
.faq-grid details > summary::after{
  top:50%;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}
.faq-grid details[open] > summary::after{
  top:50%;
  transform:translateY(-50%) rotate(180deg);
}

@media (max-width: 700px){
  .faq-grid details > summary{
    min-height:54px;
    padding:14px 44px 14px 48px;
    display:flex;
    align-items:center;
  }
  .faq-grid details > summary::before{
    left:14px;
    top:50%;
    width:24px;
    height:27px;
    transform:translateY(-50%);
  }
  .faq-grid details > summary::after{
    right:14px;
    top:50%;
    transform:translateY(-50%);
    line-height:1;
  }
  .faq-grid details[open] > summary::after{
    top:50%;
    transform:translateY(-50%) rotate(180deg);
  }
  .faq-grid details > p{
    padding-left:48px;
  }
}

/* FAQ: prevent paired PC grid items from stretching when one answer is opened */
.faq-grid{
  align-items:start;
}
.faq-grid > details{
  align-self:start;
  height:auto;
}
.faq-grid > details:not([open]) > p{
  display:none;
}



/* --- Revised footer: closer to C-plan mockup --- */
.site-footer.footer-c-plan{
  position:relative;
  min-height:0 !important;
  margin-top:0;
  padding-bottom:0 !important;
  color:#fff;
  background:#2b8187;
  overflow:hidden;
}
.footer-c-plan a{color:inherit;text-decoration:none}
.footer-c-top{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at center, rgba(129,227,229,.28) 0%, rgba(129,227,229,0) 48%),
    linear-gradient(90deg,#2f979c 0%, #41adb3 52%, #31989d 100%);
}
.footer-c-content{position:relative;z-index:2;text-align:center}
.footer-c-heading{display:flex;align-items:center;justify-content:center;color:#fff}
.footer-c-heading-text{display:inline-block;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;letter-spacing:.08em;font-weight:700;white-space:nowrap}
.footer-c-heading-line{display:inline-block;position:relative;flex:0 1 auto;background:rgba(255,255,255,.86);height:1px}
.footer-c-heading-line::before,
.footer-c-heading-line::after{content:"";position:absolute;top:50%;width:8px;height:8px;border:1px solid rgba(255,255,255,.86);border-left:0;border-bottom:0;transform:translateY(-50%) rotate(45deg)}
.footer-c-heading-line::before{left:-2px}
.footer-c-heading-line::after{right:-2px;transform:translateY(-50%) rotate(-135deg)}
.footer-c-phone-wrap{display:flex;align-items:center;justify-content:center}
.footer-c-phone-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:2px solid rgba(255,255,255,.88);border-radius:50%;font-weight:700;line-height:1;color:#fff}
.footer-c-phone-number{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-weight:700;line-height:1;color:#fff;letter-spacing:.02em;white-space:nowrap}
.footer-c-message{margin:0;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;color:rgba(255,255,255,.95);letter-spacing:.06em}
.footer-c-flower{position:absolute;pointer-events:none;z-index:1}
.footer-c-band{
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  position:relative;z-index:2;background:linear-gradient(180deg,#eff7f7 0%, #e8f1f1 100%);
}
.footer-c-logo-area{display:flex;align-items:center;justify-content:flex-start;position:relative}
.footer-c-logo-area::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);background:#85c4c7}
.footer-c-logo{display:block;height:auto;width:100%}
.footer-c-links{display:grid;gap:14px;flex:1}
.footer-c-pill{
  display:flex;align-items:center;justify-content:center;gap:14px;
  background:#fff;border-radius:999px;color:#2d8d92;
  box-shadow:0 1px 0 rgba(255,255,255,.85) inset;font-weight:700;text-align:center;line-height:1.4;
}
.footer-c-pill-mark{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;background:rgba(45,141,146,.12)}
.footer-c-pill-mark-24{background:transparent;border:2px solid currentColor;font-weight:800}
.footer-c-pill-label{display:inline-block}
.footer-c-bottom{
  display:flex;align-items:center;justify-content:center;gap:32px;
  position:relative;z-index:2;background:#2b8187;color:#fff;
}
.footer-c-bottom small{display:block;opacity:.96}
.footer-c-bottom-nav{display:flex;align-items:center;gap:12px}
.footer-c-bottom-nav a,.footer-c-sep{opacity:.96}

@media (max-width:700px){
  .site-footer.footer-c-plan{padding-bottom:84px !important}
  .footer-c-top{padding:24px 16px 20px}
  .footer-c-flower-left{left:-14px;bottom:0;width:112px;opacity:.9}
  .footer-c-flower-right{right:-12px;bottom:0;width:134px;opacity:.96}
  .footer-c-content{padding:0 0 86px}
  .footer-c-heading{gap:12px}
  .footer-c-heading-text{font-size:21px}
  .footer-c-heading-line{width:36px}
  .footer-c-phone-wrap{gap:10px;margin-top:14px}
  .footer-c-phone-icon{width:62px;height:62px;font-size:30px}
  .footer-c-phone-number{font-size:40px}
  .footer-c-message{margin-top:14px;font-size:14px;line-height:1.8}
  .footer-c-band{padding:18px 14px;display:block}
  .footer-c-logo-area{justify-content:center;padding-bottom:16px;margin-bottom:16px}
  .footer-c-logo-area::after{left:50%;right:auto;top:auto;bottom:0;transform:translateX(-50%);width:64px;height:1px}
  .footer-c-logo{max-width:294px}
  .footer-c-links{grid-template-columns:1fr 1fr;gap:10px}
  .footer-c-pill{min-height:64px;padding:10px 8px;gap:8px;font-size:12px}
  .footer-c-pill-mark{width:28px;height:28px;font-size:14px}
  .footer-c-pill-mark-24{font-size:11px}
  .footer-c-bottom{padding:14px 12px 18px;flex-direction:column;gap:6px;text-align:center}
  .footer-c-bottom small{font-size:12px}
  .footer-c-bottom-nav{gap:8px;font-size:12px;flex-wrap:wrap;justify-content:center}
}

@media (min-width:701px){
  .site-footer.footer-c-plan{padding-bottom:0 !important}
  .footer-c-top{padding:42px 56px 36px}
  .footer-c-flower-left{left:0;bottom:0;width:330px;opacity:.98}
  .footer-c-flower-right{right:0;bottom:0;width:420px;opacity:1}
  .footer-c-content{padding:18px 280px 20px}
  .footer-c-heading{gap:28px}
  .footer-c-heading-text{font-size:32px}
  .footer-c-heading-line{width:170px}
  .footer-c-phone-wrap{gap:24px;margin-top:22px}
  .footer-c-phone-icon{width:128px;height:128px;font-size:60px}
  .footer-c-phone-number{font-size:104px}
  .footer-c-message{margin-top:28px;font-size:24px;line-height:1.7}
  .footer-c-band{padding:38px 56px}
  .footer-c-logo-area{flex:0 0 720px;padding-right:36px}
  .footer-c-logo-area::after{width:1px;height:108px}
  .footer-c-logo{max-width:640px}
  .footer-c-links{grid-template-columns:repeat(4,minmax(0,1fr))}
  .footer-c-pill{min-height:92px;padding:14px 16px;font-size:18px}
  .footer-c-pill-mark{width:42px;height:42px;font-size:20px}
  .footer-c-pill-mark-24{font-size:16px}
  .footer-c-bottom{padding:18px 56px}
  .footer-c-bottom small,.footer-c-bottom-nav{font-size:16px}
}


/* --- Footer C-plan final adjustment: closer to approved design --- */
.site-footer.footer-c-plan{
  width:100%;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  color:#fff;
  background:#2c8388!important;
  overflow:hidden;
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.footer-c-plan a{color:inherit;text-decoration:none}

/* Upper teal phone area */
.footer-c-plan .footer-c-top{
  position:relative;
  height:200px;
  padding:0!important;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(124,218,222,.25) 0%, rgba(124,218,222,0) 44%),
    linear-gradient(90deg,#30979c 0%,#45aeb5 50%,#2f969d 100%)!important;
}
.footer-c-plan .footer-c-content{
  position:absolute;
  z-index:3;
  left:250px;
  right:250px;
  top:22px;
  padding:0!important;
  text-align:center;
}
.footer-c-plan .footer-c-heading{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin:0 auto;
  color:#fff;
}
.footer-c-plan .footer-c-heading-text{
  font-family:"Yu Mincho","Hiragino Mincho ProN","YuMincho",serif;
  font-size:22px;
  line-height:1.35;
  letter-spacing:.09em;
  font-weight:700;
  white-space:nowrap;
  text-shadow:0 1px 0 rgba(0,0,0,.08);
}
.footer-c-plan .footer-c-heading-line{
  width:118px;
  height:1px;
  display:block;
  flex:0 0 118px;
  background:rgba(255,255,255,.88);
}
.footer-c-plan .footer-c-heading-line::before,
.footer-c-plan .footer-c-heading-line::after{
  display:none!important;
}
.footer-c-plan .footer-c-phone-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin:10px 0 0!important;
}
.footer-c-plan .footer-c-phone-icon{
  width:80px;
  height:80px;
  border:3px solid rgba(255,255,255,.9);
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:40px;
  line-height:1;
  font-family:Arial,sans-serif;
  background:rgba(255,255,255,.04);
}
.footer-c-plan .footer-c-phone-number{
  font-family:"Yu Mincho","Hiragino Mincho ProN","YuMincho",serif;
  font-size:65px;
  line-height:1;
  letter-spacing:.045em;
  font-weight:700;
  color:#fff;
  text-shadow:0 2px 0 rgba(0,0,0,.08);
  white-space:nowrap;
}
.footer-c-plan .footer-c-message{
  margin:5px 0 0 0 !important;
  font-family:"Yu Mincho","Hiragino Mincho ProN","YuMincho",serif;
  font-size:18px;
  line-height:1.5;
  letter-spacing:.1em;
  font-weight:700;
  color:rgba(255,255,255,.96);
}
.footer-c-plan .footer-c-flower{
  position:absolute;
  z-index:2;
  pointer-events:none;
}
.footer-c-plan .footer-c-flower-left{
  left:-8px;
  bottom:-24px;
  width:270px;
  height:auto;
  max-width:none;
  opacity:.95;
}
.footer-c-plan .footer-c-flower-right{
  right:-4px;
  bottom:-20px;
  width:312px;
  height:auto;
  max-width:none;
  opacity:1;
}

/* Middle pale band with logo and pills */
.footer-c-plan .footer-c-band{
  position:relative;
  z-index:4;
  height:122px;
  padding:0 38px!important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  background:linear-gradient(180deg,#edf7f7 0%,#e2f1f1 100%)!important;
}
.footer-c-plan .footer-c-logo-area{
  position:relative;
  flex:0 0 430px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding-right:28px;
}
.footer-c-plan .footer-c-logo-area::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:1px;
  height:82px;
  transform:translateY(-50%);
  background:#84bdc1;
}
.footer-c-plan .footer-c-logo{
  display:block;
  width:400px;
  max-width:400px;
  height:auto;
}
.footer-c-plan .footer-c-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  flex:1 1 auto;
  min-width:0;
}
.footer-c-plan .footer-c-pill{
  min-height:64px;
  padding:8px 12px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:#fff;
  color:#2a8d91;
  font-size:15px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:.03em;
  text-align:center;
  box-shadow:0 2px 0 rgba(255,255,255,.95) inset, 0 1px 8px rgba(45,121,125,.06);
}
.footer-c-plan .footer-c-pill-mark{
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  background:rgba(44,141,146,.12);
  line-height:1;
}
.footer-c-plan .footer-c-pill-mark-24{
  font-size:13px;
  border:2px solid currentColor;
  background:transparent;
  font-weight:900;
}
.footer-c-plan .footer-c-pill-label{
  display:inline-block;
  white-space:normal;
}

/* Bottom copyright bar */
.footer-c-plan .footer-c-bottom{
  height:48px;
  padding:0 40px!important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  background:#2c8388!important;
  color:#fff;
}
.footer-c-plan .footer-c-bottom small{
  font-size:14px;
  line-height:1;
  letter-spacing:.04em;
}
.footer-c-plan .footer-c-bottom-nav{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:14px;
  line-height:1;
}
.footer-c-plan .footer-c-bottom-nav a{color:#fff}
.footer-c-plan .footer-c-sep{opacity:.75}

/* Keep old footer decorative image hidden inside the redesigned footer */
.footer-c-plan .footer-main,
.footer-c-plan .footer-call,
.footer-c-plan .footer-pills,
.footer-c-plan .footer-flowers{display:none!important}

@media (max-width:700px){
/*  .site-footer.footer-c-plan{padding-bottom:84px!important}*/
  .footer-c-plan .footer-c-top{height:220px}
  .footer-c-plan .footer-c-content{left:16px;right:16px;top:24px}
  .footer-c-plan .footer-c-heading{gap:10px}
  .footer-c-plan .footer-c-heading-text{font-size:20px}
  .footer-c-plan .footer-c-heading-line{width:34px;flex-basis:34px}
  .footer-c-plan .footer-c-phone-wrap{gap:10px;margin-top:10px!important;flex-wrap:wrap}
  .footer-c-plan .footer-c-phone-icon{width:58px;height:58px;font-size:28px;border-width:2px}
  .footer-c-plan .footer-c-phone-number{font-size:42px;letter-spacing:.02em}
  .footer-c-plan .footer-c-message{margin-top:14px!important;font-size:15px;line-height:1.8}
  .footer-c-plan .footer-c-flower-left{left:-24px;bottom:-8px;width:126px}
  .footer-c-plan .footer-c-flower-right{right:-40px;bottom:-12px;width:180px}
  .footer-c-plan .footer-c-band{height:auto;padding:18px 14px!important;display:block}
  .footer-c-plan .footer-c-logo-area{flex:0 0 auto;justify-content:center;padding:0 0 16px;margin-bottom:16px}
  .footer-c-plan .footer-c-logo-area::after{right:auto;left:50%;top:auto;bottom:0;width:70px;height:1px;transform:translateX(-50%)}
  .footer-c-plan .footer-c-logo{width:292px;max-width:100%;margin:0 auto}
  .footer-c-plan .footer-c-links{grid-template-columns:1fr 1fr;gap:10px}
  .footer-c-plan .footer-c-pill{min-height:62px;padding:8px 8px;font-size:12px;gap:7px}
  .footer-c-plan .footer-c-pill-mark{width:28px;height:28px;flex-basis:28px;font-size:13px}
  .footer-c-plan .footer-c-pill-mark-24{font-size:11px}
  .footer-c-plan .footer-c-bottom{height:auto;padding:14px 12px 18px!important;display:block;text-align:center}
  .footer-c-plan .footer-c-bottom small{font-size:12px}
  .footer-c-plan .footer-c-bottom-nav{justify-content:center;gap:8px;margin-top:8px;font-size:12px}
}


/* --- Revert-based adjustment: phone icon image + transparent logo --- */
.footer-c-plan .footer-c-phone-icon{
  border:none!important;
  background:transparent!important;
  padding:0!important;
  width:80px!important;
  height:80px!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  background-image:url("../images/footer-phone-icon-custom.png")!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
  background-size:contain!important;
  text-indent:-9999px!important;
  overflow:hidden!important;
}
.footer-c-plan .footer-c-logo-area,
.footer-c-plan .footer-c-logo{
  background:transparent!important;
}
.footer-c-plan .footer-c-logo{
  display:block;
}
@media (max-width:700px){
  .footer-c-plan .footer-c-phone-icon{
    width:58px!important;
    height:58px!important;
  }
}

/* Smartphone header language flags: flags only, no text */
.sp-header-flag-nav{
  display:none;
}

@media (max-width:700px){
  body{
    padding-top:98px;
  }
  .sp-header-flag-nav{
    position:fixed;
    top:52px;
    left:0;
    right:0;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    height:46px;
    padding:0px 18px;
    background:#fff;
    border-bottom:1px solid #e9e4dc;
    box-shadow:0 2px 8px rgba(0,0,0,.035);
  }
  .sp-header-flag-nav a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    width:auto;
    height:34px;
    padding:0;
    background:transparent;
  }
  .sp-header-flag-nav img{
    display:block;
    width:42px;
    height:28px;
    object-fit:cover;
    border:1px solid rgba(0,0,0,.12);
    border-radius:0;
  }
}

@media (max-width:374px){
  .sp-header-flag-nav{
    gap:24px;
  }
  .sp-header-flag-nav img{
    width:38px;
    height:25px;
  }
}



/* =========================================================
   News page
========================================================= */
.news-page{
  padding-bottom:0;
}
.hero.hero-subpage{
  grid-template-columns:1fr 322px;
  min-height:252px;
  padding:0 0 0 31px;
  background:linear-gradient(90deg,#fff 0%,#fff 44%,#fbfaf7 100%);
}
.hero-copy-subpage{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:18px 14px 18px 0;
}
.hero-subpage .hero-label{
  margin:0 0 10px;
  color:#4c9bab;
  font-size:15px;
  line-height:1;
  letter-spacing:.22em;
}
.hero-subpage h1{
  color:#0a7891;
  font-size:39px;
  line-height:1.3;
}
.hero-subpage .hero-divider{
  width:54px;
  height:2px;
  margin:18px 0 12px;
  background:#b8dce4;
}
.hero-subpage .hero-lead{
  margin:0;
  color:#4b565a;
  font-size:11px;
  line-height:2.1;
}
.hero-subpage .hero-photo img{
  width:322px;
  height:252px;
  object-fit:cover;
  object-position:center center;
}
.breadcrumb{
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 38px 0;
  color:#8a969b;
  font-size:10px;
  font-weight:700;
}
.breadcrumb a{
  color:#0a7891;
}
.breadcrumb span:last-child{
  color:#7f8a90;
}
.breadcrumb span + span::before,
.breadcrumb a + span::before{
  content:'›';
  margin-right:10px;
  color:#b5c7cc;
}
.news-listing{
  padding:44px 36px 30px;
  background:linear-gradient(180deg,#fff 0%,#fcfcfa 100%);
}
.subpage-title{
  position:relative;
  margin:0 auto 54px;
  color:var(--teal);
  text-align:center;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:27px;
  line-height:1.4;
  letter-spacing:.08em;
  font-weight:700;
}
.subpage-title::before,
.subpage-title::after{
  content:"";
  display:inline-block;
  width:30px;
  height:2px;
  margin:0 16px 10px;
  background:#c3dfe5;
}
.news-list-simple{
  padding-top:4px;
}
.news-list-simple h3{
  position:relative;
  margin:0 0 22px;
  padding-left:18px;
  color:#23323c;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:22px;
  line-height:1.4;
  font-weight:700;
}
.news-list-simple h3::before{
  content:"";
  position:absolute;
  left:0;
  top:5px;
  width:4px;
  height:30px;
  border-radius:999px;
  background:#0a7891;
}
.news-list-simple ul{
  list-style:none;
  margin:0;
  padding:0;
  border-top:1px solid #e8ecef;
}
.news-list-simple li{
  border-bottom:1px solid #e8ecef;
}
.news-list-simple a{
  display:grid;
  grid-template-columns:140px 1fr 26px;
  align-items:center;
  column-gap:18px;
  min-height:86px;
  padding:8px 8px 8px 18px;
  transition:background-color .2s ease;
}
.news-list-simple a:hover{
  background:#fbfdfd;
}
.news-list-simple time{
  color:#334758;
  font-size:14px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.04em;
}
.news-list-simple a span:nth-child(2){
  color:#2b3840;
  font-size:14px;
  line-height:1.9;
  font-weight:500;
}
.news-page-arrow{
  color:#42a0b4;
  font-size:31px;
  line-height:1;
  text-align:center;
}
.pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:34px 0 0;
}
.pagination a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border:1px solid #bfe1e6;
  border-radius:50%;
  color:#65a8b6;
  font-size:14px;
  font-weight:700;
  background:#fff;
}
.pagination .is-current{
  border-color:#0a7891;
  background:#0a7891;
  color:#fff;
}
.news-page .bottom-actions{
  margin-top:10px;
}

@media (max-width:700px){
  .hero.hero-subpage{
    display:block;
    min-height:0;
    padding:18px 18px 0;
    background:linear-gradient(180deg,#fff 0%,#fffdf9 100%);
  }
  .hero-copy-subpage{
    display:block;
    padding:0;
  }
  .hero-subpage .hero-label{
    margin-bottom:12px;
    font-size:13px;
  }
  .hero-subpage h1{
    font-size:34px;
    line-height:1.35;
  }
  .hero-subpage .hero-divider{
    margin:14px 0 12px;
  }
  .hero-subpage .hero-lead{
    font-size:13px;
    line-height:1.9;
  }
  .hero-subpage .hero-lead br{
    display:none;
  }
  .hero-subpage .hero-photo{
    margin:18px -18px 0;
  }
  .hero-subpage .hero-photo img{
    width:100%;
    height:auto;
    aspect-ratio:4/3;
  }
  .breadcrumb{
    flex-wrap:wrap;
    gap:8px;
    padding:14px 18px 0;
    font-size:11px;
  }
  .breadcrumb span + span::before,
  .breadcrumb a + span::before{
    margin-right:8px;
  }
  .news-listing{
    padding:34px 18px 22px;
  }
  .subpage-title{
    margin-bottom:34px;
    font-size:24px;
  }
  .subpage-title::before,
  .subpage-title::after{
    width:20px;
    margin:0 10px 8px;
  }
  .news-list-simple h3{
    margin-bottom:16px;
    padding-left:14px;
    font-size:20px;
  }
  .news-list-simple h3::before{
    top:4px;
    height:26px;
  }
  .news-list-simple a{
    grid-template-columns:1fr 18px;
    grid-template-areas:
      'date arrow'
      'title arrow';
    row-gap:8px;
    min-height:0;
    padding:16px 2px 16px 10px;
  }
  .news-list-simple time{
    grid-area:date;
    font-size:14px;
  }
  .news-list-simple a span:nth-child(2){
    grid-area:title;
    font-size:14px;
    line-height:1.8;
  }
  .news-page-arrow{
    grid-area:arrow;
    font-size:26px;
    align-self:center;
  }
  .pagination{
    gap:10px;
    margin-top:26px;
  }
  .pagination a{
    width:34px;
    height:34px;
    font-size:13px;
  }
}


/* =========================================================
   News page refinements (match approved design)
========================================================= */
.news-page{
  background:linear-gradient(180deg,#fff 0%,#fcfcfa 100%);
}
.hero.hero-subpage{
  position:relative;
  display:grid;
  grid-template-columns: 1fr 362px;
  min-height:252px;
  padding:0 0 0 31px;
  margin-top:0;
  background:
    radial-gradient(circle at 24% 18%,rgba(248,250,249,.95),transparent 40%),
    linear-gradient(90deg,#fff 0%,#fff 46%,#fbfaf7 100%);
}
.hero-copy.hero-copy-subpage{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:16px 18px 16px 0;
}
.hero-subpage .hero-label{
  margin:0 0 11px;
  color:#4d9eb0;
  font-size:10.5px;
  font-weight:700;
  line-height:1;
  letter-spacing:.28em;
}
.hero-subpage h1{
  margin:0;
  color:#0a7891;
  font-family:"Yu Mincho","Hiragino Mincho ProN","MS PMincho",serif;
  font-size:31px;
  font-weight:500;
  line-height:1.32;
  letter-spacing:.09em;
}
.hero-subpage .hero-divider{
  width:38px;
  height:2px;
  margin:23px 0 17px;
  background:#b9dce2;
}
.hero-subpage .hero-lead{
  margin:0;
  color:#4d5a60;
  font-size:9.4px;
  line-height:2.05;
  font-weight:700;
  letter-spacing:.02em;
}
.hero-subpage .hero-photo{
  margin:0;
  align-self:stretch;
  overflow:hidden;
}
.hero-subpage .hero-photo img{
  width:362px;
  height:252px;
  object-fit:cover;
  object-position:center top;
}
.breadcrumb{
  display:flex;
  align-items:center;
  gap:0;
  padding:16px 40px 0;
  color:#8f9ba0;
  font-size:14px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.02em;
}
.breadcrumb a{
  color:#0a7891;
}
.breadcrumb span:last-child{
  color:#999;
}
.breadcrumb span + span::before,
.breadcrumb a + span::before{
  content:"›";
  display:inline-block;
  margin:0 11px;
  color:#bac8cc;
  font-size:11px;
  vertical-align:0;
}
.news-listing{
  padding:66px 54px 40px;
  background:linear-gradient(180deg,#fff 0%,#fcfcfa 100%);
}
.subpage-title{
  position:relative;
  margin:0 auto 62px;
  color:var(--teal);
  text-align:center;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:18px;
  line-height:1.45;
  letter-spacing:.10em;
  font-weight:800;
}
.subpage-title::before,
.subpage-title::after{
  content:"";
  display:inline-block;
  width:16px;
  height:1px;
  margin:0 14px 5px;
  background:#b8dce4;
}
.news-list-simple{
  padding-top:0;
}
.news-list-simple h3{
  position:relative;
  margin:0 0 18px;
  padding-left:18px;
  color:#243239;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:22px;
  line-height:1.5;
  font-weight:700;
  letter-spacing:.07em;
}
.news-list-simple h3::before{
  content:"";
  position:absolute;
  left:0;
  top:4px;
  width:3px;
  height:23px;
  border-radius:999px;
  background:#0a7891;
}
.news-list-simple ul{
  list-style:none;
  margin:0;
  padding:0;
  border-top:1px solid #ccc;
}
.news-list-simple li{
  border-bottom:1px solid #ccc;
}
.news-list-simple a{
  display:grid;
  grid-template-columns:134px 1fr 18px;
  align-items:center;
  column-gap:24px;
  min-height:86px;
  padding:6px 18px 6px 14px;
}
.news-list-simple time{
  color:#334757;
  font-size:15px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.03em;
}
.news-list-simple a span:nth-child(2){
  color:#2a3840;
  font-size:15px;
  line-height:1.9;
  font-weight:700;
  letter-spacing:.02em;
}
.news-page-arrow{
  color:#48a6b6;
  font-size:25px;
  line-height:1;
  text-align:center;
  font-weight:400;
}
.pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:28px 0 0;
}
.pagination a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border:1px solid #bfe1e6;
  border-radius:50%;
  color:#65a8b6;
  background:#fff;
  font-size:15px;
  line-height:1;
  font-weight:700;
}
.pagination .is-current{
  border-color:#1c8b9d;
  background:#1c8b9d;
  color:#fff;
}
.news-page .bottom-actions{
  margin-top:34px;
}

@media (max-width:700px){
  .hero.hero-subpage{
    display:block;
    min-height:0;
    padding:14px 20px 0;
    background:linear-gradient(180deg,#fff 0%,#fffdf9 100%);
  }
  .hero-copy.hero-copy-subpage{
    display:block;
    padding:6px 0 0;
  }
  .hero-subpage .hero-label{
    margin:0 0 12px;
    font-size:11px;
  }
  .hero-subpage h1{
    font-size:28px;
    line-height:1.42;
  }
  .hero-subpage .hero-divider{
    margin:18px 0 14px;
  }
  .hero-subpage .hero-lead{
    font-size:11px;
    line-height:1.95;
  }
  .hero-subpage .hero-lead br{display:none}
  .hero-subpage .hero-photo{
    margin:16px -20px 0;
  }
  .hero-subpage .hero-photo img{
    width:100%;
    height:auto;
    aspect-ratio: 4 / 3;
  }
  .breadcrumb{
    padding:12px 20px 0;
    font-size:12px;
    flex-wrap:wrap;
  }
  .breadcrumb span + span::before,
  .breadcrumb a + span::before{margin:0 8px}
  .news-listing{
    padding:42px 20px 28px;
  }
  .subpage-title{
    margin-bottom:34px;
    font-size:19px;
  }
  .subpage-title::before,
  .subpage-title::after{
    width:14px;
    margin:0 10px 5px;
  }
  .news-list-simple h3{
    margin-bottom:14px;
    padding-left:14px;
    font-size:20px;
  }
  .news-list-simple h3::before{
    height:20px;
  }
  .news-list-simple a{
    grid-template-columns:1fr 16px;
    grid-template-areas:
      'date arrow'
      'title arrow';
    row-gap:7px;
    min-height:0;
    padding:16px 4px 16px 8px;
  }
  .news-list-simple time{grid-area:date;font-size:15px}
  .news-list-simple a span:nth-child(2){grid-area:title;font-size:15px;line-height:1.8}
  .news-page-arrow{grid-area:arrow;font-size:22px}
  .pagination{gap:10px;margin-top:24px}
  .pagination a{width:28px;height:28px;font-size:15px}
  .news-page .bottom-actions{margin-top:22px}
}

/* =========================================================
   News subpage hero: align scale with the top page hero
========================================================= */
@media (min-width:701px){
  .hero.hero-subpage{
    grid-template-columns:1fr 613.783px;
    min-height:426.979px;
    padding:20.968px 0 0 59.091px;
  }
  .hero-copy.hero-copy-subpage{
    justify-content:center;
    padding:13.343px 32px 20px 0;
  }
  .hero-subpage .hero-label{
    margin:0 0 18px;
    font-size:15.249px;
    line-height:1;
    letter-spacing:.28em;
  }
  .hero-subpage h1{
    font-size:45px;
    line-height:1.35;
    letter-spacing:.06em;
  }
  .hero-subpage .hero-divider{
    width:54px;
    height:2px;
    margin:25px 0 21px;
  }
  .hero-subpage .hero-lead{
    font-size:17px;
    line-height:1.9;
    letter-spacing:.015em;
  }
  .hero-subpage .hero-photo img{
    width:613.783px;
    height:415.543px;
    object-fit:cover;
    object-position:center top;
  }
}

@media (max-width:700px){
  .hero.hero-subpage{
    padding:20px 18px 0;
  }
  .hero-copy.hero-copy-subpage{
    padding:0;
  }
  .hero-subpage .hero-label{
    margin:0 0 13px;
    font-size:14px;
    line-height:1.6;
  }
  .hero-subpage h1{
    font-size:30px;
    line-height:1.45;
    letter-spacing:.04em;
  }
  .hero-subpage .hero-divider{
    width:40px;
    margin:16px 0 14px;
  }
  .hero-subpage .hero-lead{
    margin:0;
    font-size:15px;
    line-height:1.9;
  }
  .hero-subpage .hero-photo{
    margin:18px -18px 0;
  }
  .hero-subpage .hero-photo img{
    width:100%;
    height:auto;
    aspect-ratio:auto;
    max-height:none;
    object-fit:cover;
    object-position:center top;
  }
}

/* お知らせページ：ページ送りを四角形に変更 */
.news-page .pagination a{
  border-radius:0;
}


/* =========================================================
   News hero image: enlarge and let it extend under left text
========================================================= */
@media (min-width:701px){
  .hero.hero-subpage{
    position:relative;
    display:block;
    min-height:310px;
    padding:0;
    overflow:hidden;
    background:#f7f8f4;
  }
  .hero.hero-subpage::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(90deg, rgba(255,255,255,.90) 0%, rgba(255,255,255,.84) 18%, rgba(255,255,255,.70) 34%, rgba(255,255,255,.42) 52%, rgba(255,255,255,.10) 74%, rgba(255,255,255,0) 100%);
    pointer-events:none;
  }
  .hero.hero-subpage .hero-photo{
    position:absolute;
    inset:0;
    margin:0;
    z-index:0;
  }
  .hero.hero-subpage .hero-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }
  .hero-copy.hero-copy-subpage{
    position:relative;
    z-index:2;
    width:60%;
    min-height:252px;
    padding:42px 0 0 54px;
  }
}
@media (max-width:700px){
  .hero.hero-subpage{
    position:relative;
    overflow:hidden;
  }
  .hero-subpage .hero-photo img{
    object-position:center center;
  }
}


/* お知らせページ：paginationをコンパクトな四角形に調整 */
.news-page .pagination{
  gap:10px;
  margin-top:20px;
  line-height:1;
}
.news-page .pagination a{
  box-sizing:border-box;
  width:36px;
  height:36px;
  min-width:0;
  min-height:0;
  padding:0;
  border-radius:0;
  line-height:1;
  font-size:15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
@media (max-width:700px){
  .news-page .pagination{
    gap:8px;
    margin-top:18px;
  }
  .news-page .pagination a{
    width:36px;
    height:36px;
    font-size:15px;
  }
}


/* =========================================================
   News detail pages
========================================================= */
.news-detail-section{
  padding:58px 72px 52px;
  background:linear-gradient(180deg,#fff 0%,#fcfcfa 100%);
}
.news-detail-article{
  max-width:1100px;
  margin:0 auto;
}
.news-detail-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  padding:0 0 20px;
  border-bottom:1px solid #dfe7e8;
}
.news-detail-header h2{
  margin:0;
  color:#26343b;
  font-family:"Yu Mincho","Hiragino Mincho ProN","MS PMincho",serif;
  font-size:26px;
  line-height:1.55;
  letter-spacing:.045em;
  font-weight:700;
}
.news-detail-header time{
  flex:0 0 auto;
  color:#718187;
  font-size:15px;
  line-height:1.5;
  font-weight:700;
  letter-spacing:.04em;
}
.news-detail-body{
  padding:34px 8px 42px;
  color:#2b393f;
  font-size:17px;
  line-height:2.15;
  letter-spacing:.025em;
}
.news-detail-body p{
  margin:0 0 22px;
}
.news-detail-body p:last-child{
  margin-bottom:0;
}
.news-detail-body a{
  padding:.08em .24em;
  border-radius:3px;
  background:#e5f5f1;
  color:#086571;
  font-weight:700;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:.18em;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}
.news-detail-body a:hover,
.news-detail-body a:focus-visible{
  background:#ccebe5;
  color:#064c55;
}
.news-detail-body a:focus-visible{
  outline:2px solid #0b7784;
  outline-offset:2px;
}
.news-detail-body .article-text-color-red{color:#b42318;}
.news-detail-body .article-text-color-blue{color:#1769aa;}
.news-detail-body .article-text-color-green{color:#267447;}
.news-detail-body .article-text-color-orange{color:#b84d0d;}
.news-detail-body .article-text-color-gray{color:#66757c;}
.news-detail-body .article-text-size-small{font-size:.85em;}
.news-detail-body .article-text-size-large{font-size:1.25em;line-height:1.75;}
.news-detail-body .article-text-size-xlarge{font-size:1.55em;line-height:1.55;}
.news-detail-body figure.article-inline-image{
  margin:28px 0;
  text-align:center;
}
.news-detail-body figure.article-inline-image img{
  display:block;
  max-width:100%;
  height:auto;
  margin:0 auto;
  border-radius:4px;
}
.news-detail-body figure.article-inline-image figcaption{
  margin:8px 2px 0;
  color:#52636b;
  font-size:.84em;
  font-weight:600;
  line-height:1.7;
  text-align:center;
}
.news-detail-recent{
  max-width:1100px;
  margin:16px auto 0;
  padding-top:34px;
  border-top:1px solid #dfe7e8;
}
.news-detail-recent h3{
  position:relative;
  margin:0 0 18px;
  padding-left:17px;
  color:#26343b;
  font-family:"Yu Mincho","Hiragino Mincho ProN","MS PMincho",serif;
  font-size:22px;
  line-height:1.5;
  font-weight:700;
  letter-spacing:.06em;
}
.news-detail-recent h3::before{
  content:"";
  position:absolute;
  left:0;
  top:5px;
  width:3px;
  height:25px;
  background:#0a7891;
}
.news-detail-recent ul{
  list-style:none;
  margin:0;
  padding:0;
  border-top:1px solid #ccc;
}
.news-detail-recent li{
  border-bottom:1px solid #ccc;
}
.news-detail-recent li a{
  display:grid;
  grid-template-columns:145px 1fr;
  gap:24px;
  align-items:center;
  min-height:66px;
  padding:8px 16px;
  transition:background-color .2s ease;
}
.news-detail-recent li a:hover{
  background:#f7fbfb;
}
.news-detail-recent time{
  color:#425963;
  font-size:15px;
  line-height:1.4;
  font-weight:700;
}
.news-detail-recent li span{
  color:#2a383f;
  font-size:16px;
  line-height:1.8;
  font-weight:700;
}
.news-detail-list-link{
  display:table;
  margin:22px 0 0 auto;
  color:#0a7891;
  font-size:15px;
  line-height:1.6;
  font-weight:700;
  border-bottom:1px solid #87bbc5;
}
.news-detail-page .bottom-actions{
  margin-top:0;
}
@media (max-width:700px){
  .news-detail-page .breadcrumb{
    align-items:flex-start;
  }
  .news-detail-section{
    padding:34px 20px 28px;
  }
  .news-detail-header{
    display:block;
    padding-bottom:15px;
  }
  .news-detail-header h2{
    font-size:21px;
    line-height:1.65;
  }
  .news-detail-header time{
    display:block;
    margin-top:10px;
    font-size:13px;
    text-align:right;
  }
  .news-detail-body{
    padding:24px 2px 30px;
    font-size:15px;
    line-height:2;
  }
  .news-detail-body p{
    margin-bottom:18px;
  }
  .news-detail-recent{
    margin-top:6px;
    padding-top:26px;
  }
  .news-detail-recent h3{
    padding-left:14px;
    font-size:20px;
  }
  .news-detail-recent h3::before{
    top:4px;
    height:23px;
  }
  .news-detail-recent li a{
    display:block;
    min-height:0;
    padding:14px 6px;
  }
  .news-detail-recent time{
    display:block;
    margin-bottom:6px;
    font-size:13px;
  }
  .news-detail-recent li span{
    display:block;
    font-size:14px;
    line-height:1.7;
  }
  .news-detail-list-link{
    margin-top:18px;
    font-size:14px;
  }
}


/* News detail breadcrumb separators */
.news-detail-page .breadcrumb a + a::before,
.news-detail-page .breadcrumb a + span::before{
  content:"›";
  display:inline-block;
  margin:0 11px;
  color:#666;
  font-size:11px;
}
@media (max-width:700px){
  .news-detail-page .breadcrumb a + a::before,
  .news-detail-page .breadcrumb a + span::before{
    margin:0 8px;
  }
}


/* =========================================================
   News detail article images
========================================================= */
.news-detail-content{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 360px;
  gap:40px;
  align-items:start;
  padding:34px 8px 42px;
}
.news-detail-body{
  padding:0;
  color:#2b393f;
  font-size:17px;
  line-height:2.15;
  letter-spacing:.025em;
}
.news-detail-visual{
  margin:4px 0 0;
}
.news-detail-visual img{
  display:block;
  width:100%;
  height:auto;
  border-radius:4px;
}
.news-detail-gallery-item{
  margin:0;
}
.news-detail-gallery-item + .news-detail-gallery-item{
  margin-top:16px;
}
.news-detail-caption{
  margin:8px 2px 0;
  color:#52636b;
  font-size:14px;
  font-weight:600;
  line-height:1.7;
  text-align:center;
}
@media (max-width:700px){
  .news-detail-content{
    display:block;
    padding:24px 2px 30px;
  }
  .news-detail-body{
    padding:0;
    font-size:15px;
    line-height:2;
  }
  .news-detail-visual{
    margin-top:20px;
  }
}


/* Proposal and voices pages */
.proposal-list-page .hero-subpage .hero-photo img,
.proposal-detail-page .hero-subpage .hero-photo img{object-position:center center;}
.voices-list-page .hero-subpage .hero-photo img,
.voices-detail-page .hero-subpage .hero-photo img{object-position:center 58%;}
.voices-list-page .hero-subpage h1,
.voices-detail-page .hero-subpage h1{font-size:38px;line-height:1.35;letter-spacing:.035em;}
.proposal-list-page .pagination a,
.voices-list-page .pagination a{border-radius:0;}
.proposal-list-page .news-list-simple a,
.voices-list-page .news-list-simple a{grid-template-columns:134px 1fr 18px;}
#voices .voice-card h3 a,
#proposals .proposal-card h3 a{color:inherit;}
@media (max-width:700px){
  .voices-list-page .hero-subpage h1,
  .voices-detail-page .hero-subpage h1{font-size:30px;line-height:1.55;}
  .proposal-list-page .hero-subpage h1,
  .proposal-detail-page .hero-subpage h1{font-size:30px;}
  .proposal-list-page .news-list-simple a,
  .voices-list-page .news-list-simple a{grid-template-columns:1fr 16px;}
  .proposal-list-page .hero-subpage .hero-photo img{object-position:68% center;}
  .proposal-detail-page .hero-subpage .hero-photo img{object-position:68% center;}
  .voices-list-page .hero-subpage .hero-photo img,
  .voices-detail-page .hero-subpage .hero-photo img{object-position:center center;}
}


/* トップページ：実績・提案カード全体を詳細ページへのリンクにする */
.home-article-link{
  display:block;
  height:100%;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease;
}
.home-article-link:hover{
  transform:translateY(-2px);
}
.home-article-link:focus-visible{
  outline:2px solid #0a7891;
  outline-offset:3px;
}

/* =========================================================
   お知らせページ：スマホheroをPCと同じ背景画像仕様に統一
========================================================= */
@media (max-width:700px){
  .news-page .hero.hero-subpage{
    position:relative;
    display:block;
    min-height:330px;
    padding:0;
    overflow:hidden;
    background:#f7f8f4;
  }
  .news-page .hero.hero-subpage::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    display:block;
    background:
      linear-gradient(90deg,
        rgba(255,255,255,.95) 0%,
        rgba(255,255,255,.90) 28%,
        rgba(255,255,255,.72) 52%,
        rgba(255,255,255,.28) 78%,
        rgba(255,255,255,.08) 100%);
    pointer-events:none;
  }
  .news-page .hero.hero-subpage .hero-photo{
    position:absolute;
    inset:0;
    z-index:0;
    width:100%;
    height:100%;
    margin:0;
    overflow:hidden;
  }
  .news-page .hero.hero-subpage .hero-photo img{
    width:100%;
    height:100%;
    max-height:none;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:62% center;
  }
  .news-page .hero-copy.hero-copy-subpage{
    position:relative;
    z-index:2;
    display:block;
    width:72%;
    min-height:330px;
    padding:34px 18px 24px;
  }
  .news-page .hero-subpage .hero-label{
    margin:0 0 12px;
  }
  .news-page .hero-subpage .hero-divider{
    margin:16px 0 14px;
  }
  .news-page .hero-subpage .hero-lead{
    margin:0;
  }
}

/* スマートフォン表示：パンくずリストを非表示 */
@media (max-width:700px){
  .breadcrumb{
    display:none !important;
  }
}


/* =========================================================
   Contact page
========================================================= */
.contact-page .contact-hero .hero-photo img{
  object-position:center center;
}
.contact-section{
  padding:58px 72px 62px;
  background:linear-gradient(180deg,#fff 0%,#fcfcfa 100%);
}
.contact-intro{
  max-width:1100px;
  margin:0 auto 30px;
  text-align:center;
}
.contact-intro h2{
  position:relative;
  margin:0 0 22px;
  color:#0a7891;
  font-family:"Yu Mincho","Hiragino Mincho ProN","MS PMincho",serif;
  font-size:34.311px;
  line-height:1.5;
  letter-spacing:.08em;
}
.contact-intro h2::before,.contact-intro h2::after{
  content:"";
  display:inline-block;
  width:28px;
  height:1px;
  margin:0 15px 8px;
  background:#b8dce4;
}
.contact-intro p{
  margin:0;
  color:#000;
  font-size:15px;
  line-height:2;
}
.contact-intro .contact-required-note{
  margin-top:14px;
  font-size:13px;
}
.contact-required-note span,.contact-form-label .required{
  display:inline-block;
  min-width:44px;
  min-height:24px;
  text-align:center;
  margin-left:10px;
  padding:7px 8px;
  border-radius:3px;
  background:#d96b62;
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:700;
}
.contact-form-label .optional{
  display:inline-block;
  min-width:44px;
  min-height:24px;
  text-align:center;
  margin-left:10px;
  padding:7px 8px;
  border-radius:3px;
  background:#9ba8ad;
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:700;
}
.contact-form{
  max-width:1100px;
  margin:0 auto;
  border-top:1px solid #dfe7e8;
}
.contact-form-row{
  display:grid;
  grid-template-columns:280px 1fr;
  min-width:0;
  margin:0;
  padding:22px 24px;
  border:0;
  border-bottom:1px solid #dfe7e8;
}
.contact-form-label{
  display:flex;
  align-items:center;
  align-self:start;
  min-height:48px;
  padding-right:20px;
  color:#26343b;
  font-size:16px;
  line-height:1.6;
  font-weight:700;
}
legend.contact-form-label{
  width:auto;
}
.contact-form-field{
  min-width:0;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea{
  width:100%;
  border:1px solid #cfdadd;
  border-radius:4px;
  background:#fff;
  color:#26343b;
  font:inherit;
  font-size:15px;
  line-height:1.6;
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select{
  height:50px;
  padding:0 14px;
}
.contact-form textarea{
  min-height:190px;
  padding:13px 14px;
  resize:vertical;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color:#38a0b0;
  box-shadow:0 0 0 3px rgba(56,160,176,.12);
}
.contact-form input::placeholder,.contact-form textarea::placeholder{
  color:#a3adb0;
}
.contact-choice-list{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:16px 28px;
  min-height:48px;
}
.contact-choice-list label,.contact-privacy label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#35444b;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
}
.contact-choice-list input,.contact-privacy input{
  width:20px;
  height:20px;
  accent-color:#16899c;
}
.contact-privacy{
  max-width:900px;
  margin:34px auto 0;
  padding:24px 28px;
  border:1px solid #dfe7e8;
  border-radius:5px;
  background:#f8fbfb;
  text-align:center;
}
.contact-privacy p{
  margin:0 0 16px;
  color:#526168;
  font-size:13px;
  line-height:1.9;
}
.contact-privacy label{
  justify-content:center;
}
.contact-submit{
  margin-top:32px;
  text-align:center;
}
.contact-submit button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  min-width:320px;
  min-height:60px;
  padding:14px 28px;
  border:0;
  border-radius:5px;
  background:#16899c;
  color:#fff;
  font-family:inherit;
  font-size:16px;
  font-weight:700;
  letter-spacing:.05em;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(22,137,156,.18);
}
.contact-submit button span{
  font-size:25px;
  line-height:1;
}
.contact-phone-box{
  max-width:760px;
  margin:46px auto 0;
  padding:28px 28px 24px;
  border:1px solid #c9e1e4;
  border-radius:7px;
  background:#f5fbfb;
  text-align:center;
}
.contact-phone-box p{
  margin:0 0 8px;
  color:#44555c;
  font-size:15px;
  font-weight:700;
}
.contact-phone-box a{
  display:block;
  color:#16899c;
  font-family:"Times New Roman",serif;
  font-size:38px;
  line-height:1.25;
  font-weight:700;
  letter-spacing:.035em;
}
.contact-phone-box small{
  display:block;
  margin-top:5px;
  color:#6f7e84;
  font-size:12px;
}
@media (max-width:700px){
  .contact-section{
    padding:38px 18px 34px;
  }
  .contact-intro{
    margin-bottom:24px;
  }
  .contact-intro h2{
    font-size:22px;
  }
  .contact-intro h2::before,.contact-intro h2::after{
    width:18px;
    margin:0 10px 7px;
  }
  .contact-intro p{
    font-size:14px;
  }
  .contact-form-row{
    display:block;
    padding:18px 2px;
  }
  .contact-form-label{
    min-height:0;
    margin-bottom:10px;
    padding-right:0;
    font-size:14px;
  }
  .contact-form-label .required,.contact-form-label .optional{
    min-width:40px;
    min-height:21px;
    font-size:11px;
  }
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form select,
  .contact-form textarea{
    font-size:16px;
  }
  .contact-choice-list{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }
  .contact-privacy{
    margin-top:26px;
    padding:20px 14px;
  }
  .contact-privacy label{
    font-size:14px;
  }
  .contact-submit button{
    width:100%;
    min-width:0;
    min-height:56px;
    font-size:15px;
  }
  .contact-phone-box{
    margin-top:34px;
    padding:24px 14px 20px;
  }
  .contact-phone-box p{
    font-size:14px;
  }
  .contact-phone-box a{
    font-size:32px;
  }
}

/* =========================================================
   Smartphone subpage hero: place image below hero-lead
========================================================= */
@media (max-width:700px){
  .hero.hero-subpage{
    display:block!important;
    position:relative!important;
    min-height:0!important;
    padding:20px 18px 0!important;
    overflow:hidden!important;
    background:linear-gradient(180deg,#fff 0%,#fffdf9 100%)!important;
  }
  .hero.hero-subpage::before{
    content:none!important;
    display:none!important;
  }
  .hero.hero-subpage .hero-copy,
  .hero.hero-subpage .hero-copy-subpage{
    position:relative!important;
    z-index:auto!important;
    display:block!important;
    width:auto!important;
    min-height:0!important;
    padding:0!important;
  }
  .hero.hero-subpage .hero-photo{
    position:static!important;
    inset:auto!important;
    z-index:auto!important;
    display:block!important;
    width:auto!important;
    height:180px!important;
    margin:18px -18px 0!important;
    overflow:hidden!important;
  }
  .hero.hero-subpage .hero-photo img{
    display:block!important;
    width:100%!important;
    height:180px!important;
    min-height:180px!important;
    max-height:180px!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center center;
  }
}


/* Contact form: align preferred contact method with text fields on desktop */
@media (min-width:701px){
  .contact-form-row-fieldset{
    grid-template-columns:280px 1fr;
  }
  .contact-form-row-fieldset .contact-choice-list{
    padding-left:0;
    margin-left:0;
  }
}

/* =========================================================
   CMS rich article presentation
========================================================= */
.news-detail-body h2.article-heading-simple,
.news-detail-body h2.article-heading-plain,
.news-detail-body h2.article-heading-underline,
.news-detail-body h2.article-heading-accent,
.news-detail-body h2.article-heading-left,
.news-detail-body h2.article-heading-box,
.news-detail-body h2.article-heading-band,
.news-detail-body h3.article-heading-simple,
.news-detail-body h3.article-heading-plain,
.news-detail-body h3.article-heading-underline,
.news-detail-body h3.article-heading-accent,
.news-detail-body h3.article-heading-left,
.news-detail-body h3.article-heading-box,
.news-detail-body h3.article-heading-band,
.news-detail-body h4.article-heading-simple,
.news-detail-body h4.article-heading-plain,
.news-detail-body h4.article-heading-underline,
.news-detail-body h4.article-heading-accent,
.news-detail-body h4.article-heading-left,
.news-detail-body h4.article-heading-box,
.news-detail-body h4.article-heading-band{
  clear:both;
  margin:2em 0 .9em;
  color:#26343b;
  font-family:"Yu Mincho","Hiragino Mincho ProN","MS PMincho",serif;
  font-weight:700;
  line-height:1.55;
  letter-spacing:.045em;
}
.news-detail-body h2[class*="article-heading-"]{font-size:clamp(24px,3vw,32px);}
.news-detail-body h3[class*="article-heading-"]{font-size:clamp(21px,2.5vw,27px);}
.news-detail-body h4[class*="article-heading-"]{font-size:clamp(18px,2vw,22px);}
.news-detail-body .article-heading-simple,
.news-detail-body .article-heading-plain{
  padding:0;
  border:0;
  background:transparent;
}
.news-detail-body .article-heading-underline{
  padding:0 0 .45em;
  border:0;
  border-bottom:3px solid #0b7784;
  background:transparent;
}
.news-detail-body .article-heading-accent,
.news-detail-body .article-heading-left{
  padding:.28em .7em;
  border:0;
  border-left:6px solid #0b7784;
  background:#f2f8f7;
}
.news-detail-body .article-heading-box{
  padding:.55em .75em;
  border:1px solid #7da9ac;
  border-radius:4px;
  background:#fff;
}
.news-detail-body .article-heading-band{
  padding:.58em .8em;
  border:0;
  border-radius:3px;
  background:#0b7784;
  color:#fff;
}
.news-detail-body u{
  text-decoration-thickness:2px;
  text-underline-offset:.18em;
}
.news-detail-body ruby{ruby-align:center;}
.news-detail-body ruby rt{
  font-size:.52em;
  font-weight:500;
  line-height:1;
}
.news-detail-body .article-table{
  width:100%;
  margin:28px 0;
  border:1px solid #aebfc2;
  border-collapse:collapse;
  border-spacing:0;
  background:#fff;
  color:inherit;
  line-height:1.65;
}
.news-detail-body .article-table caption{
  padding:0 0 8px;
  color:#43555c;
  font-weight:700;
  text-align:left;
}
.news-detail-body .article-table th,
.news-detail-body .article-table td{
  padding:10px 12px;
  border:1px solid #aebfc2;
  background-clip:padding-box;
  vertical-align:top;
  overflow-wrap:anywhere;
}
.news-detail-body .article-table th{
  background:#eaf4f2;
  font-weight:700;
  text-align:left;
}
.news-detail-body figure.article-inline-image,
.news-detail-body figure.article-inline-video,
.news-detail-body figure.article-inline-youtube,
.news-detail-body figure.article-youtube,
.news-detail-body figure.article-inline-pdf,
.news-detail-body figure.article-pdf-embed{
  box-sizing:border-box;
  max-width:100%;
  margin:28px 0;
}
.news-detail-body figure.article-inline-image figcaption,
.news-detail-body figure.article-inline-video figcaption,
.news-detail-body figure.article-inline-youtube figcaption,
.news-detail-body figure.article-youtube figcaption,
.news-detail-body figure.article-inline-pdf figcaption,
.news-detail-body figure.article-pdf-embed figcaption{
  margin:8px 2px 0;
  color:#52636b;
  font-size:.84em;
  font-weight:600;
  line-height:1.7;
  text-align:center;
}
.news-detail-body figure.article-inline-image img,
.news-detail-body figure.article-inline-video video,
.news-detail-body figure.article-inline-youtube iframe,
.news-detail-body figure.article-youtube iframe,
.news-detail-body figure.article-inline-pdf iframe,
.news-detail-body .article-video-player,
.news-detail-body .article-youtube-embed,
.news-detail-body .article-pdf-embed{
  display:block;
  width:100%;
  max-width:100%;
  margin:0;
  border:0;
}
.news-detail-body figure.article-inline-image img,
.news-detail-body figure.article-inline-video video,
.news-detail-body .article-video-player{
  height:auto;
  object-fit:contain;
}
.news-detail-body figure.article-inline-video video,
.news-detail-body .article-video-player{
  background:#111;
  border-radius:4px;
}
.news-detail-body figure.article-inline-youtube iframe,
.news-detail-body figure.article-youtube iframe,
.news-detail-body .article-youtube-embed{
  aspect-ratio:16 / 9;
  height:auto;
  background:#111;
}
.news-detail-body figure.article-inline-pdf iframe,
.news-detail-body .article-pdf-embed{
  height:min(75vh,900px);
  min-height:480px;
  border:1px solid #b8c7ca;
  background:#f7f9f9;
}
.news-detail-body figure.article-media-width-25{width:25%;}
.news-detail-body figure.article-media-width-33{width:33%;}
.news-detail-body figure.article-media-width-50{width:50%;}
.news-detail-body figure.article-media-width-66{width:66%;}
.news-detail-body figure.article-media-width-75{width:75%;}
.news-detail-body figure.article-media-width-100{width:100%;}
.news-detail-body figure.article-align-left,
.news-detail-body .article-align-left{
  margin-left:0;
  margin-right:auto;
  text-align:left;
}
.news-detail-body figure.article-align-center,
.news-detail-body .article-align-center{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.news-detail-body figure.article-align-right,
.news-detail-body .article-align-right{
  margin-left:auto;
  margin-right:0;
  text-align:right;
}
.news-detail-body a.article-pdf-link{
  display:inline-flex;
  align-items:center;
  gap:.45em;
  max-width:100%;
  padding:.55em .8em;
  border:1px solid #7da9ac;
  border-radius:4px;
  background:#edf7f5;
  overflow-wrap:anywhere;
}
.news-detail-body a.article-pdf-link::before{
  content:"PDF";
  flex:0 0 auto;
  padding:.08em .35em;
  border-radius:3px;
  background:#b42318;
  color:#fff;
  font-size:.72em;
  font-weight:800;
  line-height:1.4;
  text-decoration:none;
}
@media (max-width:700px){
  .news-detail-body .article-table{
    display:block;
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .news-detail-body .article-table th,
  .news-detail-body .article-table td{
    min-width:8rem;
    padding:8px 10px;
  }
  .news-detail-body figure.article-media-width-25,
  .news-detail-body figure.article-media-width-33,
  .news-detail-body figure.article-media-width-50,
  .news-detail-body figure.article-media-width-66,
  .news-detail-body figure.article-media-width-75,
  .news-detail-body figure.article-media-width-100{
    width:100%!important;
  }
  .news-detail-body figure.article-inline-pdf iframe,
  .news-detail-body .article-pdf-embed{
    height:68vh;
    min-height:420px;
  }
}


/* Foreign visitor FAQ: category and question accordions (2026-08-04) */
.faq-section .faq-intro{
  max-width:980px;
  margin:0 auto 28px;
  color:#44535a;
  font-size:16px;
  line-height:1.9;
}
.faq-section .faq-intro p{margin:0 0 10px;padding:0}
.faq-categories{display:grid;grid-template-columns:1fr;gap:16px;max-width:1040px;margin:0 auto}
.faq-category{
  overflow:hidden;
  border:1px solid #c9e0e5;
  border-radius:14px;
  background:#fff;
  box-shadow:0 6px 20px rgba(22,89,104,.08);
}
.faq-category > .faq-category-summary{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:68px;
  padding:17px 64px 17px 24px;
  border:0;
  background:linear-gradient(135deg,#0d7e91 0%,#0a667a 100%);
  color:#fff;
  font-size:20px;
  font-weight:800;
  line-height:1.45;
  cursor:pointer;
}
.faq-category > .faq-category-summary::before{content:none!important;display:none!important}
.faq-category > .faq-category-summary::after{
  content:"＋";
  position:absolute;
  right:22px;
  top:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  transform:translateY(-50%);
  color:#fff;
  font-size:25px;
  line-height:1;
}
.faq-category[open] > .faq-category-summary::after{content:"−";top:50%;transform:translateY(-50%)}
.faq-category-count{
  flex:0 0 auto;
  padding:4px 10px;
  border:1px solid rgba(255,255,255,.6);
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
}
.faq-items{display:grid;grid-template-columns:1fr;gap:10px;padding:16px;background:#f6fafb}
.faq-item{border:1px solid #dce8ea;border-radius:10px;background:#fff;box-shadow:none}
.faq-item > summary{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:58px;
  padding:14px 52px 14px 16px;
  color:#27454d;
  font-size:16px;
  font-weight:700;
  line-height:1.6;
  cursor:pointer;
}
.faq-item > summary::before{content:none!important;display:none!important}
.faq-item > summary::after{
  content:"＋";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  color:#087593;
  font-size:22px;
  line-height:1;
}
.faq-item[open] > summary::after{content:"−";top:50%;transform:translateY(-50%)}
.faq-question-number{
  flex:0 0 auto;
  min-width:38px;
  color:#087593;
  font-weight:900;
}
.faq-answer{border-top:1px solid #e5edef;padding:16px 20px 18px 66px;color:#42545a}
.faq-answer p{margin:0 0 10px;padding:0;font-size:15px;line-height:1.9}
.faq-answer p:last-child{margin-bottom:0}
@media (max-width:700px){
  .faq-section .faq-intro{margin-bottom:20px;font-size:15px;line-height:1.8}
  .faq-categories{gap:12px}
  .faq-category{border-radius:11px}
  .faq-category > .faq-category-summary{min-height:60px;padding:14px 52px 14px 16px;font-size:17px;gap:10px}
  .faq-category > .faq-category-summary::after{right:14px;width:24px;height:24px;font-size:22px}
  .faq-category-count{padding:3px 8px;font-size:11px}
  .faq-items{gap:8px;padding:10px}
  .faq-item > summary{min-height:54px;padding:13px 42px 13px 12px;gap:8px;font-size:15px;line-height:1.55}
  .faq-item > summary::after{right:12px;font-size:20px}
  .faq-question-number{min-width:34px}
  .faq-answer{padding:14px 14px 16px}
  .faq-answer p{font-size:15px;line-height:1.8}
}
