.companyPage{
  background:#ffffff;
}

.companyMain{
  background:#ffffff;
}

.companyHero{
  background:#ffffff;
  border-top:1px solid #dddddd;
  border-bottom:1px solid #ececec;
}

.companyHeroInner{
  padding:96px 0 96px;
}

.companyTitle,
.companySectionTitle{
  margin:0;
  color:#666666;
  font-weight:700;
  letter-spacing:0.01em;
  text-align:center;
}

.companyTitle{
  font-size:56px;
  line-height:1.25;
}

.companyCatch{
  margin:96px 0 0;
  color:#666666;
  font-size:24px;
  line-height:1.6;
  font-weight:700;
  text-align:center;
}

.companyLead{
  max-width:700px;
  margin:12px auto 0;
  color:#666666;
  font-size:14px;
  line-height:1.7;
  text-align:left;
}

.companyServices{
  background:#fafafa;
}

.companyServicesInner{
  padding:96px 0 96px;
}

.companySectionTitle{
  font-size:48px;
  line-height:1.25;
}

.companySectionLead{
  max-width:700px;
  margin:96px auto;
  color:#666666;
  font-size:14px;
  line-height:1.7;
  text-align:left;
}

.serviceList{
  margin-top:52px;
}

.serviceRow{
  display:grid;
  grid-template-columns: 1fr 1fr;
  align-items:start;
  column-gap:62px;
}

.serviceRow--textFirst{
  align-items:center;
}

.serviceRow + .serviceRow{
  margin-top:96px;
}

.serviceText{
  padding-top:29px;
}

.serviceRow--textFirst .serviceText{
  padding-top:0;
}

.serviceKicker{
  margin:0 0 11px;
  color:#8f8f8f;
  font-size:11px;
  line-height:1.5;
}

.serviceTitle{
  margin:0;
  color:#666666;
  font-size:24px;
  line-height:1.5;
  font-weight:700;
}

.serviceBody,
.serviceBullets,
.serviceFoot{
  margin:14px 0 0;
  color:#666666;
  font-size:14px;
  line-height:1.7;
}

.serviceVisual{
  width:426px;
  height:426px;
  border-radius:4px;
  background:#ffffff;
  overflow:hidden;
}

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

.serviceRow--textFirst .serviceVisual{
  justify-self:end;
}

.serviceRow--imageFirst{
  align-items:center;
}

.serviceRow--imageFirst .serviceText{
  padding-top:0;
}

.serviceRow--imageFirst .serviceVisual{
  justify-self:start;
}

.companyOverview{
  background:#ffffff;
  border-top:1px solid #efefef;
}

.companyOverviewInner{
  padding:96px 0 79px;
}

.companySectionTitle--overview{
  font-size:48px;
}

.overviewTable{
  width:570px;
  max-width:100%;
  margin:96px auto 0;
}

.overviewRow{
  display:grid;
  grid-template-columns:180px 1fr;
  column-gap:20px;
  align-items:start;
}

.overviewRow + .overviewRow{
  margin-top:24px;
}

.overviewRow dt,
.overviewRow dd{
  margin:0;
  color:#666666;
  font-size:14px;
  line-height:1.75;
}

.overviewRow dt{
  font-weight:700;
}

.overviewRow dd a{
  color:#0098d8;
}

.companyLinks{
  width:430px;
  max-width:100%;
  margin:28px auto 0;
}

.companySecurityLink{
  display:inline-block;
  color:#0098d8;
  font-size:12px;
  line-height:1.4;
  font-weight:500;
}

.companyBadges{
  margin-top:8px;
}

.ismsBadge{
  width:94px;
  height:33px;
  border:1px solid #c8c8c8;
  border-radius:2px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:2px;
  padding:4px 6px;
  color:#666666;
  background:#ffffff;
}

.ismsBadge__line1{
  font-size:8px;
  line-height:1;
  font-weight:700;
}

.ismsBadge__line2{
  font-size:7px;
  line-height:1;
}

.companyConsortium{
  margin-top:20px;
}

.companyConsortiumLabel{
  margin:0 0 6px;
  color:#666666;
  font-size:13px;
  line-height:1.5;
  font-weight:500;
}

.xmlBadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:74px;
  height:30px;
  border-radius:999px;
  background:linear-gradient(180deg,#d3d3d3 0%, #9c9c9c 100%);
  color:#ffffff;
  font-size:22px;
  line-height:1;
  font-weight:800;
  font-style:italic;
  letter-spacing:0.02em;
}

