html {
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  color: #222;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Inter", sans-serif, serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

ul {
  list-style: none;
}

.p-section {
  width: 100%;
  padding: 4.8611111111vw 0 7.6388888889vw;
  background-color: #fff;
  overflow: hidden;
}
.p-section--navy {
  background-color: #E0E9F8;
}
.p-section--aqua {
  background-color: #E3F5FD;
}
.p-section--blue {
  background-color: #E7EFFD;
}
.p-section__inner {
  max-width: 83.3333333333vw;
  margin: 0 auto;
  position: relative;
}

.c-title {
  font-family: "Inter";
  color: #3379F2;
  font-weight: bold;
  font-size: 4.4444444444vw;
  letter-spacing: 0.2777777778vw;
}
.c-title--navy {
  color: #2960BF;
}
.c-title--aqua {
  color: #0FAAEF;
}
.c-title--sub {
  font-size: 3.3333333333vw;
}
.c-title span {
  font-family: "Noto Sans JP";
  font-size: 1.9444444444vw;
  letter-spacing: 0.0208333333vw;
}

.c-text {
  font-size: 1.1111111111vw;
  letter-spacing: 0.0694444444vw;
  line-height: 1.8055555556vw;
  margin-top: 2.4305555556vw;
}

@media screen and (max-width: 420px) {
  .p-section {
    padding: 14.2857142857vw 0 14.2857142857vw;
  }
  .p-section__inner {
    max-width: 88.0952380952vw;
  }
  .c-title {
    font-size: 8.5714285714vw;
    letter-spacing: 0.4761904762vw;
  }
  .c-title span {
    font-size: 3.5714285714vw;
    letter-spacing: 0.0714285714vw;
  }
  .c-text {
    font-size: 3.3333333333vw;
    letter-spacing: 0.0952380952vw;
    line-height: 5.7142857143vw;
    margin-top: 4.7619047619vw;
  }
}
.l-header {
  z-index: 1000;
  padding: 1.7361111111vw 0;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0.2777777778vw 0.2777777778vw rgba(47, 47, 47, 0.3019607843);
}
.l-header__nav {
  display: flex;
  justify-content: center;
  gap: 3.4722222222vw;
}
.l-header__nav__item {
  font-weight: bold;
  font-size: 1.1111111111vw;
}
.l-header__nav__item a {
  color: #222;
  transition: all 0.3s;
}
.l-header__nav__item a:hover {
  color: #3379F2;
}

@media screen and (max-width: 420px) {
  .l-header {
    display: none;
  }
}
.l-footer {
  text-align: center;
  padding: 3.4722222222vw 0;
}
.l-footer small {
  font-size: 0.8333333333vw;
}

@media screen and (max-width: 420px) {
  .l-footer {
    padding: 2.380952381vw 0 11.9047619048vw;
  }
  .l-footer small {
    font-size: 2.8571428571vw;
  }
}
.p-kv {
  width: 100%;
  height: 60.4166666667vw;
  background-image: url(../img/kv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 420px) {
  .p-kv {
    height: 161.4285714286vw;
    background-image: url(../img/kv_sp.jpg);
  }
}
.p-about {
  margin-top: 2.7777777778vw;
  background-color: #3379F2;
  border-radius: 1.3888888889vw;
  padding: 4.0972222222vw 0 4.5138888889vw;
}
.p-about__title {
  color: #fff;
  font-weight: 500;
  font-size: 2.3611111111vw;
  letter-spacing: 0.1041666667vw;
  text-align: center;
}
.p-about__inner {
  max-width: 55.5555555556vw;
  margin: 0 auto;
}
.p-about__text {
  margin-top: 2.0833333333vw;
  background-color: #fff;
  font-size: 1.25vw;
  font-weight: 500;
  padding: 1.6666666667vw 0 1.6666666667vw 5.2083333333vw;
  border-radius: 1.3888888889vw;
  position: relative;
}
.p-about__text::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 2.2916666667vw;
  height: 2.2222222222vw;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 1.7361111111vw;
}

@media screen and (max-width: 420px) {
  .p-about {
    margin-top: 7.1428571429vw;
    border-radius: 4.7619047619vw;
    padding: 7.1428571429vw 0 8.3333333333vw;
  }
  .p-about__title {
    font-size: 5.7142857143vw;
    letter-spacing: 0.2380952381vw;
  }
  .p-about__inner {
    max-width: 80.9523809524vw;
    margin: 0 auto;
  }
  .p-about__text {
    margin-top: 4.7619047619vw;
    font-size: 3.3333333333vw;
    line-height: 4.7619047619vw;
    padding: 3.5714285714vw 3.5714285714vw 3.5714285714vw 11.9047619048vw;
    border-radius: 4.7619047619vw;
  }
  .p-about__text::before {
    width: 5.4761904762vw;
    height: 5.2380952381vw;
    left: 3.5714285714vw;
  }
}
.p-purpose {
  margin-top: 2.7777777778vw;
  display: flex;
  gap: 4.1666666667vw;
}
.p-purpose__box {
  padding: 2.0833333333vw 1.0416666667vw 3.0555555556vw;
  background-color: #2960BF;
  border-radius: 1.3888888889vw;
  position: relative;
  box-shadow: 0 0.2777777778vw 0.2777777778vw rgba(47, 47, 47, 0.3019607843);
}
.p-purpose__box img {
  height: 6.9444444444vw;
  width: auto;
  margin: 0 auto;
  display: flex;
}
.p-purpose__box::before {
  position: absolute;
  content: "03";
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
  font-size: 1.9444444444vw;
  display: inline-block;
  letter-spacing: 0.0972222222vw;
  left: 1.8055555556vw;
  top: 1.1111111111vw;
}
.p-purpose__box--first {
  background-color: #7297d6;
}
.p-purpose__box--first::before {
  content: "01";
}
.p-purpose__box--second {
  background-color: #4e7bca;
}
.p-purpose__box--second::before {
  content: "02";
}
.p-purpose__box--aqua {
  background-color: #0FAAEF;
}
.p-purpose__box--aquaFirst {
  background-color: #64c8f6;
}
.p-purpose__box--aquaSecond {
  background-color: #38baf1;
}
.p-purpose__box__text {
  margin-top: 1.7361111111vw;
  width: 21.5277777778vw;
  height: 7.6388888889vw;
  font-size: 1.25vw;
  line-height: 1.9444444444vw;
  background-color: #fff;
  border-radius: 0.6944444444vw;
  padding: 0.8333333333vw 0.7638888889vw 0.9722222222vw;
  font-weight: 500;
}

.p-content {
  margin-top: 5.5555555556vw;
  padding: 3.4722222222vw 0 4.4444444444vw 3.4722222222vw;
  background-color: #fff;
  border-radius: 1.3888888889vw;
}
.p-content__title {
  font-size: 2.7777777778vw;
  color: #2960BF;
  letter-spacing: 0.1111111111vw;
  font-weight: bold;
}
.p-content__title--aqua {
  color: #0FAAEF;
}
.p-content__inner {
  display: flex;
  gap: 4.7222222222vw;
  margin-top: 2.7777777778vw;
}
.p-content__column {
  font-size: 1.25vw;
  line-height: 1.9444444444vw;
}
.p-content__cluster {
  margin-bottom: 2.7777777778vw;
}
.p-content__text {
  line-height: 2.6388888889vw;
}

.p-speaker {
  margin-top: 5.5555555556vw;
}
.p-speaker__box {
  margin-top: 2.4305555556vw;
  background-color: #fff;
  padding: 3.4722222222vw 3.4722222222vw 5vw;
  border-radius: 1.3888888889vw;
  display: flex;
  gap: 2.0833333333vw;
  box-shadow: 0 0.2777777778vw 0.2777777778vw rgba(47, 47, 47, 0.3019607843);
  border: 0.1388888889vw solid #2960BF;
}
.p-speaker__box--aqua {
  border: 0.1388888889vw solid #0FAAEF;
}
.p-speaker__box__left {
  width: 15.3472222222vw;
}
.p-speaker__box__left img {
  width: 100%;
}
.p-speaker__box__right {
  width: 59.0277777778vw;
}
.p-speaker__box__position {
  font-size: 1.3888888889vw;
}
.p-speaker__box__name {
  font-size: 1.6666666667vw;
  font-weight: bold;
  margin-top: 1.0416666667vw;
  padding-bottom: 1.3888888889vw;
  border-bottom: #333 0.0694444444vw solid;
}
.p-speaker__box__text {
  margin-top: 1.3888888889vw;
  font-size: 1.1111111111vw;
  line-height: 1.8055555556vw;
}

@media screen and (max-width: 420px) {
  .p-purpose {
    margin-top: 7.1428571429vw;
    display: block;
  }
  .p-purpose__box {
    width: 100%;
    padding: 4.7619047619vw 4.7619047619vw 7.1428571429vw;
    border-radius: 4.7619047619vw;
    box-shadow: 0 0.9523809524vw 0.9523809524vw rgba(47, 47, 47, 0.3019607843);
    margin-top: 7.1428571429vw;
  }
  .p-purpose__box img {
    height: 21.4285714286vw;
  }
  .p-purpose__box::before {
    font-size: 5.7142857143vw;
    letter-spacing: 0.3333333333vw;
    left: 6.1904761905vw;
    top: 3.8095238095vw;
  }
  .p-purpose__box__text {
    margin-top: 5.9523809524vw;
    width: 100%;
    height: 23.8095238095vw;
    font-size: 3.8095238095vw;
    line-height: 6.1904761905vw;
    border-radius: 2.380952381vw;
    padding: 2.8571428571vw 2.619047619vw 3.3333333333vw;
  }
  .p-content {
    margin-top: 11.9047619048vw;
    padding: 7.1428571429vw 4.7619047619vw 10.4761904762vw 4.7619047619vw;
    border-radius: 4.7619047619vw;
  }
  .p-content__title {
    font-size: 5.7142857143vw;
    letter-spacing: 0.380952381vw;
  }
  .p-content__inner {
    display: block;
    margin-top: 4.7619047619vw;
  }
  .p-content__column {
    font-size: 3.8095238095vw;
    line-height: 5.7142857143vw;
  }
  .p-content__cluster {
    margin-bottom: 5.9523809524vw;
  }
  .p-content__text {
    line-height: 9.0476190476vw;
  }
  .p-speaker {
    margin-top: 11.9047619048vw;
  }
  .p-speaker__box {
    margin-top: 5.9523809524vw;
    padding: 7.1428571429vw 7.1428571429vw 14.2857142857vw;
    border-radius: 4.7619047619vw;
    display: block;
    box-shadow: 0 0.9523809524vw 0.9523809524vw rgba(47, 47, 47, 0.3019607843);
    border: 0.4761904762vw solid #2960BF;
  }
  .p-speaker__box--aqua {
    border: 0.4761904762vw solid #0FAAEF;
  }
  .p-speaker__box__left {
    width: 80%;
    margin: 0 auto;
  }
  .p-speaker__box__right {
    margin-top: 7.1428571429vw;
    width: 100%;
  }
  .p-speaker__box__position {
    font-size: 3.8095238095vw;
  }
  .p-speaker__box__name {
    font-size: 4.2857142857vw;
    margin-top: 2.380952381vw;
    padding-bottom: 2.380952381vw;
    border-bottom: #333 0.2380952381vw solid;
  }
  .p-speaker__box__text {
    margin-top: 2.380952381vw;
    font-size: 3.3333333333vw;
    line-height: 5.7142857143vw;
  }
}
.p-overview {
  margin-top: 2.7777777778vw;
  background-color: #fff;
  border: 0.1388888889vw solid #3379F2;
  border-radius: 1.3888888889vw;
  padding: 3.4722222222vw 0 5.0694444444vw 3.4722222222vw;
}
.p-overview__text {
  font-weight: bold;
  font-size: 1.3888888889vw;
  line-height: 2.9166666667vw;
}

@media screen and (max-width: 420px) {
  .p-overview {
    margin-top: 5.9523809524vw;
    border: 0.4761904762vw solid #3379F2;
    border-radius: 4.7619047619vw;
    padding: 3.5714285714vw 4.7619047619vw 7.1428571429vw 4.7619047619vw;
  }
  .p-overview__text {
    font-weight: bold;
    font-size: 3.8095238095vw;
    line-height: 5.9523809524vw;
    margin-bottom: 3.5714285714vw;
  }
}
.p-price {
  width: 36.1111111111vw;
  margin: 0 auto;
  margin-top: 2.7777777778vw;
}
.p-price__top {
  text-align: center;
  font-weight: bold;
  font-size: 2.2222222222vw;
  margin-bottom: 0.6944444444vw;
}
.p-price__top span {
  font-family: "Inter";
  font-weight: bold;
  font-size: 4.4444444444vw;
  letter-spacing: 0.1388888889vw;
}
.p-price__bottom {
  border-top: 0.0694444444vw solid #3379F2;
  padding-top: 1.1111111111vw;
}
.p-price__bottom__text {
  font-size: 1.1111111111vw;
  line-height: 1.8055555556vw;
}
.p-price__btn {
  text-align: center;
  width: 41.6666666667vw;
  margin: 0 auto;
  margin-top: 4.7222222222vw;
}

.p-applyBtn {
  display: block;
  text-align: center;
  background-color: #3379F2;
  color: #fff;
  font-weight: 600;
  font-size: 2.7777777778vw;
  padding: 1.8055555556vw 8.0555555556vw;
  border-radius: 1.3888888889vw;
  box-shadow: 0 0.2777777778vw 0.2777777778vw rgba(47, 47, 47, 0.3019607843);
  transition: all 0.3s;
  white-space: nowrap;
}
.p-applyBtn:hover {
  background-color: #fff;
  color: #3379F2;
  box-shadow: inset 0 0 0 0.1388888889vw #3379F2;
}

@media screen and (max-width: 420px) {
  .p-price {
    width: 100%;
    margin-top: 7.1428571429vw;
  }
  .p-price__top {
    font-size: 5.7142857143vw;
    margin-bottom: 2.380952381vw;
  }
  .p-price__top span {
    font-weight: bold;
    font-size: 11.9047619048vw;
    letter-spacing: 0.3571428571vw;
  }
  .p-price__bottom {
    border-top: 0.2380952381vw solid #3379F2;
    padding-top: 2.380952381vw;
  }
  .p-price__bottom__text {
    font-size: 2.619047619vw;
    line-height: 5.2380952381vw;
  }
  .p-price__btn {
    width: 100%;
    margin-top: 9.5238095238vw;
  }
  .p-applyBtn {
    font-size: 6.1904761905vw;
    padding: 4.7619047619vw 0;
    border-radius: 4.7619047619vw;
    box-shadow: 0 0.9523809524vw 0.9523809524vw rgba(47, 47, 47, 0.3019607843);
  }
  .p-applyBtn:hover {
    box-shadow: inset 0 0 0 0.4761904762vw #3379F2;
  }
}
.swiper-container-wrapper {
  position: relative;
  width: 100%;
  max-width: 83.3333333333vw;
  padding: 0 3.4722222222vw;
  box-sizing: border-box;
}

.swiper {
  margin: 0 auto;
  margin-top: 2.7777777778vw;
  width: 100%;
  padding-top: 3.4722222222vw !important;
  padding-bottom: 1.3888888889vw !important;
  overflow: visible;
}

.testimonial-card {
  position: relative;
  background: #fff;
  border: 0.2777777778vw solid #3379F2;
  border-radius: 2.0833333333vw;
  padding: 1.8055555556vw 1.3194444444vw 0 1.4583333333vw;
  height: auto;
  width: 22.9166666667vw;
  min-height: 11.3888888889vw;
  box-shadow: 0 0.2777777778vw 0.2777777778vw rgba(47, 47, 47, 0.3019607843);
}
.testimonial-card__avatar {
  position: absolute;
  top: -3.4722222222vw;
  right: 1.3888888889vw;
  width: 6.25vw;
  height: 7.6388888889vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 10;
}
.testimonial-card__avatar img {
  width: 100%;
  height: auto;
  display: block;
}
.testimonial-card__label {
  display: inline-block;
  background-color: #3379F2;
  color: #fff;
  font-size: 0.9722222222vw;
  padding: 0.4861111111vw 0.3472222222vw;
  margin-bottom: 1.3888888889vw;
  white-space: nowrap;
}
.testimonial-card__label--navy {
  background-color: #2960BF;
}
.testimonial-card__label--aqua {
  background-color: #0FAAEF;
}
.testimonial-card__text {
  color: #222;
  font-size: 1.1111111111vw;
  line-height: 1.8055555556vw;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 420px) {
  .swiper-container-wrapper {
    width: 100%;
    max-width: 95.2380952381vw;
    padding: 0 0;
  }
  .swiper {
    margin-top: 4.7619047619vw;
    padding-top: 7.1428571429vw !important;
    padding-bottom: 4.7619047619vw !important;
  }
  .testimonial-card {
    border: 0.7142857143vw solid #3379F2;
    border-radius: 7.1428571429vw;
    padding: 4.7619047619vw 3.5714285714vw 0 4.7619047619vw;
    width: 78.5714285714vw;
    min-height: 39.0476190476vw;
    box-shadow: 0 0.9523809524vw 0.9523809524vw rgba(47, 47, 47, 0.3019607843);
  }
  .testimonial-card__avatar {
    top: -11.9047619048vw;
    right: 4.7619047619vw;
    width: 21.4285714286vw;
    height: 26.1904761905vw;
  }
  .testimonial-card__label {
    font-size: 3.3333333333vw;
    padding: 1.6666666667vw 1.1904761905vw;
    margin-bottom: 4.7619047619vw;
  }
  .testimonial-card__text {
    font-size: 3.8095238095vw;
    line-height: 6.1904761905vw;
  }
}/*# sourceMappingURL=style.css.map */