.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: 105rem;
  }
}
.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%;
  }
}

#point01 .wrap,
#point02 .wrap,
#point03 .wrap,
#flow .wrap {
  max-width: 1600px;
  margin: 0 auto;
}
#point01 .numbering,
#point02 .numbering,
#point03 .numbering,
#flow .numbering {
  color: #8a8441;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  #point01 .numbering,
  #point02 .numbering,
  #point03 .numbering,
  #flow .numbering {
    text-align: left;
  }
}
#point01 .numbering .sub,
#point02 .numbering .sub,
#point03 .numbering .sub,
#flow .numbering .sub {
  font-family: var(--ff-cg);
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #point01 .numbering .sub,
  #point02 .numbering .sub,
  #point03 .numbering .sub,
  #flow .numbering .sub {
    font-size: 1.4rem;
  }
}
#point01 .numbering .num,
#point02 .numbering .num,
#point03 .numbering .num,
#flow .numbering .num {
  font-family: var(--ff-shippri);
  font-size: 5rem;
}
@media (max-width: 767px) {
  #point01 .numbering .num,
  #point02 .numbering .num,
  #point03 .numbering .num,
  #flow .numbering .num {
    font-size: 3rem;
  }
}
#point01 .title,
#point02 .title,
#point03 .title,
#flow .title {
  font-family: var(--ff-shippri);
  line-height: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
#point01 .title .sub,
#point02 .title .sub,
#point03 .title .sub,
#flow .title .sub {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  #point01 .title .sub,
  #point02 .title .sub,
  #point03 .title .sub,
  #flow .title .sub {
    font-size: 1.8rem;
  }
}
#point01 .title .main,
#point02 .title .main,
#point03 .title .main,
#flow .title .main {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  #point01 .title .main,
  #point02 .title .main,
  #point03 .title .main,
  #flow .title .main {
    margin-top: 0;
    font-size: 2.4rem;
  }
}
#point01 .text p + p,
#point02 .text p + p,
#point03 .text p + p,
#flow .text p + p {
  margin-top: 2em;
}

#point01 {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  #point01 {
    padding: 10.6666666667vw 0;
  }
  #point01 .point01__textarea {
    padding: 4vw;
  }
}
#point01 .wrap {
  display: flex;
  align-items: center;
  gap: 120px;
  position: relative;
}
@media (max-width: 767px) {
  #point01 .wrap {
    display: block;
  }
}
#point01 .wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -80px;
  width: 50%;
  max-width: 800px;
  aspect-ratio: 800/840;
  background: url(../images/forte/design/point01_bg.webp) center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/forte/design/point01_bg.webp) 1x, url(../images/forte/design/point01_bg@2x.webp) 2x);
  background-image: image-set(url(../images/forte/design/point01_bg.webp) 1x, url(../images/forte/design/point01_bg@2x.webp) 2x);
}
@media (min-width: 768px) {
  #point01 .point01__img {
    max-width: 102rem;
  }
}
#point01 .title {
  margin-top: 35px;
}
@media (max-width: 767px) {
  #point01 .title {
    margin-top: 4.6666666667vw;
  }
}
#point01 .text {
  margin-top: 45px;
}
@media (max-width: 767px) {
  #point01 .text {
    font-size: 1.4rem;
    margin-top: 6vw;
  }
}

#point02,
#flow {
  max-width: 1700px;
  margin: 120px auto;
  padding: 0 7.8125%;
  background: url(../images/forte/design/point02_bg.webp) center 160px/cover no-repeat;
  background-image: -webkit-image-set(url(../images/forte/design/point02_bg.webp) 1x, url(../images/forte/design/point02_bg@2x.webp) 2x);
  background-image: image-set(url(../images/forte/design/point02_bg.webp) 1x, url(../images/forte/design/point02_bg@2x.webp) 2x);
}
@media (max-width: 767px) {
  #point02,
  #flow {
    margin: 16vw auto;
    padding: 0 4vw;
    background-position: center 21.3333333333vw;
  }
}
#point02 .point02__img,
#flow .point02__img {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8571428571%;
}
#point02 .point02__img img,
#flow .point02__img img {
  aspect-ratio: 440/630;
}
#point02 .point02__textarea,
#flow .point02__textarea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 110px;
  padding-bottom: 110px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #point02 .point02__textarea,
  #flow .point02__textarea {
    display: block;
    padding: 14.6666666667vw 0;
  }
  #point02 .point02__textarea .title,
  #flow .point02__textarea .title {
    margin-top: 4.6666666667vw;
  }
  #point02 .point02__textarea .text,
  #flow .point02__textarea .text {
    font-size: 1.4rem;
    margin-top: 6vw;
  }
}

#flow .flow__img {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  #flow .flow__img img {
    max-width: 700px;
  }
}
#flow .flow__textarea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  padding-top: 110px;
  padding-bottom: 110px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #flow .flow__textarea {
    display: block;
    padding: 14.6666666667vw 0;
  }
  #flow .flow__textarea .title {
    margin-top: 4.6666666667vw;
  }
  #flow .flow__textarea .text {
    font-size: 1.4rem;
    margin-top: 6vw;
  }
}

#point03 {
  margin-top: 120px;
  padding: 80px 8.3333333333%;
  position: relative;
}
@media (max-width: 767px) {
  #point03 {
    margin-top: 16vw;
    padding: 10.6666666667vw 4vw;
  }
}
#point03 .wrap {
  display: grid;
  grid-template-columns: 580fr 1020fr;
}
@media (min-width: 768px) {
  #point03 .wrap .point03__img {
    order: 2;
  }
  #point03 .wrap .point03__textarea {
    order: 1;
  }
}
@media (max-width: 767px) {
  #point03 .wrap {
    display: block;
  }
}
#point03::before {
  content: "";
  width: 550px;
  aspect-ratio: 550/445;
  background-color: #f5f5f5;
  position: absolute;
  left: calc(50% - 960px);
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  #point03::before {
    width: 80%;
  }
}
#point03::after {
  content: "";
  width: 330px;
  aspect-ratio: 330/310;
  background-color: #f5f5f5;
  position: absolute;
  left: calc(50% + 545px);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  #point03::after {
    left: auto;
    right: 0;
    width: 44vw;
  }
}
#point03 .point03__textarea {
  padding-right: 9.8958333333%;
  padding-top: 80px;
}
@media (max-width: 767px) {
  #point03 .point03__textarea {
    padding-right: 0;
    padding-top: 10.6666666667vw;
  }
}
#point03 .point03__textarea .title {
  margin-top: 35px;
}
@media (max-width: 767px) {
  #point03 .point03__textarea .title {
    margin-top: 4.6666666667vw;
  }
}
#point03 .point03__textarea .title .main {
  line-height: 1.33;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #point03 .point03__textarea .title .main {
    margin-top: 0;
  }
}
#point03 .point03__textarea .text {
  margin-top: 45px;
}
@media (max-width: 767px) {
  #point03 .point03__textarea .text {
    font-size: 1.4rem;
    margin-top: 6vw;
  }
}
@media (max-width: 767px) {
  #point03 .point03__img {
    width: 100vw;
    margin-left: -4vw;
  }
}