*:where(:not(html, iframe, canvas, img, svg, video, audio, svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -webkit-line-break: after-white-space;
  overflow-wrap: break-word;
  -webkit-user-select: auto;
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

:root {
  --breakpoint-xs: 480px;
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-ml: 960px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
  --inner-slim: 980px;
  --inner-base: 1080px;
  --inner-wide: 1360px;
  --view-width: 100vw;
  --header-height: 60px;
  --aside-width: 160px;
  --min-full-height: 550px;
  --font-size-body: 14px;
  --line-height-body: 1.6;
  --gutter: 20px;
}
@media (width >= 768px) {
  :root {
    --font-size-body: 16px;
  }
}

body {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  color: #222;
}

:where(*) {
  outline-color: #17184B;
  border-style: solid;
  border-width: 0;
}

input,
select,
option,
textarea,
button {
  box-sizing: border-box;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  color: #222;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: smooth;
}

b {
  font-weight: bold;
}

svg {
  width: 100%;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  padding: 0;
  touch-action: manipulation;
  background: transparent;
  border: none;
}

:-moz-any-link {
  cursor: pointer;
}

:any-link,
button,
[type=button],
[type=reset],
[type=submit],
label[for],
select,
summary,
[role=tab],
[role=button] {
  cursor: pointer;
}

:focus:not(:focus-visible) {
  outline: none;
}

i:has(> svg) {
  line-height: 0;
}

a:not([class]) {
  color: inherit;
}

:where([class*="hover:"]) {
  transition-duration: 0.3s;
  transition-property: opacity, color, background-color, border-color, transform;
}

.l-wrapper {
  padding-top: var(--header-height);
  overflow: clip;
}
@media (width >= 1024px) {
  .l-wrapper {
    padding-top: 0;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--header-height);
  padding-inline: var(--gutter);
  background-color: #fff;
}
.l-header__logo {
  flex: 0 0 120px;
  width: 120px;
}
.l-header__btn {
  translate: 0 -1px;
}
@media (width >= 1024px) {
  .l-header {
    display: none;
  }
}

.l-footer {
  position: relative;
  padding-top: 120px;
}
.l-footer::before {
  position: absolute;
  top: 0;
  right: 20px;
  width: 141px;
  aspect-ratio: 184/258;
  content: "";
  background: url("../img/shared/item-footer01.svg") no-repeat center center/contain;
}
.l-footer::after {
  position: absolute;
  top: 50px;
  right: calc(50% - 46px);
  width: 71.5px;
  aspect-ratio: 71.5/101;
  content: "";
  background: url("../img/shared/item-footer02.png") no-repeat center center/contain;
}
.l-footer__container {
  position: relative;
  z-index: 1;
  padding-block: 34px 30px;
  padding-inline: var(--gutter);
  border-top: 1px solid #222;
}
.l-footer__logo {
  width: 160px;
}
.l-footer__copyright {
  padding-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.l-footer:is(body:has(.l-column-article) *) {
  padding-top: 0;
}
.l-footer:is(body:has(.l-column-article) *)::before, .l-footer:is(body:has(.l-column-article) *)::after {
  content: none;
}
@media (width >= 768px) {
  .l-footer {
    padding-top: 174px;
  }
  .l-footer::before {
    top: 0;
    right: revert;
    left: calc(50% + 366px);
    width: 184px;
  }
  .l-footer::after {
    top: 109px;
    right: calc(50% + 169px);
  }
  .l-footer__container {
    display: flex;
    gap: 0 122px;
    align-items: center;
    justify-content: center;
    height: 163px;
    padding-block: 0;
  }
  .l-footer__logo {
    flex: 0 0 160px;
  }
  .l-footer__copyright {
    flex: 0 0 auto;
    padding-top: 0;
  }
}
@media (width >= 1024px) {
  .l-footer {
    margin-left: var(--aside-width);
  }
}

.l-column-article {
  overflow: clip;
  background-color: #F9F9F3;
}
.l-column-article__hdr {
  background-color: #DAF2EE;
}
.l-column-article__bdy {
  position: relative;
  padding-top: 40px;
}
.l-column-article__speaker {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.l-column-article__note {
  margin-top: 20px;
}
.l-column-article__recap {
  position: relative;
}
.l-column-article__dialogue {
  position: relative;
  margin-top: 60px;
}
.l-column-article [class*=l-column-article__bg] {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.l-column-article [class*=l-column-article__bg] img {
  mix-blend-mode: multiply;
}
.l-column-article__bg05 {
  width: 110px;
}
.l-column-article__bg06 {
  width: 95px;
}
@media (width >= 768px) {
  .l-column-article {
    position: relative;
    display: flex;
    gap: 0 40px;
    align-items: flex-start;
    justify-content: center;
  }
  .l-column-article__recap {
    margin-top: 70px;
  }
  .l-column-article__dialogue {
    margin-top: 60px;
  }
  .l-column-article__hdr {
    position: sticky;
    top: 0;
    z-index: 1;
    flex: 0 0 300px;
    width: 300px;
    height: 100vh;
    padding-block: 30px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-column-article__hdr::-webkit-scrollbar {
    display: none;
  }
  .l-column-article__hdrinbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 260px;
    min-height: 100%;
    margin-inline: auto;
  }
  .l-column-article__cts {
    flex: 0 1 580px;
    padding-block: 60px 76px;
  }
  .l-column-article__bdy {
    padding-top: 60px;
  }
  .l-column-article__bg01 {
    top: 34px;
    left: calc(50% + 272px);
    width: 164px;
  }
  .l-column-article__bg02 {
    top: 181px;
    right: calc(50% + 330px);
    width: 100px;
  }
  .l-column-article__bg03 {
    top: -77px;
    left: calc(50% + 236px);
    width: 133px;
  }
  .l-column-article__bg04 {
    right: calc(50% + 338px);
    bottom: 206px;
    width: 132px;
  }
  .l-column-article__bg05 {
    top: 17px;
    left: calc(50% + 190px);
    width: 180px;
  }
  .l-column-article__bg06 {
    display: none;
  }
}
@media (width >= 768px) and (width < 1024px) {
  .l-column-article__cts {
    padding-right: 20px;
  }
}
@media (width >= 1024px) {
  .l-column-article {
    gap: 0 60px;
  }
}
@media (width >= 1280px) {
  .l-column-article {
    gap: 0 120px;
  }
  .l-column-article__hdr {
    flex: 0 0 380px;
    width: 380px;
  }
}
@media (width < 768px) {
  .l-column-article__hdr {
    padding: 36px 20px 20px;
  }
  .l-column-article__hdrinbox {
    max-width: 500px;
    margin-inline: auto;
  }
  .l-column-article__cts {
    padding: 40px 20px 100px;
  }
  .l-column-article__recap {
    margin-top: 60px;
  }
  .l-column-article__recap .c-recap-section__bg {
    margin-inline: calc(-1 * 20px);
  }
  .l-column-article__bg01, .l-column-article__bg02, .l-column-article__bg03, .l-column-article__bg04 {
    display: none;
  }
  .l-column-article__bg05 {
    top: -17px;
    right: calc(-1 * 20px);
  }
  .l-column-article__bg06 {
    bottom: -21px;
    left: -49px;
  }
}

.l-dialogue-article__ftr {
  position: relative;
  padding-top: 10px;
}
.l-dialogue-article [class*=l-dialogue-article__bg] {
  position: absolute;
  z-index: -1;
}
.l-dialogue-article__bg01 {
  top: -14px;
  right: -6px;
  width: 48px;
}
.l-dialogue-article__bg02 {
  bottom: -51px;
  left: -11px;
  width: 76px;
}
@media (width >= 768px) {
  .l-dialogue-article__intro {
    padding-block: 60px 90px;
  }
  .l-dialogue-article__ftr {
    padding-top: 60px;
  }
  .l-dialogue-article__bg01 {
    top: 2px;
    right: revert;
    left: calc(50% + 573px);
    width: 124px;
  }
  .l-dialogue-article__bg02 {
    right: calc(50% + 362px);
    bottom: -20px;
    left: revert;
    width: 218px;
  }
}
@media (width < 768px) {
  .l-dialogue-article {
    padding-bottom: 100px;
  }
}

.l-aside {
  display: none;
}
@media (width >= 1024px) {
  .l-aside {
    --gap: 80px;
    --padding-bottom: 44px;
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 999;
    display: block;
    width: var(--aside-width);
    padding: 30px 20px var(--padding-bottom);
    overflow: auto;
    background: #fff linear-gradient(to bottom, #222 0%, #222 50%, transparent 50%, transparent 100%) repeat-y right top/1px 4px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-aside::-webkit-scrollbar {
    display: none;
  }
  .l-aside__inner {
    display: flex;
    flex-direction: column;
    gap: var(--gap) 0;
    justify-content: space-between;
    min-height: 100%;
  }
  .l-aside__logo {
    flex: 0 0 32px;
  }
  .l-aside__nav {
    --height: calc(
      max(100vh, var(--min-full-height)) - var(--gap) - var(
          --padding-bottom
        ) -
        32px - 30px
    );
    flex: 0 0 var(--height);
    height: var(--height);
  }
}

.l-drawer {
  position: fixed;
  top: var(--header-height);
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #fff;
}
@media (width >= 1024px) {
  .l-drawer {
    display: none;
  }
}

.c-comment-blk {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 0 30px;
}
.c-comment-blk__thumb figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.c-comment-blk__cts {
  padding-top: 10px;
}
.c-comment-blk__cts :where(p) {
  font-size: 16px;
  line-height: 2;
}
.c-comment-blk__cts :where(p.-mt) {
  margin-top: 2em;
}

.c-dialogue-bnr {
  position: relative;
  display: block;
  padding: 20px 20px 15px;
}
.c-dialogue-bnr::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-color: #E8E8ED;
  border-radius: 5px;
  transition-duration: 0.3s;
  transition-duration: background-color;
}
.c-dialogue-bnr__step {
  position: absolute;
  right: 38px;
  bottom: -22px;
  z-index: 2;
  width: 38px;
}
.c-dialogue-bnr__copy {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #17184B;
}
.c-dialogue-bnr__bdy {
  position: relative;
  z-index: 1;
}
.c-dialogue-bnr__title {
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.c-dialogue-bnr__speakers {
  display: flex;
  gap: 0 14px;
  align-items: center;
  padding-top: 22px;
}
.c-dialogue-bnr__txt {
  padding-top: 12px;
  font-size: 16px;
  line-height: 2;
}
.c-dialogue-bnr__more {
  position: relative;
  display: flex;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  font-size: 16px;
}
.c-dialogue-bnr__more::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 10px);
  height: 1px;
  content: "";
  background-color: currentcolor;
  transition-duration: 0.3s;
  transition-duration: width;
}
.c-dialogue-bnr__more .la {
  transition-duration: 0.3s;
  transition-property: translate;
}
.c-dialogue-bnr__aside {
  padding-right: 0;
}
.c-dialogue-bnr__thumb {
  overflow: hidden;
}
.c-dialogue-bnr__thumb img {
  transition-duration: 0.3s;
  transition-property: scale;
}
.c-dialogue-bnr:has(.c-dialogue-bnr__copy) {
  padding: 0 20px 15px;
}
.c-dialogue-bnr:has(.c-dialogue-bnr__copy)::before {
  inset: 18px 0 0;
}
.c-dialogue-bnr:has(.c-dialogue-bnr__copy) .c-dialogue-bnr__bdy {
  padding-top: 19px;
}
@media (any-hover: hover) {
  .c-dialogue-bnr:hover::before {
    background-color: #DADAED;
  }
  .c-dialogue-bnr:hover .c-dialogue-bnr__more::after {
    width: 100%;
  }
  .c-dialogue-bnr:hover .c-dialogue-bnr__more .la {
    translate: 10px 0;
  }
  .c-dialogue-bnr:hover .c-dialogue-bnr__thumb img {
    scale: 1.1;
  }
}
@media (width >= 768px) {
  .c-dialogue-bnr {
    padding: 27px 0 63px 30px;
  }
  .c-dialogue-bnr__step {
    right: 12px;
    bottom: 0;
    width: 60px;
  }
  .c-dialogue-bnr__copy {
    font-size: 14px;
  }
  .c-dialogue-bnr__title {
    font-size: 24px;
  }
  .c-dialogue-bnr__speakers {
    gap: 0 20px;
    padding-top: 20px;
  }
  .c-dialogue-bnr__txt {
    padding-top: 20px;
  }
  .c-dialogue-bnr__more {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 22px;
    margin-inline: auto;
  }
  .c-dialogue-bnr__more::after {
    width: calc(100% - 10px);
  }
  .c-dialogue-bnr__aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 15px;
  }
  .c-dialogue-bnr:has(.c-dialogue-bnr__copy) {
    padding: 0 0 69px 19px;
  }
  .c-dialogue-bnr:has(.c-dialogue-bnr__copy) .c-dialogue-bnr__bdy {
    padding-top: 20px;
  }
}
@media (width >= 1024px) {
  .c-dialogue-bnr::before {
    inset: 0 30px 43px 0;
  }
  .c-dialogue-bnr__bdy {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .c-dialogue-bnr__copy {
    line-height: 1;
  }
  .c-dialogue-bnr__cts {
    flex: 1 1 auto;
  }
  .c-dialogue-bnr__aside {
    flex: 0 0 160px;
    width: 160px;
    padding-top: 0;
  }
  .c-dialogue-bnr:has(.c-dialogue-bnr__copy)::before {
    inset: 7px 30px 43px 0;
  }
}
@media (width >= 1280px) {
  .c-dialogue-bnr__aside {
    flex: 0 0 200px;
    width: 200px;
  }
}
@media (width < 1024px) {
  .c-dialogue-bnr__copy {
    max-width: 700px;
    margin-inline: auto;
  }
  .c-dialogue-bnr__bdy {
    max-width: 700px;
    margin-inline: auto;
  }
  .c-dialogue-bnr__aside {
    display: flex;
    gap: 0 35px;
    padding-top: 15px;
  }
  .c-dialogue-bnr__more {
    flex: 0 0 auto;
    align-self: center;
  }
}

.c-pebble-bnr {
  position: relative;
  display: flex;
  padding: 60px 10px 8px;
  background-color: #fff;
  border: 1px solid #17184B;
  border-radius: 5px;
  transition-duration: 0.3s;
  transition-duration: background-color;
}
.c-pebble-bnr__bg {
  position: absolute;
  top: 5%;
  right: 40px;
  width: -moz-fit-content;
  width: fit-content;
  height: 90%;
}
.c-pebble-bnr__bg img {
  width: auto;
  max-width: none;
  height: 100%;
}
.c-pebble-bnr__title {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.c-pebble-bnr__label {
  position: relative;
  width: 75px;
  height: 41px;
}
.c-pebble-bnr__label p {
  position: relative;
  z-index: 1;
}
.c-pebble-bnr__label .-pebble {
  position: absolute;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.c-pebble-bnr__label .-pebble img {
  width: 90%;
  max-width: none;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.c-pebble-bnr__arrow {
  align-self: flex-end;
  transition-duration: 0.3s;
  transition-duration: translate;
}
@media (any-hover: hover) {
  .c-pebble-bnr:hover {
    background-color: #DADAED;
  }
  .c-pebble-bnr:hover .c-pebble-bnr__arrow {
    translate: 10px;
  }
}
@media (width >= 768px) {
  .c-pebble-bnr {
    padding: 9px 20px 4px 10px;
  }
  .c-pebble-bnr__bg {
    top: 50%;
    right: 46px;
    translate: 0 -50%;
  }
  .c-pebble-bnr__label {
    align-self: flex-start;
    width: 90px;
    height: 66px;
  }
  .c-pebble-bnr__title {
    padding-block: 8px;
    padding-left: 20px;
  }
  .c-pebble-bnr__arrow {
    align-self: center;
  }
}
@media (width < 768px) {
  .c-pebble-bnr {
    position: relative;
  }
  .c-pebble-bnr__label {
    position: absolute;
    top: 10px;
    left: 10px;
  }
}

:where(.c-pebble-bnr .-pebble) {
  right: 0;
  bottom: 0;
}

.c-dialogue-board {
  background-color: #E8E8ED;
}
.c-dialogue-board__speakers {
  display: flex;
  gap: 0 19px;
  padding-top: 27px;
}
.c-dialogue-board__bdy {
  padding-top: 27px;
}
@media (width >= 768px) {
  .c-dialogue-board {
    padding: 40px;
  }
  .c-dialogue-board__hdr {
    display: flex;
    gap: 0 20px;
    margin-block-start: -40px;
    margin-inline-start: -40px;
  }
  .c-dialogue-board__img {
    flex: 0 1 auto;
    max-width: 500px;
    margin-bottom: -20px;
    translate: -20px -20px;
  }
  .c-dialogue-board__speakers {
    flex: 1 0 auto;
    flex-direction: column;
    gap: 13px 0;
    align-self: flex-end;
    padding-top: 10px;
  }
  .c-dialogue-board__bdy {
    padding-top: 65px;
  }
}
@media (width >= 1024px) {
  .c-dialogue-board {
    padding: 60px;
  }
  .c-dialogue-board__hdr {
    margin-block-start: -60px;
    margin-inline-start: -60px;
  }
  .c-dialogue-board__img {
    margin-bottom: -40px;
    translate: -40px -40px;
  }
}
@media (width < 768px) {
  .c-dialogue-board {
    padding-bottom: 60px;
    margin-inline: calc(-1 * var(--gutter));
    margin-top: 60px;
  }
  .c-dialogue-board__hdr, .c-dialogue-board__bdy {
    margin-inline: var(--gutter);
  }
  .c-dialogue-board__img {
    margin-bottom: -60px;
    translate: 0 -60px;
  }
  .c-dialogue-board__speakers {
    align-items: center;
  }
}

.c-bars-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 20px;
}
.c-bars-btn input {
  display: none;
}
.c-bars-btn::before, .c-bars-btn::after {
  content: "";
}
.c-bars-btn i, .c-bars-btn::before, .c-bars-btn::after {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: currentcolor;
  transition-duration: 0.3s;
  transition-property: translate, rotate, scale;
}
.c-bars-btn::before {
  translate: 0 -10px;
}
.c-bars-btn::after {
  translate: 0 10px;
}
.c-bars-btn:has(input:checked) i {
  scale: 1 0;
}
.c-bars-btn:has(input:checked)::before {
  rotate: 45deg;
  translate: 0 0;
}
.c-bars-btn:has(input:checked)::after {
  rotate: -45deg;
  translate: 0 0;
}

.c-shuffle-btn {
  display: flex;
  gap: 0 4px;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #17184B;
  background-color: #fff;
  border: 1px solid #17184B;
  border-radius: 100vmax;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}
.c-shuffle-btn ._txt {
  font-size: 20px;
  font-weight: bold;
}
.c-shuffle-btn ._icon {
  font-size: 22px;
}
@media (any-hover: hover) {
  .c-shuffle-btn:hover {
    color: #fff;
    background-color: #17184B;
  }
}

.c-dialogue-btn {
  display: flex;
  align-items: center;
  padding-block: 14px;
  background-color: #fff;
  border: 1px solid #17184B;
  border-radius: 5px;
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
.c-dialogue-btn ._episodes {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  font-weight: 500;
  color: #17184B;
  border-right: 1px solid #17184B;
  transition-duration: 0.3s;
  transition-property: border-color, color;
}
.c-dialogue-btn ._txt {
  flex: 1 1 auto;
  padding-left: 20px;
  font-weight: 500;
}
.c-dialogue-btn ._icon {
  flex: 0 0 auto;
  align-self: center;
  padding-inline: 14px 20px;
  font-size: 16px;
  color: #17184B;
}
@media (any-hover: hover) {
  .c-dialogue-btn:hover {
    color: #fff;
    background-color: #17184B;
  }
  .c-dialogue-btn:hover ._episodes,
  .c-dialogue-btn:hover ._icon {
    color: #fff;
  }
  .c-dialogue-btn:hover ._episodes {
    border-right-color: #fff;
  }
}

.c-arrow-btn {
  display: flex;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #17184B;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 100vmax;
  transition-duration: 0.3s;
  transition-property: color, background-color, border-color;
}
.c-arrow-btn ._txt {
  font-size: 16px;
  font-weight: bold;
}
.c-arrow-btn:not([data-arrow-back])::after {
  font-family: Line Awesome Free;
  font-size: 18px;
  font-weight: 900;
  content: "\f061";
}
.c-arrow-btn[data-arrow-back]::before {
  font-family: Line Awesome Free;
  font-size: 18px;
  font-weight: 900;
  content: "\f060";
}
@media (any-hover: hover) {
  .c-arrow-btn:hover {
    color: #fff;
    background-color: #17184B;
    border-color: #17184B;
  }
}

.c-pebble-card {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
}
.c-pebble-card__img {
  position: absolute;
  z-index: 0;
}
.c-pebble-card__img:is(.is-hover *) {
  rotate: -5deg;
}
.c-pebble-card__txt {
  position: absolute;
  z-index: 1;
  padding-right: 28px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
}
.c-pebble-card__txt span {
  display: inline-block;
}
.c-pebble-card__txt:is(.is-hover *) span {
  rotate: -5deg;
}
@media (width >= 768px) {
  .c-pebble-card__txt {
    padding-right: 42px;
    font-size: 36px;
  }
}

a.c-pebble-card .c-pebble-card__txt::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  aspect-ratio: 35/30;
  content: "";
  background: url("../img/shared/arrow-pebble.svg") no-repeat left center/contain;
  translate: 0 -50%;
}
@media (any-hover: hover) {
  a.c-pebble-card:hover .c-pebble-card__txt span {
    rotate: -5deg;
  }
  a.c-pebble-card:hover .c-pebble-card__txt::after {
    right: -2px;
    width: 22px;
    aspect-ratio: 38/30;
    background-image: url("../img/shared/arrow-pebble-long.svg");
  }
  a.c-pebble-card:hover .c-pebble-card__img {
    rotate: -5deg;
  }
}
@media (width >= 768px) {
  a.c-pebble-card .c-pebble-card__txt::after {
    width: 35px;
  }
}
@media (width >= 768px) and (any-hover: hover) {
  a.c-pebble-card:hover .c-pebble-card__txt::after {
    right: -3px;
    width: 38px;
  }
}

.c-column-hdr__illust {
  text-align: center;
}
.c-column-hdr__illust img {
  width: auto;
}
@media (width >= 768px) {
  .c-column-hdr__title {
    padding-top: 20px;
  }
  .c-column-hdr__copy {
    padding-top: 30px;
  }
  .c-column-hdr__illust {
    padding-top: 20px;
  }
  .c-column-hdr__illust img {
    height: 230px;
  }
  .c-column-hdr__btn {
    padding-top: 30px;
  }
}
@media (width < 768px) {
  .c-column-hdr {
    display: grid;
    grid-template: ". label title ." auto "copy copy copy copy" auto "illust illust illust illust" auto/1fr 70px auto 1fr;
    gap: 0 33px;
  }
  .c-column-hdr__label {
    grid-area: label;
  }
  .c-column-hdr__title {
    grid-area: title;
  }
  .c-column-hdr__copy {
    grid-area: copy;
    padding-top: 22px;
  }
  .c-column-hdr__illust {
    grid-area: illust;
    padding-top: 30px;
    text-align: center;
  }
  .c-column-hdr__illust img {
    height: 200px;
  }
  .c-column-hdr__btn {
    display: none;
  }
}
@media (width < 480px) {
  .c-column-hdr {
    grid-template: "label title " auto "copy copy" auto "illust illust" auto "btn btn" auto/70px auto;
  }
  .c-column-hdr__label {
    padding-top: 5px;
  }
}

.c-dialogue-hdr__img img {
  width: 100%;
  max-width: none;
}
.c-dialogue-hdr__hgrp p {
  position: relative;
  z-index: 0;
  font-family: Jost, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  color: #17184B;
  text-align: center;
  opacity: 0.4;
}
.c-dialogue-hdr__hgrp h1 {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  margin-inline: auto;
  margin-top: 2px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #17184B;
}
.c-dialogue-hdr__label {
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.c-dialogue-hdr__info {
  margin-top: 20px;
}
.c-dialogue-hdr__speakers {
  display: grid;
  grid-template-columns: 1fr 24px 1fr;
  gap: 0 15px;
  align-items: center;
  margin-top: 5px;
}
.c-dialogue-hdr__speakers > *:first-child {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (width >= 768px) {
  .c-dialogue-hdr {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 500px;
  }
  .c-dialogue-hdr__img {
    position: relative;
    z-index: 0;
  }
  .c-dialogue-hdr__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-dialogue-hdr__cts {
    position: absolute;
    z-index: 1;
    align-self: center;
  }
  .c-dialogue-hdr__hgrp p {
    font-size: 80px;
  }
  .c-dialogue-hdr__hgrp h1 {
    padding: 5px 20px;
    margin-top: -4px;
    font-size: 32px;
  }
  .c-dialogue-hdr__info {
    min-width: 500px;
    padding: 20px 40px 26px;
    margin-inline: auto;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .c-dialogue-hdr__speakers {
    gap: 0 28px;
    margin-top: 12px;
  }
}
@media (width >= 1024px) {
  .c-dialogue-hdr {
    min-height: 650px;
  }
}
@media (width < 768px) {
  .c-dialogue-hdr__cts {
    padding: 16px 20px;
    background-color: #E8E8ED;
  }
}

.c-h1 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
}
@media (width >= 768px) {
  .c-h1 {
    font-size: 32px;
  }
}

.c-lg-h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.6;
}
@media (width >= 768px) {
  .c-lg-h2 {
    font-size: 48px;
  }
}

.c-md-h2 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.6;
}
@media (width >= 768px) {
  .c-md-h2 {
    font-size: 32px;
  }
}

.c-h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media (width >= 768px) {
  .c-h2 {
    font-size: 36px;
  }
}

.c-h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.c-hgrp__en {
  display: flex;
  gap: 0 20px;
  align-items: center;
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 1;
}
.c-hgrp__en span {
  flex: 0 1 auto;
}
.c-hgrp__en::after {
  flex: 0 0 60px;
  height: 1px;
  content: "";
  background-color: currentcolor;
}
.c-hgrp__ja {
  padding-top: 8px;
  margin-top: 0.05em;
  font-family: Zen Old Mincho, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
}
@media (width >= 768px) {
  .c-hgrp__en {
    font-size: 16px;
  }
  .c-hgrp__ja {
    padding-top: 0;
    font-size: 60px;
  }
}

.c-ttb-hgrp__en {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.c-ttb-hgrp__en span {
  flex: 0 1 auto;
}
.c-ttb-hgrp__en::after {
  flex: 0 0 60px;
  width: 60px;
  height: 1px;
  content: "";
  background-color: currentcolor;
}
.c-ttb-hgrp__ja {
  margin-top: 0.05em;
  font-family: Zen Old Mincho, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
}
@media (width >= 768px) {
  .c-ttb-hgrp__en {
    font-size: 16px;
  }
  .c-ttb-hgrp__ja {
    font-size: 60px;
  }
}
@media (width >= 1024px) {
  .c-ttb-hgrp {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 15px;
  }
  .c-ttb-hgrp__en {
    writing-mode: vertical-rl;
  }
  .c-ttb-hgrp__en::after {
    width: 1px;
    height: 60px;
  }
  .c-ttb-hgrp__ja {
    margin-top: 0;
    line-height: 1;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
  }
}

.c-dialogue-hgrp {
  position: relative;
  padding: 20px;
}
.c-dialogue-hgrp::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  border-top: 2px solid #222;
  border-left: 2px solid #222;
}
.c-dialogue-hgrp::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  content: "";
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
}
.c-dialogue-hgrp__label {
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.c-dialogue-hgrp__txt {
  margin-top: 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.c-slim-inner {
  width: min(100% - var(--section-gutter) * 2, var(--inner-slim));
  margin-inline: auto;
  --section-gutter: var(--gutter);
}

.c-inner {
  width: min(100% - var(--section-gutter) * 2, var(--inner-base));
  margin-inline: auto;
  --section-gutter: var(--gutter);
}

.c-wide-inner {
  width: min(100% - var(--section-gutter) * 2, var(--inner-wide));
  margin-inline: auto;
  --section-gutter: var(--gutter);
}

[data-gutter=none]:is(*.c-slim-inner, *.c-inner, *.c-wide-inner) {
  --section-gutter: 0px;
}

@media (width >= 768px) {
  [data-gutter="pc:none"]:is(*.c-slim-inner, *.c-inner, *.c-wide-inner) {
    --section-gutter: 0px;
  }
}
@media (width < 768px) {
  [data-gutter="mobile:none"]:is(*.c-slim-inner, *.c-inner, *.c-wide-inner) {
    --section-gutter: 0px;
  }
}
.c-series-label__name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.c-series-label__index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 40px;
  padding-right: 5px;
  margin: 7px 0 0 13px;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #17184B;
  background: url("../img/shared/bg-heading-pebble.svg") no-repeat center center/46px 40px;
}

.c-epi-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #17184B;
  background-color: #fff;
  border-radius: 100vmax;
}

.c-link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media (any-hover: hover) {
  .c-link:hover {
    text-decoration: none;
  }
}

.c-aside-nav {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.c-aside-nav__line {
  flex: 0 0 1px;
  width: 50px;
  height: 1px;
  background-color: #222;
}
.c-aside-nav__link {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 12px;
  justify-content: center;
  transition-duration: 0.3s;
  transition-property: color;
}
.c-aside-nav__link span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  writing-mode: vertical-rl;
  transition-duration: 0.3s;
  transition-property: scale;
}
@media (any-hover: hover) {
  .c-aside-nav__link:hover {
    color: #17184B;
  }
  .c-aside-nav__link:hover span {
    scale: 1.05555;
  }
}

.c-drawer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-drawer-nav__line {
  flex: 0 0 1px;
  width: 50px;
  height: 1px;
  background-color: #222;
}
.c-drawer-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 88px;
  padding-inline: var(--gutter);
  font-size: 18px;
  font-weight: 500;
}

@media (width >= 1024px) {
  .c-section:not([data-aside-offset]) {
    padding-left: var(--aside-width);
  }
  .c-section[data-aside-offset] {
    margin-left: var(--aside-width);
  }
}

.c-recap-section {
  position: relative;
  padding-top: 37px;
}
.c-recap-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.c-recap-section__bg i {
  flex: 1 1 auto;
  width: 100%;
  background-color: #fff;
}
.c-recap-section__bg img {
  flex: 0 0 auto;
  width: 100%;
  max-width: none;
}
.c-recap-section__heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 0 10px;
  align-items: center;
}
.c-recap-section__heading::after {
  position: absolute;
  top: -76px;
  right: -6px;
  width: 125px;
  height: 100px;
  content: "";
  background: url("../img/shared/illust-hands.png") no-repeat center center/125px 100px;
}
.c-recap-section__bdy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding-block: 20px 60px;
}
.c-recap-section__bdy :where(p) {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media (width >= 768px) {
  .c-recap-section {
    padding-top: 39px;
  }
  .c-recap-section__bdy {
    padding-block: 20px 60px;
    padding-inline: 30px;
  }
}
@media (width >= 1024px) {
  .c-recap-section__heading::after {
    top: -59px;
    right: auto;
    left: 340px;
  }
}

.c-dialogue-intro-section {
  position: relative;
}
.c-dialogue-intro-section__bg {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -1;
  width: 60px;
}
@media (width >= 768px) {
  .c-dialogue-intro-section__inner {
    position: relative;
  }
  .c-dialogue-intro-section__bg {
    top: -8px;
    right: -52px;
    width: 117px;
  }
}
@media (width >= 1024px) {
  .c-dialogue-intro-section {
    padding-left: var(--aside-width);
  }
  .c-dialogue-intro-section__inner {
    width: min(100% - var(--gutter) * 2, var(--inner-base));
    padding-right: 120px;
    margin-inline: auto;
  }
}
@media (width < 1024px) {
  .c-dialogue-intro-section {
    padding: 42px 20px 33px;
  }
}

.c-pebble-slider {
  position: relative;
  margin-bottom: 40px;
}
.c-pebble-slider .swiper-slide {
  width: min(100vw - 120px, 340px);
}
.c-pebble-slider__prev, .c-pebble-slider__next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  background-color: #fff;
  border: 1px solid #17184B;
  border-radius: 50%;
  translate: 0 -50%;
}
.c-pebble-slider__prev.swiper-button-disabled, .c-pebble-slider__next.swiper-button-disabled {
  opacity: 0.2;
}
.c-pebble-slider__prev {
  left: calc(50% - min(50vw - 60px, 170px) - 40px);
}
.c-pebble-slider__next {
  right: calc(50% - min(50vw - 60px, 170px) - 40px);
}
.c-pebble-slider__pager {
  position: absolute;
  bottom: -40px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: Zen Old Mincho, serif;
  font-size: 16px;
}

.c-pebble2row-slider .swiper-slide {
  width: 340px;
}
.c-pebble2row-slider .swiper-slide:nth-child(even) .c-pebble2row-slider__row {
  padding-top: 100px;
}
.c-pebble2row-slider__row {
  display: grid;
  grid-template-columns: 100%;
  gap: 60px 0;
}

.c-meta-speaker__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.c-meta-speaker__position {
  padding-top: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #17184B;
}
@media (width >= 768px) {
  .c-meta-speaker__name {
    font-size: 32px;
  }
  .c-meta-speaker__position {
    padding-top: 0;
    font-size: 16px;
  }
}

.c-column-speaker {
  display: flex;
  gap: 0 30px;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.c-column-speaker__bdy {
  flex: 0 1 auto;
}
.c-column-speaker__thumb {
  flex: 0 0 100px;
  width: 100px;
}
.c-column-speaker__label {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 20px;
  margin-inline: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #17184B;
  border-right: 1px solid currentcolor;
  border-left: 1px solid currentcolor;
}
.c-column-speaker__text {
  padding-top: 20px;
}
.c-column-speaker__name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.c-column-speaker__position {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #17184B;
  text-align: center;
}

.c-bnr-speaker__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.c-bnr-speaker__position {
  padding-top: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #17184B;
}
@media (width >= 768px) {
  .c-bnr-speaker__name {
    font-size: 18px;
  }
  .c-bnr-speaker__position {
    padding-top: 5px;
  }
}

.c-lead-txt {
  font-family: Zen Old Mincho, serif;
  font-size: 18px;
  font-weight: 500;
}
@media (width >= 768px) {
  .c-lead-txt {
    font-size: 20px;
  }
}

.c-desc-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #17184B;
}

.c-intro-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.c-tip-txt {
  font-size: 11px;
}
@media (width >= 768px) {
  .c-tip-txt {
    font-size: 13px;
  }
}

.c-footstep-unit {
  aspect-ratio: 3/5;
}
.c-footstep-unit path {
  isolation: isolate;
  opacity: 0.5;
  fill: #17184b;
}

.home-mv {
  position: relative;
  display: flex;
  height: 495px;
  padding-block: 65px 20px;
  padding-inline: var(--gutter);
  overflow: hidden;
}
.home-mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-mv__veritas {
  width: 242px;
  padding-top: 38px;
}
.home-mv__cts {
  position: relative;
  z-index: 1;
  flex: 1 1 100%;
  max-width: 1042px;
}
.home-mv__cts::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: min(100%, 400px);
  aspect-ratio: 684/335;
  content: "";
  background: url("../img/home/item-mv.png") no-repeat center center/cover;
}
.home-mv__copy {
  font-family: Zen Old Mincho, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.home-mv__copy [data-ruby] {
  position: relative;
}
.home-mv__copy [data-ruby]::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  content: attr(data-ruby);
}
@media (width >= 768px) {
  .home-mv {
    height: 700px;
    padding-top: 80px;
  }
  .home-mv__copy {
    font-size: 42px;
    line-height: 1.85;
  }
  .home-mv__copy [data-ruby]::before {
    top: -16px;
    font-size: 16px;
  }
  .home-mv__veritas {
    width: 363px;
    padding-top: 40px;
  }
  .home-mv__cts::after {
    right: -100px;
    bottom: -64px;
    width: 684px;
  }
}
@media (width >= 1024px) {
  .home-mv {
    align-items: center;
    justify-content: center;
    min-height: var(--min-full-height);
    padding-block: 0 30px;
  }
}

