html{background:#eef7fb}
body.cnc-team-page{
  margin:0!important;
  min-height:100vh;
  background:
    radial-gradient(circle at 18% 10%,rgba(99,194,229,.20),transparent 34%),
    radial-gradient(circle at 85% 4%,rgba(104,200,159,.13),transparent 30%),
    linear-gradient(180deg,#f9fdff 0%,#edf7fb 58%,#f7fbfd 100%)!important;
  color:#143a58!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif!important;
}
body.cnc-team-page *{box-sizing:border-box}
body.cnc-team-page a{text-decoration:none}
.cnc-team-page-shell{min-height:100vh;display:flex;flex-direction:column}
.cnc-team-page-header{
  width:min(1180px,calc(100% - 40px));
  height:88px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid rgba(20,71,104,.10);
}
.cnc-team-page-brand{display:inline-flex;align-items:center;justify-content:center}
.cnc-team-page-brand img{display:block;width:54px;height:54px;object-fit:contain}
.cnc-team-page-brand span{font-size:20px;font-weight:800;letter-spacing:.12em;color:#154d73}
.cnc-team-page-home{
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  color:#315e7a!important;
  transition:opacity .18s ease;
}
.cnc-team-page-home:hover{opacity:.62}
.cnc-team-page-main{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:72px 0 84px;
  flex:1;
}
.cnc-team-page-intro{margin:0 0 44px;text-align:center}
.cnc-team-page-eyebrow{
  margin:0 0 14px;
  color:#4d849f;
  font-size:11px;
  font-weight:700;
  letter-spacing:.22em;
}
.cnc-team-page-intro h1{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  color:#123f66!important;
  font-size:clamp(42px,7vw,78px)!important;
  line-height:1!important;
  font-weight:760!important;
  letter-spacing:.09em!important;
  text-transform:none!important;
}
.cnc-team-page-subtitle{
  margin:18px 0 0;
  color:#678295;
  font-size:13px;
  letter-spacing:.08em;
}
.cnc-team-page-content{width:100%}
.cnc-team-page-content>.wp-block-shortcode{margin:0}
.cnc-team-page-content .cnc-team-directory{max-width:1040px}
.cnc-team-page-footer{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:22px 0 30px;
  border-top:1px solid rgba(20,71,104,.10);
}
.cnc-team-page-footer a{
  color:#416d86!important;
  font-size:12px;
  letter-spacing:.08em;
}
@media(max-width:640px){
  .cnc-team-page-header{width:calc(100% - 28px);height:72px}
  .cnc-team-page-brand img{width:46px;height:46px}
  .cnc-team-page-main{width:calc(100% - 28px);padding:48px 0 62px}
  .cnc-team-page-intro{margin-bottom:30px}
  .cnc-team-page-footer{width:calc(100% - 28px)}
}
