#floating-banner {
  display: none;
}

.header {
  justify-content: flex-end;
  background-color: transparent;
  box-shadow: none;
}

.lead02 .container-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lead02 .container-flex>div {
    width: 49%;
}

.lead02 .container-flex .text .func-sub-title {
    margin-bottom: 1rem;
}

.lead02 .container-flex .text h2 {
    margin-bottom: 1.5rem;
}

.lead02 h2.primary {
  font-size: 4rem;
  margin-bottom: 53px;
}

.lead02 h2.secondary {
    font-size: 3rem;
    line-height: 1.5;
    text-align: left;
}

.index .secondary span {
    border-bottom: 0 !important;
}

.bg-deep-dark-blue {
    background-color: rgba(0, 56, 148, 0.17);
}

.l-footer .footer-logo {
  justify-content: center;
}

.b-footer {
  display: flex;
  justify-content: center;
}

.specialist-contents ul li {
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
}

.service-video {
  margin-top: 0;
}

.w700 {
  max-width: 700px;
  margin: 0 auto;
}

.index .questions .container-flex dl {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
    .lead02 .lead {
        padding: 5rem 3rem;
    }
    .lead02 .lead h2 {
        font-size: 2.4rem;
    }
}


.voice-card {
  display: flex;
  gap: 48px;
  background: #fff;
  border-radius: 12px;
  padding: 3rem !important;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
}

.voice-profile {
  width: 200px;
  flex-shrink: 0;
}

.voice-img img {
  width: 100%;
  display: block;
}

.voice-logo {
  margin-top: 16px;
}

.voice-logo img {
  max-width: 180px;
}

.voice-company {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.voice-name {
  margin-top: 4px;
  font-size: 14px;
}

.voice-content {
  flex: 1;
  position: relative;
}

.voice-content h3 {
  color: #00a8e8;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #00a8e8;
  margin-bottom: 18px;
}

.voice-content p {
  font-size: 16px;
  line-height: 2;
  color: #616161;
}

.text-right {
  text-align: right;
}

.voice-tag {
  display: inline-block;
  background: #dff5ff;
  color: #00a8e8;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 999px;
  margin-top: 30px;
}

.voice-tag::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 50%;
  background: #00a8e8;
  color: #fff;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .voice-card {
    display: block;
    padding: 24px;
  }

  .voice-profile {
    width: 100%;
    margin-bottom: 28px;
  }

  .voice-content h3 {
    font-size: 21px;
  }

  .voice-content p {
    font-size: 15px;
    line-height: 1.9;
  }

  .voice-tag {
    position: static;
    display: inline-block;
    margin-top: 24px;
    font-size: 14px;
  }
}

.w800 {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem;
  border-radius: 4px;
}

.content-cv h3 {
  text-align: center;
  margin-bottom: 1rem;
}

.content-cv .btns {
  margin-bottom: 30px;
}

.contact-area a {
  font-size: 18px;
  font-weight: bold;
}

.contact-area a svg {
  width: 14px;
}

.contact-area  a svg path {
  fill:#003894;
}

.content-cv > p {
  text-align: center;
}
.contact-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.main-title {
  text-align: center;
  margin-bottom: 50px;
}

.main-title span {
  display: table;
  margin: 0 auto 18px;
  padding: 10px 28px;
  background: #004098;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
  box-shadow: 6px 6px 0 #b7c8e6;
}

@media (max-width: 767px) {
  .main-title span {
    font-size: 28px;
    padding: 8px 18px;
  }
  .btns .btn:first-child {
    margin-bottom: 0;
  }
  .btns .btn a {
    width: 100%;
  }
  .lead02 .container-flex>div {
    width: 100%;
  }
  .index .lead02, .index .voice {
    padding: 5rem  2rem;
  }
  .lead02 .container-flex>.text {
    margin-bottom: 30px;
  }
  .voice-img img {
    width: 60%;
    margin: 0 auto;
  }
  .header-submenu {
    display: block;
    width: 100%;
  }
  .header-submenu ul li {
    width: 50%
  }
  .header-submenu ul li a {
    padding: 1.5rem 0;
    justify-content: center;
  }
}