:root {
  --navy: #1A1836;
  --blue: #0b67d8;
  --sky: #eaf1ff;
  --pale: #e8ecfc;
  --yellow: #ffd533;
  --text: #1d2740;
  --muted: #687188;
  --line: #d9e4fb;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
.site-header{background:#fff;display:flex;align-items:center;border-bottom:1px solid #eee;padding: 10px 0;}
body {
  margin: 0;
  color: var(--text);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
}
p {
  font-size:20px;
  margin-bottom:20px;
}
p strong {
  font-size:30px;
  color:#0E41BB;
  font-weight: 800;
}
p.changer {
  font-size: 30px;
  margin-top: 60px;
  font-weight: 800;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.narrow {
  width: min(900px, calc(100% - 40px));
}
.dark-section {
  background-color: var(--navy);
}
.section-inner {width:1200px;margin:0 auto;}
.header-inner{width:1280px;margin:auto;padding:10px 24px;display: flex;justify-content: space-between;align-items: center;}
.logo{width: 200px;}
.logo img {width: 100%;}
.label{display:inline-block;background:#fff;color:#111;padding:14px 0 14px 14px;font-weight:700;font-size:18px;line-height:1.4;position:relative;}
.label::before {content: "";position: absolute;inset: 0;padding: 3px;background: linear-gradient(90deg,#918027 0%,#EADC95 50%,#928127 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.label span{background: linear-gradient(
  90deg,
  #918027 0%,
  #EADC95 50%,
  #928127 100%
);padding:15px 17px;margin-left:6px}

.hero {
  padding: 60px 0;
  background-image: url(/assets/img/solution_prj/prj3_hero_people.png);
  background-size: contain;
  background-position: bottom;
  background-position: right;
  background-repeat: no-repeat;
}
.eyebrow {
  color: var(--navy);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.6;
}
.eyebrow span{
  color: var(--navy);
  font-size: 48px;
  border-bottom: dotted 8px var(--navy);
  padding-bottom: 8px;
  margin-left: -18px;
}
h1 {
  font-size:88px;
  color: var(--yellow);
  font-weight: 800;
}
h1 span{
  color: var(--navy);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.6;
}
.hero .lead {
  margin: 0;
  max-width: 620px;
  color: #000;
  font-weight: 400;
  text-align:left;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 32px;
  border-radius: 999px;
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #1d76ee, #004eb9);
  box-shadow: 0 14px 28px rgba(0, 86, 190, .22);
}
.section {
  padding: 78px 0;
  text-align:center;
}
.light {
  background: var(--pale);
}
.white {
  background: var(--white);
}
.intro {
  background: var(--pale);
  text-align: center;
}
.comment {
  background:#fff;
  padding:20px 35px; 
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 80px;
}
.comment p{
  text-align:left;
  font-size:16px;
  margin-bottom:5px;
}
.small-title {
  margin: 0 0 4px;
  color: var(--blue);
  font-weight: 800;
}

h2.section-title {
  font-size:40px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .03em;
  border-bottom: dotted 8px var(--navy);
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
}
.intro h2.section-title strong{
  font-size:50px;
  color:#0E41BB;
}
h2.section-title.white {
  background-color: transparent;
  color:#ffffff;
  font-size:40px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .03em;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  border-bottom:none;
}
h2.section-title.white span {
  font-size:50px;
  color: var(--yellow);
}
h3.section-title {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  margin-top: 60px;
}
.customer-gokai {
  width:1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  gap: 24px;
  align-items: center;
  margin-top:30px;
}
.customer-gokai-item {
  padding: 20px 20px 30px 20px;
  background-color: #fff;
}
.customer-gokai-item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-gokai span {
  display: inline-block;
  width: 100%;
  height: 82px;
  background: #0e41bb;
  clip-path: polygon(0 15.9%, 60.6% 15.9%, 60.6% 0, 100% 50%, 60.6% 100%, 60.6% 84.1%, 0 84.1%);
  position: relative;
}
.customer-gokai span::before {
  content: "実際は…";
  color: #fff;
  font-size: 24px;
  top: 19px;
  left: 5px;
  position: absolute;
}
.comparison {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  align-items: center;
  gap: 24px;
}

.bubble-card,
.case-card,
.belief-grid article {
  border: 2px solid #0D49D1;
  border-radius: 8px;
  background: var(--white);
}
.case-card h3 {
  margin: 0 0 16px;
  color: #0D43C7;
  font-size: 24px;
  line-height: 1.45;text-align:left;
  font-weight: 600;
}
.speech-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.speech-row span {
  display: inline-flex;
  padding: 9px 14px;
  border: 2px solid #b8cef5;
  border-radius: 999px;
  color: #315078;
  font-weight: 800;
  background: #f7fbff;
}

.arrow {
  display: grid;
  place-items: center;
  height: 50px;
  color: var(--white);
  font-weight: 900;
  background: var(--blue);
  clip-path: polygon(0 0, 78% 0, 100% 50%, 78% 100%, 0 100%, 18% 50%);
}

.center-copy,
.lead {
  margin: 36px auto 0;
  text-align: center;
  color: #3e4b6d;
  font-weight: 700;
}

.center-copy.strong {
  color: #174fb5;
  font-size: 20px;
}
.check-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 32px;
  background:#fff;
  outline: 3px solid rgb(255, 213, 51);
  outline-offset: -15px;
}
.check-box ul li {
  color:var(--navy);
  font-size :16px;
}

.check-box ul,
.download-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-box li,
.download-list li {
  position: relative;
  margin: 0 0 32px;
  padding-left: 40px;
  font-weight: 800;
}
.check-box li:last-child {
  margin-bottom:0;
}

.check-box li::before,
.download-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  color: var(--white);
  background: #0E41BB;
  font-size: 23px;
  line-height: 1;
}
.dark-section p.summary {
  color:#fff;
  font-size: 22px;
  text-align: center;
  margin-top: 40px;
}
.dark-section p.summary strong{
  font-size: 40px;
  color: var(--yellow);
  border-bottom: 8px dotted var(--yellow);
  padding-bottom: 8px;
}
.light p.summary {
  color:#000;
  font-size: 22px;
  text-align: center;
  margin-top: 40px;
}
.light p.summary strong{
  font-size: 40px;
  color: #0D49D1;
  border-bottom: 8px dotted #0D49D1;
  padding-bottom: 8px;
}
.one-column-img {
  width:580px;
  margin:30px auto;
}
.mind-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 24px;
  max-width: 620px;
  min-height: 330px;
  margin: 30px auto 0;
  padding: 22px;
}

.mind-map .person {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
}

.mind-map span {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 14px;
  border: 3px solid #b8cef5;
  border-radius: 999px;
  color: #315078;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  background: var(--white);
}
.circle-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 24px;
  max-width: 640px;
  margin: 34px auto 30px;
}

