@charset "UTF-8";
@keyframes arrow_draw {
  0% {
    stroke-dashoffset: 150;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ======================================================================
 * 英語 トップメッセージ
====================================================================== */
.portrate {
  position: relative;
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .portrate {
    margin-bottom: 3rem;
  }
}
.portrate picture {
  display: block;
}
.portrate .portrate-inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .portrate .portrate-inner {
    top: auto;
    bottom: 1rem;
    transform: none;
  }
}
.portrate .portrate-text {
  font-family: serif;
  font-size: 3.3rem;
  font-weight: bold;
  text-shadow: 0 0 30px #fff, 0 0 20px #fff;
}
@media screen and (max-width: 768px) {
  .portrate .portrate-text {
    font-size: 1.2rem;
    line-height: 1.5;
    text-shadow: 0 0 15px #fff, 0 0 8px #fff;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 768px) {
  .message {
    font-size: 1.4rem;
  }
}
.message p {
  margin: 2em 0;
}
.message p:first-child {
  margin-top: 0;
}
.message p:last-child {
  margin-bottom: 0;
}

.representative-name {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 2.9em;
  line-height: 1.6;
  text-align: right;
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .representative-name {
    margin-top: 0.3em;
  }
}
.representative-name p {
  margin: 0;
}
.representative-name .position {
  padding-right: 2em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .representative-name .position {
    padding-right: 1.5em;
    font-size: 0.9rem;
  }
}
.representative-name .sign {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .representative-name .sign {
    width: 12.1rem;
    font-size: 1.2rem;
  }
}
.representative-name img {
  mix-blend-mode: multiply;
}