@charset "UTF-8";

/*
 * Employee Voices
 *
 * The supplied Q1-Q9 artwork is used as the visual reference. Text, headings,
 * speech bubbles and cards are kept as HTML so the page remains readable and
 * responsive. Only the small pictograms and illustrations are image assets.
 */
.p-honne {
  --honne-navy: #2b426e;
  --honne-ink: #384355;
  --honne-blue: #7ac7f2;
  --honne-pale-blue: #f2f5fa;
  --honne-pale-warm: #fff8ef;
  --honne-orange: #ffc174;
  --honne-coral: #dc6875;
  color: var(--honne-ink);
  background: #fff;
}

.p-honne .re-container,
.p-honne .honne-main,
.p-honne .honne-main * {
  box-sizing: border-box;
}

.p-honne .page-visual {
  background: url(../images/page_img.jpg) no-repeat center center;
  background-size: cover;
}

.p-honne .page-visual .page-ttl .ttlen {
  color: #8491a6;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}

.p-honne .crumb_list {
  padding: 14px 0;
}

/* The main content must remain in the document scroll context. */
.p-honne .honne-main {
  overflow: visible !important;
}

/* Keep the shared recruitment navigation within the viewport without changing
 * the normal document scrolling context. */
@media print, screen and (min-width: 769px) {
  #recruitPage .recruitHeader .gNavi,
  #recruitPage .recruitHeader .gNavi-ul {
    min-width: 0;
  }

  #recruitPage .recruitHeader .gNavi-ul-li {
    flex: 0 1 auto;
    padding-right: clamp(6px, 0.68vw, 13px);
    padding-left: clamp(6px, 0.68vw, 13px);
    white-space: nowrap;
  }
}

.p-honne .honne-main img {
  max-width: 100%;
  height: auto;
}

/* Intro */
.p-honne .honne-intro {
  position: relative;
  padding: 75px 0 88px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}

.p-honne .honne-intro::before,
.p-honne .honne-intro::after {
  position: absolute;
  z-index: 0;
  width: 112px;
  height: 112px;
  background-image: radial-gradient(circle, rgba(122, 199, 242, 0.22) 2px, transparent 2.5px);
  background-size: 18px 18px;
  content: "";
}

.p-honne .honne-intro::before {
  top: 28px;
  left: calc(50% - 570px);
}

.p-honne .honne-intro::after {
  right: calc(50% - 570px);
  bottom: 20px;
  opacity: 0.65;
}

.p-honne .honne-intro__copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.p-honne .honne-intro__label {
  color: var(--honne-blue);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.22em;
  line-height: 1.4;
}

.p-honne .honne-intro__title {
  position: relative;
  display: inline-block;
  margin: 14px 0 22px;
  color: var(--honne-navy);
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.35;
}

.p-honne .honne-intro__title::after {
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  width: 76px;
  height: 3px;
  margin: auto;
  background: var(--honne-orange);
  content: "";
}

.p-honne .honne-intro__lead {
  margin-top: 0;
  color: var(--honne-navy);
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-honne .honne-intro__text {
  max-width: 640px;
  margin: 17px auto 0;
  color: #657188;
  font-size: 16px;
  line-height: 2;
}

/* Common question heading */
.p-honne .honne-section {
  position: relative;
  padding: 92px 0 100px;
  background: #fff;
}

.p-honne .honne-section--even {
  background: var(--honne-pale-blue);
}

.p-honne .honne-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 52px;
  text-align: center;
}

.p-honne .honne-heading::before {
  position: absolute;
  top: -31px;
  right: 0;
  left: 0;
  z-index: -1;
  color: rgba(43, 66, 110, 0.065);
  content: "Employee Voices";
  font-family: Arial, sans-serif;
  font-size: 58px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  pointer-events: none;
}

.p-honne .honne-heading__en {
  margin: 0 0 13px;
  color: #89a4ce;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.24em;
  line-height: 1.3;
}

