@charset "utf-8";
/* about.css */
.vk_slider {
  width: 100svw;
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
}
.vk_slider_item_container {
  padding: 90px var(--wp--style--root--padding-left) 35px;
  box-sizing: border-box;
  margin: 0 -30px;
  max-width: 100%;
}
.vk_slider_item_container figure,
.vk_slider_item_container figure+p {
  text-align: center;
}
.swiper-horizontal>.swiper-pagination-bullets {
  top: 20px;
}
.vk_slider .swiper-button-next,
.vk_slider .swiper-button-prev {
  background-color: transparent;
  top: 2.7em;
}
.vk_slider .swiper-button-next:after,
.vk_slider .swiper-button-prev:after {
  color: #ccc;
}
.vk_slider .swiper-button-next:hover:after,
.vk_slider .swiper-button-prev:hover:after {
  color: #000;
}
.vk_slider_item_container h3 {
  font-size: 18px;
  text-align: center;
  letter-spacing: .12em;
  margin: 0 0 .5em;
}
.vk_slider_item_container p {
  font-size: 14px;
  letter-spacing: .15em;
  line-height: calc(24/14);
  margin: 0;
}
.vk_slider_item_container h4 {
  font-size: 16px;
  letter-spacing: .08em;
  line-height: calc(24/16);
  margin: 1em 0 0;
  text-align: center;
}
.vk_slider_item_container h3+p {
  text-align: center;
  line-height: calc(18 / 14);
}
.swiper-pagination-bullets {
  counter-reset: pn;
}
.swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  counter-increment: pn;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  line-height: 26px;
}
.swiper-pagination-bullet::before {
  content: "0" counter(pn);
}
.swiper-pagination-bullet-active {
  background-color: #000;
  color: #fff;
}
.vk_slider_item .has-background-dim-0 {
  opacity: 1;
}

