@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* タブレット */
/* PC:最低幅 */
/* PC:中幅 */
/* PC:大幅 */
/* PC:VW基準*/
/* PC:%基準*/
/* PC:大幅VW基準*/
/* PC:大幅%基準*/
/* PC:中幅VW基準*/
/* PC:中幅%基準*/
/* PC:px基準*/
/* タブレットpx基準 */
/* タブレット%基準 */
/* スマートフォンvw基準 */
/* スマートフォン%基準 */
.page_title_wrap {
  margin-bottom: 0;
}

.solution .index_lttl {
  margin: 0 0 7rem;
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.15;
  text-align: center;
}
@media (max-width: 767px) {
  .solution .index_lttl {
    margin-bottom: 9.375vw;
    font-size: 5.625vw;
  }
}
.solution .index_solution {
  margin: 0;
  padding: 11rem 0 12rem;
  background: #edfafd;
}
@media (max-width: 767px) {
  .solution .index_solution {
    padding: 10.9375vw 0 10.9375vw;
  }
}
@media (max-width: 767px) {
  .solution .index_solution .inner {
    padding: 0;
  }
}
.solution .index_solution .index_lttl {
  color: #145bad;
}
@media (max-width: 767px) {
  .solution .index_solution .index_lttl {
    margin-bottom: 7.8125vw;
    letter-spacing: 0.1em;
  }
}
.solution .index_solution .index_lttl em {
  display: inline-block;
  position: relative;
}
.solution .index_solution .index_lttl em::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 1rem;
  width: 100%;
  background: rgb(252, 238, 33);
  z-index: 0;
  mix-blend-mode: multiply;
}
.solution .index_solution .index_btn {
  width: 74rem;
  margin: -3rem auto 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .solution .index_solution .index_btn {
    width: 80%;
    margin-top: 0;
  }
}
.solution .index_solution .index_btn::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco01.svg) no-repeat center center;
  background-size: contain;
  width: 10rem;
  height: 8.5rem;
  top: -4rem;
  left: -5rem;
}
@media only screen and (max-width: 767px) {
  .solution .index_solution .index_btn::before {
    width: 15.625vw;
    height: 13.28125vw;
    top: -6.25vw;
    left: -7.8125vw;
  }
}
.solution .index_solution .index_btn a {
  background: #fcee21;
  border-radius: 100vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.5rem;
  padding: 0 3rem;
  font-size: 4rem;
  font-weight: 700;
  color: #145bad;
}
.solution .index_solution .index_btn a:hover {
  opacity: 1;
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .solution .index_solution .index_btn a {
    font-size: 4.6997389034vw;
    padding: 0 1.5625vw;
  }
}
.solution .index_solution p {
  text-align: center;
  width: 100%;
}
.solution .index_solution p img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .solution .index_solution p img {
    width: 90%;
    margin: 0 auto;
  }
}
.solution .case__list {
  margin-top: 6rem;
}
.solution .case__item {
  display: flex;
  border: 2px solid #145bad;
  background: #fff;
  padding: 4rem;
  gap: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .solution .case__item {
    flex-direction: column;
    padding: 6.25vw;
    gap: 4.6875vw;
  }
}
.solution .case__item + .case__item {
  margin-top: 5.3rem;
}
.solution .case__item-img {
  width: 34rem;
  height: 22.6rem;
}
@media only screen and (max-width: 767px) {
  .solution .case__item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 340/226;
  }
}
.solution .case__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution .case__item-body {
  flex: 1;
}
.solution .item__item {
  padding-top: 1.4rem;
  padding-left: 2.8rem;
}
.solution .item__item.-blue {
  border-radius: 12px;
  background: #edfafd;
  padding: 3rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .solution .item__item.-blue {
    padding: 4.6875vw 3.90625vw 2.34375vw 4.6875vw;
  }
}
.solution .item__item.-blue .-desc {
  background: #fcee21;
  position: relative;
}
.solution .item__item.-blue .-desc::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco01.svg) no-repeat center center;
  background-size: contain;
  width: 4.6rem;
  height: 4.6rem;
  top: -3rem;
  left: -3rem;
}
.solution .item__item.-blue .-title {
  color: #145bad;
}
.solution .item__item-title {
  letter-spacing: 0.05em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .solution .item__item-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.solution .item__item-title .-desc {
  color: #145bad;
  font-size: 1.6rem;
  line-height: 1.6;
  width: 9.6rem;
  border: 2px solid #145bad;
  padding: 0.2rem 0;
  background: #fff;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .solution .item__item-title .-desc {
    width: 12rem;
    font-size: 1.8rem;
  }
}
.solution .item__item-title .-desc::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco02.svg) no-repeat center center;
  background-size: contain;
  width: 2.7rem;
  height: 2.7rem;
  top: -1.5rem;
  left: -2.7rem;
}
.solution .item__item-title .-title {
  color: #1f1713;
  font-size: 2.4rem;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .solution .item__item-title .-title {
    line-height: 1.3;
    font-size: 2.2rem;
    letter-spacing: normal;
  }
}
.solution .item__item-text {
  line-height: 1.6;
  letter-spacing: 0.05em;
}/*# sourceMappingURL=solution.css.map */