.p-honne .honne-heading__jp {
  position: relative;
  display: inline-block;
  padding: 0 28px 20px;
  color: var(--honne-navy);
  font-family: inherit;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.45;
}

.p-honne .honne-heading__jp::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  margin: auto;
  background: var(--honne-orange);
  content: "";
}

/* Q1 answer board */
.p-honne .q1-board {
  position: relative;
  width: 100%;
  max-width: 1060px;
  min-height: 0;
  margin: 0 auto;
  padding: 18px 0;
}

.p-honne .q1-board__wash {
  position: absolute;
  top: 35px;
  right: 1%;
  bottom: 28px;
  left: 1%;
  border-radius: 50% 46% 54% 48% / 45% 52% 47% 56%;
  background: var(--honne-pale-blue);
  transform: rotate(-2deg);
}

.p-honne .q1-board__wash::after {
  position: absolute;
  top: 18px;
  right: 9%;
  bottom: 19px;
  left: 8%;
  border: 1px solid rgba(122, 199, 242, 0.18);
  border-radius: 47% 53% 51% 49% / 52% 44% 56% 48%;
  content: "";
  transform: rotate(2deg);
}

.p-honne .q1-answer-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.p-honne .q1-center,
.p-honne .q1-bubble {
  z-index: 1;
  text-align: center;
}

.p-honne .q1-center {
  position: absolute;
  top: 178px;
  left: 50%;
  display: flex;
  min-height: 285px;
  width: 380px;
  padding: 31px 24px 25px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--honne-coral);
  border-radius: 4px;
  background: #fff;
  box-shadow: 9px 9px 0 rgba(255, 193, 116, 0.17);
  transform: translateX(-50%);
}

.p-honne .q1-center::before {
  position: absolute;
  top: -11px;
  left: 32px;
  width: 92px;
  height: 5px;
  border-radius: 100%;
  background: var(--honne-orange);
  content: "";
  transform: rotate(-2deg);
}

