@media screen and (min-width: 769px) {
  .hero_wrap {
    background-image: url(../img/solution/kv_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .hero_wrap {
    background-image: url(../img/solution/kv_sp.jpg);
  }
}

@media screen and (min-width: 769px) {
  .breadcrumbs {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .child .container {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .child .container {
    margin: 0 auto 15rem;
  }
}

@media screen and (min-width: 769px) {
  .category {
    width: 110rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .category {
    margin: 0 auto;
  }
}
.category .category_inner {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .category .category_inner {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
}
.category .category_inner .ttl {
  background: #f0f2f4;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.category .category_inner .ttl .ttl_inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .category .category_inner .ttl .ttl_inner {
    width: 110rem;
    padding: 8rem 0;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .ttl .ttl_inner {
    width: 65rem;
    padding: 8rem 0;
    margin-bottom: 3rem;
  }
}
.category .category_inner .ttl h3 {
  font-weight: 500;
  color: #0A64B4;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .category .category_inner .ttl h3 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .ttl h3 {
    font-size: 4rem;
    line-height: 6.2rem;
  }
}
@media screen and (min-width: 769px) {
  .category .category_inner .client {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .client {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 769px) {
  .category .category_inner .client .figure_img {
    width: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .client .figure_img {
    width: 45rem;
    margin: 0 auto 2rem;
  }
}
@media screen and (min-width: 769px) {
  .category .category_inner .client .client_profile {
    width: 77rem;
  }
}
.category .category_inner .client .client_profile .client_name {
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .category .category_inner .client .client_profile .client_name {
    font-size: 2.1rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .client .client_profile .client_name {
    font-size: 3.4rem;
    padding-bottom: 3rem;
  }
}
.category .category_inner .client .client_profile dl {
  border-top: 1px solid #e6ebeb;
}
@media screen and (min-width: 769px) {
  .category .category_inner .client .client_profile dl {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .client .client_profile dl {
    padding: 2rem 0 2.5rem;
  }
}
.category .category_inner .client .client_profile dl:last-of-type {
  border-bottom: 1px solid #e6ebeb;
}
.category .category_inner .client .client_profile dt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .category .category_inner .client .client_profile dt {
    width: 13rem;
    margin-right: 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .client .client_profile dt {
    font-size: 2.6rem;
    padding-bottom: 0.8rem;
  }
}
.category .category_inner .client .client_profile .tab_tag_items {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .category .category_inner .client .client_profile .tab_tag_items {
    gap: 0.3em;
    padding: 1.4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .client .client_profile .tab_tag_items {
    gap: 0.2em;
  }
}
.category .category_inner .client .client_profile .tab_tag_items .tag {
  font-family: YakuHanJP, "M PLUS 1p", sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .category .category_inner .client .client_profile .tab_tag_items .tag {
    border-radius: 0.6rem;
    padding: 0.7rem 1.2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .client .client_profile .tab_tag_items .tag {
    border-radius: 1.2rem;
    padding: 1.2rem 1.8rem;
    font-size: 2.6rem;
  }
}
.category .category_inner .client .client_profile .tab_tag_items .tag.gray {
  background-color: #64788C;
}
.category .category_inner .client .client_profile .tab_tag_items .tag.yellow {
  background-color: #f8aa00;
}
.category .category_inner .client .client_profile .tab_tag_items .tag.green {
  background-color: #46a55a;
}
.category .category_inner .client .client_profile .tab_tag_items .tag.orange {
  background-color: #F07D1E;
}
@media screen and (min-width: 769px) {
  .category .category_inner .effect {
    margin-bottom: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .effect {
    margin-bottom: 6rem;
  }
}
.category .category_inner .effect .effect_ttl {
  background: #0A64B4;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .category .category_inner .effect .effect_ttl {
    font-size: 2.2rem;
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .effect .effect_ttl {
    font-size: 3.2rem;
    padding: 1.2rem 0;
  }
}
.category .category_inner .effect ul {
  background: #e6ebeb;
}
@media screen and (min-width: 769px) {
  .category .category_inner .effect ul {
    font-size: 1.8rem;
    line-height: 2.9rem;
    padding: 3.5rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .effect ul {
    font-size: 2.7rem;
    line-height: 4.3rem;
    padding: 4.5rem 4rem;
  }
}
.category .category_inner .effect ul li {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .category .category_inner .effect ul li {
    padding-bottom: 1rem;
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .effect ul li {
    padding-bottom: 2rem;
    padding-left: 1.4em;
  }
}
.category .category_inner .effect ul li sup {
  font-size: 60%;
}
.category .category_inner .effect ul li:last-of-type {
  padding-bottom: 0;
}
.category .category_inner .effect ul li:before {
  content: "";
  position: absolute;
  background-color: #0A64B4;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .category .category_inner .effect ul li:before {
    top: 0.3em;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .effect ul li:before {
    top: 0.3em;
    left: 0;
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .category .category_inner .interview_profile {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .interview_profile {
    display: grid;
  }
}
@media screen and (min-width: 769px) {
  .category .category_inner .interview_profile .figure_img {
    width: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .interview_profile .figure_img {
    margin: 4rem auto 0;
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .category .category_inner .interview_profile .figure_img img {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .interview_profile .figure_img img {
    border-radius: 2rem;
  }
}
.category .category_inner .interview_profile .answered {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .category .category_inner .interview_profile .answered {
    width: 70rem;
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .interview_profile .answered {
    font-size: 3rem;
    line-height: 4.8rem;
    order: 1;
  }
}
.category .category_inner .interview_profile .answered .answered_ttl {
  font-weight: 500;
  background: #0A64B4;
  color: #fff;
  border-radius: 100vmax;
}
@media screen and (min-width: 769px) {
  .category .category_inner .interview_profile .answered .answered_ttl {
    font-size: 1.7rem;
    line-height: 2.8rem;
    width: 40rem;
    padding: 1.2rem 2.4rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .interview_profile .answered .answered_ttl {
    font-size: 2.8rem;
    text-align: center;
    padding: 0.8rem 0;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .category .category_inner .interview_profile .answered_person + .answered_person {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category .category_inner .interview_profile .answered_person + .answered_person {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .interview {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .interview {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 769px) {
  .interview .txt_area + .txt_area {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .interview .txt_area + .txt_area {
    padding-top: 9rem;
  }
}
@media screen and (min-width: 769px) {
  .interview .figure_img + h2 {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .interview .figure_img + h2 {
    padding-top: 9rem;
  }
}
.interview h2 {
  font-weight: 500;
  color: #0A64B4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .interview h2 {
    font-size: 2.8rem;
    line-height: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .interview h2 {
    font-size: 3.8rem;
    line-height: 5.8rem;
  }
}
@media screen and (min-width: 769px) {
  .interview h2 + p {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview h2 + p {
    padding-top: 4rem;
  }
}
.interview p + p {
  text-align: justify;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .interview p + p {
    font-size: 1.6rem;
    line-height: 3rem;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview p + p {
    font-size: 2.6rem;
    line-height: 4.2rem;
    padding-top: 3.5rem;
  }
}

.impression {
  border: 1px solid #0A64B4;
}
@media screen and (min-width: 769px) {
  .impression {
    padding: 6rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .impression {
    padding: 6rem;
    margin-top: 10rem;
  }
}
.impression_ttl {
  font-weight: 500;
  color: #0A64B4;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #0A64B4;
}
@media screen and (min-width: 769px) {
  .impression_ttl {
    font-size: 2.8rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .impression_ttl {
    font-size: 3.4rem;
    line-height: 5.2rem;
    padding-bottom: 1.5rem;
  }
}
.impression p {
  text-align: justify;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .impression p {
    font-size: 1.6rem;
    line-height: 3rem;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .impression p {
    font-size: 2.6rem;
    line-height: 4.2rem;
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .impression p:first-of-type {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .impression p:first-of-type {
    padding-top: 4.5rem;
  }
}

.introduction {
  background: #ebf5fa;
}
@media screen and (min-width: 769px) {
  .introduction {
    padding: 7rem 8rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .introduction {
    padding: 8rem 5rem;
    margin-top: 8rem;
  }
}
.introduction .introduction_name {
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 769px) {
  .introduction .introduction_name {
    display: flex;
    align-items: center;
    padding-bottom: 1.2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .introduction .introduction_name {
    padding-bottom: 2rem;
    margin-bottom: 5rem;
  }
}
.introduction .introduction_name .sub_ttl {
  letter-spacing: 0.02em;
  background: #0A64B4;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .introduction .introduction_name .sub_ttl {
    font-size: 1.6rem;
    padding: 0.6rem 0.8rem;
    margin-right: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .introduction .introduction_name .sub_ttl {
    font-size: 2.2rem;
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
    width: 14rem;
    text-align: center;
  }
}
.introduction .introduction_name .company_name {
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .introduction .introduction_name .company_name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .introduction .introduction_name .company_name {
    font-size: 3.4rem;
    line-height: 5.4rem;
  }
}
.introduction .introduction_ttl {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #0A64B4;
}
@media screen and (min-width: 769px) {
  .introduction .introduction_ttl {
    font-size: 2.8rem;
    line-height: 4.4rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .introduction .introduction_ttl {
    font-size: 3.8rem;
    line-height: 5.8rem;
    padding-bottom: 3.5rem;
  }
}
.introduction p {
  letter-spacing: 0.02em;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .introduction p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .introduction p {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
}
.introduction p sup {
  font-size: 60%;
}
@media screen and (min-width: 769px) {
  .introduction .address {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .introduction .address {
    padding-top: 4rem;
  }
}
.introduction .url {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .introduction .figure_img {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .introduction .figure_img {
    padding-top: 5rem;
  }
}
.introduction .figure_img img {
  width: 100%;
}
.introduction .caption {
  text-align: right;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .introduction .caption {
    font-size: 1.2rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .introduction .caption {
    font-size: 2.2rem;
    padding-top: 3rem;
  }
}

.link {
  color: #0A64B4;
  text-decoration: underline;
}

a:hover {
  color: #2f7bbf;
}