.circle-card {
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 28px;
  border: 3px solid #9fc4ff;
  border-radius: 50%;
  color: var(--navy);
  text-align: center;
  background: var(--white);
}

.circle-card b {
  display: block;
  color: var(--blue);
  font-size: 22px;
}

.circle-card span {
  display: block;
  font-weight: 800;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 100px;
}

.case-card {
  padding: 24px;
}

.case-card p {
  margin: 0;
  text-align: left;
}

.case-illust {
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
  background: linear-gradient(180deg, #eef5ff, #fff);
  border: 1px solid var(--line);
}
.belief-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom:30px;
}

.belief-grid article {
  position: relative;
  padding: 25px 20px;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  align-items: center;
}
.belief-grid-text {display: grid;gap: 10px;justify-items: center;}
.belief-grid b {
  font-size: 20px;
  text-align:left;
  font-weight: 800;
}
.belief-grid b span{
  color: #174fb5;
  font-size: 30px;
  text-align: left;
  border-bottom: 3px solid var(--yellow);
  padding-bottom: 5px;
}
span.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 31px solid transparent;
  border-left: 31px solid transparent;
  border-top: 20px solid #0d49d1;
  border-bottom: 0;
}
.belief-grid p {
  margin: 6px 0 0;
  color: #53617a;
  font-weight: 800;
  text-align:left;
  font-weight: 800;
}
.belief-grid p span{
  display: inline-block;
  color: #174fb5;
  font-size: 25px;
  text-align:left;
}

.steps {
  display: grid;
  gap: 18px;
  justify-items: center;
  max-width: 920px;
  margin: 0 auto;
}
.steps span {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 110px solid transparent;
  border-left: 110px solid transparent;
  border-top: 36px solid #0d43c7;
  border-bottom: 0;
}
.step-card {
  padding: 26px 32px;
  border-radius: 8px;
  background: var(--white);
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 18px;
}
.step-card h3 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 800;
  text-align: left;
  border-bottom:3px solid var(--yellow)
}
.step-card p.serif {
  margin: 0;
  color: #000000;
  font-weight: 700;
  font-size:24px;
  text-align: left;
}
.step-card p {
  margin: 0;
  color: #000000;
  font-weight: 400;
  font-size:20px;
  text-align: left;
}

.download {
  padding-bottom: 92px;
}

.download .section-title span {
  color: var(--yellow);
}

.download-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
  color: var(--text);
}

.hs-button {
  font-size:18px;
  white-space: nowrap;
}

.download-list li{
  text-align: left;
}
.download-list p {
  margin: 0 0 16px;
  color: #174fb5;
  font-size: 20px;
  font-weight: 900;
}

