@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/zen-kaku-gothic-new-v16-japanese_latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/zen-kaku-gothic-new-v16-japanese_latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --aw-red: #ed2f1b;
  --aw-section-red: #c3553a;
  --aw-navy: #10234a;
  --aw-blue: #173564;
  --aw-light: #f5f6f8;
  --aw-line: #e1e5eb;
  --aw-red-line: #f0cfc7;
  --aw-blue-line: #ccd8e8;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--aw-navy);
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
}

img {
  display: block;
  max-width: 100%;
}

.aw-preview {
  min-height: 100vh;
  background: #fff;
}

.aw-philosophy-202606 {
  background: var(--aw-section-red);
  padding: clamp(44px, 6vw, 84px) 20px;
}

.aw-philosophy-202606--embed {
  background: transparent;
  padding: 0 0 clamp(56px, 7vw, 96px);
}

.aw-philosophy-panel {
  width: min(100%, 1024px);
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 36px rgba(89, 32, 17, .18);
}

.aw-philosophy-202606--embed .aw-philosophy-panel {
  box-shadow: 0 14px 30px rgba(80, 28, 13, .16);
}

.aw-hero,
.aw-mission {
  display: grid;
  grid-template-columns: 48% 52%;
  background: #fff;
}

.aw-mission {
  grid-template-columns: 49% 51%;
}

.aw-copy {
  padding: 54px 38px 44px;
}

.aw-label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 34px;
  color: var(--aw-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.aw-label span {
  color: var(--aw-red);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
}

.aw-hero h1,
.aw-mission h2 {
  margin: 0;
  color: var(--aw-navy);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.34;
}

.aw-hero h1 {
  margin-bottom: 30px;
}

.aw-mission h2 {
  margin-bottom: 26px;
}

.aw-lead {
  margin: 0;
  color: var(--aw-navy);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.aw-hero-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 380px 197px;
}

.aw-photo {
  margin: 0;
  overflow: hidden;
}

.aw-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aw-photo-main {
  grid-column: 1 / -1;
}

.aw-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 28px 40px;
  /* background: var(--aw-light); */
}

.aw-principle-card {
  min-height: 260px;
  position: relative;
  padding: 26px 24px 94px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 35, 74, .07);
}

.aw-principle-card h2 {
  margin: 0 0 8px;
  color: var(--aw-navy);
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.2;
}

.aw-principle-card h2.aw-red {
  color: var(--aw-red);
}

