@charset "UTF-8";
.head--sol {
  height: auto;
  padding-top: 7rem;
}
@media screen and (min-width: 768px) {
  .head--sol {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 1081px) {
  .head--sol {
    padding-top: 15rem;
  }
}

@media screen and (max-width: 767px) {
  .solution .sp-none {
    display: none;
  }
}
.solution .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .solution .sp-only {
    display: block;
  }
}
.solution .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.solution .ta-center {
  text-align: center;
}
.solution .ta-center img {
  display: inline-block;
}
.solution .pink {
  color: #C5206B !important;
}
.solution .pink::before {
  background-color: #C5206B !important;
}
.solution .container {
  max-width: calc(1100px + 8rem);
  margin: 0 auto;
  padding: 0 2rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .solution .container {
    padding: 0 4rem;
  }
}
.solution .section {
  padding-block: 4.7rem;
}
@media screen and (min-width: 768px) {
  .solution .section {
    padding-block: 13rem;
  }
}
.solution .section__footer-txt {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .solution .section__footer-txt {
    font-size: 4rem;
  }
}
.solution .section--pt-none {
  padding-top: 0;
}
.solution .section--purple {
  position: relative;
  background: #71296C;
  padding-bottom: 14rem;
}
.solution .section--purple::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 0px 0px 50vw;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .solution .section--purple::before {
    border-width: 120px 0px 0px 50vw;
  }
}
.solution .section--purple::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 50vw 0px 0px;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .solution .section--purple::after {
    border-width: 120px 50vw 0px 0px;
  }
}
.solution .section--purple .service-sec1 {
  margin-top: 0;
}
.solution .section--purple .service-cycle {
  background: #fff;
}
.solution .section--purple .service-title {
  color: #fff;
}
.solution .section--purple .txt {
  color: #fff;
}
.solution .section--bg {
  background: rgba(113, 41, 108, 0.1);
}
.solution .section--bg .service-sec1 {
  margin-top: 0;
}
.solution .section--contact {
  background: #71296C;
}
@media screen and (min-width: 768px) {
  .solution .section--contact {
    padding-block: 13.5rem 14rem;
  }
}
.solution .section--contact .service-sec1 {
  margin-top: 0;
  margin-bottom: 0;
}
.solution .section--contact .service-title {
  color: #fff;
}
.solution .section--contact .txt {
  color: #fff;
}
.solution .section--contact .strong {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .solution .section--contact .strong {
    font-size: 2rem;
  }
}
.solution .child-list {
  list-style: none;
  padding: 3.3rem 0;
}
@media screen and (min-width: 768px) {
  .solution .child-list {
    padding: 6.4rem 0;
  }
}
.solution .child-list li {
  padding: 5.5rem 0;
}
@media screen and (min-width: 768px) {
  .solution .child-list li {
    padding: 6rem 0;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 0 8rem;
  }
}
.solution .child-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.solution .child-list__title {
  display: block;
  text-align: center;
  color: #C5206B;
  font-size: 2.3rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .solution .child-list__title {
    font-size: 3.6rem;
    text-align: left;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 3rem;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.solution .child-list__num {
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 4rem;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
  paint-order: stroke;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .solution .child-list__num {
    font-size: 10rem;
  }
}
.solution .child-list__desc {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .solution .child-list__desc {
    font-size: 1.6rem;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 1.7rem;
  }
}
.solution .child-list__img {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .solution .child-list__img {
    margin: 0;
    grid-column: 2/3;
    grid-row: 1/4;
  }
}
.solution .child-list__img img {
  width: 220px;
  height: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .solution .child-list__img img {
    width: 310px;
  }
}
.solution .child-list__more {
  display: block;
  text-align: center;
  margin-top: 2.9rem;
}
@media screen and (min-width: 768px) {
  .solution .child-list__more {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 1.8rem;
    text-align: right;
  }
}
.solution .child-list__more a {
  display: inline-flex;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  gap: 1.7rem;
  width: 195px;
  height: 55px;
  background: #71296C;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  transition: 0.2s ease-out;
}
.solution .child-list__more a:hover {
  opacity: 0.6;
}
.solution .child-list__more a::after {
  content: "→";
}
@media screen and (max-width: 767px) {
  .solution .service-cycle {
    transform: translateY(-50%) scale(0.7);
    left: -3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .solution .service-title {
    font-size: 2rem;
  }
}
.solution .service-sec1 .txt {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .solution .service-sec1 .txt {
    font-size: 1.8rem;
  }
}
.solution .service-sec2 .txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .solution .service-sec2 .txt {
    font-size: 1.6rem;
  }
}
.solution .sol-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.7rem;
}
@media screen and (min-width: 768px) {
  .solution .sol-head {
    grid-template-columns: 1.5fr 1fr;
    gap: 5rem 4rem;
    align-items: center;
  }
}
@media screen and (min-width: 1081px) {
  .solution .sol-head {
    grid-template-columns: 1fr 1fr;
  }
}
.solution .sol-head__title {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  text-align: center;
  margin: 0;
  line-height: 1.3;
  color: #000;
}
@media screen and (min-width: 768px) {
  .solution .sol-head__title {
    font-size: 2.8rem;
    grid-column: 1/2;
    grid-row: 1/2;
    font-weight: bold;
  }
}
@media screen and (min-width: 1081px) {
  .solution .sol-head__title {
    font-size: 3.6rem;
  }
}
.solution .sol-head__img {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .solution .sol-head__img {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}
.solution .sol-head__img img {
  display: inline-block;
  width: 257px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .solution .sol-head__img img {
    width: 458px;
  }
}
.solution .sol-head__desc {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .solution .sol-head__desc {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.solution .sol-head__btn {
  display: flex;
  margin: 0 auto;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  gap: 1.7rem;
  width: 259px;
  height: 74px;
  background: #C5206B;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  transition: 0.2s ease-out;
}
.solution .sol-head__btn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .solution .sol-head__btn {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 3rem;
  }
}
.solution .sol-head__btn::after {
  content: "→";
}
.solution .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .solution .grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.3rem 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .solution .grid--3column {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}
.solution .grid--gap-ad {
  gap: 4rem 2.5rem;
}
.solution .list-card {
  display: block;
  border-radius: 16px;
  background: #fff;
  padding: 2.5rem 1.5rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .solution .list-card {
    padding: 2.5rem 2.2rem;
  }
}
.solution .list-card__title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  color: #71296C;
}
@media screen and (min-width: 768px) {
  .solution .list-card__title {
    font-size: 1.8rem;
  }
}
.solution .list-card__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #71296C;
  margin-top: 1.4rem;
}
.solution .list-card__desc {
  display: block;
  margin-top: 1.4rem;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .solution .list-card__desc {
    font-size: 1.8rem;
  }
}
.solution .list-card--icon {
  padding: 3rem 3rem 5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.solution .list-card--icon .list-card__title {
  color: #000;
  margin-top: 1.7rem;
}
.solution .list-card--grid img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .solution .list-card--grid {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 2.5rem;
    align-items: center;
    padding: 5rem 3rem;
  }
  .solution .list-card--grid .list-card__desc {
    margin: 0;
  }
}
.solution .plan-card {
  display: block;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 8rem 0 6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .solution .plan-card {
    height: 100%;
    padding: 8rem 0 17rem;
  }
}
.solution .plan-card__title {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #71296C;
  text-align: center;
  margin-bottom: 3rem;
}
.solution .plan-card__price {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-bottom: 4px solid #71296C;
  padding-bottom: 4rem;
  margin: 0 1rem;
  height: 102px;
}
.solution .plan-card__price .num {
  font-size: 5.8rem;
}
.solution .plan-card__price .num + span {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .solution .plan-card__price--ad {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.solution .plan-card__desc {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .solution .plan-card__desc span + span {
    display: inline;
  }
  .solution .plan-card__desc span + span::before {
    content: "/";
  }
}
@media screen and (min-width: 1081px) {
  .solution .plan-card__desc {
    padding: 0 5rem;
  }
  .solution .plan-card__desc span {
    display: block;
    font-size: 2rem;
  }
}
.solution .plan-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 70px;
  border-radius: 50px;
  color: #fff;
  background: #71296C;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-top: 3.8rem;
  transition: 0.2s ease-out;
}
.solution .plan-card__btn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .solution .plan-card__btn {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.solution .plan-card--rec {
  border: 8px solid #C5206B;
}
.solution .plan-card--rec .plan-card__btn {
  background-color: #C5206B;
}
.solution .plan-card--rec::before {
  content: "RECOMMENDRD";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 70px;
  border-radius: 50px;
  background-color: #C5206B;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.solution .plan-card--simple {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .solution .plan-card--simple {
    padding: 7.4rem 0 5rem;
  }
}
.solution .plan-card--simple strong {
  display: block;
  font-size: 110%;
}
.solution .step-list-wrap {
  counter-reset: step;
  display: grid;
  gap: 54px;
}
.solution .step-list-wrap li {
  counter-increment: step;
  position: relative;
}
.solution .step-list-wrap li + li::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
  display: inline-block;
  width: 60px;
  height: 25px;
  background: rgba(113, 41, 108, 0.2);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.solution .step-list {
  display: grid;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .solution .step-list {
    grid-template-columns: auto 1fr;
  }
}
.solution .step-list__contents {
  background: #fff;
  padding: 2.7rem;
}
@media screen and (min-width: 768px) {
  .solution .step-list__contents {
    padding: 1.8rem 3.6rem;
  }
}
.solution .step-list__num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  background: #C5206B;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .solution .step-list__num {
    padding: 2.4rem;
  }
}
.solution .step-list__num::after {
  content: counter(step);
}
.solution .step-list__title {
  font-size: 1.6rem;
  color: #71296C;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .solution .step-list__title {
    font-size: 20px;
  }
}
.solution .step-list__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #71296C;
}
@media screen and (min-width: 768px) {
  .solution .step-list__title::after {
    width: 135px;
  }
}
.solution .step-list__desc {
  font-size: 14px;
  margin-top: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .solution .step-list__desc {
    font-size: 18px;
  }
}
.solution .human-card {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 2rem;
  border-radius: 16px;
  background: #fff;
  padding: 2.8rem 1.8rem;
  height: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .solution .human-card {
    grid-template-columns: 74px 1fr;
    gap: 4rem;
    padding: 3rem;
  }
}
.solution .human-card__title {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .solution .human-card__title {
    font-size: 1.8rem;
  }
}
.solution .human-card__desc {
  display: block;
  margin-top: 1.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .solution .human-card__desc {
    font-size: 1.8rem;
  }
}
.solution .qa {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
.solution .qa__q {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 15px;
  background: #71296C;
  color: #fff;
  margin: 0;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .solution .qa__q {
    font-size: 2rem;
    gap: 2.5rem;
  }
}
.solution .qa__q::before {
  content: "Q";
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
}
.solution .qa__a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  padding: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .solution .qa__a {
    font-size: 1.8rem;
    gap: 2.5rem;
  }
}
.solution .qa__a::before {
  content: "A";
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
  margin-top: -6px;
}
.solution .table {
  border: 3px solid #F3F3F3;
  border-collapse: collapse;
}
.solution .table th, .solution .table td {
  border: 3px solid #F3F3F3;
  padding: 1rem;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .solution .table th, .solution .table td {
    padding: 2rem 3.8rem;
    font-size: 1.8rem;
  }
}
.solution .table th {
  background: #DBC9DA;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .solution .table th {
    padding-inline: 7rem;
  }
}
.solution .table--melit td:last-child {
  color: #C5206B;
}