@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) {
  .intro {
    margin-top: 9.5rem;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    margin-top: 6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .intro h3 + p {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .intro h3 + p {
    margin-top: 5rem;
  }
}
.intro h3 {
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #1E1E1E;
}
@media screen and (min-width: 769px) {
  .intro h3 {
    text-align: center;
    font-size: 3.5rem;
    line-height: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .intro h3 {
    font-size: 3.9rem;
    line-height: 6.1rem;
  }
}
@media screen and (min-width: 769px) {
  .intro p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .intro p {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .tab {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .tab {
    margin-top: 7rem;
  }
}

.tab_switch {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
  justify-content: space-between;
}
.tab_switch > label {
  flex: 1 1 auto;
  order: -1;
  display: grid;
  place-content: center;
  background-color: #B4BEBE;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .tab_switch > label {
    width: 29.8rem;
    height: 10rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .tab_switch > label {
    margin-top: 0.2rem;
    width: 21.4rem;
    height: 16.4rem;
    font-size: 3rem;
    line-height: 4.2rem;
  }
}
.tab_switch > label:hover, .tab_switch > label:has(:checked) {
  background-color: #0A64B4;
}
.tab_switch > label:has(:checked) + .tab_cont {
  display: block;
}
.tab_switch > label input {
  display: none;
}

.tab_cont {
  width: 100%;
  display: none;
  background-color: #0A64B4;
}
@media screen and (min-width: 769px) {
  .tab_cont {
    padding: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .tab_cont {
    padding: 4rem;
  }
}

.tab_menu {
  display: grid;
}
@media screen and (min-width: 769px) {
  .tab_menu {
    grid-template-columns: repeat(4, 25rem);
    gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .tab_menu {
    grid-template-columns: repeat(2, 27.6rem);
    gap: 2.5rem;
  }
}
.tab_menu li {
  display: grid;
  place-content: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 1rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #0A64B4;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .tab_menu li {
    height: 8.4rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .tab_menu li {
    height: 12rem;
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
}
.tab_menu li.is-current {
  background-color: #0A64B4;
  color: #fff;
}
@media (any-hover: hover) {
  .tab_menu li:hover {
    background-color: #0A64B4;
    color: #fff;
  }
}

@media screen and (min-width: 769px) {
  .explanation {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .explanation {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .explanation .tab_tag_items {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .explanation .tab_tag_items {
    margin-top: 1.5rem;
  }
}
.explanation p {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .explanation p {
    font-size: 1.6rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .explanation p {
    font-size: 2.6rem;
  }
}

.tab_items {
  display: grid;
}
@media screen and (min-width: 769px) {
  .tab_items {
    margin-top: 9rem;
    grid-template-columns: repeat(3, auto);
    -moz-column-gap: 6rem;
         column-gap: 6rem;
    row-gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .tab_items {
    margin-top: 6rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    row-gap: 9rem;
  }
}
@media (any-hover: hover) {
  .tab_items a:hover .tab_item_img img {
    transition: all 0.4s ease;
    transform: scale(1.05);
  }
  .tab_items a:hover .tab_item_ttl > h4 {
    text-decoration: underline;
    color: #0A64B4;
  }
  .tab_items a:hover .tab_item_txt > p {
    text-decoration: underline;
    color: #0A64B4;
  }
}

.tab_item_img {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .tab_item_img {
    border-radius: 1rem;
  }
}
.tab_item_img img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .tab_item_img img {
    border-radius: 1rem;
    transition: all 0.4s ease;
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .tab_item_img img {
    border-radius: 2.2rem;
  }
}
.tab_item_img.icon_nt::before {
  content: "";
  background-image: url(../img/solution/icon_nt.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@media screen and (min-width: 769px) {
  .tab_item_img.icon_nt::before {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .tab_item_img.icon_nt::before {
    width: 4.6rem;
    height: 4.6rem;
  }
}

@media screen and (min-width: 769px) {
  .tab_item_ttl {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .tab_item_ttl {
    margin-top: 3rem;
  }
}
.tab_item_ttl h4 {
  font-weight: 500;
  color: #282828;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .tab_item_ttl h4 {
    font-size: 2.1rem;
    line-height: calc(1.5714285714 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width: 768px) {
  .tab_item_ttl h4 {
    font-size: 3.2rem;
    line-height: calc(1.6551724138 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}

.tab_item_txt {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .tab_item_txt {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .tab_item_txt {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .tab_item_txt p {
    font-size: 1.5rem;
    line-height: calc(1.7857142857 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width: 768px) {
  .tab_item_txt p {
    font-size: 2.5rem;
    line-height: calc(1.5 * 1em);
    margin-block: calc((1em - 1lh) / 2);
  }
}

.tab_tag_items {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .tab_tag_items {
    margin-top: 2rem;
    gap: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  .tab_tag_items {
    margin-top: 3rem;
    gap: 0.8em;
  }
}
.tab_tag_items .tag {
  border-radius: 0.6rem;
  font-family: YakuHanJP, "M PLUS 1p", sans-serif;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .tab_tag_items .tag {
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .tab_tag_items .tag {
    padding: 1.5rem 2rem;
    font-size: 2.4rem;
  }
}
.tab_tag_items .tag.gray {
  background-color: #64788C;
}
.tab_tag_items .tag.yellow {
  background-color: #f8aa00;
}
.tab_tag_items .tag.green {
  background-color: #46a55a;
}
.tab_tag_items .tag.orange {
  background-color: #F07D1E;
}

@media screen and (min-width: 769px) {
  .solution {
    margin: 14rem 0 17.5rem;
  }
}
@media screen and (max-width: 768px) {
  .solution {
    margin: 15.5rem 0 15rem;
  }
}

.sec_ttl {
  font-weight: 500;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sec_ttl {
    font-size: 3.5rem;
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 4.4rem;
    width: 65rem;
  }
}

@media screen and (min-width: 769px) {
  .solution_cont {
    margin: 4rem calc(50% - 50vw) 0;
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .solution_cont {
    margin-top: 4rem;
  }
}

.solution_list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .solution_list {
    grid-template-columns: repeat(4, auto);
  }
}
@media screen and (max-width: 768px) {
  .solution_list {
    grid-template-columns: 1fr;
  }
}
.solution_list > li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.solution_list > li a img {
  transition: all 0.4s ease;
}
.solution_list > li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.35);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}
@media (any-hover: hover) {
  .solution_list > li a:hover img {
    transition: all 0.4s ease;
    transform: scale(1.05);
  }
  .solution_list > li a:hover::after {
    background-color: rgba(26, 26, 26, 0.7);
    transition: all 0.4s ease;
  }
}
.solution_list > li .hov img {
  transition: all 0.4s ease;
  transform: scale(1);
}
.solution_list > li p {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  color: #fff;
  letter-spacing: 0.03em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .solution_list > li p {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .solution_list > li p {
    font-size: 4rem;
  }
}/*# sourceMappingURL=solution.css.map */