@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
.page {
  position: relative;
}

.pageBg {
  width: 100%;
  height: 100%;
}

.pageTop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pageTop__en {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  color: #6f97f9;
}

.pageTop__title {
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}
.pageTop__title span {
  font-size: 38px;
  color: #6f97f9;
}

.bread {
  margin-top: 30px;
}
.bread .line {
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 20px;
  background: #cad1d8;
  vertical-align: middle;
}

.bread__main {
  font-size: 14px;
}

.bread__link {
  display: inline-block;
  padding-right: 30px;
}

.yellow-mark {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffda3e), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffda3e 50%, transparent 50%);
  background: linear-gradient(left, #ffda3e 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 1em;
  -webkit-transition: 2s;
  transition: 2s;
}
.yellow-mark.active {
  background-position: 0% 1em;
}

.red-mark {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffd1d1), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffd1d1 50%, transparent 50%);
  background: linear-gradient(left, #ffd1d1 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 1em;
  -webkit-transition: 2s;
  transition: 2s;
}
.red-mark.active {
  background-position: 0% 1em;
}

@media (min-width: 1921px) {
  .pageTop__en {
    font-size: 22.5px;
  }
  .pageTop__title {
    margin-top: 11.25px;
    font-size: 31.5px;
  }
  .pageTop__title span {
    font-size: 42.75px;
  }
  .bread {
    margin-top: 33.75px;
  }
  .bread .line {
    width: 22.5px;
    margin-right: 22.5px;
  }
  .bread__main {
    font-size: 15.75px;
  }
  .bread__link {
    padding-right: 33.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .pageTop__en {
    font-size: 1.5384615385vw;
  }
  .pageTop__title {
    margin-top: 0.7692307692vw;
    font-size: 2.1538461538vw;
  }
  .pageTop__title span {
    font-size: 2.9230769231vw;
  }
  .bread {
    margin-top: 2.3076923077vw;
  }
  .bread .line {
    width: 1.5384615385vw;
    margin-right: 1.5384615385vw;
  }
  .bread__main {
    font-size: 1.0769230769vw;
  }
  .bread__link {
    padding-right: 2.3076923077vw;
  }
}
@media (max-width: 768px) {
  .pageTop {
    top: 26.6666666667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
  .pageTop__en {
    font-size: 5.3333333333vw;
  }
  .pageTop__title {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .pageTop__title span {
    font-size: 6.9333333333vw;
  }
  .bread {
    margin-top: 5.3333333333vw;
  }
  .bread .line {
    width: 5.3333333333vw;
    height: 1px;
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  .bread__main {
    font-size: 3.2vw;
    line-height: 1.7;
  }
  .bread__link {
    padding-right: 0;
  }
}
.p-csMain {
  margin-top: 80px;
}

.p-csBox {
  margin-bottom: 100px;
  padding: 80px 142px;
  border: 3px solid #6f97f9;
  border-radius: 40px;
  background: -webkit-linear-gradient(315deg, #f9faff 0%, #f9faff 33%, #edf1fa 66%, #e5effa 100%);
  background: linear-gradient(135deg, #f9faff 0%, #f9faff 33%, #edf1fa 66%, #e5effa 100%);
}

.p-csHd {
  gap: 60px;
  padding-left: 60px;
  padding-bottom: 38px;
  border-bottom: 1px solid #cad1d8;
}

.p-csHd__img {
  width: 140px;
  height: 140px;
}

.p-csHd__cont {
  width: calc(100% - 200px);
}

.p-csHd__en {
  margin-right: 7px;
  font-size: 24px;
  font-weight: bold;
  color: #6f97f9;
}

.p-csHd__num {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  color: #6f97f9;
}

.p-csHd__ttl {
  padding-left: 20px;
  font-size: 23px;
  font-weight: bold;
}

.p-csHd__txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.625;
}

.p-csLists {
  position: relative;
  margin-top: 60px;
  padding: 50px 120px;
  border-radius: 20px;
  background: #fff;
}

.p-csLists__top {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 130px;
  height: 45px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#3446c0), to(#507deb));
  background: -webkit-linear-gradient(bottom, #3446c0 0%, #507deb 100%);
  background: linear-gradient(0deg, #3446c0 0%, #507deb 100%);
}

.p-csList {
  gap: 26px;
}
.p-csList li {
  width: calc((100% - 26px) / 2);
  gap: 14px;
}
.p-csList .icon {
  width: 26px;
  height: 26px;
}
.p-csList p {
  width: calc(100% - 40px);
  font-size: 18px;
  font-weight: 500;
}

.p-csArrow {
  width: 89px;
  height: 41px;
  margin: 23px auto 0;
}

.p-csMs {
  position: relative;
  height: 120px;
  margin-top: 23px;
  border-radius: 8px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#88a9fa), to(#4d7cf0));
  background: -webkit-linear-gradient(left, #88a9fa 0%, #4d7cf0 100%);
  background: linear-gradient(90deg, #88a9fa 0%, #4d7cf0 100%);
}
.p-csMs::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #6c93f6 transparent transparent transparent;
  border-width: 18px 14.5px 0px 14.5px;
}
.p-csMs .icon {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 130px;
  height: 111px;
}
.p-csMs .icon img {
  width: auto;
  height: 100%;
}
.p-csMs .icon02 {
  right: 14px;
}

.p-csTxt {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.625;
}

.p-csFlex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  margin-top: 30px;
}

.p-csImg {
  width: 400px;
  height: 256px;
}

.p-csCont {
  width: calc(100% - 450px);
}

.p-csCont__top {
  position: relative;
  color: #d75050;
}
.p-csCont__top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 148px;
  height: 1px;
  background: #d75050;
}
.p-csCont__top::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 148px;
  height: 1px;
  background: #d75050;
}
.p-csCont__top p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 23px;
  font-weight: bold;
  background: transparent;
}

.p-csCont__list {
  margin-top: 38px;
}
.p-csCont__list li {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  margin-top: 14px;
}
.p-csCont__list .icon {
  width: 26px;
  height: 26px;
}
.p-csCont__list P {
  width: calc(100% - 40px);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
}

@media (min-width: 1921px) {
  .p-csMain {
    margin-top: 90px;
  }
  .p-csBox {
    margin-bottom: 112.5px;
    padding: 90px 159.75px;
    border: 3.375px solid #6f97f9;
    border-radius: 45px;
  }
  .p-csHd {
    gap: 67.5px;
    padding-left: 67.5px;
    padding-bottom: 42.75px;
  }
  .p-csHd__img {
    width: 157.5px;
    height: 157.5px;
  }
  .p-csHd__cont {
    width: calc(100% - 225px);
  }
  .p-csHd__en {
    margin-right: 7.875px;
    font-size: 27px;
  }
  .p-csHd__num {
    font-size: 39.375px;
  }
  .p-csHd__ttl {
    padding-left: 22.5px;
    font-size: 25.875px;
  }
  .p-csHd__txt {
    margin-top: 22.5px;
    font-size: 18px;
  }
  .p-csLists {
    margin-top: 67.5px;
    padding: 56.25px 135px;
    border-radius: 22.5px;
  }
  .p-csLists__top {
    top: -24.75px;
    width: 146.25px;
    height: 50.625px;
    border-radius: 11.25px;
    font-size: 22.5px;
  }
  .p-csList {
    gap: 29.25px;
  }
  .p-csList li {
    width: calc((100% - 29.25px) / 2);
    gap: 15.75px;
  }
  .p-csList .icon {
    width: 29.25px;
    height: 29.25px;
  }
  .p-csList p {
    width: calc(100% - 45px);
    font-size: 20.25px;
  }
  .p-csArrow {
    width: 100.125px;
    height: 46.125px;
    margin: 25.875px auto 0;
  }
  .p-csMs {
    height: 135px;
    margin-top: 25.875px;
    border-radius: 9px;
    font-size: 36px;
  }
  .p-csMs::after {
    bottom: -20.25px;
    border-width: 20.25px 14xl 5 0px 14xl 5;
  }
  .p-csMs .icon {
    right: 33.75px;
    width: 146.25px;
    height: 124.875px;
  }
  .p-csMs .icon02 {
    right: 15.75px;
  }
  .p-csTxt {
    margin-top: 45px;
    font-size: 18px;
  }
  .p-csFlex {
    gap: 56.25px;
    margin-top: 33.75px;
  }
  .p-csImg {
    width: 450px;
    height: 288px;
  }
  .p-csCont {
    width: calc(100% - 506.25px);
  }
  .p-csCont__top::after {
    width: 166.5px;
  }
  .p-csCont__top::before {
    width: 166.5px;
  }
  .p-csCont__top p {
    padding: 0 11.25px;
    font-size: 25.875px;
  }
  .p-csCont__list {
    margin-top: 42.75px;
  }
  .p-csCont__list li {
    gap: 15.75px;
    margin-top: 15.75px;
  }
  .p-csCont__list .icon {
    width: 29.25px;
    height: 29.25px;
  }
  .p-csCont__list P {
    width: calc(100% - 45px);
    font-size: 20.25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-csMain {
    margin-top: 6.1538461538vw;
  }
  .p-csBox {
    margin-bottom: 7.6923076923vw;
    padding: 6.1538461538vw 10.9230769231vw;
    border: 0.2307692308vw solid #6f97f9;
    border-radius: 3.0769230769vw;
  }
  .p-csHd {
    gap: 4.6153846154vw;
    padding-left: 4.6153846154vw;
    padding-bottom: 2.9230769231vw;
  }
  .p-csHd__img {
    width: 10.7692307692vw;
    height: 10.7692307692vw;
  }
  .p-csHd__cont {
    width: calc(100% - 15.3846153846vw);
  }
  .p-csHd__en {
    margin-right: 0.5384615385vw;
    font-size: 1.8461538462vw;
  }
  .p-csHd__num {
    font-size: 2.6923076923vw;
  }
  .p-csHd__ttl {
    padding-left: 1.5384615385vw;
    font-size: 1.7692307692vw;
  }
  .p-csHd__txt {
    margin-top: 1.5384615385vw;
    font-size: 1.2307692308vw;
  }
  .p-csLists {
    margin-top: 4.6153846154vw;
    padding: 3.8461538462vw 9.2307692308vw;
    border-radius: 1.5384615385vw;
  }
  .p-csLists__top {
    top: -1.6923076923vw;
    width: 10vw;
    height: 3.4615384615vw;
    border-radius: 0.7692307692vw;
    font-size: 1.5384615385vw;
  }
  .p-csList {
    gap: 2vw;
  }
  .p-csList li {
    width: calc((100% - 2vw) / 2);
    gap: 1.0769230769vw;
  }
  .p-csList .icon {
    width: 2vw;
    height: 2vw;
  }
  .p-csList p {
    width: calc(100% - 3.0769230769vw);
    font-size: 1.3846153846vw;
  }
  .p-csArrow {
    width: 6.8461538462vw;
    height: 3.1538461538vw;
    margin: 1.7692307692vw auto 0;
  }
  .p-csMs {
    height: 9.2307692308vw;
    margin-top: 1.7692307692vw;
    border-radius: 0.6153846154vw;
    font-size: 2.4615384615vw;
  }
  .p-csMs::after {
    bottom: -1.3846153846vw;
    border-width: 1.3846153846vw 14xl 5 0vw 14xl 5;
  }
  .p-csMs .icon {
    right: 2.3076923077vw;
    width: 10vw;
    height: 8.5384615385vw;
  }
  .p-csMs .icon02 {
    right: 1.0769230769vw;
  }
  .p-csTxt {
    margin-top: 3.0769230769vw;
    font-size: 1.2307692308vw;
  }
  .p-csFlex {
    gap: 3.8461538462vw;
    margin-top: 2.3076923077vw;
  }
  .p-csImg {
    width: 30.7692307692vw;
    height: 19.6923076923vw;
  }
  .p-csCont {
    width: calc(100% - 34.6153846154vw);
  }
  .p-csCont__top::after {
    width: 11.3846153846vw;
  }
  .p-csCont__top::before {
    width: 11.3846153846vw;
  }
  .p-csCont__top p {
    padding: 0 0.7692307692vw;
    font-size: 1.7692307692vw;
  }
  .p-csCont__list {
    margin-top: 2.9230769231vw;
  }
  .p-csCont__list li {
    gap: 1.0769230769vw;
    margin-top: 1.0769230769vw;
  }
  .p-csCont__list .icon {
    width: 2vw;
    height: 2vw;
  }
  .p-csCont__list P {
    width: calc(100% - 3.0769230769vw);
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 768px) {
  .p-csMain {
    margin-top: 10.6666666667vw;
  }
  .p-csBox {
    margin-bottom: 10.6666666667vw;
    padding: 9.3333333333vw 6.6666666667vw;
    border: 0.8vw solid #6f97f9;
    border-radius: 5.3333333333vw;
  }
  .p-csHd {
    gap: 5.3333333333vw;
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #cad1d8;
  }
  .p-csHd__img {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
  .p-csHd__cont {
    width: calc(100% - 26.6666666667vw);
  }
  .p-csHd__en {
    margin-right: 2.1333333333vw;
    font-size: 5.3333333333vw;
  }
  .p-csHd__num {
    font-size: 8vw;
    line-height: 1.33;
  }
  .p-csHd__ttl {
    margin-top: -1.3333333333vw;
    padding-left: 0;
    font-size: 5.3333333333vw;
  }
  .p-csHd__txt {
    margin-top: 0;
    padding-bottom: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.76;
  }
  .p-csLists {
    margin-top: 10.6666666667vw;
    padding: 8vw 4vw 8vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .p-csLists__top {
    top: -5.3333333333vw;
    width: 30.4vw;
    height: 10.6666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .p-csList {
    gap: 1.3333333333vw;
  }
  .p-csList li {
    width: 100%;
    gap: 1.6vw;
  }
  .p-csList .icon {
    width: 6.4vw;
    height: 6.4vw;
  }
  .p-csList p {
    width: calc(100% - 8vw);
    font-size: 3.7333333333vw;
  }
  .p-csArrow {
    width: 23.7333333333vw;
    height: 10.9333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  .p-csMs {
    height: 23.4666666667vw;
    margin-top: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.16;
  }
  .p-csMs::after {
    bottom: -3.7333333333vw;
    border-width: 4vw 3.2vw 0vw 3.2vw;
  }
  .p-csTxt {
    margin-top: 9.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.76;
  }
  .p-csFlex {
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-csImg {
    width: 100%;
    height: auto;
  }
  .p-csCont {
    width: 100%;
  }
  .p-csCont__top::after {
    width: 20.2666666667vw;
    height: 1px;
  }
  .p-csCont__top::before {
    width: 20.2666666667vw;
    height: 1px;
  }
  .p-csCont__top p {
    padding: 0 2.6666666667vw;
    font-size: 4.8vw;
  }
  .p-csCont__list {
    margin-top: 0;
  }
  .p-csCont__list li {
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .p-csCont__list .icon {
    width: 6.4vw;
    height: 6.4vw;
  }
  .p-csCont__list P {
    width: calc(100% - 9.0666666667vw);
    font-size: 3.7333333333vw;
    line-height: 1.42;
  }
}/*# sourceMappingURL=p-case.css.map */