.p-honne .q1-center__label {
  color: var(--honne-coral);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

.p-honne .q1-center__word {
  margin-top: 22px;
  color: var(--honne-coral);
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.25;
}

.p-honne .q1-center__caption {
  margin-top: 18px;
  color: #77839a;
  font-size: 13px;
  line-height: 1.7;
}

.p-honne .q1-bubble {
  position: absolute;
  display: flex;
  min-height: 60px;
  padding: 14px 24px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--honne-blue);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 9px 18px rgba(43, 66, 110, 0.08);
  color: var(--honne-navy);
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.p-honne .q1-bubble::after {
  position: absolute;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  content: "";
}

.p-honne .q1-bubble--pioneer {
  top: 34px;
  left: 8%;
  width: 300px;
  transform: rotate(-1.5deg);
}

.p-honne .q1-bubble--pioneer::after {
  right: 24px;
  bottom: -18px;
  border-top-color: var(--honne-blue);
  transform: rotate(6deg);
}

.p-honne .q1-bubble--first {
  top: 34px;
  right: 7%;
  width: 258px;
  transform: rotate(1.5deg);
}

.p-honne .q1-bubble--first::after {
  bottom: -18px;
  left: 34px;
  border-top-color: var(--honne-blue);
  transform: rotate(-7deg);
}

.p-honne .q1-bubble--hot {
  top: 194px;
  left: 2%;
  width: 180px;
}

.p-honne .q1-bubble--hot::after {
  top: 17px;
  right: -18px;
  border-left-color: var(--honne-orange);
}

.p-honne .q1-bubble--new {
  top: 214px;
  right: 1%;
  width: 205px;
}

.p-honne .q1-bubble--new::after {
  top: 17px;
  left: -18px;
  border-right-color: var(--honne-blue);
}

.p-honne .q1-bubble--straight {
  bottom: 144px;
  left: 8%;
  width: 230px;
}

.p-honne .q1-bubble--straight::after {
  top: 17px;
  right: -18px;
  border-left-color: var(--honne-orange);
}

.p-honne .q1-bubble--stop {
  bottom: 71px;
  left: 1%;
  width: 190px;
}

.p-honne .q1-bubble--stop::after {
  top: 17px;
  right: -18px;
  border-left-color: var(--honne-blue);
}

.p-honne .q1-bubble--customer {
  right: 5%;
  bottom: 135px;
  width: 288px;
}

.p-honne .q1-bubble--customer::after {
  top: 17px;
  left: -18px;
  border-right-color: var(--honne-blue);
}

.p-honne .q1-bubble--idea {
  bottom: 31px;
  left: 50%;
  width: 312px;
  transform: translateX(-50%);
}

.p-honne .q1-bubble--idea::after {
  top: -18px;
  left: 50%;
  border-bottom-color: var(--honne-orange);
  transform: translateX(-50%);
}

.p-honne .q1-bubble--warm {
  border-color: var(--honne-orange);
  background: var(--honne-pale-warm);
}

.p-honne .q1-bubble--accent {
  border-color: var(--honne-orange);
  background: var(--honne-pale-warm);
  color: var(--honne-coral);
}

/* Q2-Q4 voice rows */
.p-honne .voice-stack {
  max-width: 980px;
  margin: 0 auto;
}

.p-honne .voice-row {
  display: flex;
  width: 100%;
  margin: 0 auto 23px;
  align-items: center;
  gap: 18px;
}

.p-honne .voice-row:last-child {
  margin-bottom: 0;
}

.p-honne .voice-row--reverse {
  flex-direction: row-reverse;
}

.p-honne .voice-row__avatar {
  display: block;
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.p-honne .voice-row__bubble {
  position: relative;
  display: flex;
  min-height: 82px;
  margin: 0;
  padding: 21px 50px;
  flex: 1;
  align-items: center;
  border: 1px solid #dfe5ee;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 7px 17px rgba(43, 66, 110, 0.07);
  color: var(--honne-navy);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
}

.p-honne .voice-row__bubble::before,
.p-honne .voice-row__bubble::after {
  position: absolute;
  color: #9cb5db;
  font-family: Georgia, serif;
  font-size: 38px;
  line-height: 1;
}

.p-honne .voice-row__bubble::before {
  top: 13px;
  left: 18px;
  content: "“";
}

.p-honne .voice-row__bubble::after {
  right: 18px;
  bottom: 7px;
  content: "”";
}

.p-honne .voice-row:not(.voice-row--reverse) .voice-row__bubble::marker {
  content: "";
}

.p-honne .voice-row:not(.voice-row--reverse) .voice-row__bubble {
  margin-left: 0;
}

.p-honne .voice-row:not(.voice-row--reverse) .voice-row__bubble::selection,
.p-honne .voice-row--reverse .voice-row__bubble::selection {
  background: rgba(122, 199, 242, 0.25);
}

.p-honne .voice-row:not(.voice-row--reverse) .voice-row__bubble > * {
  position: relative;
}

.p-honne .voice-row:not(.voice-row--reverse) .voice-row__bubble::after {
  right: auto;
  bottom: auto;
  top: 50%;
  left: -13px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #dfe5ee;
  color: transparent;
  content: "";
  transform: translateY(-50%);
}

.p-honne .voice-row--reverse .voice-row__bubble::before {
  top: 50%;
  right: -13px;
  bottom: auto;
  left: auto;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left-color: #dfe5ee;
  color: transparent;
  content: "";
  transform: translateY(-50%);
}

.p-honne .voice-row--reverse .voice-row__bubble::after {
  right: 18px;
  bottom: 7px;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  border: 0;
  color: #9cb5db;
  content: "”";
  transform: none;
}

.p-honne .voice-row--reverse .voice-row__bubble {
  padding-right: 50px;
}

.p-honne .honne-note {
  display: flex;
  max-width: 980px;
  min-height: 110px;
  margin: 39px auto 0;
  padding: 18px 42px;
  align-items: center;
  gap: 28px;
  border: 1px solid #eee8df;
  border-radius: 16px;
  background: var(--honne-pale-warm);
}

.p-honne .honne-note img {
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  object-fit: contain;
}

.p-honne .honne-note p {
  margin: 0;
  color: var(--honne-navy);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.9;
}

/* Q5/Q7/Q8 top three */
.p-honne .honne-section--top3 {
  background: #fff;
}

.p-honne .honne-section--top3.honne-section--even {
  background: var(--honne-pale-blue);
}

.p-honne .top3-label {
  display: flex;
  margin: -6px auto 36px;
  align-items: center;
  justify-content: center;
  color: #89a4ce;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  gap: 15px;
}

.p-honne .top3-label::before,
.p-honne .top3-label::after {
  width: 110px;
  height: 1px;
  background: #9cb5db;
  content: "";
}

.p-honne .top3-label strong {
  color: var(--honne-navy);
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1;
}

.p-honne .top3-grid {
  display: grid;
  max-width: 1060px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.p-honne .top3-card {
  display: flex;
  min-height: 330px;
  padding: 31px 24px 28px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e1e7ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(43, 66, 110, 0.08);
  text-align: center;
}

.p-honne .top3-card__icon {
  display: flex;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  border: 1px solid #edf0f5;
  border-radius: 50%;
  background: #fafbfd;
}

.p-honne .top3-card__icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}

.p-honne .top3-card p {
  margin: 25px 0 0;
  color: var(--honne-navy);
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.55;
}

.p-honne .top3-other {
  max-width: 970px;
  margin: 40px auto 0;
  padding: 24px 30px;
  border: 1px solid #eee8df;
  border-radius: 15px;
  background: var(--honne-pale-warm);
  color: var(--honne-navy);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
}

.p-honne .top3-other span {
  display: block;
  margin-bottom: 4px;
  color: var(--honne-coral);
  font-size: 18px;
}

/* Q6 stories */
.p-honne .story-grid {
  display: grid;
  max-width: 1080px;
  margin: 0 auto;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.03fr) minmax(0, 1fr);
  gap: 17px;
}

.p-honne .story-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 17px;
}

