@charset "UTF-8";

:root{
  --blue:#4d93d8;
  --dark-blue:#214a78;
  --text:#333b47;
  --muted:#687383;
  --line:#e1e7ee;
  --pale:#f4f9ff;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:#fff;
  font-family:"Noto Sans JP","Yu Gothic",Meiryo,sans-serif;
  line-height:1.8;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.site-header{
  position:absolute;
  z-index:10;
  top:0;left:0;right:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:25px 6vw;
  color:#fff;
}
.site-logo{
  display:block;
  width:220px;
  margin-right:auto;
}

.site-logo img{
  width:100%;
  height:auto;
  display:block;
}
.logo{display:flex;flex-direction:column;line-height:1}
.logo-jp{font-size:28px;letter-spacing:.08em}
.logo-en{font-size:12px;letter-spacing:.18em;margin-top:7px;margin-left:28px}
.nav{display:flex;gap:34px;font-size:14px;font-weight:600}
.nav a{padding-bottom:5px;border-bottom:1px solid transparent}
.nav a:hover{border-bottom-color:#fff}
.menu-btn{display:none;background:none;border:1px solid rgba(255,255,255,.7);color:#fff;padding:8px 12px;border-radius:6px}

.hero{
  min-height:650px;
  display:flex;
  align-items:center;
  position:relative;
  color:#fff;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(20,54,104,.20),rgba(20,54,104,.05)),
    url("../images/hero.jpg") center center/cover no-repeat;
}
.hero:after{
  content:"";
  position:absolute;
  left:-5%;right:-5%;bottom:-42px;
  height:85px;
  background:#fff;
  border-radius:50% 50% 0 0/100% 100% 0 0;
}
.hero-inner{
  width:min(1120px,88%);
  margin:auto;
  position:relative;
  z-index:1;
}
.hero-copy{max-width:680px;padding-top:40px}
.hero h1{
  margin:0 0 16px;
  font-size:clamp(30px,4vw,52px);
  line-height:1.45;
  letter-spacing:.05em;
  text-shadow:0 2px 12px rgba(0,0,0,.18);
}
.hero p{font-size:15px;margin:0 0 28px;text-shadow:0 1px 8px rgba(0,0,0,.25)}
.hero h1{
  text-shadow: 0 2px 6px rgba(20, 60, 100, 0.5);
}

.hero p{
  text-shadow: 0 1px 4px rgba(20, 60, 100, 0.4);
}
.hero-note{
  position:absolute;
  right:3%;top:70px;
  font-size:14px!important;
  line-height:1.8;
  transform:rotate(-4deg);
  max-width:190px;
}
.btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  border-radius:999px;
  padding:11px 24px;
  font-weight:700;
  font-size:14px;
  transition:.2s;
}
.btn:hover{transform:translateY(-2px)}
.btn-white{background:#fff;color:#4679ad;box-shadow:0 8px 25px rgba(0,0,0,.12)}
.btn-outline{border:1px solid #91bce5;color:#4a8fd0;background:#fff}
.btn-blue{background:#438bd3;color:#fff;box-shadow:0 7px 18px rgba(67,139,211,.2)}

.section{width:min(1400px,92%);margin:0 auto;padding:75px 0}
.section-heading{text-align:center;margin-bottom:40px}
.heading-deco{color:#a9cfee;letter-spacing:15px;font-size:22px}
.section-heading h2{margin:0;color:#263f60;font-size:30px;letter-spacing:.12em}
.section-heading p{margin:4px 0 0;color:#606b78;font-size:13px}

.services{padding-top:55px}
.service-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:0;
}
.service-card{
  position:relative;
  border:1px solid #e1e6eb;
  padding:0 14px 18px;
  background:#fff;
  min-height:390px;
}
.service-card:first-child{border-radius:12px 0 0 12px}
.service-card:last-child{border-radius:0 12px 12px 0}
.service-icon{
  width:68px;
  height:68px;
  margin:-34px auto 10px;
  position:relative;
  z-index:2;
}

.service-icon{
  width:68px;
  height:68px;
  margin:-34px auto 10px;
  position:relative;
  z-index:2;
  border-radius:50%;
  overflow:hidden;
}

.service-icon img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.service-card:nth-child(1) .service-en{
  color:#49b2fe;
}

.service-card:nth-child(2) .service-en{
  color:#86d165;
}

.service-card:nth-child(3) .service-en{
  color:#a87ce9;
}

.service-card:nth-child(4) .service-en{
  color:#fcba2e;
}

.service-card:nth-child(5) .service-en{
  color:#f78aaf;
}

.service-card:nth-child(6) .service-en{
  color:#6dcebb;
}

.services .section-heading{
  margin-bottom:48px;
}
.blue{background:#79b3df}.green{background:#78b75d}.yellow{background:#f4b83f}
.purple{background:#a878c7}.pink{background:#ed8cae}.cyan{background:#62bec4}
.service-en{text-align:center;display:block;font-weight:800;font-size:14px;letter-spacing:.08em}
.service-card h3{text-align:center;font-size:14px;margin:2px 0 14px;line-height:1.5}
.service-image{
  height:105px;
  border-radius:7px;
  display:grid;place-items:center;
  margin-bottom:55px;
  background:linear-gradient(135deg,#eef6fb,#f9f2fb);
  color:#94b4d0;
  font-weight:800;
  letter-spacing:.08em;
}
.service-card p{font-size:11px;line-height:1.75;margin:0;color:#515b68}
.more{display:block;color:#4b91d3;font-size:11px;font-weight:700;margin-top:10px}

 .worries{
  width:min(1100px,92%);
  margin:0 auto 20px;
  padding:0;
  background:none;
  display:block;
}

.worries picture{
  display:block;
  width:100%;
}

.worries img{
  display:block;
  width:100%;
  height:auto;
}

.services-message{
  width:min(600px,92%);
  margin:28px auto 0;
  padding:18px 28px;
  border:1px solid #dcebf8;
  border-radius:14px;
  background:linear-gradient(135deg,#f5faff,#fbf9ff);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  box-sizing:border-box;
  text-align:center;
}

.services-message-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  background:#e8f4ff;
  color:#5b9ed8;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size:20px;
}

.services-message-text strong{
  display:block;
  color:#2d5f91;
  font-size:14px;
  line-height:1.7;
}

.services-message-text p{
  margin:3px 0 0;
  color:#667d91;
  font-size:12px;
  line-height:1.7;
}

.works{
  padding-top:45px;
}

.works-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  max-width:1000px;
  margin:0 auto;
}

.work-item{
  text-align:center;
}

.work-image{
  width:100%;
  aspect-ratio:4 / 3;
  overflow:hidden;
  border-radius:8px;
  background:#f5f7fb;
}

.work-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.work-item h3{
  font-size:12px;
  line-height:1.5;
  margin:7px 0 2px;
  font-weight:600;
  color:#23466d;
}

.work-item p{
  margin:0;
  font-size:10px;
  line-height:1.5;
  color:#7890a8;
}
.works>.btn{
  display:flex;
  width:max-content;
  margin:26px auto 0;
}



.about{
  display:grid;
  grid-template-columns:190px 1fr 1.15fr;
  gap:35px;
  align-items:center;
  padding-top:35px;
}
.about-photo{
  width:190px;height:190px;border-radius:50%;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#eef5fa,#f7edf4);
  color:#9caec0;font-size:12px;
}
.about-copy h2,.contact-card h2{color:#2a4f79;font-size:24px;margin:0 0 8px}
.about-copy p{font-size:13px;margin:4px 0}
.about-copy .btn{margin-top:12px}
.contact-card{
  position:relative;
  overflow:hidden;

  width:100%;
  min-height:260px;
  margin:0;

  padding:45px 50px;

  background:#fffaf1;
  border:1px solid #eadfcf;
  border-radius:18px;

  box-sizing:border-box;
}
.contact-text{
  position:relative;
  z-index:2;
}

.contact-card h2{
  margin:0 0 18px;
  font-size:24px;
  color:#23466d;
}

.contact-card p{
  margin:0 0 22px;
  font-size:14px;
  line-height:1.9;
  color:#50677d;
}

.contact-sora{
  position:absolute;
  right:15px;
  bottom:0;

  width:200px;
  height:auto;

  z-index:1;
}


.footer{
  margin-top:30px;
  padding:35px 6vw 20px;
  background:#edf5fc;
  color:#4b79a4;
  text-align:center;
}
.footer-logo img{
  width:180px;
  height:auto;
  display:block;
  margin:0 auto;
}
.footer-logo{font-size:24px;font-weight:700}
.footer-logo small{display:block;font-size:11px;letter-spacing:.15em}
.footer nav{display:flex;justify-content:center;gap:30px;margin:20px 0;font-size:12px}
.footer p{font-size:10px;margin:0}

@media (max-width: 1050px){
  .service-grid{grid-template-columns:repeat(3,1fr);gap:12px}
  .service-card,.service-card:first-child,.service-card:last-child{border-radius:12px}
  .works-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 760px){
  .site-header{padding:18px 5vw}
  .nav{display:none}
  .menu-btn{display:block}
  .logo-jp{font-size:23px}
  .hero{min-height:610px;background-position:center}
  .hero-copy{padding-top:70px}
  .hero h1{font-size:32px}
  .hero p{font-size:13px}
  .hero-note{display:none}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .worries{grid-template-columns:1fr;padding:24px}
  .worries ul{columns:1}
  .works-grid{grid-template-columns:repeat(2,1fr)}
  .about{grid-template-columns:1fr;text-align:center}
  .about-photo{margin:auto}
  .contact-card{margin-top:10px}
  .footer nav{flex-wrap:wrap;gap:12px 20px}
}
@media (max-width: 480px){
  .service-grid,.works-grid{grid-template-columns:1fr}
  .service-card{min-height:0;padding-bottom:20px}
}

@media (max-width:760px){

  .service-icon{
    width:58px;
    height:58px;
    margin:-29px auto 12px;
  }

}
@media (max-width:760px){

  .service-grid{
    row-gap:42px;
  }

}
@media (max-width:760px){

  .site-logo{
    width:135px;
    margin-right:auto;
  }

}
@media (max-width:760px){

  .profile-photo{
    width:180px;
    height:180px;
    margin:0 auto 20px;
  }

}
.sp-only{
  display:none;
}

@media (max-width:760px){
  .sp-only{
    display:block;
  }
}
@media (max-width:760px){
  .about-copy p{
    font-size:14px;
    line-height:1.9;
  }
}

@media (max-width:760px){

  .works-grid{
    grid-template-columns:repeat(2,1fr);
    gap:25px 12px;
  }

  .work-item h3{
    font-size:11px;
    line-height:1.5;
    margin:6px 0 2px;
  }

  .work-item p{
    font-size:9px;
    line-height:1.5;
  }

}

@media (max-width:760px){

  .contact-card{
    min-height:auto;
    padding:30px 20px;
    text-align:center;
  }

  .contact-card h2{
    font-size:18px;
  }

  .contact-card p{
    font-size:12px;
  }

  .contact-sora{
    display:none;
  }

}