.sec-panelist {
  padding: 0 0 80px;
  font-weight: 500;
}
.sec-panelist__inner {
  max-width: var(--w-content);
  margin: 0 auto;
  padding: 0 24px;
}
.sec-panelist__ttl-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.sec-panelist__ttl-line {
  flex: 1;
  min-width: 0;
  display: block;
}
.sec-panelist__ttl {
  flex-shrink: 0;
  font-size: 36px;
  font-weight: 700;
  color: var(--c-primary);
  letter-spacing: 0.04em;
}
.sec-panelist__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  padding: 0 24px;
}
.sec-panelist__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sec-panelist__photo-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
}
.sec-panelist__photo {
  display: block;
}
.sec-panelist__meta-wrap {
  text-align: center;
}
.sec-panelist__name {
  font-size: 20px;
  font-weight: 500;
}
.sec-panelist__from {
  font-size: 17px;
  font-weight: 500;
}
.sec-panelist__desc {
  line-height: 1.5;
  margin-top: 8px;
}
.sec-panelist__note {
  margin-top: 32px;
  text-align: right;
}
@media (max-width: 767px) {
  .sec-panelist {
    padding: 0 0 64px;
  }
  .sec-panelist__inner {
    padding: 0 20px;
  }
  .sec-panelist__ttl-wrap {
    gap: 12px;
    margin: 0 -20px 32px;
  }
  .sec-panelist__ttl {
    font-size: 24px;
  }
  .sec-panelist__list {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .sec-panelist__item {
    flex-direction: row;
    gap: 8px;
  }
  .sec-panelist__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .sec-panelist__photo-wrap {
    flex: 0 0 42%;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }
  .sec-panelist__meta-wrap {
    flex: 1 1 auto;
    text-align: left;
  }
  .sec-panelist__name {
    font-size: 16px;
  }
  .sec-panelist__desc {
    font-size: 14px;
  }
  .sec-panelist__note {
    font-size: 12px;
  }
}.talk-image {
  position: relative;
  display: block;
}
.talk-image__shadow {
  position: absolute;
  inset: 0;
  background-color: var(--talk-shadow);
  opacity: 0.4;
}
.talk-image--shadow-right .talk-image__shadow {
  transform: translate(8px, 8px);
}
.talk-image--shadow-left .talk-image__shadow {
  transform: translate(-8px, 8px);
}
.talk-image__img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}.talk-item {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .talk-item--left {
    margin-left: -8px;
  }
}
@media (max-width: 767px) {
  .talk-item--right {
    margin-right: -8px;
  }
}
.talk-item--right .talk-item__person {
  order: 3;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .talk-item--right .talk-item__person {
    margin-left: 8px;
  }
}
.talk-item--right .talk-item__arrow {
  order: 2;
  margin-right: 0;
  margin-left: -4px;
}
.talk-item--right .talk-item__bubble {
  order: 1;
  margin-left: auto;
}
.talk-item__person {
  flex-shrink: 0;
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-right: 20px;
}
.talk-item__avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 20px;
}
.talk-item__name {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .talk-item__name {
    font-size: 13px;
  }
}
.talk-item__arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: -4px;
  margin-top: 80px;
  z-index: 2;
}
.talk-item__bubble {
  flex: 1;
  max-width: 380px;
  background: #fff;
  border-radius: 28px;
  border: 1px solid var(--talk-color);
  padding: 24px 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: var(--talk-color);
  z-index: 1;
}
@media (max-width: 767px) {
  .talk-item__person {
    width: 64px;
    margin-right: 8px;
  }
  .talk-item__avatar {
    width: 64px;
    height: 64px;
    margin-top: 4px;
  }
  .talk-item__arrow {
    width: 18px;
    height: 18px;
    margin-top: 28px;
  }
  .talk-item__bubble {
    font-size: 14px;
    padding: 18px 16px;
  }
}.sec-talk {
  --talk-bg: #fceef5;
  --talk-title-box: var(--c-primary);
  --talk-shadow: var(--c-primary);
  --talk-num-color: var(--c-primary);
}

.sec-talk--02,
.sec-talk--04 {
  --talk-bg: #f5f5f5;
}

