@charset "UTF-8";

:root{
  --navy:#102747;
  --blue:#4f8dca;
  --green:#2d9b57;
  --gold:#c98e37;
  --line:#dfe8f2;
  --pale:#f5f9fd;
  --text:#1d2d46;
  --muted:#58697c;
  --shadow:0 18px 55px rgba(18,39,70,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:#fff;
  font-family:"Hiragino Mincho ProN","Yu Mincho",YuMincho,"Times New Roman",serif;
  line-height:1.85;
  font-weight:400;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.site-header{
  height:86px;
  display:flex;
  align-items:center;
  gap:28px;
  padding:0 38px;
  background:rgba(255,255,255,.98);
  position:sticky;
  top:0;
  z-index:100;
  box-shadow:0 8px 30px rgba(25,44,72,.04);
}
.brand{
  font-size:28px;
  line-height:1;
  color:var(--navy);
  font-weight:500;
  letter-spacing:.02em;
  white-space:nowrap;
}
.global-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:24px;
  font-size:13px;
  white-space:nowrap;
}
.global-nav a{color:var(--navy)}
.header-phone{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  line-height:1.3;
  min-width:180px;
}
.header-phone a{
  font-size:23px;
  color:var(--navy);
  font-weight:500;
}
.header-phone span{
  color:var(--muted);
  font-size:11px;
}
.menu-button{display:none}

.hero{
  position:relative;
  overflow:hidden;
  min-height:760px;
  background:#fff;
}
.hero-photo{
  position:absolute;
  inset:0;
  background:url("assets/hero-room.jpg") center right/cover no-repeat;
}
.hero-grad{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.99) 34%,rgba(255,255,255,.78) 50%,rgba(255,255,255,.25) 68%,rgba(255,255,255,.05) 100%);
}
.hero-inner{
  position:relative;
  z-index:2;
  max-width:1240px;
  min-height:640px;
  margin:0 auto;
  padding:58px 34px 30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:48px;
}
.hero-copy{
  max-width:620px;
}
.hero-copy h1{
  margin:0 0 26px;
  color:var(--navy);
  font-size:50px;
  line-height:1.42;
  letter-spacing:.06em;
  font-weight:400;
}
.hero-copy h1 em{
  display:inline;
  color:#5d94d0;
  font-style:normal;
  font-size:58px;
  font-weight:400;
}
.hero-lead{
  margin:0 0 24px;
  color:var(--navy);
  font-size:21px;
  line-height:1.75;
}
.hero-text{
  margin:0;
  color:#20364f;
  font-size:15px;
  line-height:2;
}
.contact-card{
  width:315px;
  padding:28px 24px;
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 55px rgba(21,39,68,.16);
  text-align:center;
}
.contact-card p{
  margin:0 0 6px;
  color:var(--navy);
  font-size:13px;
}
.contact-tel{
  display:block;
  color:var(--navy);
  font-size:28px;
  line-height:1.25;
}
.contact-card > span{
  display:block;
  margin:3px 0 18px;
  color:var(--muted);
  font-size:12px;
}
.contact-actions{
  display:grid;
  gap:13px;
}
.contact-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:58px;
  border-radius:10px;
  color:#fff;
  font-size:18px;
  line-height:1.25;
}
.contact-btn img{
  width:30px;
  height:30px;
  filter:brightness(0) invert(1);
}
.contact-btn small{
  display:block;
  font-size:11px;
}
.line{background:linear-gradient(135deg,#35a967,#23864a)!important;color:#fff!important}
.mail{background:linear-gradient(135deg,#d7aa5b,#bd842e)!important;color:#fff!important}

.hero-points{
  position:relative;
  z-index:3;
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.point{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:20px 28px;
  border-right:1px solid var(--line);
}
.point:last-child{border-right:none}
.point img{width:48px;height:48px}
.point p{margin:0;line-height:1.4}
.point span{
  display:block;
  color:var(--muted);
  font-size:12px;
}
.point strong{
  display:block;
  color:var(--navy);
  font-size:23px;
  font-weight:400;
}

.section{
  max-width:1240px;
  margin:0 auto;
  padding:76px 34px;
  text-align:center;
}
.section-label{
  margin:0 0 6px;
  color:#2f70ba;
  font-size:14px;
  letter-spacing:.12em;
}
h2{
  margin:0 0 38px;
  color:var(--navy);
  font-size:31px;
  line-height:1.55;
  letter-spacing:.03em;
  font-weight:400;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
}
.service-card{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:0 12px 35px rgba(25,54,91,.06);
  text-align:left;
}
.service-card > img{
  width:100%;
  height:210px;
  object-fit:cover;
}
.service-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid #dbe7f5;
  border-radius:50%;
  box-shadow:0 10px 25px rgba(25,54,91,.12);
  margin:-29px auto 15px;
  position:relative;
}
.service-icon img{width:34px;height:34px}
.service-card h3{
  margin:0 22px 14px;
  color:var(--navy);
  text-align:center;
  font-size:21px;
  font-weight:400;
}
.service-card p{
  min-height:92px;
  margin:0 28px 26px;
  font-size:14px;
}
.service-card a{
  display:block;
  margin:0 0 30px;
  color:var(--navy);
  text-align:center;
  font-size:13px;
}

.story-section{
  max-width:1240px;
  margin:0 auto;
  padding:86px 34px 76px;
  display:grid;
  grid-template-columns:1fr 1.12fr;
  gap:58px;
  align-items:center;
  background:linear-gradient(90deg,#fff 0%,#fbfdff 100%);
}
.story-copy{text-align:left}
.script{
  margin:0 0 12px;
  color:#d2a055;
  font-size:27px;
  line-height:1;
  font-style:italic;
}
.story-copy h2{
  margin:0 0 28px;
  color:var(--navy);
  font-size:32px;
  line-height:1.58;
  font-weight:400;
}
.story-copy p{
  margin:0;
  font-size:15px;
  color:#283954;
}
.outline-btn{
  display:inline-block;
  margin-top:32px;
  padding:14px 26px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--navy);
  box-shadow:0 10px 26px rgba(21,43,75,.05);
  font-size:14px;
}
.story-photos{
  min-height:520px;
  position:relative;
}
.photo{
  position:absolute;
  margin:0;
  background:#fff;
  padding:10px;
  box-shadow:0 16px 36px rgba(20,42,73,.16);
}
.photo img{width:100%;object-fit:cover}
.photo figcaption{
  background:#fff;
  color:#476080;
  font-size:12px;
  line-height:1.6;
  padding:9px 10px 2px;
}
.photo-1{width:380px;left:20px;top:20px;transform:rotate(-5deg)}
.photo-1 img{height:245px}
.photo-2{width:285px;right:18px;top:10px;transform:rotate(7deg)}
.photo-2 img{height:220px}
.photo-3{width:390px;left:210px;bottom:36px;transform:rotate(3deg)}
.photo-3 img{height:190px}

.story-links{padding-top:0}
.story-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.story-card-grid article{
  padding:27px 24px 24px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:0 10px 30px rgba(25,54,91,.05);
}
.tag{
  display:inline-block;
  padding:3px 14px;
  border-radius:999px;
  color:#fff;
  font-size:12px;
}
.tag.blue{background:#4e94d9}
.tag.green{background:#49a85d}
.tag.purple{background:#a46bb0}
.tag.orange{background:#e18a35}
.story-card-grid h3{
  margin:15px 0 10px;
  color:var(--navy);
  font-size:21px;
  font-weight:400;
}
.story-card-grid p{
  margin:0 0 18px;
  text-align:left;
  font-size:13px;
}
.story-card-grid a{
  display:inline-block;
  padding:8px 18px;
  border:1px solid var(--line);
  border-radius:6px;
  color:var(--navy);
  font-size:13px;
}

.reason-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border:1px solid var(--line);
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 16px 45px rgba(25,54,91,.06);
}
.reason-grid article{
  padding:30px 20px;
  border-right:1px solid var(--line);
}
.reason-grid article:last-child{border-right:0}
.reason-grid img{
  width:54px;
  height:54px;
  margin:0 auto 12px;
}
.reason-grid h3{
  margin:0 0 9px;
  color:var(--navy);
  font-size:16px;
  line-height:1.45;
  font-weight:400;
}
.reason-grid p{
  margin:0;
  color:#3d4e65;
  font-size:12px;
  text-align:left;
}

.stats-section{
  max-width:1240px;
  margin:0 auto;
  padding:74px 34px 58px;
  display:grid;
  grid-template-columns:1.15fr 1.6fr;
  gap:44px;
  align-items:center;
}
.stats-copy h2{
  margin:0 0 18px;
  color:var(--navy);
  font-size:32px;
  line-height:1.65;
  font-weight:400;
}
.stats-copy p{
  margin:0;
  color:#2f405a;
}
.stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}
.stat{
  min-height:200px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:var(--gold);
  border-radius:50%;
  border:8px double rgba(201,145,60,.38);
  background:#fff;
}
.stat strong{
  display:block;
  font-size:40px;
  line-height:1.2;
  font-weight:400;
}
.stat span{
  display:block;
  font-size:17px;
}
.stat p{
  margin:8px 0 0;
  color:var(--navy);
}

.bottom-contact{
  max-width:1240px;
  margin:10px auto 0;
  padding:26px 34px;
  display:grid;
  grid-template-columns:100px 1.35fr .85fr 1fr 1fr;
  gap:20px;
  align-items:center;
  border-top:1px solid var(--line);
  background:#fbfdff;
}
.bottom-contact > img{
  width:94px;
  height:112px;
  object-fit:cover;
  object-position:top;
  border-radius:5px;
}
.bottom-copy h2{
  margin:0 0 4px;
  font-size:21px;
  font-weight:400;
}
.bottom-copy p{
  margin:0;
  font-size:13px;
}
.bottom-copy b{
  display:inline-block;
  margin-top:8px;
  padding:5px 14px;
  border:1px solid var(--gold);
  color:#c38225;
  border-radius:7px;
  font-size:14px;
  font-weight:400;
}
.bottom-tel{
  text-align:center;
  color:var(--blue);
  font-size:25px;
  white-space:nowrap;
}
.bottom-btn{
  display:block;
  border-radius:9px;
  padding:14px 14px;
  text-align:center;
  color:#fff;
  font-size:16px;
  line-height:1.3;
}
.bottom-btn span{
  display:block;
  font-size:10px;
}

.footer{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:30px;
  padding:28px 20px;
  border-top:1px solid var(--line);
  color:#536274;
  font-size:13px;
}

@media (max-width:1100px){
  .global-nav{display:none}
  .header-phone{display:none}
  .menu-button{
    margin-left:auto;
    display:grid;
    gap:5px;
    width:40px;
    height:34px;
    padding:7px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:8px;
  }
  .menu-button span{
    display:block;
    height:1px;
    background:var(--navy);
  }
  .site-header{
    height:66px;
    padding:0 20px;
  }
  .brand{
    font-size:22px;
  }
}

@media (max-width:820px){
  body{
    line-height:1.75;
    overflow-x:hidden;
  }
  .hero{
    min-height:auto;
    padding-bottom:24px;
  }
  .hero-photo{
    position:relative;
    height:245px;
    background-position:center;
  }
  .hero-grad{
    display:none;
  }
  .hero-inner{
    min-height:auto;
    display:block;
    padding:26px 20px 0;
  }
  .hero-copy{
    max-width:none;
  }
  .hero-copy h1{
    font-size:34px;
    line-height:1.45;
    letter-spacing:.04em;
    margin-bottom:18px;
  }
  .hero-copy h1 em{
    font-size:40px;
  }
  .hero-lead{
    font-size:16px;
    line-height:1.8;
    margin-bottom:18px;
  }
  .hero-text{
    font-size:13px;
    line-height:1.9;
  }
  .contact-card{
    width:100%;
    margin-top:26px;
    padding:22px 18px;
    border-radius:14px;
  }
  .contact-tel{
    font-size:26px;
  }
  .contact-actions{
    grid-template-columns:1fr;
    gap:10px;
  }
  .contact-btn{
    min-height:52px;
    font-size:16px;
  }
  .hero-points{
    width:calc(100% - 40px);
    margin:20px auto 0;
    grid-template-columns:1fr;
    border-radius:12px;
  }
  .point{
    justify-content:flex-start;
    padding:16px 18px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .point:last-child{border-bottom:0}
  .point img{width:42px;height:42px}
  .point strong{font-size:21px}

  .section{
    padding:54px 20px;
  }
  h2{
    font-size:25px;
    margin-bottom:28px;
  }
  .section-label{
    font-size:12px;
  }
  .service-grid{
    grid-template-columns:1fr;
    gap:22px;
  }
  .service-card > img{
    height:190px;
  }
  .service-card p{
    min-height:auto;
  }

  .story-section{
    display:block;
    padding:58px 20px;
  }
  .story-copy h2{
    font-size:25px;
  }
  .story-copy p{
    font-size:13px;
  }
  .outline-btn{
    width:100%;
    text-align:center;
  }
  .story-photos{
    min-height:auto;
    margin-top:34px;
  }
  .photo{
    position:static;
    width:100%;
    transform:none;
    margin:16px 0;
  }
  .photo img{
    height:auto;
  }
  .photo figcaption{
    font-size:12px;
  }

  .story-card-grid{
    grid-template-columns:1fr;
  }
  .reason-grid{
    grid-template-columns:1fr;
  }
  .reason-grid article{
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .reason-grid article:last-child{border-bottom:0}
  .reason-grid p{
    text-align:center;
  }

  .stats-section{
    display:block;
    padding:58px 20px;
  }
  .stats-copy h2{
    font-size:25px;
  }
  .stats-copy p{
    font-size:13px;
  }
  .stats{
    grid-template-columns:1fr;
    gap:16px;
    margin-top:28px;
  }
  .stat{
    min-height:auto;
    border-radius:18px;
    padding:24px 14px;
  }
  .stat strong{
    font-size:34px;
  }

  .bottom-contact{
    grid-template-columns:1fr;
    padding:28px 20px;
    text-align:center;
  }
  .bottom-contact > img{
    margin:auto;
  }
  .bottom-tel{
    font-size:24px;
  }
  .footer{
    gap:14px;
    font-size:12px;
  }
}


/* prelaunch adjustments */
.bottom-contact > img{
  background:#fff;
  border:1px solid var(--line);
}
html, body{
  max-width:100%;
  overflow-x:hidden;
}


/* Ver1.4 fixes */
img{
  max-width:100%;
}
.hero-sns{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  padding:12px 20px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.86);
  color:var(--navy);
  box-shadow:0 12px 28px rgba(25,54,91,.06);
  font-size:15px;
}
.hero-sns::before{
  content:"📷";
  margin-right:8px;
}
.point img{
  width:42px;
  height:42px;
  object-fit:contain;
}
.service-icon img{
  width:38px;
  height:38px;
  object-fit:contain;
}
.reason-grid img{
  width:48px;
  height:48px;
  object-fit:contain;
}
.contact-btn img{
  width:32px;
  height:32px;
  object-fit:contain;
}
.bottom-contact{
  grid-template-columns:110px 1fr repeat(4, minmax(150px, 1fr));
}
.bottom-btn.instagram{
  background:#fff;
  color:var(--navy);
  border:1px solid var(--line);
}
.footer{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:18px 28px;
}
.footer a{
  white-space:nowrap;
}
@media (max-width:1100px){
  .bottom-contact{
    grid-template-columns:90px 1fr;
  }
  .bottom-contact .bottom-tel,
  .bottom-contact .bottom-btn{
    grid-column:auto;
  }
}
@media (max-width:760px){
  .hero-sns{
    width:100%;
  }
  .bottom-contact{
    grid-template-columns:1fr;
  }
  .bottom-contact img{
    max-width:120px;
  }
}
