
/* kininaru topics05 */
.kininaru-type01 .blk01 .img-wrap {
  border-radius: 0 100vmax 100vmax 100vmax;
}

.kininaru-type01 .blk02 .img-wrap.img01 {
  border-radius: 100vmax 100vmax 100vmax 0;
}
.kininaru-type01 .blk02 .img-wrap.img02 {
  border-radius: 100vmax;
}
.kininaru-type01 .blk02 .img-wrap.img03 {
  border-radius: 100vmax;
}

.kininaru-type01 .blk03 .img-wrap.img01 {
  border-radius: 100vmax;
}
.kininaru-type01 .blk03 .img-wrap.img02 {
  border-radius: 100vmax;
}
.kininaru-type01 .blk03 .img-wrap.img03 {
  border-radius: 100vmax 100vmax 0 100vmax;
}

.kininaru-type01 .blk04 .img-wrap.img01 {
  border-radius: 100vmax;
}
.kininaru-type01 .blk04 .img-wrap.img02 {
  border-radius: 100vmax 100vmax 0 100vmax;
}

.kininaru-type01 .content-wrap .cap {
  color: #787878;
}
.kininaru-type01 .content-wrap .img-cap {
  color: #4b4b4b;
}
@media screen and (min-width:751px) {
  .kininaru-type01 {
    padding-top: 185px;
  }
  .kininaru-type01 .content-wrap {
    margin-bottom: 172px;
    padding-inline: 90px;
  }

  .kininaru-type01 .blk01 {
    position: relative;
    padding-inline: 90px;
  }
  .kininaru-type01 .blk01 .hgroup {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 35% 59%;
    grid-template-rows: auto;
  }
  .kininaru-type01 .blk01 .logo-wrap {
    aspect-ratio: 1 / 1.18024;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 165px;
  }
  .kininaru-type01 .blk01 .img-wrap {
    aspect-ratio: 1 / 1.5186;
    grid-column: 2 / 3;
    grid-row: 1 / 4;
  }
  .kininaru-type01 .blk01 h2 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-block: 50px 45px ;
    font-size: 46px;
    line-height: 1.478;
  }
  .kininaru-type01 .blk01 .txt {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    letter-spacing: 0.04em;
  }
  .kininaru-type01 .blk01 .keyword-wrap {
    position: absolute;
    top: 7px;
    left: 37px;
    height: 100%;
  }

  .kininaru-type01 .blk02 {
    display: grid;
    grid-template-columns: 63% 32.8%;
    justify-content: space-between;
    row-gap: 34px;
    margin-top: 115px;
  }
  .kininaru-type01 .blk02 .conta01 {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 33% 67%;
    justify-content: space-between;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  .kininaru-type01 .blk02 .img-wrap.img01 {
    width: 33%;
    aspect-ratio: 1 / 1.2848;
  }
  .kininaru-type01 .blk02 .img-wrap.img02 {
    width: 67%;
    aspect-ratio:  1 / 0.6328;
  }
  .kininaru-type01 .blk02 .img-wrap.img03 {
    aspect-ratio:  1 / 0.7683;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  .kininaru-type01 .blk02 .img-cap {
    margin-top: 10px;
    font-size: 12px;
  }
  .kininaru-type01 .blk02 .txt-wrap {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .kininaru-type01 .blk02 .txt-wrap sup {
    font-size: 10px;
  }
  .kininaru-type01 .blk02 .txt-wrap .cap {
    display: inline-block;
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.6;
  }

  .kininaru-type01 .blk03 {
    margin-top: 105px;
    display: grid;
    grid-template-columns: 61.6% 38.4%;
  }
  .kininaru-type01 .blk03 .conta01 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .kininaru-type01 .blk03 .conta02 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    text-align: right;
  }
  .kininaru-type01 .blk03 .img-wrap.img02 {
    aspect-ratio:  1 / 0.6364;
  }
  .kininaru-type01 .blk03 .img-wrap.img01 {
    aspect-ratio: 1 / 0.4627;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .kininaru-type01 .blk03 .img-wrap.img03 {
    aspect-ratio:  1 / 1.763;
  }
  .kininaru-type01 .blk03 .img-cap {
    margin-top: 10px;
    font-size: 12px;
  }
  .kininaru-type01 .blk03 .txt-wrap {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    margin-top: 30px;
  }

  .kininaru-type01 .blk04 {
    margin-top: 105px;
    display: grid;
    grid-template-columns: 49% 51%;
  }
  .kininaru-type01 .blk04 .img-wrap.img01 {
    aspect-ratio: 1 / 0.7673;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .kininaru-type01 .blk04 .img-wrap.img02 {
    aspect-ratio:  1 / 0.7373;
  }
  .kininaru-type01 .blk04 .txt-wrap {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    margin-top: 30px;
  }
  .kininaru-type01 .blk04 .txt-wrap sup {
    font-size: 10px;
  }
  .kininaru-type01 .blk04 .txt-wrap .cap {
    font-size: 10px;
  }
}
@media screen and (max-width:750px) {
  .kininaru-type01 {
    padding-top: 24.667vw;
  }
  .kininaru-type01 .content-wrap {
    margin-bottom: 33.866vw;
  }

  .kininaru-type01 .blk01 {
    position: relative;
  }
  .kininaru-type01 .blk01 .hgroup {
    display: block;
  }
  .kininaru-type01 .blk01 .logo-wrap {
    margin-top: -23.2vw;
    margin-left: 8.2vw;
    width: 30.343vw;
  }
  .kininaru-type01 .blk01 h2 {
    margin-top: 5.333vw;
    font-size: 8vw;
    letter-spacing: -0.02em;
    line-height: 1.467;
  }
  .kininaru-type01 .blk01 .txt {
    margin-top: 8vw;
    letter-spacing: 0.04em;
  }
  .kininaru-type01 .blk01 .keyword-wrap {
    margin-top: 3.2vw;
    display: flex;
    flex-wrap: wrap;
    gap: 1.333vw;
  }

  .kininaru-type01 .blk02 {
    margin-top: 16vw;
  }
  .kininaru-type01 .blk02 .img-wrap.img01 {
    border-radius: 100vmax 0 100vmax 100vmax;
    aspect-ratio: 1 / 1;
  }
  .kininaru-type01 .blk02 .img-wrap.img02 {
    aspect-ratio:  1 / 0.6762;
  }
  .kininaru-type01 .blk02 .img-wrap.img03 {
    margin-top: 1.905%;
    aspect-ratio:  1 / 0.5556;
  }
  .kininaru-type01 .blk02 .img-cap {
    margin-top: 1.905%;
    font-size: 3.2vw;
  }
  .kininaru-type01 .blk02 .txt-wrap {
    margin-top: 7.733vw;
  }
  .kininaru-type01 .blk02 .txt-wrap sup {
    font-size: 2.667vw;
  }
  .kininaru-type01 .blk02 .txt-wrap .cap {
    display: inline-block;
    font-size: 2.667vw;
    letter-spacing: -0.02em;
  }

  .kininaru-type01 .blk03 {
    margin-top: 20.934vw;
  }
  .kininaru-type01 .blk03 .img-wrap.img02 {
    aspect-ratio:  1 / 0.746;
    margin-top: 7.302%;
  }
  .kininaru-type01 .blk03 .img-wrap.img01 {
    aspect-ratio: 1 / 0.5651;
    margin-top: 4.762%;
  }
  .kininaru-type01 .blk03 .img-wrap.img03 {
    border-radius: 100vmax 100vmax 100vmax 0;
    aspect-ratio: 1 / 0.7429;
  }
  .kininaru-type01 .blk03 .img-cap {
    margin-top: 1.905%;
    font-size: 3.2vw;
  }
  .kininaru-type01 .blk03 .txt-wrap {
    margin-top: 7.302%;
  }

  .kininaru-type01 .blk04 {
    margin-top: 20.934vw;
  }
  .kininaru-type01 .blk04 .img-wrap.img01 {
    aspect-ratio: 1 / 0.7683;
  }
  .kininaru-type01 .blk04 .img-wrap.img02 {
    aspect-ratio:  1 / 0.727;
  }
  .kininaru-type01 .blk04 .txt-wrap {
    margin-top: 7.302%;
  }
  .kininaru-type01 .blk04 .txt-wrap sup {
    font-size: 2.667vw;
  }
  .kininaru-type01 .blk04 .txt-wrap .cap {
    display: inline-block;
    font-size: 2.667vw;
    letter-spacing: -0.02em;
  }
}

/* kininaru topics05 */