.home-wisdom {
  position: relative;
  padding-block: 60px 148px;
}
.home-wisdom__bg {
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
}
.home-wisdom__bg.-item01 {
  z-index: 1;
}
.home-wisdom__pc {
  display: none;
}
.home-wisdom__mobile {
  padding-top: 35px;
  margin-inline: calc(-1 * var(--gutter));
}
@media (width >= 768px) {
  .home-wisdom {
    padding-block: 80px 130px;
  }
  .home-wisdom__pc {
    display: block;
    padding-bottom: 100px;
    margin-inline: calc(-1 * var(--gutter));
    margin-top: 60px;
  }
  .home-wisdom__pc .swiper {
    padding-inline: max(var(--gutter), (var(--view-width) - var(--aside-width)) * 0.5 - 540px);
  }
  .home-wisdom__bg.-item01 {
    bottom: 128px;
    left: calc(50% - 420px);
    width: 330px;
  }
  .home-wisdom__bg.-item02 {
    bottom: 169px;
    left: calc(50% + 546px);
    width: 74px;
  }
  .home-wisdom__bg.-item03 {
    top: 680px;
    left: calc(50% - 700px);
    width: 215px;
  }
  .home-wisdom__bg.-item04 {
    top: 642px;
    left: calc(50% + 582px);
    width: 80px;
  }
  .home-wisdom__bg.-item05 {
    top: 260px;
    left: calc(50% + 160px);
    width: 90px;
  }
  .home-wisdom__bg.-item06 {
    top: 181px;
    left: calc(50% + 532px);
    width: 88px;
  }
  .home-wisdom__mobile {
    display: none;
  }
}
@media (width >= 1024px) {
  .home-wisdom__pc {
    width: calc(var(--view-width) - var(--aside-width));
    margin-inline: calc(50% - (var(--view-width) * 0.5 - var(--aside-width) * 0.5));
  }
}
@media (width < 768px) {
  .home-wisdom__bg.-item01 {
    bottom: 37px;
    left: calc(50% - 228px);
    width: 179px;
  }
  .home-wisdom__bg.-item02 {
    display: none;
  }
  .home-wisdom__bg.-item03 {
    display: none;
  }
  .home-wisdom__bg.-item04 {
    bottom: 68px;
    left: calc(50% + 100px);
    width: 53px;
  }
  .home-wisdom__bg.-item05 {
    display: none;
  }
  .home-wisdom__bg.-item06 {
    top: 170px;
    left: calc(50% + 124px);
    width: 44px;
  }
}