.p-honne .story-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 220px;
  margin: 0;
  padding: 27px 24px 24px;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe5ee;
  border-top: 4px solid #9cb5db;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(43, 66, 110, 0.06);
  color: var(--honne-navy);
  text-align: center;
}

.p-honne .story-card::before {
  position: absolute;
  top: 10px;
  left: 17px;
  color: #9cb5db;
  content: "“";
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 1;
}

.p-honne .story-card::after {
  position: absolute;
  right: 17px;
  bottom: 4px;
  color: #9cb5db;
  content: "”";
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 1;
}

.p-honne .story-card img {
  width: 82px;
  height: 82px;
  margin-bottom: 17px;
  border-radius: 50%;
  object-fit: cover;
}

.p-honne .story-card p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.035em;
  line-height: 1.95;
}

.p-honne .story-card--center {
  min-height: 100%;
}

.p-honne .story-card--center p {
  font-size: 17px;
  line-height: 2.15;
}

.p-honne .story-card--green {
  border-top-color: #9bc9aa;
}

.p-honne .story-card--green::before,
.p-honne .story-card--green::after {
  color: #9bc9aa;
}

.p-honne .story-card--pink {
  border-top-color: #e997ad;
}

.p-honne .story-card--pink::before,
.p-honne .story-card--pink::after {
  color: #e997ad;
}

.p-honne .story-card--purple {
  border-top-color: #b1a0df;
}

.p-honne .story-card--purple::before,
.p-honne .story-card--purple::after {
  color: #b1a0df;
}

/* Q9 messages */
.p-honne .message-stack {
  max-width: 1000px;
  margin: 0 auto;
}

.p-honne .message-row {
  display: flex;
  min-width: 0;
  margin: 0 auto 27px;
  align-items: center;
  gap: 19px;
}