@media (max-width: 980px){
  .companyHeroInner{
    padding:57px 0 51px;
  }

  .companyTitle{
    font-size:32px;
    line-height:1.35;
  }

  .companyCatch{
    margin-top:71px;
    font-size:20px;
    line-height:1.7;
  }

  .companyLead{
    max-width:none;
    margin-top:21px;
    font-size:12px;
    line-height:1.8;
  }

  .companyServicesInner{
    padding:57px 0 54px;
  }

  .companySectionTitle,
  .companySectionTitle--overview{
    font-size:32px;
    line-height:1.35;
  }

  .companySectionLead{
    max-width:none;
    margin-top:60px;
    font-size:12px;
    line-height:1.8;
  }

  .serviceList{
    margin-top:43px;
  }

  .serviceRow,
  .serviceRow--textFirst,
  .serviceRow--imageFirst{
    grid-template-columns:1fr;
    row-gap:17px;
  }

  .serviceRow + .serviceRow{
    margin-top:54px;
  }

  .serviceText,
  .serviceRow--imageFirst .serviceText{
    padding-top:0;
  }

  .serviceVisual,
  .serviceRow--textFirst .serviceVisual,
  .serviceRow--imageFirst .serviceVisual{
    order:1;
    justify-self:center;
    width:100%;
    max-width:none;
    height:auto;
    aspect-ratio:1 / 1;
    border-radius:4px;
  }

  .serviceText{
    order:2;
  }

  .serviceKicker{
    margin-bottom:8px;
    font-size:10px;
  }

  .serviceTitle{
    font-size:18px;
    line-height:1.55;
  }

  .serviceBody,
  .serviceBullets,
  .serviceFoot{
    margin-top:12px;
    font-size:12px;
    line-height:1.8;
  }

  .companyOverviewInner{
    padding:56px 0 62px;
  }

  .overviewTable{
    width:100%;
    margin-top:60px;
  }

  .overviewRow{
    grid-template-columns:1fr;
    row-gap:4px;
  }

  .overviewRow + .overviewRow{
    margin-top:16px;
  }

  .overviewRow dt,
  .overviewRow dd,
  .companyConsortiumLabel{
    font-size:12px;
    line-height:1.8;
  }

  .companyLinks{
    width:100%;
    margin-top:18px;
  }

  .companySecurityLink{
    font-size:12px;
  }

  .companyBadges{
    margin-top:7px;
  }

  .ismsBadge{
    width:84px;
    height:30px;
  }

  .xmlBadge{
    width:70px;
    height:28px;
    font-size:20px;
  }
}

/* 2026-05-26: PC版サービス紹介の文字とイラストの間隔・左右中心揃えを調整 */
@media (min-width: 981px){
  .serviceRow{
    grid-template-columns: 430px 426px;
    column-gap:96px;
    justify-content:center;
  }

  .serviceText,
  .serviceVisual,
  .serviceRow--textFirst .serviceVisual,
  .serviceRow--imageFirst .serviceVisual{
    justify-self:center;
  }
}

/* 2026-07-07: 会社概要ページを企業情報・認証資格・情報セキュリティ基本方針の3部構成へ整理 */
.companyPageIntro{
  background:#ffffff;
  border-top:1px solid #efefef;
}

.companyPageIntroInner{
  max-width:760px;
  padding:96px 0 72px;
}

.companyPageTitle{
  margin:0;
  color:#666666;
  font-size:48px;
  line-height:1.25;
  font-weight:700;
  letter-spacing:0.01em;
  text-align:center;
}

.companyPageDescription{
  margin:42px 0 0;
  color:#666666;
  font-size:14px;
  line-height:1.8;
  text-align:center;
}

.companyContentSection{
  background:#ffffff;
}

.companyContentSection--info .companyContentInner{
  padding-top:0;
}

.companyContentInner{
  max-width:760px;
  padding:0 0 78px;
}

.companyContentTitle{
  margin:0;
  color:#666666;
  font-size:32px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:0.01em;
}

.companyContentLead{
  max-width:690px;
  margin:48px 0 0;
  color:#666666;
  font-size:14px;
  line-height:1.8;
}

.companyContentSection--info .overviewTable{
  width:100%;
  max-width:720px;
  margin:48px 0 0;
}

.companyContentSection--info .overviewRow{
  grid-template-columns:110px 1fr;
  column-gap:38px;
}

.companyContentSection--info .overviewRow + .overviewRow{
  margin-top:24px;
}

.companyContentSection--info .overviewRow dt,
.companyContentSection--info .overviewRow dd{
  font-size:14px;
  line-height:1.75;
}


.certificationList{
  max-width:690px;
  margin:30px 0 0;
}

.certificationItem + .certificationItem{
  margin-top:28px;
}

.certificationTitle{
  margin:0;
  color:#666666;
  font-size:22px;
  line-height:1.45;
  font-weight:700;
}

.certificationText{
  margin:4px 0 0;
  color:#666666;
  font-size:14px;
  line-height:1.8;
}

.certificationLogo{
  display:block;
  margin-top:8px;
}

.certificationLogo--isms{
  width:120px;
  height:auto;
}

.securityPolicyLinkWrap{
  margin:24px 0 0;
}

.securityPolicyLink{
  color:#0098d8;
  font-size:14px;
  line-height:1.7;
  font-weight:700;
  text-decoration:none;
}

.securityPolicyLink:hover{
  text-decoration:underline;
}

@media (max-width: 980px){
  .companyPageIntroInner{
    max-width:none;
    padding:64px 0 54px;
  }

  .companyPageTitle{
    font-size:34px;
    line-height:1.35;
  }

  .companyPageDescription{
    margin-top:28px;
    font-size:12px;
    line-height:1.8;
    text-align:left;
  }

  .companyContentInner{
    max-width:none;
    padding-bottom:56px;
  }

  .companyContentTitle{
    font-size:26px;
    line-height:1.45;
  }

  .companyContentLead{
    margin-top:28px;
    font-size:12px;
    line-height:1.8;
  }

  .companyContentSection--info .overviewTable{
    max-width:none;
    margin-top:30px;
  }

  .companyContentSection--info .overviewRow{
    grid-template-columns:1fr;
    row-gap:4px;
  }

  .companyContentSection--info .overviewRow + .overviewRow{
    margin-top:18px;
  }

  .companyContentSection--info .overviewRow dt,
  .companyContentSection--info .overviewRow dd,
  .certificationText,
  .securityPolicyLink{
    font-size:12px;
    line-height:1.8;
  }


  .certificationList{
    margin-top:22px;
  }

  .certificationItem + .certificationItem{
    margin-top:22px;
  }

  .certificationTitle{
    font-size:18px;
    line-height:1.5;
  }

  .certificationLogo--isms{
    width:92px;
  }

  .securityPolicyLinkWrap{
    margin-top:18px;
  }
}