.about-box .hon-header {
  border-bottom-width: 0;
}
.about-box .hon .hon-header {
  margin-top: 30px;
  margin-bottom: 10px;
}
.about-box .prof .hon-header {
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-box .prof .hon-header.proc {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--gray);
}
.about-box .prof .process-hon {
  margin-top: 60px;
}
.col .about {
  grid-template-areas:
    "sub-menu"
    "header"
    "main";
  margin-top: 0;
}
.col .about:has(.page-credits) {
  grid-template-areas:
    "sub-menu"
    "header"
    "main"
    "credits";
}
.col .about .page-credits {
  grid-area: credits;
  padding-top: 40px;
}
.about >.hon-header {
  padding-bottom: 15px;
}
.col .about[class] .bar {
  margin-bottom: 30px;
}
.col .about.prof .bar {
  margin-bottom: 30px;
}
.col .about .process-hon .bar {
  margin-bottom: 0;
}
.col .about.prof .bar+figure {
  margin-top: 20px;
}
.col .about .about-h3 {
  margin: 0;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: .04em;
  width: 100%;
}
.col .about.prof h3 {
  margin: 50px 0;
  font-size: var(--fs18-32);
  line-height: calc(30/18);
}
.col .about.prof .process-hon section {
  margin: 0;
  display: grid;
  row-gap: 30px;
}
.col .about.prof .process-hon h2+section {
  margin-top: -30px;
}
.col .about.prof .proc h3 {
  margin: 30px 0 0;
  width: 100%;
}
.about-box .prof .process-hon {
  display: grid;
  row-gap: 60px;
}
.about-box .prof .process-hon :is(p,figure,h2,h3) {
  margin: 0;
  width: 100%;
}
.about-box .prof .process-hon p+h3 {
  margin-top: 30px;
}
.about-box .prof .process-hon p {
  font-size: var(--fs14-18);
}
.col .about[class] h4 {
  font-size: 20px;
  margin: 30px 0 20px;
}
.col .about[class] ul+h3 {
  margin-top: 2em;
}
.col .about h3 small {
  font-size: .7em;
  margin-left: 1em;
}
.col .about .hon-header h3+figure {
  margin: 50px 0 37px;
}
.col .about .hon-header p+p {
  margin: 1.5em 0 0;
}
.col .about .hon-header p+figure {
  margin: 50px 0 60px;
}
.col .about .hon-header figure+dl {
  padding: 0 0 60px;
  border-bottom: 1px solid;
}
.about[class] dt {
  font-size: 18px;
  letter-spacing: .2em;
  line-height: calc(36/18);
}
.about[class] dd+dt {
  margin-top: 40px;
}
.about[class] :where(dd,li) {
  font-feature-settings: "palt";
  letter-spacing: .2em;
  line-height: calc(30/14);
  word-break: break-all;
  margin: 0;
  text-align: justify;
}
html[lang="en"] .about[class] :where(dd,li){
  text-align: initial;
}
.about ul {
  padding: 0;
  list-style-position: inside;
}
.about ul li::marker {
  content: "●";
}
.about figure.alignfull {
  margin: 30px -30px;
}
.about-hon > section {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid;
}
.about-hon .proc-sec {
  padding: 60px 0 0;
  border-bottom: 0;
  margin: 0;
}
.about-hon > section:last-of-type {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.col .about-hon[class] section .bar {
  margin-bottom: 50px;
}
.col .about-hon[class] .proc .bar {
  margin-bottom: 0;
}
.decimal-leading-zero {
  counter-reset: d;
  list-style: none;
  padding: 0;
  margin: 0;
}
.decimal-leading-zero li {
  counter-increment: d;
}
.decimal-leading-zero li::before {
  content: "0" counter(d);
  margin-right: 1em;
}
.loop-list {
  list-style: none;
  padding: 0;
  display: grid;
  /* display: flex; */
  flex-wrap: wrap;
  grid-template-columns: 1fr repeat(4,18%) 1fr;
  /* justify-content: space-between; */
  gap: 2em .7em;
  grid-template-areas:
    "l2 s1 s2 s3 s4 r2"
    "l2 s7 . s6 s5 r2";
  margin-bottom: 30px;
}
html[lang="en"] .loop-list {
  display: block;
  position: relative;
}
html[lang="en"] .loop-list::before {
  position: absolute;
  background: none;
  left: 0;
  top: .5em;
  height: calc(100% - 1em);
  border: solid 30px;
  border-image: url(/wp-content/themes/kenmiki2025/assets/svg/arrow-l2.svg) 30;
  border-width: 30px 0 30px 30px;
  border-image-slice: 30;
  box-sizing: border-box;
}
html[lang="en"] .loop-list[class] li:last-of-type::after,
html[lang="en"] .loop-list::after {
  content: none;
}
html[lang="en"] .loop-list li {
  flex-direction: column;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.5;
  align-items: flex-start;
  text-align: left;
  padding-left: 50px;
}
html[lang="en"] .loop-list[class] li::after {
  background: none;
  content: "↓";
  order: 2;
  color: var(--gray);
}
.hon-header.proc p {
  font-size: var(--fs14-18);
  line-height: calc(30/14);
  letter-spacing: .13em;
}
@media screen and (width < 370px) {
  .loop-list {
    margin: 0 -1em 30px;
  }
}
.loop-list::before,
.loop-list::after {
  content: "";
  /* display: block; */
  /* background-color: #6002; */
  background: no-repeat url(/wp-content/themes/kenmiki2025/assets/svg/arrow-l2.svg) right 0.6em;
}
.loop-list::before {
  grid-area: l2;
}
.loop-list::after {
  grid-area: r2;
  background: no-repeat url(/wp-content/themes/kenmiki2025/assets/svg/arrow-r2.svg) left 1em;
}
.loop-list[class] li {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 20%;
  line-height: 2;
  letter-spacing: -.2em;
}
.loop-list li:nth-of-type(+n + 6)  {
  letter-spacing: .08em;
}
.loop-list li::after {
  content: "";
  background: no-repeat url(/wp-content/themes/kenmiki2025/assets/svg/arrow-r.svg) right center;
}
.loop-list li::after {
  flex-basis: 17px;
  height: 1em;
}
.loop-list li:nth-child(4) {
  background-position: left center;
  text-align: right;
  justify-content: flex-end;
}
.loop-list li:nth-child(5)::after,
.loop-list li:nth-child(6)::after,
.loop-list li:nth-child(7)::after {
  background-image: url(/wp-content/themes/kenmiki2025/assets/svg/arrow-l.svg);
  background-position: left center;
  order: -1;
}
.loop-list li:nth-child(4)::after,
.loop-list li:nth-child(7)::after {
  content: none;
}
.loop-list li:nth-child(5) {
  grid-area: s5;
}
.loop-list li:nth-child(2) {
  grid-area: s2;
  margin-left: .5em;
  margin-right: -.5em;
}
.loop-list li:nth-child(3) {
  grid-area: s3;
  margin-left: 1em;
  margin-right: -1em;
}
.loop-list li:nth-child(6) {
  grid-area: s6;
  margin-left: -1em;
}
.loop-list li:nth-child(7) {
  grid-area: s7;
  /* margin-right: -3em; */
}

.prof-hon {
  margin-top: 60px;
  width: 100%;
}
.prof-hon+.prof-hon {
  padding: 0 0 60px;
  margin-top: 18px;
}
.prof-hon :where(dl,ul) {
  letter-spacing: 0.04em;
  line-height: calc(24/14);
  font-feature-settings: "palt";
}
.prof-hon ul {
  list-style: none;
  padding: 0;
}
.prof-hon[class] dd {
  margin: .3em 0 2em;
  --descriptionsMarginLeft: 0;
}

.about.prof dt {
  font-size: 14px;
  letter-spacing: .04em;
  line-height: calc(36/18);
}
.about.prof dd+dt {
  margin-top: 0px;
}
.about.prof :where(dd,li) {
  letter-spacing: .04em;
  line-height: calc(24/14);
}
.about.prof ul li::marker {
  content: none;
}
.think .prof-header .wp-block-post-title {
  margin-bottom: 0px;
}
.prof-hon summary::after {
  grid-area: plus;
  font-size: 27px;
}
.prof-hon summary {
  display: grid;
  grid-template-areas:
    "h ."
    "s plus";
  line-height: 1;
  grid-template-rows: 1fr 1fr;
  font-size: 20px;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid var(--gray);
  padding-bottom: .5em;
}
.prof-hon summary small {
  grid-area: s;
  font-size: 16px;
  letter-spacing: .04em;
}
html[lang="en"] .prof-hon summary {
  grid-template-areas:
    "h plus";
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
}
html[lang="en"] .prof-hon summary > span {
  letter-spacing: .08em;
}
html[lang="en"] .prof-hon summary > small {
  display: none;
}
.about-header-div {
  margin-top: 0;
  display: contents;
}
@media screen and (width >= 1100px) {
  .col .about {
    grid-template-areas:
      "sub-menu header"
      ". main";
    grid-template-columns: minmax(320px,470px) minmax(64%,1fr);
    width: 100cqw;
  }
  .col .about:has(.page-credits) {
    grid-template-areas:
      "sub-menu header"
      "credits header"
      ". header"
      ". main";
    align-items: start;
  }
  .about-box.think .hon-header .copy {
    margin-top: 1em;
  }
  .about-box .hon .hon-header {
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 100%;
  }
  .about-box .hon .hon-header[id="s5"] {
    border-bottom: 0;
  }
  .col .about .about-hon {
    grid-area: main;
    margin-left: 0!important;
    max-width: 1200px;
    margin-top: 0;
  }
  .col .about.prof .bar {
    margin-bottom: 50px;
  }
  .about-box .hon-header {
    border-bottom-width: 1px;
    margin-top: 0;
  }
  .about-box .prof .hon-header {
    border-bottom-width: 0;
  }
  .about-box .prof .hon-header.proc {
    padding-bottom: 80px;
    margin-bottom: 0;
  }
  .about-box .prof .process-hon {
    grid-column: 2;
    grid-template-columns: 1fr;
    row-gap: 80px;
  }
  .col .about.prof .process-hon section {
    grid-column: 1;
    grid-template-columns: 49.4% 46.7%;
    gap: 50px 3.9%;
    grid-template-areas:
      "h h"
      "f p";
  }
  .col .about.prof .process-hon h2+section {
    margin-top: -10px;
  }
  .about-box .prof .process-hon .bar {
    /* grid-column: span 2; */
    grid-row: 1;
    margin-bottom: -30px;
  }
  .about-hon > section {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
  .about-hon > [id="s4"] {
    margin-bottom: 70px;
  }
  .about-hon > [id="s5"] .fs18-32 {
    margin-bottom: 50px;
    font-size: 32px;
  }
  .about figure.alignfull {
    margin-left: 0;
    margin: 50px 0 30px;
  }
  .col .about .hon-header figure+dl {
    padding: 0 0 100px;
    display: grid;
    grid-template-columns: 170px 1fr;
    align-items: center;
  }
  .about[class] dt {
    font-size: 24px;
    letter-spacing: .08em;
    line-height: calc(36/24);
  }
  .about[class] dd {
    font-size: 14px;
    line-height: calc(24/14);
  }
  .about[class] dd+dt,
  .about[class] dd:last-of-type {
    margin-top: 30px;
  }
  .about[class] li {
    line-height: calc(30/16)
  }
  .about-header-div {
    margin-top: 0;
    display: grid;
  }
  .col .about .hon-header h3+figure {
    margin: 20px 0 80px;
  }
  .col .about .hon-header .wide {
    width: 100%;
    margin: 0 auto 50px;
  }
  .hon-header.proc p {
    line-height: calc(38/18);
  }
  .col .about .about-h3 {
    margin: 0 0 50px;
    font-size: 32px;
    grid-column: 1;
  }
  .col .about.prof h3 {
    margin: 80px 0 50px;
    font-size: 24px;
  }
  .about-box .prof .process-hon h3 {
    margin: 0;
    width: 100%;
    font-size: 32px;
    grid-area: inherit;
    line-height: 1;
  }
  .about-box .prof .process-hon figure {
    grid-area: f;
    width: 100%;
  }
  .about-box .prof .process-hon p {
    grid-area: p;
    margin-top: -.5em;
    /* font-size: 18px; */
    line-height: calc(38/18);
  }
  .col .about.prof .proc h3 {
    margin: 50px 0;
  }
  .col .about[class] h4 {
    font-size: clamp(16px,(12px + .5cqw),20px);
    margin: 0;
    grid-area: p2;
    font-feature-settings: "palt";
    letter-spacing: .1em;
  }
  .vk_slider_item_container p {
    font-size: clamp(12px,(10px + .5cqw),16px);
  }
  .col .about[class] h4+p {
    grid-area: p3;
  }
  .about .movie {
    display: grid;
    margin: 0 0 0 auto;
    grid-template-areas:
      "h m"
      "p m";
    align-items: start;
    justify-content: end;
    align-content: start;
    gap: 0 50px;
  }
  .about .movie[class] h4 {
    grid-area: h;
  }
  .about .movie p {
    grid-area: p;
    align-self: start;
    margin: 0;
  }
  .about .wp-block-video {
    width: 356px;
    grid-area: m;
    margin: 0;
  }
  :root .vk_slider {
    width: 100%;
    margin: 50px 0;
    container-type: inline-size;
  }
  .vk_slider_item[class] {
    aspect-ratio: 2/1;
  }
  .vk_slider_item_container {
    padding: 0 4.2cqw;
    display: grid;
    grid-template-areas:
      ". f"
      "h f"
      "p1 f"
      "p2 f"
      ". .";
    grid-template-rows: 10cqw auto 6cqw 1fr 10cqw;
    grid-template-columns: minmax(50%,450px) minmax(45%,500px);
    aspect-ratio: 1100/600;
    /* margin: 0 auto!important; */
    justify-content: space-between;
    max-width: calc(100% - 60px);
  }
  .vk_slider_item_container:has(h4) {
    grid-template-areas:
      ". f"
      "h f"
      "p1 f"
      "p2 f"
      "p3 f"
      ". .";
    grid-template-rows: 10cqw auto 6cqw 4cqw 1fr 10cqw;
  }
  .vk_slider_item_container[class] * {
    text-align: left;
  }
  .vk_slider_item_container h3 {
    grid-area: h;
    align-self: end;
    font-size: 30px;
  }
  .vk_slider_item_container h3+p {
    grid-area: p1;
    font-size: 16px;
  }
  .vk_slider_item_container figure+p {
    grid-area: p2;
    font-size: 16px;
  }
  .vk_slider_item_container figure {
    grid-area: f;
    max-width: 500px;
    margin: 0 auto;
    aspect-ratio: 1;
  }
  .swiper-horizontal>.swiper-pagination-bullets {
    top: auto;
    bottom: 25px;
    width: 87.3%;
    margin: 0 0 0 6.5%;
    display: flex;
    justify-content: space-between;
  }
  .swiper-horizontal>.swiper-pagination-bullets::before {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: 1px;
    border-top: 1px solid var(--gray);
    left: 5%;
    top: calc(50% - 0.5px);
    z-index: -1;
  }
  .swiper-pagination-bullet {
    width: 64px;
    height: 64px;
    /* aspect-ratio: 1; */
    line-height: 64px;
    --bullet: clamp(30px,5.3cqw,64px);
    width: var(--bullet);
    height: var(--buttet);
    line-height: var(--bullet);
  }
  .vk_slider .swiper-button-next, .vk_slider .swiper-button-prev {
    top: 50%;
  }
  .loop-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.6em;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/kenmiki2025/assets/svg/border.svg),
      url(/wp-content/themes/kenmiki2025/assets/svg/border_1.svg);
    background-position: right bottom,left bottom;
    background-size: 68% auto;
    padding-bottom: 12px;
  }
  .loop-list::before,
  .loop-list::after {
    flex-basis: 30px;
    flex-shrink: 0;
    background-position: left .5em;
  }
  .loop-list[class] li {
    justify-content: flex-start;
    gap: 0.6em;
    margin: 0;
    letter-spacing: 0;
    /* grid-row: 1; */
    /* grid-area: unset; */
    justify-content: center;
  }
  .loop-list[class] li::after {
    content: "";
    flex-grow: 1;
    background: no-repeat url(/wp-content/themes/kenmiki2025/assets/svg/arrow-r.svg) right center;
    order: 2;
  }
  .loop-list[class] li:last-of-type {
    letter-spacing: .1em;
    flex-basis: min-content;
    margin: 0 -0.6em 0 0;
  }
  .loop-list[class] li:last-of-type::after {
    content: none;
  }
  .loop-list::after {
    background-position: right 1em,right bottom;
    /* flex-grow: 1; */
  }
  .prof-hon {
    grid-column: 2;
    margin-top: 10px;
  }
  .prof-hon summary {
    grid-template-areas: "h s plus";
    grid-template-columns: auto 1fr auto;
    min-height: 0;
    grid-template-rows: 1fr;
  }
  .prof-hon summary small {
    justify-self: start;
  }
  .about.prof dl {
    display: grid;
    grid-template-columns: 90px 1fr;
  }
  .about.prof :is(dt,dd) {
    font-size: 16px;
    letter-spacing: .08em;
    line-height: calc(36/16);
    margin: 0;
  }
  .about.prof dd+dt,
  .about.prof dd:last-of-type {
    margin-top: 0;
  }
  .about-hon .proc-sec {
    padding: 60px 0 0;
    display: grid;
    border-bottom: 0;
    margin-bottom: 0;
    grid-template-areas:
      "h h"
      "m p";
    grid-template-columns: 49.4% 1fr;
    gap: 50px;
  }
  .about-hon .proc-sec .fs18-32 {
    grid-area: h;
    font-size: 32px;
  }
  .about-hon .proc-sec .wp-block-video[class] {
    width: 100%;
    margin: 0;
  }
  .about-hon .proc-sec p {
    margin: -.5em 0 0;
  }
}