.pc{display: none;}
.sp{display: inherit;}

body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  background: #fff;
  color: #222;
  line-height: 1.6;
}
header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 0;
}
.header-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 10px 6px;
}
.logo {
  font-size: 1.13rem;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 4px;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px 16px;
  padding: 0;
  margin: 0;
}
nav li a {
  color: #222;
  text-decoration: none;
  font-size: 0.91rem;
}

.kv {
  background: url(img/sp-top.png);
  background-size: cover;
  background-position: center;
  height: 34vh;
  text-align: center;
  padding: 60px 0 50px;
  margin-bottom: 30px;
}
.kv-logo {
  width: 75px;
  margin-bottom: 13px;
}
.kv-copy {
  font-size: 1.06rem;
  margin: 0;
  line-height: 1.7;
}

main {
  padding: 0 6px;
  text-align: center;
}
#business h2, #strength h2, #about h2 {
  font-size: 1.3rem;
  margin: 2rem auto 2rem;
  letter-spacing: 0.02em;
  border-bottom: 5px solid;
  border-image: url(img/line.png) 100;
  display: inline-block;
  padding-bottom: 3px;
}
.business-list {
  margin-bottom: 18px;
  overflow: scroll;
}
.business-item {
  width: 70%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(30, 45, 110, 0.06);
  text-align: center;
  padding: 12px 5px 17px;
  box-sizing: border-box;
}
.business-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 6px;
}
.business-item h3 {
  font-size: 1.01rem;
  font-weight: bold;
  margin: 8px 0 5px;
}
.business-item p {
  font-size: 0.89rem;
  color: #222;
}
.cta {
  text-align: center;
  margin-bottom: 20px;
}
.cta a {
  display: inline-block;
  background: url(img/bt_back.png);
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 4.2vw;
  font-weight: bold;
  width: 95vw;
  padding: 5vw;
  box-sizing: border-box;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0px 13px 7px -5px #777777;
  border-radius: 10px;
  margin: 2rem 0 4rem;
}
.cta a:hover {
  opacity:0.6;
}

#strength {
  background: #0b56a0;
  color: #fff;
  padding: 24px 0 22px;
  margin-bottom: 0;
}
#strength h2 {
  color: #fff;
  border-color: #fff;
  margin-top: 0;
}
.strength-list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.strength-item {
  text-align: center;
  margin-bottom: 20px;
}
.strength-item .icon {
  height: 50px;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon.info { background-image: url('img/info_ico.png'); }
.icon.deep { background-image: url('img/deep_ico.png'); }
.icon.plan { background-image: url('img/plan_ico.png'); }
.icon.speed { background-image: url('img/speed_ico.png'); }
.icon.knowledge { background-image: url('img/knowledge_ico.png'); }

.strength-item h3 {
  font-size: 0.96rem;
  margin: 0 0 20px;
}
.strength-item p {
  font-size: 0.86rem;
  margin: 0;
  line-height: 1.5;
}

.about-table {
  margin: -20px auto 100px;
}
.about-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
  border: 1px solid #2574bd;
}
.about-table th, .about-table td {
  padding: 8px 7px;
  text-align: left;
  vertical-align: top;
}
.about-table th {
  background: #2474bd;
  color: #fff;
  width: 110px;
  font-weight: bold;
}
.about-table tr:not(:last-child) td, .about-table tr:not(:last-child) th {
}
.about-table td {
  color: #0e2255;
}

footer {
  background: #14246e;
  color: #fff;
  text-align: center;
  padding: 12px 0 6px;
  margin-top: 20px;
  font-size: 0.90rem;
}