.p-honne .message-row--reverse {
  flex-direction: row-reverse;
}

.p-honne .message-row img,
.p-honne .message-callout img {
  display: block;
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
  border-radius: 50%;
  object-fit: cover;
}

.p-honne .message-row p {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 25px 48px;
  flex: 1;
  border: 1px solid #dfe5ee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(43, 66, 110, 0.07);
  color: var(--honne-navy);
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 2;
}

.p-honne .message-row p::before,
.p-honne .message-row p::after {
  position: absolute;
  color: #9cb5db;
  font-family: Georgia, serif;
  font-size: 40px;
  line-height: 1;
}

.p-honne .message-row p::before {
  top: 10px;
  left: 17px;
  content: "“";
}

.p-honne .message-row p::after {
  right: 17px;
  bottom: 2px;
  content: "”";
}

.p-honne .message-row:not(.message-row--reverse) p::before {
  left: -15px;
  top: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #dfe5ee;
  color: transparent;
  content: "";
  transform: translateY(-50%);
}

.p-honne .message-row--reverse p::after {
  right: -15px;
  bottom: auto;
  top: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left-color: #dfe5ee;
  color: transparent;
  content: "";
  transform: translateY(-50%);
}

.p-honne .message-row--reverse p::before {
  top: 10px;
  left: 17px;
  width: auto;
  height: auto;
  border: 0;
  color: #9cb5db;
  content: "“";
  transform: none;
}

.p-honne .message-callout {
  display: flex;
  max-width: 900px;
  margin: 46px auto 0;
  padding: 22px 34px;
  align-items: center;
  justify-content: center;
  gap: 25px;
  border: 1px solid #eee8df;
  border-radius: 16px;
  background: var(--honne-pale-warm);
}

.p-honne .message-callout img {
  width: 82px;
  height: 82px;
  flex-basis: 82px;
}

.p-honne .message-callout p {
  margin: 0;
  color: var(--honne-navy);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

/* Tablet / mobile */
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .p-honne .q1-bubble--pioneer { left: 2%; }
  .p-honne .q1-bubble--first { right: 1%; }
  .p-honne .q1-bubble--straight { left: 2%; }
  .p-honne .q1-bubble--customer { right: 1%; }
  .p-honne .q1-bubble { font-size: 15px; }
  .p-honne .top3-card p { font-size: 22px; }
}

