@charset "UTF-8";
.solution {
  margin: 128px auto 313px;
}

@media screen and (max-width: 768px) {
  .solution {
    margin: 55px auto 225px;
  }
}

.solution .solution-wrap {
  width: 100%;
  max-width: 1204px;
  margin: 0 auto;
  padding: 0 20px;
}

.solution h2 {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0 0 27px;
  font-size: 2.5em;
  line-height: 1.5;
  text-align: center;
}

.solution h2::before,
.solution h2::after {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 3px;
  content: "";
  transform: translateX(-50%);
}

.solution h2::before {
  left: calc(50% - 15px);
  background-color: var(--main-color-orange);
}

.solution h2::after {
  left: calc(50% + 15px);
  background: var(--gradient-blue);
}

@media screen and (max-width: 768px) {
  .solution h2 {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    padding: 0 0 20px;
    font-size: 2em;
  }

  .solution h2 span {
    display: block;
    font-size: 0.625em;
  }

  .solution h2::before,
  .solution h2::after {
    width: 20px;
    height: 2px;
  }

  .solution h2::before {
    left: calc(50% - 10px);
  }

  .solution h2::after {
    left: calc(50% + 10px);
  }
}

.solution .strengths ol {
  display: flex;
  flex-direction: column;
  row-gap: 98px;
  margin: 94px auto 0;
  padding: 0;
}

.solution .strengths ol li {
  display: flex;
  align-items: center;
  column-gap: 62px;
}

.solution .strengths ol li figure {
  width: 41%;
}

.solution .strengths ol li figure.has-border {
  border: 1px solid var(--main-color-gray);
}

.solution .strengths ol li figure img {
  width: 100%;
}

.solution .strengths ol li .strengths-text {
  flex: 1;
}

.solution .strengths ol li .strengths-label {
  margin: 0;
  font-size: 0.75em;
  font-weight: 700;
}

.solution .strengths ol li h3 {
  margin: 12px 0 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
}

.solution .strengths ol li h3 b {
  background: var(--gradient-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.solution .strengths ol li .strengths-desc {
  margin: 32px 0 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .solution .strengths ol {
    row-gap: 52px;
    margin: 48px auto 0;
  }

  .solution .strengths ol li {
    flex-direction: column-reverse;
    row-gap: 36px;
  }

  .solution .strengths ol li figure {
    width: 100%;
  }

  .solution .strengths ol li .strengths-text {
    flex: 1;
  }

  .solution .strengths ol li .strengths-label {
    font-size: 0.625em;
  }

  .solution .strengths ol li h3 {
    margin: 8px 0 0;
    font-size: 1.5em;
  }

  .solution .strengths ol li .strengths-desc {
    margin: 16px 0 0;
    font-size: 0.9375em;
  }
}

.solution .solver {
  position: relative;
  margin: 120px auto 0;
  padding: 82px 20px 104px;
  border-radius: 16px;
  background-color: #edf3f7;
}

.solution .solver::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  max-width: 482px;
  height: auto;
  aspect-ratio: 241 / 160;
  background: url(/assets/images/solution/deco_solver01.png) center center / cover no-repeat;
  content: "";
}

.solution .solver::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  max-width: 350px;
  height: auto;
  aspect-ratio: 87 / 91;
  background: url(/assets/images/solution/deco_solver02.png) center center / cover no-repeat;
  content: "";
}

.solution .solver ul {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  width: 100%;
  max-width: 920px;
  margin: 80px auto 0;
  padding: 0;
}

.solution .solver ul li {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.solution .solver ul li figure {
  width: 88px;
  height: 88px;
}

.solution .solver ul li figure img {
  width: 100%;
}

.solution .solver ul li .solver-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.solution .solver ul li .solver-text h3 {
  font-size: 1.5em;
  line-height: 1.5;
}

.solution .solver ul li .solver-text p {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75;
}

.solution .solver > p {
  margin: 72px auto 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .solution .solver {
    margin: 64px auto 0;
    padding: 48px 24px 64px;
  }

  .solution .solver::before {
    width: 51%;
    aspect-ratio: 83 / 86;
    background: url(/assets/images/solution/deco_solver01_sp.png) center center / cover no-repeat;
  }

  .solution .solver::after {
    width: 47%;
    aspect-ratio: 15 / 13;
    background: url(/assets/images/solution/deco_solver02_sp.png) center center / cover no-repeat;
  }

  .solution .solver ul {
    row-gap: 37px;
    margin: 44px auto 0;
  }

  .solution .solver ul li {
    position: relative;
  }

  .solution .solver ul li figure {
    width: 48px;
    height: 48px;
  }

  .solution .solver ul li .solver-text {
    row-gap: 16px;
  }

  .solution .solver ul li .solver-text .solver-title {
    display: flex;
    align-items: center;
    column-gap: 12px;
  }

  .solution .solver ul li .solver-text h3 {
    flex: 1;
    font-size: 1.125em;
  }

  .solution .solver ul li .solver-text p {
    font-size: 0.9375em;
  }

  .solution .solver > p {
    margin: 32px auto 0;
    font-size: 0.9375em;
    text-align: left;
  }
}

.related-links {
  display: flex;
  column-gap: 70px;
  margin: 96px auto 0;
}

.related-links .related-link {
  position: relative;
  width: calc(50% - 35px);
  padding-bottom: 29px;
  border-bottom: 1px solid #dfdfdf;
}

.related-links .related-link::after {
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--main-color-black);
  transition: all 0.4s ease;
  content: "";
}

.related-links .related-link:has(a:hover)::after {
  width: 100%;
}

.related-links .related-link a {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 40px;
  color: #222;
  text-decoration: none;
}

.related-links .related-link a::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #2e3747 0%, #0b0e14 100%);
  transform: translateY(-50%);
  content: "";
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.related-links .related-link a::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 16px;
  height: 16px;
  background: url(/assets/images/icon_arrow.svg) center center / cover no-repeat;
  transform: translateY(-50%);
  content: "";
}

.related-links .related-link a:hover::before {
  transform: translateY(-50%) scale(1.72);
}

.related-links .related-link a:hover::after {
  animation: slide-arrow-right 0.3s ease-in-out;
}

.related-links .related-link a figure {
  width: 26%;
}

.related-links .related-link a figure img {
  width: 100%;
}

.related-links .related-link a .related-link-text {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  flex: 1;
}

.related-links .related-link a .related-link-en {
  margin: 0;
  font-size: 0.625em;
  font-weight: 700;
  background: var(--gradient-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.related-links .related-link a .related-link-ja {
  margin: 0;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .related-links {
    flex-direction: column;
    row-gap: 24px;
    margin: 56px auto 0;
  }

  .related-links .related-link {
    width: 100%;
    padding-bottom: 20px;
  }

  .related-links .related-link a {
    column-gap: 20px;
  }

  .related-links .related-link a::before {
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
  }

  .related-links .related-link a::after {
    right: 5px;
    width: 11px;
    height: 11px;
  }

  .related-links .related-link a figure {
    width: 28%;
  }

  .related-links .related-link a .related-link-text {
    row-gap: 4px;
  }

  .related-links .related-link a .related-link-ja {
    font-size: 1.25em;
  }
}