.aw-card-sub {
  margin: 0 0 18px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.aw-card-text {
  margin: 0;
  color: var(--aw-navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

.aw-round-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  position: absolute;
  right: 28px;
  bottom: 22px;
  margin: 0;
  border-radius: 50%;
}

.aw-round-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aw-round-icon img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.aw-blue-icon {
  background: #edf1f7;
  color: var(--aw-blue);
}

.aw-red-icon {
  background: #fff1ee;
  color: var(--aw-red);
}

.aw-mission {
  border-bottom: 1px solid var(--aw-line);
}

.aw-mission-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aw-mission-copy .aw-label {
  margin-bottom: 26px;
}

.aw-mission-photos {
  display: grid;
  grid-template-columns: 44% 56%;
  grid-template-rows: 230px 349px;
}

.aw-mission-photos .aw-photo-wide {
  grid-column: 1 / -1;
}

.aw-values {
  padding: 36px 46px 34px;
  background: #fff;
}

.aw-values .aw-label {
  margin-bottom: 22px;
}

.aw-value-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.aw-value-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.aw-value-heading h2 {
  min-width: 128px;
  margin: 0;
  padding: 8px 18px;
  border-radius: 14px 14px 0 0;
  background: var(--aw-red);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.aw-hq-values .aw-value-heading h2 {
  background: var(--aw-blue);
}

.aw-value-heading p {
  margin: 0;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.aw-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--aw-red-line);
  border-left: 1px solid var(--aw-red-line);
  list-style: none;
}

.aw-hq-values .aw-value-grid {
  border-color: var(--aw-blue-line);
}

.aw-value-grid li {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-right: 1px solid var(--aw-red-line);
  border-bottom: 1px solid var(--aw-red-line);
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.aw-hq-values .aw-value-grid li {
  border-color: var(--aw-blue-line);
}

.aw-value-grid span {
  color: var(--aw-red);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.aw-hq-values .aw-value-grid span {
  color: #2466a5;
}

.aw-value-icon,
.aw-small-icon,
.aw-circle-icon {
  display: inline-grid;
  place-items: center;
  color: currentColor;
}

.aw-value-icon {
  width: 42px;
  height: 42px;
}

.aw-value-icon svg,
.aw-small-icon svg,
.aw-circle-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aw-value-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.aw-future-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px 16px;
  margin-top: 38px;
}

.aw-future-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 240px;
  padding: 24px 22px 22px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 35, 74, .07);
  text-align: center;
}

.aw-future-card h2 {
  margin: 0 0 16px;
  color: var(--aw-navy);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.aw-future-card p {
  margin: 0;
  color: var(--aw-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.aw-goal-numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--aw-line);
  border-bottom: 1px solid var(--aw-line);
}

.aw-goal-numbers dl {
  margin: 0;
  padding: 14px 8px 13px;
}

.aw-goal-numbers dl + dl {
  border-left: 1px solid var(--aw-line);
}

.aw-goal-numbers dt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 9px;
  color: var(--aw-navy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.aw-small-icon {
  width: 22px;
  height: 22px;
  color: var(--aw-blue);
}

.aw-goal-numbers dd {
  margin: 0;
  color: var(--aw-navy);
  font-weight: 700;
  line-height: 1.15;
}

.aw-goal-numbers strong {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: .02em;
}

.aw-goal-numbers dd span {
  display: block;
  margin-top: 4px;
  color: var(--aw-navy);
  font-size: 13px;
}

.aw-note {
  margin-top: 12px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-align: left;
}

.aw-capital-list,
.aw-brand-flow ol {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.aw-capital-list {
  align-items: flex-start;
  margin-top: auto;
}

.aw-capital-list li,
.aw-brand-flow li {
  min-width: 86px;
  color: var(--aw-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.aw-capital-list li {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.aw-circle-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
  padding: 18px;
  border-radius: 50%;
  background: #edf1f7;
  color: var(--aw-blue);
}

.aw-future-png-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #edf1f7;
}

.aw-future-png-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.aw-crown .aw-future-png-icon {
  background: #fff1ee;
}

.aw-brand-flow ol {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 18px;
}

.aw-brand-flow {
  grid-column: 1 / -1;
}

.aw-brand-flow li {
  position: relative;
  min-width: 86px;
  flex: 1;
}

.aw-brand-flow li:not(:last-child)::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 31px;
  right: -9px;
  border-top: 2px solid var(--aw-navy);
  border-right: 2px solid var(--aw-navy);
  transform: rotate(45deg);
}

.aw-brand-flow em {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.aw-crown .aw-circle-icon {
  background: #fff1ee;
  color: var(--aw-red);
}

.aw-future-message {
  margin: 22px 0 0;
  color: var(--aw-navy);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 767px) {
  .aw-philosophy-202606 {
    padding: 0;
    background: #fff;
  }

  .aw-philosophy-202606--embed {
    background: #fff;
  }

  .aw-philosophy-panel {
    width: 100%;
    box-shadow: none;
  }

  .aw-hero,
  .aw-mission {
    display: block;
  }

  .aw-copy {
    padding: 34px 28px 30px;
  }

  .aw-label {
    gap: 14px;
    margin-bottom: 28px;
    font-size: 12px;
  }

  .aw-label span {
    font-size: 12px;
  }

  .aw-hero h1 {
    margin-bottom: 24px;
    font-size: 30px;
    letter-spacing: .02em;
    line-height: 1.32;
  }

  .aw-mission h2 {
    margin-bottom: 24px;
    font-size: 28px;
    letter-spacing: .02em;
    line-height: 1.35;
  }

  .aw-lead {
    font-size: 12px;
    line-height: 1.85;
  }

  .aw-hero-photos {
    grid-template-rows: 260px 138px;
  }

  .aw-principles {
    display: block;
    padding: 22px 24px 24px;
  }

  .aw-principle-card {
    min-height: 0;
    padding: 20px 110px 22px 22px;
  }

  .aw-principle-card:not(:last-child) {
    margin-bottom: 14px;
  }

  .aw-principle-card h2 {
    font-size: 16px;
  }

  .aw-card-sub {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .aw-card-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .aw-round-icon {
    width: 58px;
    height: 58px;
    right: 28px;
    bottom: 50%;
    transform: translateY(50%);
  }

  .aw-round-icon svg {
    width: 32px;
    height: 32px;
  }

  .aw-mission-copy {
    padding-top: 44px;
    padding-bottom: 32px;
  }

  .aw-mission-copy .aw-label {
    margin-bottom: 28px;
  }

  .aw-mission-photos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 205px 245px;
  }

  .aw-values {
    padding: 26px 18px 30px;
  }

  .aw-value-columns {
    display: block;
  }

  .aw-value-block:not(:last-child) {
    margin-bottom: 38px;
  }

  .aw-value-heading {
    display: block;
    margin-bottom: 12px;
  }

  .aw-value-heading h2 {
    width: 116px;
    min-width: 0;
    margin-bottom: 12px;
    padding: 9px 12px;
    font-size: 14px;
  }

  .aw-value-heading p {
    font-size: 15px;
    line-height: 1.5;
  }

  .aw-value-grid li {
    min-height: 76px;
    font-size: 12px;
  }

  .aw-value-grid span {
    font-size: 24px;
  }

  .aw-value-icon {
    width: 29px;
    height: 29px;
  }

  .aw-future-cards {
    display: block;
    margin-top: 30px;
  }

  .aw-future-card {
    min-height: 0;
    padding: 22px 20px;
  }

  .aw-future-card:not(:last-child) {
    margin-bottom: 16px;
  }

  .aw-capital-list,
  .aw-brand-flow ol {
    gap: 10px;
  }

  .aw-capital-list li,
  .aw-brand-flow li {
    min-width: 0;
    flex: 1;
    font-size: 12px;
  }

  .aw-circle-icon {
    width: 58px;
    height: 58px;
    padding: 15px;
  }

  .aw-future-png-icon {
    width: 58px;
    height: 58px;
  }

  .aw-future-png-icon img {
    width: 42px;
    height: 42px;
  }

  .aw-brand-flow ol {
    flex-wrap: wrap;
  }

  .aw-brand-flow li {
    flex: 0 0 calc(33.333% - 7px);
  }

  .aw-brand-flow li:not(:last-child)::after {
    display: none;
  }

  .aw-future-message {
    margin-top: 20px;
    margin-bottom: 84px;
    font-size: 20px;
    letter-spacing: .06em;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .aw-philosophy-202606 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .aw-hero h1,
  .aw-mission h2 {
    font-size: 34px;
  }

  .aw-copy {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (min-width: 768px) {
  #message {
    padding-bottom: 0;
  }

  #message .wrap {
    position: relative;
    z-index: 1;
  }

  #message .aw-philosophy-202606--embed {
    position: relative;
    z-index: 1;
    padding: 72px 0 88px;
    background: transparent;
    color: var(--aw-navy);
  }

  #message .aw-philosophy-202606--embed::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(50% - 50vw);
    bottom: 0;
    left: calc(50% - 50vw);
    background: #fff;
  }

  #message .aw-philosophy-202606--embed .aw-philosophy-panel {
    width: min(100%, 1280px);
    box-shadow: 0 10px 28px rgba(16, 35, 74, .09);
  }
}