.form-placeholder {
  display: grid;
  place-items: center;
  min-height: 390px;
  color: #4d5364;
  font-size: 28px;
  font-weight: 800;
  background: #e9e9e9;
}

.about {
  background: var(--pale);
}

.about-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  align-items: center;
  padding: 38px;
  border-radius: 8px;
  background: var(--white);
}

.logo-large {
  font-size: 26px;
}

.about-card p { 
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}
.about-card .client_logo {
  display:grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
}
footer{background:#07377f;color:#fff;font-size:12px;padding:16px 0}

.footer{background: #1d4381;padding: 20px 0;}
.footer-inner{width: 96%;max-width: 1280px;margin: 0 auto;display: flex;justify-content: space-between;}
.footer-inner ul {display: flex;}
.footer-inner ul li{color: #ffffff;font-size: 14px;margin-right: 16px;}
.footer-inner ul li a:visited{color: #ffffff;}
@media (min-width: 600px) {
  .sp {display:none;}
}
@media (max-width: 600px) {
  .inner{padding:0 18px;width: 100%;}
  .header-inner{width:100%;flex-direction:column;}
  .logo{padding:5px;margin-bottom:10px;}
  .label,.item {border-right: none;border-bottom: 1px solid #ddd;}
  .label{font-size:14px;}
  .container,.narrow {
    width: 90%;
    margin: 0 auto;
  }
  .hero-grid,
  .comparison,
  .check-box,
  .case-grid,
  .belief-grid,
  .download-panel,
  .about-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 10px;
  }

  .hero-visual {
    min-height: 330px;
  }
  .office-window {
    width: 120px;
    height: 210px;
  }

  .person-main {
    right: 46px;
    transform: scale(1.25);
  }

  .person-side {
    left: 72px;
    transform: scale(.9);
  }

  .arrow {
    width: 120px;
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .section {
    padding: 58px 0;
  .customer-gokai {width:90%;grid-template-columns:auto;grid-auto-flow: low;}
  .customer-gokai h3 {font-size:20px;}
  .customer-gokai span {
    display: inline-block;
    width: 179.8px;
    height: 86px;
    background: #0e41bb;
    clip-path: polygon(0 34.7%, 19.4% 34.7%, 19.4% 0, 80.6% 0, 80.6% 34.7%, 100% 34.7%, 50% 100%);
    position: relative;margin: 0 auto;
  }
  .customer-gokai span::before {
    left: 44px;
  }
  .profile-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .check-box,
  .download-panel,
  .about-card {
    padding: 24px;
  }

  .circle-grid,
  .mind-map {
    grid-template-columns: 1fr;
  }

  .mind-map .person {
    display: none;
  }

  .circle-card {
    min-height: 136px;
    border-radius: 24px;
  }

  .step-card {
    padding: 24px;
  }

  .step-card::before {
    display: none;
  }

  .form-placeholder {
    min-height: 280px;
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  p {font-size:18px;text-align:left;}
  p strong {font-size:20px;text-align:center}
  p.changer {font-size: 20px;text-align: center;}
  .eyebrow {font-size:28px;margin-bottom:0;}
  .eyebrow span {
      font-size: 38px;
      margin-left: 0;
  }
  .hero {padding:20px 0 150px 0;background-position:right bottom;}
  .hero h1 {
    font-size: 54px;
  }

  .hero h1 span {
    font-size: 28px;
  }

  .hero-visual {
    min-height: 270px;
  }
  .comment {grid-auto-flow: row;grid-template-columns: auto;justify-items: center;}
  .meeting-table {
    left: 34px;
    right: 34px;
    bottom: 34px;
  }

  .person-main {
    right: 38px;
    bottom: 88px;
    transform: scale(1);
  }

  .person-side {
    left: 38px;
    bottom: 82px;
    transform: scale(.72);
  }

  .vertical-badge {
    right: 4px;
    bottom: 44px;
  }

  .section-title,
  .intro h2 {
    font-size: 20px;
  }
  h2.section-title {font-size:32px;}
  h2.section-title.white {font-size:24px;}
  h2.section-title.white span {font-size:32px;}
  h3.section-title {font-size:24px;}
  .check-box ul li {text-align: left;}
  .one-column-img {width:100%;}
  .light p.summary strong {font-size:32px;}
  .step-card {grid-template-columns: auto;}
  .step-card img {width:40%;margin: 0 auto;}
  .step-card h3 {font-size:26px;}
  .step-card p.serif {font-size:22px;}
  .about-card .client_logo {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: auto;
    gap: 30px;}
  .about-card .client_logo img {width:80%;margin: 0 auto;}
  .footer{margin-bottom:100px;}
}
}