@media only screen and (max-width: 767px) {
  .p-honne .page-visual .page-ttl .ttlen {
    font-size: 12px;
  }

  .p-honne .crumb_list {
    padding: 10px 0;
  }

  .p-honne .honne-intro {
    padding: 52px 0 60px;
  }

  .p-honne .honne-intro::before,
  .p-honne .honne-intro::after {
    display: none;
  }

  .p-honne .honne-intro__title {
    font-size: 28px;
  }

  .p-honne .honne-intro__lead {
    font-size: 18px;
  }

  .p-honne .honne-intro__text {
    font-size: 14px;
    line-height: 1.9;
  }

  .p-honne .honne-section {
    padding: 62px 0 68px;
  }

  .p-honne .honne-heading {
    margin-bottom: 34px;
  }

  .p-honne .honne-heading::before {
    top: -16px;
    font-size: 34px;
  }

  .p-honne .honne-heading__en {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .p-honne .honne-heading__jp {
    padding: 0 4px 13px;
    font-size: 23px;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }

  .p-honne .honne-heading__jp::after {
    width: 58px;
    height: 2px;
  }

  .p-honne .q1-board {
    display: grid;
    min-height: 0;
    margin: 0 auto;
    padding: 24px 3px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  .p-honne .q1-board__wash {
    top: 7%;
    right: 0;
    bottom: 7%;
    left: 0;
  }

  .p-honne .q1-answer-image {
    grid-column: 1 / -1;
    width: 100%;
  }

  .p-honne .q1-center {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    min-height: 220px;
    margin: 0 3px 8px;
    padding: 23px 15px;
    grid-column: 1 / -1;
    order: -1;
    transform: none;
  }

  .p-honne .q1-center__word {
    margin-top: 14px;
    font-size: 32px;
  }

  .p-honne .q1-center__caption {
    margin-top: 11px;
    font-size: 11px;
  }

  .p-honne .q1-bubble {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    min-height: 58px;
    padding: 12px 10px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.45;
    transform: none;
  }

  .p-honne .q1-bubble::after {
    display: none;
  }

  .p-honne .q1-bubble--idea {
    grid-column: 1 / -1;
    transform: none;
  }

  .p-honne .voice-row,
  .p-honne .voice-row--reverse {
    align-items: flex-start;
    gap: 9px;
  }

  .p-honne .voice-row__avatar {
    width: 65px;
    height: 65px;
    flex-basis: 65px;
  }

  .p-honne .voice-row__bubble {
    min-height: 70px;
    padding: 18px 24px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 1.65;
  }

  .p-honne .voice-row__bubble::before,
  .p-honne .voice-row__bubble::after {
    font-size: 28px;
  }

  .p-honne .voice-row__bubble::before {
    top: 9px;
    left: 8px;
  }

  .p-honne .voice-row__bubble::after,
  .p-honne .voice-row--reverse .voice-row__bubble::after {
    right: 8px;
    bottom: 3px;
  }

  .p-honne .honne-note {
    min-height: 0;
    margin-top: 28px;
    padding: 16px 17px;
    align-items: flex-start;
    gap: 13px;
    border-radius: 13px;
  }

  .p-honne .honne-note img {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .p-honne .honne-note p {
    font-size: 13px;
    line-height: 1.75;
  }

  .p-honne .top3-label {
    margin-bottom: 24px;
    font-size: 12px;
    gap: 7px;
  }

  .p-honne .top3-label::before,
  .p-honne .top3-label::after {
    width: 37px;
  }

  .p-honne .top3-label strong {
    font-size: 32px;
  }

  .p-honne .top3-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .p-honne .top3-card {
    min-height: 0;
    padding: 22px 18px 23px;
    border-radius: 18px;
  }

  .p-honne .top3-card__icon {
    width: 120px;
    height: 120px;
  }

  .p-honne .top3-card p {
    margin-top: 15px;
    font-size: 21px;
  }

  .p-honne .top3-other {
    margin-top: 25px;
    padding: 16px 14px;
    font-size: 13px;
    line-height: 1.75;
  }

  .p-honne .top3-other span {
    font-size: 15px;
  }

  .p-honne .story-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .p-honne .story-column {
    gap: 14px;
  }

  .p-honne .story-card,
  .p-honne .story-card--center {
    min-height: 0;
    padding: 27px 25px 24px;
  }

  .p-honne .story-card p,
  .p-honne .story-card--center p {
    font-size: 14px;
    line-height: 1.9;
  }

  .p-honne .story-card img {
    width: 67px;
    height: 67px;
    margin-bottom: 12px;
  }

  .p-honne .message-row,
  .p-honne .message-row--reverse {
    align-items: flex-start;
    gap: 9px;
  }

  .p-honne .message-row img {
    width: 65px;
    height: 65px;
    flex-basis: 65px;
  }

  .p-honne .message-row p {
    padding: 18px 25px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.85;
  }

  .p-honne .message-row p::before,
  .p-honne .message-row p::after {
    font-size: 29px;
  }

  .p-honne .message-row p::before {
    top: 8px;
    left: 8px;
  }

  .p-honne .message-row p::after {
    right: 8px;
    bottom: 0;
  }

  .p-honne .message-callout {
    margin-top: 31px;
    padding: 17px 14px;
    gap: 12px;
    border-radius: 13px;
  }

  .p-honne .message-callout img {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }

  .p-honne .message-callout p {
    font-size: 15px;
    line-height: 1.65;
  }
}