.sec-talk {
  border-top: 1px solid var(--c-primary);
  background-color: var(--talk-bg);
}
.sec-talk__label {
  max-width: var(--w-content);
  margin: 0 auto;
  line-height: 0.9;
}
.sec-talk__talk-num {
  font-size: 40px;
  font-weight: 700;
  color: var(--talk-num-color);
  letter-spacing: 0.055em;
}
@media (max-width: 767px) {
  .sec-talk__talk-num {
    padding: 0 16px;
  }
}
.sec-talk__body {
  transform: translateY(-56px);
  margin-bottom: -56px;
}
.sec-talk__inner {
  max-width: var(--w-content);
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.sec-talk__left {
  flex: 0 0 310px;
}
.sec-talk__title-box {
  background-color: var(--talk-title-box);
  border-radius: 8px;
  padding: 48px 28px;
  color: #fff;
}
.sec-talk__title {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.25;
  white-space: pre-line;
}
@media (max-width: 767px) {
  .sec-talk__title {
    padding: 0 16px;
  }
}
.sec-talk__divider {
  border: none;
  border-top: 1px solid var(--c-white);
  margin: 32px 0 28px;
}
@media (max-width: 767px) {
  .sec-talk__divider {
    margin: 20px 0 16px;
  }
}
.sec-talk__divider--dotted {
  border-top-style: dotted;
}
.sec-talk__desc {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9722222222;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .sec-talk__desc {
    padding: 0 16px;
  }
}
.sec-talk__desc p + p {
  margin-top: 1.2em;
}
.sec-talk__right {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 124px;
}
.sec-talk__sp-arrow {
  width: 9.2105263158%;
  display: none;
  margin: auto;
  padding: 36px 0 48px;
}
@media (max-width: 767px) {
  .sec-talk__sp-arrow {
    display: block;
  }
}
@media (max-width: 767px) {
  .sec-talk__label {
    padding: 0 16px;
  }
  .sec-talk__talk-num {
    font-size: 28px;
  }
  .sec-talk__body {
    transform: translateY(-26px);
    margin-bottom: -26px;
  }
  .sec-talk__inner {
    flex-direction: column;
    padding: 0;
    gap: 24px;
  }
  .sec-talk__left {
    flex: 0 0 auto;
    width: 100%;
  }
  .sec-talk__title-box {
    padding: 24px 20px;
    border-radius: 0;
  }
  .sec-talk__title {
    font-size: 30px;
  }
  .sec-talk__desc {
    font-size: 15px;
  }
  .sec-talk__right {
    margin-top: 16px;
    padding: 0 20px;
  }
}.sec-talk-01__images {
  max-width: var(--w-content);
  margin: auto;
  padding: 0 28px 124px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.sec-talk-01__images .talk-image {
  width: 314px;
  max-width: 314px;
}
@media (max-width: 767px) {
  .sec-talk-01__images .talk-image {
    width: 46.1538461538%;
  }
}
.sec-talk-01__images .talk-image:first-child {
  margin-top: -40px;
}
@media (max-width: 767px) {
  .sec-talk-01__images .talk-image:first-child {
    margin-top: 36px;
    margin-left: 9.2307692308%;
  }
}
.sec-talk-01__images .talk-image:last-child {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .sec-talk-01__images .talk-image:last-child {
    margin-top: 16px;
    margin-left: auto;
    margin-right: 9.2307692308%;
  }
}
@media (max-width: 767px) {
  .sec-talk-01__images {
    padding: 0;
    flex-direction: column;
    gap: 0;
  }
}.sec-talk-02__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 88px;
  padding-bottom: 104px;
}
@media (max-width: 767px) {
  .sec-talk-02__images {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 48px;
    padding: 0 20px 0;
  }
}
.sec-talk-02__images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.sec-talk--03 {
  padding-bottom: 148px;
}
@media (max-width: 767px) {
  .sec-talk--03 {
    padding-bottom: 0;
  }
}.sec-talk--04 {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--c-primary);
}
@media (max-width: 767px) {
  .sec-talk--04 {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.sec-talk-04__images {
  max-width: var(--w-content);
  margin: 40px auto 0;
  padding: 0 28px 16px;
}
@media (max-width: 767px) {
  .sec-talk-04__images {
    margin-top: 26px;
    padding: 0;
  }
}
.sec-talk-04__images-item {
  max-width: 456px;
  width: 456px;
}
@media (max-width: 767px) {
  .sec-talk-04__images-item {
    width: 64.1025641026%;
  }
}
.sec-talk-04__images-item:nth-child(2) {
  margin-top: 148px;
}
@media (max-width: 767px) {
  .sec-talk-04__images-item:nth-child(2) {
    margin-top: 0;
  }
}
.sec-talk-04__images-item:nth-child(3) {
  margin-top: 36px;
  margin-right: auto;
  margin-left: 64px;
}
@media (max-width: 767px) {
  .sec-talk-04__images-item:nth-child(3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .sec-talk-04__images-item:nth-child(odd) {
    margin-left: 10.2564102564%;
  }
  .sec-talk-04__images-item:nth-child(even) {
    margin-left: auto;
    margin-right: 10.2564102564%;
  }
}

.sec-talk-04__images-stagger {
  display: flex;
  justify-content: center;
  column-gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sec-talk-04__images-stagger {
    gap: 20px;
    justify-content: flex-start;
  }
}
.sec-talk-04__images-stagger img {
  display: block;
  width: 100%;
  height: auto;
}

.sec-talk-04__images-full {
  display: block;
  width: 100%;
  height: auto;
}* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --c-white: #fff;
  --c-primary: #ac272f;
  --c-background: $c-background;
  --w-content: 1024px;
  --c-panelist-001: #464646;
  --c-panelist-002: #ac272f;
  --c-panelist-003: #7d6919;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

.page-uiTurn {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background-color: #f8f8f6;
}

.ttl-en {
  font-family: "Oswald", sans-serif;
}

html.is-observe-ready .js-observe-item {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: var(--observe-delay, 0ms);
  will-change: opacity;
}

html.is-observe-ready .js-observe-item.is-observe-visible {
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media (max-width: 767px) {
  .u-sp-only {
    display: inherit;
  }
}