:root {
  --COLOR_BASE_DARK: #2d3133;
  --COLOR_BASE_LIGHT: #fff;
  --COLOR_BRAND_PRIMARY: #0065bd;
  --COLOR_BRAND_SECONDARY: #0e8bd1;
  --COLOR_BRAND_SECONDARY_2: #37b1de;
  --COLOR_ROLE_DANGER_DARK: #e02412;
  --COLOR_OUTLINE: #d8d8db;
  --SIZE_MODULE_MARGIN: 32px;
  --FONT_SIZE: 0.9375rem;
  --FONT_SIZE_NOTE: 0.8125rem;
  --LINE_HEIGHT: 1.75;
  --TRANSITION: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.t-peopleTop-layout__item > :first-child, .t-peopleTop-listItem > :first-child, body > :first-child {
  margin-top: 0 !important;
}
.t-peopleTop-layout__item > :last-child, .t-peopleTop-listItem > :last-child, body > :last-child {
  margin-bottom: 0 !important;
}

.t-peopleTop-layoutMedia, .t-peopleTop-layout {
  margin-top: var(--SIZE_MODULE_MARGIN);
}

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

html {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  background-color: #f3f5fa;
  color: var(--COLOR_BASE_DARK);
  font-family: "Tazugane Gothic", sans-serif;
  font-size: var(--FONT_SIZE);
  height: 100%;
  line-height: var(--LINE_HEIGHT);
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong {
  color: var(--COLOR_ROLE_DANGER_DARK);
}

sub,
sup {
  font-size: 75%;
  line-height: 1;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

a :where(img) {
  pointer-events: none;
}

a {
  color: var(--COLOR_BRAND_PRIMARY);
}

img,
svg {
  height: auto;
  max-width: 100%;
  width: auto;
}

::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

[type=text],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=week],
select {
  line-height: 1;
}

[type=text],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=week],
select,
textarea {
  appearance: none;
  border-radius: 0;
  color: currentColor;
  font-size: 1rem;
}

[type=date]::-webkit-inner-spin-button,
[type=date]::-webkit-clear-button {
  appearance: none;
}

[type=date]::-webkit-calendar-picker-indicator {
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  resize: vertical;
}

summary {
  cursor: pointer;
  list-style: none;
}

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

noscript {
  display: none;
}

li {
  list-style: none;
}

button,
dialog {
  border: 0;
}

.t-peopleTop-heading {
  margin-bottom: 0;
}

.t-peopleTop-heading__mainText {
  font-size: 1.375rem;
  font-weight: bold;
}

.t-peopleTop-heading__subText {
  color: var(--COLOR_BRAND_PRIMARY);
  font-size: 0.875rem;
  font-weight: bold;
}

.t-peopleTop-heading__mainText + .t-peopleTop-heading__subText {
  margin-left: 4px;
}
.t-peopleTop .m-heading-level3 {
  margin-top: 54px;
}
.t-peopleTop .m-heading-level2 + .m-heading-level3 {
  margin-top: 21px;
}
.t-peopleTop-lead {
  margin-top: 24px;
}

.t-peopleTop-lead__text {
  font-size: 0.9375rem;
  font-weight: bold;
}
.m-text-type2 {
  margin-top: 5px;
}
.t-peopleTop-listItem + .t-peopleTop-listItem {
  margin-top: 64px;
}

.m-list-description__title {
  font-size: 0.875rem;
  font-weight: normal;
}
.t-peopleTop-layout {
  display: flex;
  flex-direction: column;
  gap: 0 clamp(0rem, 0rem + (1vw - 0.48rem) * (11.5740740741), 3.125rem);
}
.t-peopleTop-layoutMedia {
  display: grid;
}

.t-peopleTop-layoutMedia__image {
  display: block;
}

.t-peopleTop-layoutMedia--coEn {
  gap: 22px 0;
}

.t-peopleTop-layoutMedia__item--coEn {
  grid-column: 1/4;
  grid-row: 1/1;
}

.t-peopleTop-layoutMedia__item--coEn2 {
  grid-column: 2/4;
  grid-row: 2/4;
}

.t-peopleTop-layoutMedia__item--coEn3 {
  grid-column: 1/4;
  grid-row: 4/4;
}

.t-peopleTop-layoutMedia__item--coEn3 .t-peopleTop-layoutMedia__image {
  box-shadow: 10px 10px 30px 0px rgba(51, 51, 51, 0.3);
}

.t-peopleTop-layoutMedia--evolution {
  gap: 24px 23px;
}

.t-peopleTop-layoutMedia__item--evolution {
  grid-column: 1/7;
  grid-row: 1/1;
}

.t-peopleTop-layoutMedia__item--evolution2 {
  grid-column: 1/5;
  grid-row: 2/4;
}

.t-peopleTop-layoutMedia__item--evolution3 {
  grid-column: 5/7;
  grid-row: 3/6;
}

.t-peopleTop-layoutMedia__item--evolution4 {
  grid-column: 2/5;
  grid-row: 4/5;
}

.t-peopleTop-layoutMedia__item--evolution4 .t-peopleTop-layoutMedia__image {
  box-shadow: 10px 10px 30px 0px rgba(51, 51, 51, 0.2);
}

.t-peopleTop-layoutMedia__item--evolution4 .t-peopleTop-layoutMedia__imageContainer {
  display: flex;
  gap: 6px;
}

@media (min-width: 768px) {
  :root {
    --FONT_SIZE: 1rem;
    --FONT_SIZE_NOTE: 0.875rem;
    --SIZE_MODULE_MARGIN: 48px;
  }
  a:any-link:hover, a:any-link:focus {
    text-decoration: none;
  }
  .t-peopleTop-heading__mainText {
    font-size: 1.625rem;
  }
  .t-peopleTop-heading__mainText + .t-peopleTop-heading__subText {
    margin-left: 8px;
  }
  .t-peopleTop .m-heading-level3 {
    margin-top: 80px;
  }
  .t-peopleTop .m-heading-level2 + .m-heading-level3 {
    margin-top: 40px;
  }
  .t-peopleTop-lead {
    margin-top: 32px;
  }
  .t-peopleTop-lead__text {
    font-size: 1.125rem;
  }
  .m-text-type2 {
    margin-top: 8px;
  }
  .m-list-description {
    margin-top: 24px;
  }
  .m-text-includesEmphasis__text {
    font-size: 1.75rem;
  }
  .t-peopleTop-layout {
    flex-direction: row;
  }
  .pin-spacer {
    margin: 0 clamp(0rem, 0rem + (1vw - 0.48rem) * (6.9444444444), 1.875rem) !important;
  }
  .t-peopleTop-layoutMedia {
    gap: 0 clamp(0.625rem, 0.625rem + (1vw - 0.48rem) * (9.2592592593), 3.125rem);
  }
  .t-peopleTop-layoutMedia--coEn {
    grid-template-rows: 1fr auto minmax(80px, auto) auto;
  }
  .t-peopleTop-layoutMedia--coEn .t-peopleTop-layoutMedia__item--background {
    grid-column: 1/12;
    grid-row: 3/5;
    margin-top: 16px;
  }
  .t-peopleTop-layoutMedia__item--coEn {
    grid-column: 1/10;
    grid-row: 1/3;
  }
  .t-peopleTop-layoutMedia__item--coEn2 {
    grid-column: 10/16;
    grid-row: 2/4;
  }
  .t-peopleTop-layoutMedia__item--coEn3 {
    grid-column: 2/9;
    grid-row: 4/4;
  }
  .t-peopleTop-layoutMedia--evolution {
    grid-template-rows: 1fr auto minmax(40px, auto) auto auto;
  }
  .t-peopleTop-layoutMedia--evolution .t-peopleTop-layoutMedia__item--background {
    grid-column: 2/11;
    grid-row: 3/5;
    margin-top: 16px;
  }
  .t-peopleTop-layoutMedia__item--evolution {
    grid-column: 7/16;
    grid-row: 1/3;
  }
  .t-peopleTop-layoutMedia__item--evolution2 {
    grid-column: 1/7;
    grid-row: 2/4;
  }
  .t-peopleTop-layoutMedia__item--evolution3 {
    grid-column: 11/15;
    grid-row: 4;
  }
  .t-peopleTop-layoutMedia__item--evolution4 {
    grid-column: 3/10;
    grid-row: 4;
    margin: auto 0;
  }
  .t-peopleTop-layoutMedia__item--evolution4 .t-peopleTop-layoutMedia__image {
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  .t-peopleTop-layoutMedia__item--evolution4 .t-peopleTop-layoutMedia__imageContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