.home-dialogue {
  position: relative;
  padding-top: 157px;
}
.home-dialogue__item {
  position: absolute;
  top: -60px;
  left: 50%;
  width: min(100% - var(--gutter) * 2, 271px);
}
.home-dialogue__cts {
  padding-top: 40px;
}
.home-dialogue__bg {
  position: absolute;
  z-index: 0;
  display: none;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.home-dialogue__bg.-item02 {
  z-index: 10;
}
@media (width >= 768px) {
  .home-dialogue {
    padding-top: 232px;
  }
  .home-dialogue__item {
    top: -60px;
    left: 50%;
    width: 335px;
    translate: -51% 0;
  }
  .home-dialogue__cts {
    padding-top: 0;
    margin-top: 60px;
  }
  .home-dialogue__bg {
    display: block;
  }
  .home-dialogue__bg.-item01 {
    top: 83px;
    left: calc(50% + 341px);
    width: 199px;
  }
  .home-dialogue__bg.-item02 {
    top: 674px;
    left: calc(50% - 451px);
    width: 169px;
  }
}
@media (width >= 1024px) {
  .home-dialogue__container {
    display: flex;
    gap: 0 80px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .home-dialogue__hgrp {
    position: sticky;
    top: 0;
    flex: 0 0 auto;
  }
  .home-dialogue__cts {
    flex: 1 1 auto;
    max-width: 850px;
    margin-top: 105px;
  }
}
@media (width < 768px) {
  .home-dialogue__item {
    translate: -50% 0;
  }
}

.home-concept {
  position: relative;
  padding-block: 60px 90px;
}
.home-concept__bg {
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
}
.home-concept__cts {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px 0;
  padding-top: 22px;
}
.home-concept__cts p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media (width >= 768px) {
  .home-concept {
    padding-block: 160px 0;
  }
  .home-concept__cts {
    padding-top: 70px;
  }
  .home-concept__cts p {
    font-size: 24px;
    line-height: 2.2;
  }
  .home-concept__bg.-item01 {
    top: 141px;
    left: calc(50% + 567px);
    width: 187px;
  }
  .home-concept__bg.-item02 {
    top: 367px;
    left: calc(50% + 443px);
    width: 124px;
  }
  .home-concept__bg.-item03 {
    top: 300px;
    left: calc(50% - 680px);
    width: 218px;
  }
  .home-concept__bg.-item04 {
    bottom: 50px;
    left: calc(50% - 541px);
    width: 255px;
  }
}
@media (width < 768px) {
  .home-concept__bg.-item01 {
    top: 36px;
    left: calc(50% + 127px);
    width: 72px;
  }
  .home-concept__bg.-item02 {
    top: 177px;
    left: calc(50% + 102px);
    width: 50px;
  }
  .home-concept__bg.-item03 {
    top: 350px;
    left: calc(50% + 128px);
    width: 101px;
  }
  .home-concept__bg.-item04 {
    display: none;
  }
}

.dialogue-epi-hdr {
  position: relative;
}
.dialogue-epi-hdr__foot {
  display: none;
}
@media (width >= 768px) {
  .dialogue-epi-hdr__foot {
    position: absolute;
    top: -6px;
    left: calc(50% + 213px);
    display: block;
    width: 113px;
  }
}

.dialogue-main__bdy {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  padding-top: 40px;
}
@media (width >= 768px) {
  .dialogue-main {
    display: flex;
    gap: 0 40px;
    align-items: flex-start;
  }
  .dialogue-main__intro {
    position: sticky;
    top: 0;
    flex: 0 0 300px;
  }
  .dialogue-main__bdy {
    padding-top: 55px;
  }
  .dialogue-main[data-layout=reverse] {
    flex-direction: row-reverse;
  }
}
@media (width >= 1024px) {
  .dialogue-main {
    gap: 0 80px;
  }
}

.prose :where(*) {
  font-weight: 500;
  color: #00332A;
}
.prose p {
  font-size: 18px;
  line-height: 2;
}
.prose p + p {
  margin-top: 2em;
}
.prose em {
  text-decoration: underline;
  text-decoration-thickness: 0.195em;
  text-decoration-color: #F2D479;
  text-underline-offset: 0;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-40 {
  bottom: 40px;
}

.bottom-40\% {
  bottom: 40%;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-40 {
  top: 40px;
}

.top-40\% {
  top: 40%;
}

.top-60 {
  top: 60px;
}

.top-60\% {
  top: 60%;
}

.z-10 {
  z-index: 10;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.h-full {
  height: 100%;
}

.w-17 {
  width: 17px;
}

.w-22 {
  width: 22px;
}

.w-34 {
  width: 34px;
}

.w-69 {
  width: 69px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-250 {
  max-width: 250px;
}

.max-w-340 {
  max-width: 340px;
}

.max-w-450 {
  max-width: 450px;
}

.max-w-525 {
  max-width: 525px;
}

.max-w-650 {
  max-width: 650px;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.items-center {
  align-items: center;
}

.gap-x-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-y-20 {
  row-gap: 20px;
}

.bg-aside-mist {
  --tw-bg-opacity: 1;
  background-color: rgb(218 226 242 / var(--tw-bg-opacity, 1));
}

.bg-aside-moss {
  --tw-bg-opacity: 1;
  background-color: rgb(236 242 218 / var(--tw-bg-opacity, 1));
}

.bg-aside-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(242 228 218 / var(--tw-bg-opacity, 1));
}

.bg-grayblue {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 237 / var(--tw-bg-opacity, 1));
}

.bg-ivory {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 243 / var(--tw-bg-opacity, 1));
}

.px-gutter {
  padding-left: 20px;
  padding-right: 20px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-17 {
  padding-top: 17px;
}

.pt-60 {
  padding-top: 60px;
}

.text-center {
  text-align: center;
}

.font-jost {
  font-family: Jost, sans-serif;
}

.text-10 {
  font-size: 10px;
}

.text-12 {
  font-size: 12px;
}

.font-medium {
  font-weight: 500;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.4;
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(0 51 42 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(23 24 75 / var(--tw-text-opacity, 1));
}

.object-full-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {

  .md\:mb-27 {
    margin-bottom: 27px;
  }

  .md\:mb-40 {
    margin-bottom: 40px;
  }

  .md\:mb-48 {
    margin-bottom: 48px;
  }

  .md\:mb-60 {
    margin-bottom: 60px;
  }

  .md\:mt-1 {
    margin-top: 1px;
  }

  .md\:mt-40 {
    margin-top: 40px;
  }

  .md\:mt-60 {
    margin-top: 60px;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-30 {
    width: 30px;
  }

  .md\:w-46 {
    width: 46px;
  }

  .md\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 960px) {

  .ml\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {

  .mxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {

  .max-md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:max-w-340 {
    max-width: 340px;
  }
}

@media (max-width: 1099px) {

  .max-mxl\:hidden {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */