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

.block__etc {
  max-width: 1600px;
  margin: 50px max(50% - 800px, 50px);
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  align-items: center;
  gap: 100px;
  position: relative;
  background: url(../images/forte/design/point01_bg.webp) right top 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 (max-width: 767px) {
  .block__etc {
    display: block;
    padding: 10.6666666667vw calc(15 / var(--spSize) * 100vw);
    margin: 50px 0;
  }
}
.block__etc .numbering {
  color: #8a8441;
  line-height: 1;
}
.block__etc .numbering .sub {
  font-family: var(--ff-cg);
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .block__etc .numbering .sub {
    font-size: 1.4rem;
  }
}
.block__etc .numbering .num {
  font-family: var(--ff-shippri);
  font-size: 5rem;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .block__etc .numbering .num {
    font-size: 3.6rem;
  }
}
.block__etc .title {
  margin-top: 35px;
  font-family: var(--ff-shippri);
  line-height: 1;
}
@media (max-width: 767px) {
  .block__etc .title {
    margin-top: 4.6666666667vw;
  }
}
.block__etc .title .main {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .block__etc .title .main {
    font-size: 2.8rem;
  }
}
.block__etc .title .sub {
  font-size: 2.4rem;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .block__etc .title .sub {
    font-size: 1.8rem;
  }
}
.block__etc__img.sp {
  margin-top: 3rem;
}
.block__etc .text {
  margin-top: 45px;
}
.block__etc .text p + p,
.block__etc .text p + .bold {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .block__etc .text {
    font-size: 1.4rem;
    margin-top: 6vw;
  }
}

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

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

.point__even {
  margin-top: 120px;
  padding: 80px 8.3333333333%;
  position: relative;
}
@media (max-width: 767px) {
  .point__even {
    margin-top: 16vw;
    padding: 10.6666666667vw 4vw;
  }
}
.point__even .wrap {
  display: grid;
  grid-template-columns: auto min(65% - 60px, 1020px);
  gap: 120px;
}
@media (min-width: 768px) {
  .point__even .wrap__img {
    order: 2;
  }
  .point__even .wrap__textarea {
    order: 1;
  }
}
@media (max-width: 767px) {
  .point__even .wrap {
    display: block;
  }
}
.point__even::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) {
  .point__even::before {
    width: 80%;
  }
}
.point__even::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) {
  .point__even::after {
    left: auto;
    right: 0;
    width: 44vw;
  }
}
.point__even__textarea {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .point__even__textarea {
    padding-right: 0;
    padding-top: 10.6666666667vw;
  }
}
.point__even__textarea .title {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .point__even__textarea .title {
    margin-top: 4.6666666667vw;
  }
}
.point__even__textarea .title .main {
  line-height: 1.33;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .point__even__textarea .title .main {
    margin-top: 0;
  }
}
.point__even__textarea .text {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .point__even__textarea .text {
    font-size: 1.4rem;
    margin-top: 6vw;
  }
}
@media (max-width: 767px) {
  .point__even__img {
    width: 100vw;
    margin-left: -4vw;
  }
}

.company {
  margin: 160px max(50% - 800px, 50px);
}
@media (max-width: 767px) {
  .company {
    padding: 10.6666666667vw 4vw;
  }
}
.company .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 767px) {
  .company .wrap {
    display: block;
  }
}
.company .title {
  line-height: 1;
  text-align: center;
}
.company .title .en {
  font-family: var(--ff-cg);
}
@media (max-width: 767px) {
  .company .title .en {
    font-size: 1.2rem;
  }
}
.company .title .jp {
  font-size: 3.6rem;
  font-family: var(--ff-shippri);
  margin-top: 15px;
}
@media (max-width: 767px) {
  .company .title .jp {
    font-size: 2.6rem;
    margin-top: 4vw;
  }
}

:root {
  --bordercolor: #dbd8d7;
}

.company__map .map__area {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .company__map .map__area {
    margin-top: 8vw;
  }
}
.company__map iframe {
  width: 100%;
  aspect-ratio: 600/450;
}

.companyprifile__outline {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 180px auto;
  border-top: 1px solid var(--bordercolor);
}
@media (max-width: 767px) {
  .companyprifile__outline {
    margin-top: 8vw;
    grid-template-columns: 1fr;
  }
}
.companyprifile__outline dt,
.companyprifile__outline dd {
  border-bottom: 1px solid var(--bordercolor);
  padding: 25px 40px;
}
@media (max-width: 767px) {
  .companyprifile__outline dt,
  .companyprifile__outline dd {
    padding: 3.3333333333vw 5.3333333333vw;
    font-size: 1.4rem;
  }
}
.companyprifile__outline dt {
  background-color: #f5f5f5;
}