article > * {
  overflow: hidden;
}

.message {
  position: relative;
  overflow: clip;
  color: #29210b;
}
.message__ribbons {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.message__ribbon {
  position: absolute;
  left: -24vw;
  width: 150vw;
  margin: 0;
  padding: 0.15em 0 0.2em;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.8rem, 4.2vw, 6.4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  background: #e6e6e6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
.message__ribbon-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.message__ribbon-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0.35em;
}
.message__ribbon:nth-child(1) {
  top: 30%;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.message__ribbon:nth-child(1) .message__ribbon-track.is-ready {
  -webkit-animation: ribbon-flow-left var(--ribbon-duration, 28s) linear infinite;
          animation: ribbon-flow-left var(--ribbon-duration, 28s) linear infinite;
}
@media screen and (max-width:767px) {
  .message__ribbon:nth-child(1) {
    top: 25%;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
.message__ribbon:nth-child(2) {
  top: 33%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.message__ribbon:nth-child(2) .message__ribbon-track.is-ready {
  -webkit-animation: ribbon-flow-right var(--ribbon-duration, 28s) linear infinite;
          animation: ribbon-flow-right var(--ribbon-duration, 28s) linear infinite;
}
@media screen and (max-width:767px) {
  .message__ribbon:nth-child(2) {
    top: 25%;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}
.message__inner {
  position: relative;
  min-height: clamp(420px, 56vw, 575px);
}
.message__content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message__title {
  margin: 0;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #29210b;
  font-size: clamp(65px, 27.321px + 10.766vw, 110px);
  line-height: 1;
  letter-spacing: -0.1em;
  -webkit-transform: scaleX(0.55);
          transform: scaleX(0.55);
  -webkit-transform-origin: center;
          transform-origin: center;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  .message__title {
    font-size: 120px;
  }
}
@media screen and (min-width:992px) {
  .message__title {
    font-size: 165px;
  }
}
.message__title-line + .message__title-line {
  margin-top: -0.04em;
}
.message__text {
  margin: clamp(22px, 2.8vw, 40px) 0 0;
  font-size: clamp(13px, 4.627px + 2.392vw, 23px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .message__text {
    margin-right: 135px;
    font-size: 18px;
  }
}
@media screen and (min-width:992px) {
  .message__text {
    font-size: 24px;
    margin-right: 200px;
  }
}
.message__oni {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(25%, 17%);
          transform: translate(25%, 17%);
  width: clamp(230px, 31vw, 420px);
  aspect-ratio: 185/177;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .message__oni {
    -webkit-transform: translate(-50%, 17%);
            transform: translate(-50%, 17%);
  }
}
.message__oni-bubble {
  position: absolute;
  top: -15%;
  left: 85%;
  -webkit-transform: translateX(-50%) rotate(10deg);
          transform: translateX(-50%) rotate(10deg);
  z-index: 4;
  margin: 0;
  padding: 0.6em 1em 0.65em;
  border: 2px solid #29210b;
  border-radius: 999px;
  background: #fff;
  color: #29210b;
  font-size: clamp(14px, 12.645px + 0.387vw, 20px);
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}
.message__oni-bubble::after {
  content: "";
  position: absolute;
  left: 24%;
  bottom: -9px;
  width: 16px;
  aspect-ratio: 1;
  border-left: 2px solid #29210b;
  border-bottom: 2px solid #29210b;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width:767px) {
  .message__oni-bubble::after {
    bottom: -6px;
    width: 10px;
  }
}
@media screen and (max-width:767px) {
  .message__oni-bubble {
    top: -10%;
    left: 85%;
    padding: 0.52em 0.92em 0.58em;
    font-size: 14px;
  }
}
.message__oni-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.message .oni-h {
  position: absolute;
  top: 0;
  left: 50%;
  width: 68%;
  -webkit-transform: translate(-50%, -5%);
          transform: translate(-50%, -5%);
  z-index: 2;
}
.message .oni-b {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.message .oni-lh {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28%;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
  z-index: 3;
}
.message .oni-rh {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28%;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  z-index: 3;
}
.message img {
  display: block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes ribbon-flow-left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes ribbon-flow-left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes ribbon-flow-right {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes ribbon-flow-right {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.emblem {
  position: relative;
}
@media screen and (min-width:992px) {
  .emblem {
    overflow: unset;
  }
}
.emblem::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/about/emblem-bg.jpg) no-repeat center/cover;
  z-index: -1;
}
.emblem::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.emblem .section-ttl {
  margin-bottom: clamp(2rem, 1.577rem + 1.935vw, 3.875rem);
}
.emblem-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 120px;
}
.emblem-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px 30px;
}
@media screen and (max-width:767px) {
  .emblem-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.emblem-first__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
}
.emblem-first__image {
  width: 100%;
}
@media screen and (min-width:768px) {
  .emblem-first__image {
    width: 300px;
  }
}
@media screen and (min-width:992px) {
  .emblem-first__image {
    width: 400px;
  }
}
.emblem-first__image img {
  width: 100%;
  height: auto;
}
.emblem-second {
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width:991px) {
  .emblem-second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width:768px) {
  .emblem-second {
    gap: 60px;
  }
}
@media screen and (min-width:992px) {
  .emblem-second {
    gap: 30px;
  }
}
.emblem-second__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 50px;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width:992px) {
  .emblem-second__copy {
    width: 60%;
  }
}
.emblem-second__item {
  display: grid;
  gap: clamp(12px, 1.8vw, 20px);
}
@media screen and (min-width:992px) {
  .emblem-second__item.-value .emblem-second__lead {
    font-size: 35px;
  }
}
@media screen and (min-width:1200px) {
  .emblem-second__item.-value .emblem-second__lead {
    font-size: clamp(42px, 37.484px + 1.29vw, 62px);
  }
}
.emblem-second__heading {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  padding-bottom: clamp(8px, 1.2vw, 14px);
  line-height: 1;
  position: relative;
}
.emblem-second__heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100vw - 60px);
  height: 1px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .emblem-second__heading::before {
    width: clamp(540px, 499.355px + 11.613vw, 720px);
  }
}
@media screen and (min-width:992px) and (max-width:1199px) {
  .emblem-second__heading::before {
    width: 100%;
    max-width: 500px;
  }
}
.emblem-second__en {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  letter-spacing: 0;
}
@media screen and (max-width:767px) {
  .emblem-second__en {
    font-size: 32px;
  }
}
.emblem-second__ja {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .emblem-second__ja {
    font-size: 22px;
  }
}
.emblem-second__lead {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(42px, 37.484px + 1.29vw, 62px);
  line-height: 1.25;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .emblem-second__lead {
    font-size: 26px;
  }
}
.emblem-second__image {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width:992px) {
  .emblem-second__image {
    position: sticky;
    top: 120px;
    width: 30%;
  }
}
.emblem-second__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.28));
          filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.28));
}

