@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&display=swap");
.p-visual {
  position: relative;
  margin: 20px;
  background: linear-gradient(
    to right,
    rgb(40, 70, 134) 0%,
    rgb(74, 130, 190) 100%
  );
  border-radius: 50px;
}
.p-visual__content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .p-visual__content {
    padding-top: 85px;
    padding-bottom: 50px;
  }
}
.p-visual__logo {
  width: 190px;
  position: absolute;
  left: 45px;
  top: 45px;
}
@media (max-width: 767px) {
  .p-visual__logo {
    width: 95px;
    left: 25px;
    top: 25px;
  }
}
.p-visual__lead {
  text-align: center;
  color: #fff;
  font-size: clamp(3rem, 4vw, 5rem);
  margin-bottom: 20px;
}
.p-visual__lead .c-big {
  font-size: clamp(5rem, 4vw, 7rem);
}
@media (max-width: 767px) {
  .p-visual__lead .c-big {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .p-visual__lead {
    font-size: 2.2rem;
    line-height: 1.5em;
  }
}
.p-visual__grid-top {
  background: url(../img/p-visual__grid.png) center top no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 29.47%;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .p-visual__grid-top {
    background: url(../img/p-visual__grid-sp.png) center top no-repeat;
    background-size: contain;
    height: 0;
    padding-top: 101.9746121298%;
    position: relative;
    left: 2vw;
  }
}
.p-visual__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 0;
  padding: 0;
}
.p-visual__grid > * {
  display: none;
}
.p-visual__block {
  position: relative;
  padding-bottom: 95px;
  padding-right: 165px;
}
.p-visual__text {
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  color: #3964a2;
  font-size: 2rem;
  width: 200px;
  height: 200px;
}
.p-visual__picto {
  width: 250px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-visual__btns {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-visual__btns .c-btn {
  display: block;
  max-width: 400px;
}
@media (max-width: 767px) {
  .p-visual__btns .c-btn {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .p-visual__btns {
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .p-visual {
    margin: 13px;
    border-radius: 25px;
  }
}

/*
CASE
*/
.p-case {
  position: relative;
}
.p-case__title {
  text-align: center;
  font-size: 3.6rem;
  position: relative;
  margin-top: -50px;
  text-wrap: initial;
}
@media (max-width: 767px) {
  .p-case__title {
    font-size: 3rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.p-case__title .u-big {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .p-case__title .u-big {
    font-size: 4.5rem;
  }
}
.p-case__title img {
  width: 220px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .p-case__title img {
    order: 1;
    width: 150px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
  .p-case__title-text {
    order: 2;
    width: 100%;
  }
}
.p-case__swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p-case__swiper .swiper-slide {
  width: 3101px;
}
@media (max-width: 767px) {
  .p-case__swiper .swiper-slide {
    width: 1500px;
  }
}
.p-case .swiper-pagination {
  top: 0;
  position: relative;
  max-width: 90%;
  margin: 30px auto;
  background: #f5f5f5;
}
.p-case .swiper-pagination-progressbar-fill {
  background: #6ab2ee;
}
.p-case .c-btn {
  margin-top: 33px;
}

/*
TARGET
*/
.p-target {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(221, 240, 249, 0.98) 40%,
    rgba(221, 240, 249, 0.98) 100%
  );
}
@media (max-width: 767px) {
  .p-target {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .p-target .l-content {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-target__title {
  text-align: left;
  font-size: 4rem;
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-target__title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 25px;
    order: 1;
    text-wrap: initial;
    width: 100%;
  }
}
.p-target__title .u-big {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .p-target__title .u-big {
    font-size: 4rem;
  }
}
.p-target__content {
  position: relative;
  width: 60%;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 30px rgba(98, 144, 201, 0.2);
  padding: 45px;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-target__content {
    order: 3;
    border-radius: 15px;
    padding: 30px;
    width: 100%;
    margin-top: -25px;
  }
}
.p-target__list {
  position: relative;
  margin: 0;
  padding: 0;
}
.p-target__item {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 60px;
  min-height: 50px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-target__item {
    font-size: 1.5rem;
    padding-left: 35px;
    margin-bottom: 5px;
  }
}
.p-target__item:last-child {
  margin-bottom: 0;
}
.p-target__item::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/target-check.png) 0 0 no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  left: 0;
  top: -10px;
}
@media (max-width: 767px) {
  .p-target__item::before {
    width: 25px;
    height: 25px;
    top: 0px;
  }
}
.p-target__item .u-big {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .p-target__item .u-big {
    font-size: 2rem;
  }
}
.p-target__item.is-active::before {
  background: url(../img/target-check-active.png) 0 0 no-repeat;
  background-size: contain;
}
.p-target__item.is-active::after {
  content: "";
  display: block;
  background: url(../img/target-mark.png) 0 0 no-repeat;
  background-size: contain;
  width: 96px;
  height: 87px;
  position: absolute;
  left: -85px;
  top: -15px;
}
@media (max-width: 767px) {
  .p-target__item.is-active::after {
    background: url(../img/target-mark-r.png) 0 0 no-repeat;
    background-size: contain;
    width: 69px;
    height: 62.5px;
    left: auto;
    right: -15px;
    top: -20px;
  }
}
.p-target__pic {
  width: 600px;
  position: absolute;
  right: 0;
  top: 50px;
}
.p-target__pic img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .p-target__pic img {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .p-target__pic {
    order: 2;
    position: relative;
    width: 100%;
    top: auto;
    max-width: 300px;
    margin: 0 auto;
  }
}

/*
SOLUTION
*/
.p-solution {
  position: relative;
  padding-top: 1px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-solution {
    padding-bottom: 50px;
  }
}
.p-solution__title {
  text-align: center;
  font-size: 5rem;
  text-wrap: initial;
}
@media (max-width: 767px) {
  .p-solution__title {
    font-size: 3rem;
  }
}
.p-solution__title .u-big {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .p-solution__title .u-big {
    font-size: 3.5rem;
  }
}
.p-solution__title::before {
  content: "";
  display: block;
  background: url(../img/solution-tag.png) 0 0 no-repeat;
  background-size: contain;
  width: 170px;
  height: 60px;
  margin: -70px auto 20px;
}
@media (max-width: 767px) {
  .p-solution__title::before {
    width: 120px;
    height: 44px;
    margin-top: -45px;
  }
}
.p-solution__box {
  position: relative;
  background: linear-gradient(
    to right,
    rgb(40, 70, 134) 0%,
    rgb(74, 130, 190) 100%
  );
  border-radius: 50px;
  padding: 1px 0 70px;
  margin-top: 225px;
}
@media (max-width: 767px) {
  .p-solution__box {
    margin-top: 130px;
    border-radius: 25px;
    padding-bottom: 35px;
  }
}
.p-solution__pc {
  display: block;
  margin: -100px auto 30px;
  max-width: 300px;
}
.p-solution__logo {
  display: block;
  width: 193px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .p-solution__logo {
    width: 132.5px;
  }
}
.p-solution__lead {
  color: white;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4em;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-solution__lead {
    font-size: 2rem;
  }
}
.p-solution__text {
  color: white;
  font-size: 1.6rem;
  line-height: 1.875em;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-solution__text {
    font-size: 1.3rem;
  }
}
.p-solution__mov {
  width: 100%;
  max-width: 776px;
  aspect-ratio: 16/9;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-solution__mov {
    width: 90%;
  }
}

/*
POINT
*/
.p-point {
  background: url(../img/point-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 35px 0 35px;
}
@media (max-width: 767px) {
  .p-point {
    padding-bottom: 65px;
  }
}
.p-point__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .p-point__grid {
    display: block;
    margin-bottom: 35px;
  }
}
.p-point__grid--reverse .p-point__content {
  order: 2;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .p-point__grid--reverse .p-point__content {
    padding: 0;
  }
}
.p-point__grid--reverse .p-point__pic {
  order: 1;
}
.p-point__grid:last-child {
  margin-bottom: 0;
}
.p-point__content {
  width: 50%;
}
@media (max-width: 767px) {
  .p-point__content {
    width: 100%;
  }
}
.p-point__num {
  background: url(../img/point-num.png) 0 0 no-repeat;
  background-size: contain;
  width: 162px;
  height: 63px;
  text-align: center;
  color: #e45976;
  font-size: 2.4rem;
  box-sizing: border-box;
  padding-top: 7px;
  margin: 0;
}
@media (max-width: 767px) {
  .p-point__num {
    font-size: 1.6rem;
    width: 110px;
    height: 45px;
    margin: 0 auto 0px;
  }
}
.p-point__title {
  font-size: 4rem;
  line-height: 1.25em;
  color: #3964a2;
  font-weight: bold;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .p-point__title {
    text-align: center;
    font-size: 2.7rem;
    margin-top: 10px;
  }
}
.p-point__text {
  font-size: 1.8rem;
  line-height: 2em;
}
@media (max-width: 767px) {
  .p-point__text {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}
.p-point__pic {
  width: 50%;
}
@media (max-width: 767px) {
  .p-point__pic {
    width: 100%;
  }
}
.p-point__pic img {
  border-radius: 30px;
  box-shadow: 0px 0px 30px rgba(98, 144, 201, 0.2);
}
@media (max-width: 767px) {
  .p-point__pic img {
    border-radius: 15px;
  }
}
.p-point__pic--noshadow > img {
  box-shadow: none;
}

/*
TECH
*/
.p-tech {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-tech {
    padding-top: 65px;
    padding-bottom: 40px;
  }
}
.p-tech__grid {
  background: url(../img/tech-pc-4.png) center top no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 36.2619808307%;
}
@media (max-width: 767px) {
  .p-tech__grid {
    background: url(../img/tech-sp-4.jpg) center top no-repeat;
    background-size: contain;
    padding-top: 157.8167115903%;
  }
}
.p-tech__grid > * {
  display: none;
}

/*
POS
*/
.p-pos {
  position: relative;
  padding-top: 90px;
  padding-bottom: 130px;
  background: url(../img/pos-bg.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-pos {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.p-pos__fuki {
  background: url(../img/pos-fuki.png) center top no-repeat;
  background-size: contain;
  width: 250px;
  height: 60px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 2.4rem;
  padding-top: 10px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .p-pos__fuki {
    font-size: 2.3rem;
    margin-bottom: 20px;
    padding-top: 12px;
  }
}
.p-pos__list {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .p-pos__list {
    margin-bottom: 40px;
  }
}
.p-pos__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-top: 78px;
}
@media (max-width: 767px) {
  .p-pos__grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 45px;
    grid-gap: 30px;
  }
}
.p-pos__block {
  background: #fff;
  position: relative;
  padding: 40px;
  display: flex;
  border-radius: 30px;
  box-shadow: 0px 0px 30px rgba(98, 144, 201, 0.2);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-pos__block {
    padding: 15px;
    border-radius: 15px;
    display: block;
    margin-bottom: 15px;
  }
}
.p-pos__block--option {
  display: block;
  padding-top: 1px;
}
.p-pos__block--option .p-pos__picto {
  margin-top: -50px;
  width: 272px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-pos__block--option .p-pos__picto {
    width: 200px;
  }
}
.p-pos__block--option .p-pos__title {
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-pos__block--option .p-pos__title {
    font-size: 1.8rem;
  }
}
.p-pos__block--option .p-pos__tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .p-pos__block--option .p-pos__tags {
    grid-gap: 5px;
  }
}
.p-pos__block--option .p-pos__tags > span {
  text-align: center;
  display: block;
  font-size: 1.8rem;
  padding: 1em 0;
  background: linear-gradient(
    to right,
    rgba(224, 237, 242, 0.98) 0%,
    rgba(238, 245, 248, 0.98) 100%
  );
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p-pos__block--option .p-pos__tags > span {
    font-size: 1.2rem;
    border-radius: 10px;
  }
}
.p-pos__content {
  flex: 1;
}
.p-pos__picto {
  flex: 0 0 272px;
}
@media (max-width: 767px) {
  .p-pos__picto {
    width: 150px;
    margin: 0 auto;
  }
}
.p-pos__num {
  font-weight: bold;
  color: #e45976;
  font-size: 3rem;
  margin-bottom: 25px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-pos__num {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
  }
}
.p-pos__title {
  font-weight: bold;
  font-size: 4rem;
  color: #3964a2;
  margin-top: 0;
  margin-bottom: 0.7em;
}
@media (max-width: 767px) {
  .p-pos__title {
    font-size: 2.5rem;
    text-align: center;
  }
}
.p-pos__text {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-pos__text {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 20px;
  }
}

/*
FLOW
*/
.p-flow {
  position: relative;
  background: #e7f1f5;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-flow {
    margin-top: 55px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-flow__list {
  position: relative;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .p-flow__list {
    margin-top: 35px;
  }
}
.p-flow__item {
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 51px 30px;
  box-shadow: 0px 0px 30px rgba(98, 144, 201, 0.2);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.p-flow__item:last-child .p-flow__num:after {
  content: none;
}
@media (max-width: 767px) {
  .p-flow__item {
    border-radius: 7px;
    margin-bottom: 15px;
    padding: 15px;
  }
}
.p-flow__content {
  flex: 1;
  position: relative;
  padding-left: 170px;
}
@media (max-width: 767px) {
  .p-flow__content {
    padding-left: 80px;
  }
}
.p-flow__picto {
  flex: 0 0 108px;
  max-width: 108px;
}
@media (max-width: 767px) {
  .p-flow__picto {
    max-width: 55px;
    flex: 0 0 55px;
  }
}
.p-flow__num {
  background: linear-gradient(
    to right,
    rgba(224, 237, 242, 0.98) 0%,
    rgba(238, 245, 248, 0.98) 100%
  );
  text-align: center;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  color: #6ab2ee;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  margin-top: -70px;
}
@media (max-width: 767px) {
  .p-flow__num {
    width: 70px;
    height: 70px;
    margin-top: 0px;
    font-size: 2.5rem;
    top: 0;
  }
}
.p-flow__num::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #80cafa;
  position: absolute;
  left: 68px;
  top: 140px;
}
@media (max-width: 767px) {
  .p-flow__num::after {
    top: 70px;
    left: 35px;
    display: none;
  }
}
.p-flow__title {
  font-size: 4rem;
  color: #3964a2;
  font-weight: bold;
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-flow__title {
    font-size: 2.3rem;
  }
}
.p-flow__text {
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-flow__text {
    font-size: 1.3rem;
  }
}

/*
PLAN
*/
.p-plan {
  position: relative;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.98) 20%,
    rgba(221, 240, 249, 0.98) 40%,
    rgba(221, 240, 249, 0.98) 100%
  );
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-plan {
    padding-top: 40px;
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .p-plan .c-title-2 {
    font-size: 3.5rem;
  }
}
.p-plan__grid {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-plan__grid {
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
  }
}
.p-plan__item {
  position: relative;
  background: #fff;
  border-radius: 30px;
  width: 33%;
}
@media (max-width: 767px) {
  .p-plan__item {
    width: 100%;
    border-radius: 15px;
  }
}
.p-plan__item--year .p-plan__header {
  height: 145px;
  background: linear-gradient(to right, #4a9be9 0%, #8ac9f3 100%);
}
@media (max-width: 767px) {
  .p-plan__item--year .p-plan__header {
    height: auto;
  }
}
.p-plan__item--year .p-plan__title {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .p-plan__item--year .p-plan__title {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .p-plan__item:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 767px) {
  .p-plan__item:nth-child(2) {
    order: 1;
  }
}
@media (max-width: 767px) {
  .p-plan__item:nth-child(3) {
    order: 3;
  }
}
.p-plan__header {
  position: relative;
  background: linear-gradient(
    to right,
    rgb(40, 70, 134) 0%,
    rgb(74, 130, 190) 100%
  );
  border-radius: 30px 30px 0 0;
  padding: 20px;
  height: 100px;
}
@media (max-width: 767px) {
  .p-plan__header {
    border-radius: 15px 15px 0 0;
    height: auto;
  }
}
.p-plan__title {
  color: white;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  margin: 0;
}
.p-plan__note {
  color: white;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-plan__note {
    font-size: 1.5rem;
  }
}
.p-plan__point {
  font-size: 2rem;
  color: #3964a2;
  text-align: center;
  background: linear-gradient(
    to right,
    rgba(224, 237, 242, 0.98) 0%,
    rgba(238, 245, 248, 0.98) 100%
  );
  margin: 0;
  padding: 10px 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-plan__point {
    font-size: 1.8rem;
  }
}
.p-plan__content {
  padding: 30px;
}
@media (max-width: 767px) {
  .p-plan__content {
    padding: 20px;
  }
}
.p-plan__list {
  margin: 0;
}
.p-plan__list > li {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-plan__list > li {
    font-size: 1.8rem;
  }
}
.p-plan__list > li i {
  color: #3964a2;
  margin-right: 10px;
  font-size: 1.2em;
}
.p-plan__plus {
  text-align: center;
  background: linear-gradient(
    to right,
    rgba(224, 237, 242, 0.98) 0%,
    rgba(238, 245, 248, 0.98) 100%
  );
  font-size: 1.8rem;
  color: #3964a2;
  padding: 5px 0;
  margin: 0 0 -10px;
}
.p-plan__numberone {
  max-width: 250px;
  margin: -40px auto 10px;
}
@media (max-width: 767px) {
  .p-plan__numberone {
    max-width: 205px;
    margin-top: -35px;
  }
}

/*
SEC
*/
.p-sec {
  position: relative;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.98) 20%,
    rgba(221, 240, 249, 0.98) 40%,
    rgba(221, 240, 249, 0.98) 100%
  );
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-sec {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .p-sec .c-title-2 {
    font-size: 3.5rem;
  }
}
.p-sec__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px 30px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .p-sec__grid {
    margin-top: 50px;
    display: block;
  }
}
.p-sec__item {
  flex: 0 0 380px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(98, 144, 201, 0.2);
  border-radius: 30px;
  padding: 1px 50px 30px;
}
@media (max-width: 767px) {
  .p-sec__item {
    margin-bottom: 40px;
    padding: 1px 20px 20px;
  }
}
.p-sec__picto {
  width: 140px;
  margin: -70px auto 20px;
}
@media (max-width: 767px) {
  .p-sec__picto {
    width: 100px;
    margin-top: -35px;
  }
}
.p-sec__title {
  text-align: center;
  color: #3964a2;
  font-weight: bold;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .p-sec__title {
    font-size: 2rem;
  }
}

/*
CASE 2
*/
.p-case--bottom {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
}
.p-case--bottom .c-title-2 {
  margin-bottom: -25px;
}
@media (max-width: 767px) {
  .p-case--bottom .c-title-2 {
    margin-bottom: -25px;
  }
}
@media (max-width: 767px) {
  .p-case--bottom {
    padding-top: 45px;
    padding-bottom: 65px;
  }
}

/*
QNA
*/
.p-qna {
  position: relative;
  background: #f9f9f9;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-qna {
    padding-top: 55px;
    padding-bottom: 45px;
  }
}
.p-qna__title {
  color: #3964a2;
  font-weight: bold;
  text-align: left;
  font-size: 3rem;
  border-bottom: 2px solid #3964a2;
  margin-bottom: 40px;
  padding-bottom: 10px;
  margin-top: 85px;
}
@media (max-width: 767px) {
  .p-qna__title {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 2rem;
    text-align: center;
  }
}

/*
CONTACT
*/
.p-contact {
  position: relative;
  background: url(../img/contact-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-contact {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
