#history {
  color: #222222;
}

@media (min-width: 1000px) {
  .wrapper {
    padding: 70px 70px 0 0;
    min-width: 1170px;
}

  .wedding-detail {
    color: #c5a886;

    font-size: 14px;
    line-height: 70px;
    letter-spacing: 0.04em;

    text-shadow: 0px 0px 15.75px rgba(10, 4, 4, 0.44);
    
    padding: 85px 0 0 0;

    display: inline-block;

    position: relative;
  }

  .wedding-detail:after {
    content: "";
    width: 78px;
    height: 1px;
    background: linear-gradient(
      90deg,
      #c5a886 0%,
      #c5a886 44.8718%,
      transparent 44.8718%,
      transparent 56.41026%,
      #c5a886 56.41026%,
      #c5a886 100%
    );

    position: absolute;
    top: 147px;
    left: 14px;
  }

  .wedding-detail:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #c5a886 transparent transparent transparent;

    position: absolute;
    top: 149px;
    left: 50px;
  }
    #flow #inner_mainVis {
        height: 400px;
        background: url(../images/wedding/flow/top-flow.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
    }

  #inner_mainVis .ttl {
    font-size: 60px;
    line-height: 86px;
    padding-top: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #inner_mainVis .ttl_kana {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-family: "Yu Mincho", "游明朝体";
    padding-top: 6px;
  }

  #inner_mainVis .ttl {
    color: #ffffff;
  }
}


@media (max-width: 999px) {
  .wrapper {
    padding: 50px 0 0 0;
  }

  .wedding-detail:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #c5a886 transparent transparent transparent;

    position: absolute;
    top: 57px;
    left: 32.5px;
  }

  .wedding-detail {
    color: #c5a886;

    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.04em;

    padding-top: 39px;

    display: inline-block;

    position: relative;
  }

  .wedding-detail:after {
    content: "";
    width: 54.5px;
    height: 1px;
    background: linear-gradient(
      90deg,
      #c5a886 0%,
      #c5a886 44.0367%,
      transparent 44.0367%,
      transparent 56.88074%,
      #c5a886 56.88074%,
      #c5a886 100%
    );

    position: absolute;
    top: 56px;
    left: 8px;
  }

  .wedding-detail:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #c5a886 transparent transparent transparent;

    position: absolute;
    top: 57px;
    left: 32.5px;
  }
    #flow #inner_mainVis {
        height: 170px;
        background: url(../images/wedding/flow/sp/top-flow-sp.jpg) no-repeat;
        background-size: cover;
        /* background-position: bottom center;　にするとデザインデータには近づくが、レスポンシブを意識すると違和感が出る */
        background-position: center center;
    }

  #inner_mainVis .ttl {
    font-size: 31px;
    line-height: 1;
    padding-top: 17.5px;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #inner_mainVis .ttl_kana {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-family: "Yu Mincho", "游明朝体";
    padding-top: 8px;
  }

  #inner_mainVis .ttl {
    color: #ffffff;
  }
  }

/*# sourceMappingURL=recruit.css.map */