.profile .section-ttl {
  margin-bottom: clamp(2rem, 1.577rem + 1.935vw, 3.875rem);
}
.profile-table {
  margin: 0;
  padding: 0;
}
.profile-table__row {
  display: grid;
  grid-template-columns: clamp(120px, 9.516vw, 170px) minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(28px, 3.221vw, 56px);
     -moz-column-gap: clamp(28px, 3.221vw, 56px);
          column-gap: clamp(28px, 3.221vw, 56px);
  padding-block: clamp(22px, 1.613vw, 30px);
}
.profile-table__row:not(:last-child) {
  border-bottom: 1px solid rgba(31, 52, 74, 0.2);
}
@media screen and (max-width:767px) {
  .profile-table__row {
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding-block: 18px;
  }
}
.profile-table__term, .profile-table__desc {
  margin: 0;
  font-size: clamp(16px, 15.548px + 0.129vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #29210b;
  font-weight: 600;
}
.profile-table__term {
  color: #1f344a;
}
.profile-table__desc {
  word-break: break-word;
}

.history .section-ttl {
  margin-bottom: clamp(2rem, 1.577rem + 1.935vw, 3.875rem);
}
.history-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: clamp(42px, 4.392vw, 72px);
}
.history-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.history-group__title {
  margin: 0;
  padding-bottom: clamp(10px, 1.171vw, 18px);
  color: #29210b;
  font-size: clamp(36px, 33.29px + 0.774vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width:767px) {
  .history-group__title {
    font-size: 36px;
    letter-spacing: -0.03em;
  }
}
.history-group__title-line {
  width: 100%;
  height: 2px;
  background: #29210b;
}
.history-table {
  margin: 0;
  padding: 0;
}
.history-table__row {
  display: grid;
  grid-template-columns: clamp(70px, 65.484px + 1.29vw, 90px) minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: clamp(30px, 4.392vw, 72px);
     -moz-column-gap: clamp(30px, 4.392vw, 72px);
          column-gap: clamp(30px, 4.392vw, 72px);
  padding-block: clamp(24px, 2.05vw, 34px);
}
.history-table__row:not(:last-child) {
  border-bottom: 1px solid rgba(41, 33, 11, 0.18);
}
@media screen and (max-width:767px) {
  .history-table__row {
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding-block: 20px;
  }
}
.history-table__year {
  margin: 0;
  color: #1f344a;
  font-size: clamp(16px, 15.548px + 0.129vw, 18px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.history-table__desc {
  margin: 0;
  color: #29210b;
  font-size: clamp(16px, 15.548px + 0.129vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.history-table__desc p {
  margin: 0;
}
.history-table__desc p + p {
  margin-top: 0.3em;
}

.greeting {
  overflow: unset;
}
.greeting .section-ttl {
  margin-bottom: clamp(2rem, 1.577rem + 1.935vw, 3.875rem);
}
.greeting-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(260px, 30.014vw, 430px);
  gap: clamp(30px, 5.124vw, 84px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width:991px) {
  .greeting-layout {
    grid-template-columns: 1fr;
  }
}
.greeting-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: clamp(40px, 86.207px - 1.379vw, 60px);
}
@media screen and (max-width:767px) {
  .greeting-copy {
    width: calc(100vw - 60px);
  }
}
@media screen and (max-width:991px) {
  .greeting-copy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.greeting-copy__item {
  display: block;
  width: 100%;
}
.greeting-copy__title {
  margin: 0;
  color: #29210b;
  font-size: clamp(44px, 36.774px + 2.065vw, 76px);
  line-height: 1.1;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
@media screen and (min-width:768px) and (max-width:991px) {
  .greeting-copy__title {
    white-space: unset;
  }
}
.greeting-copy__text {
  margin: clamp(20px, 2.196vw, 36px) 0 0;
  color: #29210b;
  font-size: clamp(16px, 15.548px + 0.129vw, 18px);
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.greeting-profile {
  margin: 0;
}
@media screen and (min-width:992px) {
  .greeting-profile {
    position: sticky;
    top: 120px;
  }
}
.greeting-profile__image {
  display: block;
  width: 100%;
  aspect-ratio: 31/39;
  -o-object-fit: cover;
     object-fit: cover;
}
.greeting-profile__name {
  margin-top: clamp(16px, 1.757vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1.171vw, 18px);
  color: #29210b;
  line-height: 1.2;
}
.greeting-profile__role {
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  letter-spacing: 0.04em;
  font-weight: 500;
}
.greeting-profile__person {
  font-size: clamp(18px, 16.645px + 0.387vw, 24px);
  letter-spacing: -0.04em;
}/*# sourceMappingURL=style-about.css.map */