@charset "UTF-8";
.uq-mindHead {
  overflow: hidden;
  position: relative; }
  .uq-mindHead::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60.556vw 56.667vw 0;
    border-color: transparent #ecf6fc transparent transparent;
    z-index: -1; }
    @media only screen and (max-width: 1200px) {
      .uq-mindHead::before {
        border-width: 0 727px 680px 0; } }
    @media only screen and (max-width: 768px) {
      .uq-mindHead::before {
        border-width: 0 60.556vw 56.667vw 0; } }
  .uq-mindHead__label {
    font-size: 3.86rem;
    line-height: 1.37;
    font-family: Amiri, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media only screen and (max-width: 768px) {
      .uq-mindHead__label {
        line-height: 1.8;
        font-size: 1.71rem; } }
  .uq-mindHead__text {
    line-height: 2.20; }
    @media only screen and (max-width: 768px) {
      .uq-mindHead__text {
        line-height: 1.8; } }

.uq-mindPanel {
  display: -ms-flexbox;
  display: flex; }
  .uq-mindPanel__box {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .uq-mindPanel__image {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-bottom: 35px; }
    @media only screen and (max-width: 768px) {
      .uq-mindPanel__image {
        margin-bottom: 20px; } }
  .uq-mindPanel__head {
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .uq-mindPanel__head {
        margin-bottom: 10px; } }
  .uq-mindPanel__body {
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .uq-mindPanel__body {
        margin-bottom: 15px; } }
  @media only screen and (min-width: 769px) {
    .uq-mindPanel__foot {
      margin-top: auto;
      margin-right: auto; } }
