@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-stIt {
  position: relative;
  padding-top: 180px;
}

.p-stIt__bg {
  max-width: 1512px;
  max-height: 591px;
  width: 100%;
}
.p-stIt__bg img {
  -o-object-position: top;
     object-position: top;
}

.p-stIt__ttl {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.p-stIt__ttl span {
  color: #6f97f9;
}

.p-stIt__line {
  max-width: 724px;
  margin: 22px auto 0;
}

.p-stIt__flex {
  gap: 30px;
  margin: 7px auto 0;
}
.p-stIt__flex p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.p-stIt__flex p span {
  color: #6f97f9;
}

.p-stIt__icon01 {
  width: 122px;
}

.p-stIt__icon02 {
  width: 125px;
}

.p-stIt__boxs {
  gap: 30px;
  margin: 36px auto 0;
}

.p-stIt__box {
  position: relative;
  width: 228px;
  height: 228px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 40px 0 rgba(50, 61, 136, 0.3);
          box-shadow: 0 0 40px 0 rgba(50, 61, 136, 0.3);
}

.p-stIt__wrap {
  height: 100%;
}
.p-stIt__wrap .icon {
  margin: 0 auto;
  width: 90px;
}
.p-stIt__wrap .tll {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.p-stIt__wrap .arrow {
  margin: 20px auto 0;
  width: 19px;
  height: 14px;
}

.p-stMain {
  margin-top: 140px;
}

.p-stTtl {
  height: 95px;
  margin-top: 100px;
  margin-bottom: 40px;
  border-radius: 10px;
  font-size: 32px;
  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-stRead {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p-stRead span {
  color: #6f97f9;
}

.p-stBoxs {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  margin-top: 40px;
}

.p-stBox {
  width: calc((100% - 40px) / 3);
  padding: 10px 10px 25px;
  border-radius: 26px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(50, 61, 136, 0.2);
          box-shadow: 0 0 20px 0 rgba(50, 61, 136, 0.2);
}

.p-stBox__ttl {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.32;
  text-align: center;
}

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

.p-stPt {
  margin-top: 140px;
}

.p-stPt__top--ttl {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.p-stPt__top--ttl span {
  color: #6f97f9;
}

.p-stPt__top--read {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}

.p-stPt__boxs {
  margin-top: 50px;
  gap: 50px 20px;
}

.p-stPt__box {
  position: relative;
  overflow: hidden;
  width: calc((100% - 20px) / 2);
  padding: 60px 60px 47px;
  border-radius: 20px;
}

.p-stPt__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.p-stPt__num p {
  position: absolute;
  top: 12px;
  left: 17px;
}

.p-stPt__box--wrap {
  position: relative;
  color: #fff;
}

.p-stPt__ttl {
  position: relative;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}
.p-stPt__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

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

.p-stPt__list {
  position: relative;
  margin-top: 28px;
  padding: 40px 60px 45px;
  border-radius: 20px;
  z-index: 1;
}
.p-stPt__list::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
}
.p-stPt__list li {
  gap: 14px;
  margin-top: 10px;
  font-size: 18px;
}
.p-stPt__list li:first-child {
  margin-top: 0;
}
.p-stPt__list p {
  width: calc(100% - 40px);
}
.p-stPt__list .icon {
  width: 26px;
  height: 26px;
}

@media (min-width: 1921px) {
  .p-stIt {
    padding-top: 202.5px;
  }
  .p-stIt__bg {
    max-width: 1701px;
    max-height: 664.875px;
  }
  .p-stIt__ttl {
    font-size: 42.75px;
  }
  .p-stIt__line {
    max-width: 814.5px;
    margin: 24.75px auto 0;
  }
  .p-stIt__flex {
    gap: 33.75px;
    margin: 7.875px auto 0;
  }
  .p-stIt__flex p {
    font-size: 31.5px;
  }
  .p-stIt__icon01 {
    width: 137.25px;
  }
  .p-stIt__icon02 {
    width: 140.625px;
  }
  .p-stIt__boxs {
    gap: 33.75px;
    margin: 40.5px auto 0;
  }
  .p-stIt__box {
    width: 256.5px;
    height: 256.5px;
    -webkit-box-shadow: 0 0 45px 0 rgba(50, 61, 136, 0.3);
            box-shadow: 0 0 45px 0 rgba(50, 61, 136, 0.3);
  }
  .p-stIt__wrap .icon {
    width: 101.25px;
  }
  .p-stIt__wrap .tll {
    font-size: 27px;
  }
  .p-stIt__wrap .arrow {
    margin: 22.5px auto 0;
    width: 21.375px;
    height: 15.75px;
  }
  .p-stMain {
    margin-top: 157.5px;
  }
  .p-stTtl {
    height: 106.875px;
    margin-top: 112.5px;
    margin-bottom: 45px;
    border-radius: 11.25px;
    font-size: 36px;
  }
  .p-stRead {
    margin-top: 22.5px;
    font-size: 22.5px;
  }
  .p-stBoxs {
    gap: 22.5px;
    margin-top: 45px;
  }
  .p-stBox {
    width: calc((100% - 45px) / 3);
    padding: 11.25px 11.25px 28.125px;
    border-radius: 29.25px;
    -webkit-box-shadow: 0 0 22.5px 0 rgba(50, 61, 136, 0.2);
            box-shadow: 0 0 22.5px 0 rgba(50, 61, 136, 0.2);
  }
  .p-stBox__ttl {
    margin-top: 22.5px;
    font-size: 31.5px;
  }
  .p-stBox__txt {
    margin-top: 22.5px;
    padding: 0 22.5px;
    font-size: 18px;
  }
  .p-stPt {
    margin-top: 157.5px;
  }
  .p-stPt__top--ttl {
    font-size: 42.75px;
  }
  .p-stPt__top--read {
    margin-top: 22.5px;
    font-size: 18px;
  }
  .p-stPt__boxs {
    margin-top: 56.25px;
    gap: 56.25px 22.5px;
  }
  .p-stPt__box {
    width: calc((100% - 22.5px) / 2);
    padding: 67.5px 67.5px 52.875px;
    border-radius: 22.5px;
  }
  .p-stPt__num {
    width: 90px;
    height: 90px;
    font-size: 36px;
  }
  .p-stPt__num p {
    top: 13.5px;
    left: 19.125px;
  }
  .p-stPt__ttl {
    padding-bottom: 22.5px;
    font-size: 31.5px;
  }
  .p-stPt__ttl::after {
    width: 67.5px;
  }
  .p-stPt__txt {
    margin-top: 27px;
    font-size: 18px;
  }
  .p-stPt__list {
    margin-top: 31.5px;
    padding: 45px 67.5px 50.625px;
    border-radius: 22.5px;
  }
  .p-stPt__list::before {
    border-radius: 22.5px;
    -webkit-backdrop-filter: blur(11.25px);
            backdrop-filter: blur(11.25px);
  }
  .p-stPt__list li {
    gap: 15.75px;
    margin-top: 11.25px;
    font-size: 20.25px;
  }
  .p-stPt__list p {
    width: calc(100% - 45px);
  }
  .p-stPt__list .icon {
    width: 29.25px;
    height: 29.25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-stIt {
    padding-top: 13.8461538462vw;
  }
  .p-stIt__bg {
    max-width: 116.3076923077vw;
    max-height: 45.4615384615vw;
  }
  .p-stIt__ttl {
    font-size: 2.9230769231vw;
  }
  .p-stIt__line {
    max-width: 55.6923076923vw;
    margin: 1.6923076923vw auto 0;
  }
  .p-stIt__flex {
    gap: 2.3076923077vw;
    margin: 0.5384615385vw auto 0;
  }
  .p-stIt__flex p {
    font-size: 2.1538461538vw;
  }
  .p-stIt__icon01 {
    width: 9.3846153846vw;
  }
  .p-stIt__icon02 {
    width: 9.6153846154vw;
  }
  .p-stIt__boxs {
    gap: 2.3076923077vw;
    margin: 2.7692307692vw auto 0;
  }
  .p-stIt__box {
    width: 17.5384615385vw;
    height: 17.5384615385vw;
    -webkit-box-shadow: 0 0 3.0769230769vw 0 rgba(50, 61, 136, 0.3);
            box-shadow: 0 0 3.0769230769vw 0 rgba(50, 61, 136, 0.3);
  }
  .p-stIt__wrap .icon {
    width: 6.9230769231vw;
  }
  .p-stIt__wrap .tll {
    font-size: 1.8461538462vw;
  }
  .p-stIt__wrap .arrow {
    margin: 1.5384615385vw auto 0;
    width: 1.4615384615vw;
    height: 1.0769230769vw;
  }
  .p-stMain {
    margin-top: 10.7692307692vw;
  }
  .p-stTtl {
    height: 7.3076923077vw;
    margin-top: 7.6923076923vw;
    margin-bottom: 3.0769230769vw;
    border-radius: 0.7692307692vw;
    font-size: 2.4615384615vw;
  }
  .p-stRead {
    margin-top: 1.5384615385vw;
    font-size: 1.5384615385vw;
  }
  .p-stBoxs {
    gap: 1.5384615385vw;
    margin-top: 3.0769230769vw;
  }
  .p-stBox {
    width: calc((100% - 3.0769230769vw) / 3);
    padding: 0.7692307692vw 0.7692307692vw 1.9230769231vw;
    border-radius: 2vw;
    -webkit-box-shadow: 0 0 1.5384615385vw 0 rgba(50, 61, 136, 0.2);
            box-shadow: 0 0 1.5384615385vw 0 rgba(50, 61, 136, 0.2);
  }
  .p-stBox__ttl {
    margin-top: 1.5384615385vw;
    font-size: 2.1538461538vw;
  }
  .p-stBox__txt {
    margin-top: 1.5384615385vw;
    padding: 0 1.5384615385vw;
    font-size: 1.2307692308vw;
  }
  .p-stPt {
    margin-top: 10.7692307692vw;
  }
  .p-stPt__top--ttl {
    font-size: 2.9230769231vw;
  }
  .p-stPt__top--read {
    margin-top: 1.5384615385vw;
    font-size: 1.2307692308vw;
  }
  .p-stPt__boxs {
    margin-top: 3.8461538462vw;
    gap: 3.8461538462vw 1.5384615385vw;
  }
  .p-stPt__box {
    width: calc((100% - 1.5384615385vw) / 2);
    padding: 4.6153846154vw 4.6153846154vw 3.6153846154vw;
    border-radius: 1.5384615385vw;
  }
  .p-stPt__num {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    font-size: 2.4615384615vw;
  }
  .p-stPt__num p {
    top: 0.9230769231vw;
    left: 1.3076923077vw;
  }
  .p-stPt__ttl {
    padding-bottom: 1.5384615385vw;
    font-size: 2.1538461538vw;
  }
  .p-stPt__ttl::after {
    width: 4.6153846154vw;
  }
  .p-stPt__txt {
    margin-top: 1.8461538462vw;
    font-size: 1.2307692308vw;
  }
  .p-stPt__list {
    margin-top: 2.1538461538vw;
    padding: 3.0769230769vw 4.6153846154vw 3.4615384615vw;
    border-radius: 1.5384615385vw;
  }
  .p-stPt__list::before {
    border-radius: 1.5384615385vw;
    -webkit-backdrop-filter: blur(0.7692307692vw);
            backdrop-filter: blur(0.7692307692vw);
  }
  .p-stPt__list li {
    gap: 1.0769230769vw;
    margin-top: 0.7692307692vw;
    font-size: 1.3846153846vw;
  }
  .p-stPt__list p {
    width: calc(100% - 3.0769230769vw);
  }
  .p-stPt__list .icon {
    width: 2vw;
    height: 2vw;
  }
}
@media (max-width: 768px) {
  .p-stIt {
    position: relative;
    overflow: hidden;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .p-stIt__bg {
    max-width: 100%;
    max-height: unset;
    width: 100%;
    height: auto;
  }
  .p-stIt__ttl {
    font-size: 6.9333333333vw;
    line-height: 1.3;
  }
  .p-stIt__line {
    max-width: 193.0666666667vw;
    margin: 5.8666666667vw auto 0;
  }
  .p-stIt__flex {
    position: relative;
    gap: 0;
    margin: 2.6666666667vw auto 0;
  }
  .p-stIt__flex p {
    font-size: 5.8666666667vw;
  }
  .p-stIt__icon01 {
    position: absolute;
    bottom: -8vw;
    left: -6.6666666667vw;
    width: 20.2666666667vw;
  }
  .p-stIt__icon02 {
    position: absolute;
    bottom: -8vw;
    right: -6.6666666667vw;
    width: 19.7333333333vw;
  }
  .p-stIt__boxs {
    gap: 5.3333333333vw;
    margin: 13.3333333333vw auto 0;
  }
  .p-stIt__box {
    width: 40.5333333333vw;
    height: 40.5333333333vw;
    -webkit-box-shadow: 0 0 10.6666666667vw 0 rgba(50, 61, 136, 0.3);
            box-shadow: 0 0 10.6666666667vw 0 rgba(50, 61, 136, 0.3);
  }
  .p-stIt__wrap .icon {
    width: 16vw;
  }
  .p-stIt__wrap .tll {
    font-size: 4vw;
  }
  .p-stIt__wrap .arrow {
    margin: 4.2666666667vw auto 0;
    width: 3.4666666667vw;
    height: 2.4vw;
  }
  .p-stMain {
    margin-top: 16vw;
    margin-top: 0;
  }
  .p-stTtl {
    height: 22.6666666667vw;
    margin-top: 16vw;
    margin-bottom: 4.2666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 5.3333333333vw;
    text-align: center;
  }
  .p-stTtl:first-of-type {
    margin-top: 0;
  }
  .p-stRead {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .p-stBoxs {
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
  .p-stBox {
    width: calc((100% - 10.6666666667vw) / 3);
    width: 100%;
    padding: 2.6666666667vw 2.6666666667vw 6.6666666667vw;
    border-radius: 6.9333333333vw;
    -webkit-box-shadow: 0 0 5.3333333333vw 0 rgba(50, 61, 136, 0.2);
            box-shadow: 0 0 5.3333333333vw 0 rgba(50, 61, 136, 0.2);
  }
  .p-stBox__ttl {
    margin-top: 4.8vw;
    font-size: 5.8666666667vw;
    line-height: 1.27;
  }
  .p-stBox__txt {
    margin-top: 2.6666666667vw;
    padding: 0 4.5333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.76;
  }
  .p-stPt {
    margin-top: 16vw;
  }
  .p-stPt__top--ttl {
    font-size: 6.9333333333vw;
  }
  .p-stPt__top--read {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    text-align: left;
  }
  .p-stPt__boxs {
    margin-top: 5.3333333333vw;
    gap: 2.6666666667vw;
  }
  .p-stPt__box {
    width: 100%;
    padding: 8.8vw;
    border-radius: 8.8vw;
  }
  .p-stPt__num {
    width: 18.1333333333vw;
    height: 18.1333333333vw;
    font-size: 6.4vw;
  }
  .p-stPt__num p {
    top: 4vw;
    left: 4vw;
  }
  .p-stPt__ttl {
    padding-bottom: 4vw;
    font-size: 6.4vw;
    line-height: 1.25;
  }
  .p-stPt__ttl::after {
    width: 8.8vw;
    height: 1px;
  }
  .p-stPt__txt {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
    line-height: 1.76;
  }
  .p-stPt__list {
    margin-top: 5.3333333333vw;
    padding: 3.7333333333vw;
    border-radius: 5.3333333333vw;
  }
  .p-stPt__list::before {
    border-radius: 5.3333333333vw;
    -webkit-backdrop-filter: blur(2.6666666667vw);
            backdrop-filter: blur(2.6666666667vw);
  }
  .p-stPt__list li {
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-stPt__list li:first-child {
    margin-top: 0;
  }
  .p-stPt__list p {
    width: calc(100% - 9.0666666667vw);
  }
  .p-stPt__list .icon {
    width: 6.4vw;
    height: 6.4vw;
  }
}/*# sourceMappingURL=p-kodawari.css.map */