@charset "UTF-8";
@keyframes arrow_draw {
  0% {
    stroke-dashoffset: 150;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ======================================================================
 * トップメッセージ
====================================================================== */
.portrate {
  position: relative;
}
@media screen and (min-width: 769px) {
  .portrate {
    min-height: 35.73vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .portrate picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    height: 100%;
  }
  .portrate picture img {
    width: 100%;
    height: 100%;
  }
}
.portrate .portrate-inner {
  height: 100%;
  padding: 9rem 0 4rem;
}
.portrate .portrate-inner .portrate-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 58.2rem;
  height: 100%;
}
.portrate .portrate-inner .catch {
  margin: 0 auto auto 0;
  font-size: 3.6rem;
  line-height: 1.86;
}
@media screen and (max-width: 1100px) {
  .portrate .portrate-inner .catch {
    font-size: 2.6rem;
  }
}
.portrate .portrate-inner .position {
  margin: auto 0 0.5rem auto;
  line-height: 1.9375;
  text-align: right;
}
.portrate .portrate-inner .sign {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1100px) {
  .portrate .portrate-inner .sign img {
    width: 17.86vw;
  }
}

@media screen and (max-width: 768px) {
  .portrate-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 2.6rem;
    margin-bottom: 4.4rem;
  }
}
.portrate-text .catch {
  margin: 0;
  letter-spacing: -0.068em;
}
@media screen and (max-width: 768px) {
  .portrate-text .catch {
    position: relative;
    width: 100%;
    padding-top: 4rem;
    margin-top: 4.5rem;
    font-size: 2.3rem;
    line-height: 2.09;
    text-align: center;
  }
  .portrate-text .catch::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 6.4rem;
    height: 2px;
    margin: auto;
    content: "";
    background: linear-gradient(90deg, #1366ac 0, #1366ac 50%, #1988e5 50%);
  }
}
.portrate-text .position {
  margin: 0 1.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .portrate-text .position {
    font-size: 1rem;
  }
}
.portrate-text .sign {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .portrate-text .sign {
    max-width: 20.3rem;
    background-color: #f9f9f9;
  }
}
.portrate-text .sign img {
  mix-blend-mode: multiply;
}

.message {
  padding: 0 2rem 10rem;
}
@media screen and (min-width: 769px) {
  .message {
    padding: 11.2rem 0 7rem;
  }
}
.message p {
  font-size: 2.2rem;
  line-height: 2.14;
  letter-spacing: -0.03em;
}
.message p:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .message p {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: -0.04em;
  }
}