.pageimage {
  position: relative;
}
.pageimage img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .pageimage img {
    height: 60vw;
  }
}

.lead {
  padding: 8rem 0;
}
@media (min-width: 768px) {
  .lead {
    padding-top: 29.6rem;
    position: relative;
    min-height: 93rem;
  }
}
.lead__inner {
  padding: 0 1.5rem 0;
}
@media (min-width: 768px) {
  .lead__inner {
    padding-top: 0;
    text-align: center;
  }
}
.lead__copy {
  text-align: center;
  font-family: var(--ff-shippri);
}
.lead__copy .sub {
  font-size: 2.2rem;
  line-height: 1;
}
.lead__copy .main {
  font-size: 3.2rem;
  line-height: 175%;
  letter-spacing: -0.03em;
}
.lead p {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .lead .image01 {
    position: absolute;
    left: 0;
    top: 20rem;
    width: 25.5208333333%;
  }
}
.lead .image02 {
  margin-top: 8rem;
  margin-left: 1.5rem;
  width: 21.3rem;
  position: relative;
}
@media (min-width: 768px) {
  .lead .image02 {
    margin-top: 0;
    position: absolute;
    left: 75%;
    top: 12rem;
    width: 18.4895833333%;
  }
}
.lead .image03 {
  width: 22.8rem;
  margin-left: auto;
  margin-top: -4rem;
}
@media (min-width: 768px) {
  .lead .image03 {
    margin: 0;
    position: absolute;
    left: 80.2083333333%;
    top: 51rem;
    width: 19.7916666667%;
  }
}

.problems {
  margin-top: 10rem;
}
.problems__label {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 166%;
  text-align: center;
  padding: 1.5rem 4.5rem;
  position: relative;
  z-index: 2;
}
.problems__label::before {
  content: "";
  width: calc(100% - 6rem);
  height: 100%;
  background-color: #1e3b3b;
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: -1;
}
.problems__label::after {
  content: "";
  background-color: #f6f6f6;
  position: absolute;
  left: 1.5rem;
  bottom: 0;
  width: calc(100% - 3rem);
  height: 50%;
  z-index: -2;
}
@media (min-width: 768px) {
  .problems__label {
    margin-left: max(50% - 85rem, 5rem);
    margin-right: max(50% - 85rem, 5rem);
    font-size: 3.2rem;
  }
  .problems__label::before {
    max-width: 100rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .problems__label::after {
    width: 100%;
    left: 0;
  }
}
.problems__wrap {
  margin: 0 1.5rem;
  padding: 3rem 1.5rem 4rem;
  display: grid;
  gap: 1.5rem;
  position: relative;
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .problems__wrap {
    margin-left: max(50% - 85rem, 5rem);
    margin-right: max(50% - 85rem, 5rem);
    padding: 12rem 12rem;
    display: flex;
    gap: 4rem;
    justify-content: center;
  }
}
.problems__wrap::before, .problems__wrap::after {
  content: "";
  width: 6rem;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .problems__wrap::before, .problems__wrap::after {
    width: 8rem;
    height: 4rem;
  }
}
.problems__wrap::before {
  background-color: #1e3b3b;
  transform: translate(-50%, 20px);
  z-index: 2;
}
@media (min-width: 768px) {
  .problems__wrap::before {
    transform: translate(-50%, 30px);
  }
}
.problems__wrap::after {
  background-color: #e9f3eb;
  transform: translate(-50%, calc(100% + 5px));
}
@media (min-width: 768px) {
  .problems__wrap::after {
    transform: translate(-50%, calc(100% + 10px));
  }
}
.problems__item {
  text-align: center;
}
@media (min-width: 768px) {
  .problems__item {
    max-width: 44rem;
    flex: 1;
  }
}
.problems__item .label {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50rem;
}
@media (min-width: 768px) {
  .problems__item .label {
    font-size: 1.8rem;
  }
}
.problems__item .text {
  margin-top: 1.5rem;
  font-weight: 700;
  line-height: 175%;
}
.problems__item__question {
  background-color: #fff;
  padding: 3rem 1.5rem;
  color: #1e3b3b;
  position: relative;
}
.problems__item__question::after {
  content: "";
  width: 3.2rem;
  height: 1.6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.problems__item__question .label {
  background-color: #e9f3eb;
}
.problems__item__question .text {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .problems__item__question .text {
    font-size: 2.8rem;
  }
}
.problems__item__answer {
  background-color: #e9f3eb;
  padding: 3rem 1.5rem;
}
.problems__item__answer .label {
  background-color: #1e3b3b;
  color: #fff;
}
.problems__item__answer .text {
  color: #1e3b3b;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .problems__item__answer .text {
    font-size: 2rem;
  }
}
.problems__contents {
  margin-top: 6.5rem;
}
@media (min-width: 768px) {
  .problems__contents {
    margin-top: 15rem;
  }
}
.problems__content + .problems__content {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .problems__content + .problems__content {
    margin-top: 16rem;
  }
}
.problems__content__header {
  display: grid;
  grid-template-columns: 8.5rem auto;
  margin: 0 1.5rem;
}
@media (min-width: 768px) {
  .problems__content__header {
    grid-template-columns: 14rem auto;
    margin: 0 max(50% - 70rem, 5rem);
  }
}
.problems__content__number {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #8a8441;
}
.problems__content__number span {
  font-size: 3.6rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .problems__content__number {
    font-size: 2.4rem;
  }
  .problems__content__number span {
    font-size: 5rem;
  }
}
.problems__content__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 166%;
  padding-top: 0.3rem;
}
@media (min-width: 768px) {
  .problems__content__title {
    font-size: 3.2rem;
  }
}
.problems__content__body {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .problems__content__body {
    margin-top: 2rem;
  }
}
.problems__content__text {
  font-size: 1.6rem;
  line-height: 200%;
  margin: 0 1.5rem;
}
@media (min-width: 768px) {
  .problems__content__text {
    margin: 0 max(50% - 70rem, 5rem);
    padding-left: 14rem;
  }
}
.problems__content__image {
  margin-top: 3rem;
}
.problems__content__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .problems__content__image {
    margin-top: 6rem;
  }
}
.problems__content .swiper-button-prev,
.problems__content .swiper-button-next {
  display: none;
}