@charset "utf-8";


/* subheader
------------------------------*/
.p-subheader {
  padding: 95px 0 85px;
  background-color: rgba(255, 255, 255, 0.8);
}

@media all and (max-width: 576px) {
  .p-subheader {
    padding: 70px 25px 50px;
  }
}

.p-subheader__inner {
  width: min(966px, 96.6rem);
  margin: 0 auto;
}

@media all and (max-width: 576px) {
  .p-subheader__inner {
    width: 100%;
  }
}

.p-subheader .p-subheader__inner .c-bread {
  width: 100%;
  padding: 0;
}

.p-subheader__heading {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #140078;
  margin: 0;
}

@media all and (max-width: 576px) {
  .p-subheader__heading {
    font-size: 26px;
  }
}

/* subcontent
------------------------------*/
.p-subcontent {
  padding: 55px 0 145px;
}

@media all and (max-width: 576px) {
  .p-subcontent {
    padding: 50px 25px 100px;
  }
}

/* sec
------------------------------*/
.p-sec {
  width: 100%;
}

.p-sec__inner {
  width: min(966px, 96.6rem);
  margin: 0 auto;
}

@media all and (max-width: 576px) {
  .p-sec__inner {
    width: 100%;
  }
}

.p-sec__header {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-sec__lead {
  margin-bottom: 48px;
}
