@charset "utf-8";

/* ======================================================
 * reform-work-flow_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Elements >>> Text
 * - Elements >>> List
 * - Elements >>> Link
 * - Elements >>> Image
 * - Elements >>> Other
 * - Conditional Elements >>> Heading
 * - Conditional Elements >>> Navi
 * - Layout >>> Table
 * - Layout >>> Column
 * - Layout >>> Box
 * - Layout >>> Other
 * - Components
 * - Clearfix
 * Media Queries
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- layout ----- */
  .cost-paragraph {
    margin-top: 6.0em !important;
  }
  /* ----- a ----- */
  /* ----- opacity ----- */
  /* ----- transition ----- */
  /* ----- sprite ----- */

  /* ------------------------------------------------------
   * Elements >>> Text
  ------------------------------------------------------ */
  .reform-work-flow-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: #010c6a;
    position: relative;
    padding-left: 1.9rem;
    padding-top: .9rem;
  }
  .reform-work-flow-number::after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width:59px;
    height: 59px;
    background: no-repeat 0 0 / 100% url(/hrf/reform/reform-work-flow/img/index_ic01.png);
    content: "";
    z-index: -1;
}
  .reform-work-flow-text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: .8rem;
  }
  .reform-work-flow-cmn-box__title {
    font-size: 2.2rem;
    color: #ed7070;
    font-weight: bold;
    line-height: 1;
  }
  .reform-work-flow-cmn-box__text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 1.7rem;
  }
  /* ------------------------------------------------------
   * Elements >>> List
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Elements >>> Link
  ------------------------------------------------------ */
  .reform-work-flow-button-wrap {
    margin-top: 1.7rem;
    width: 368px;
    display: flex;
    flex-direction: column;
    row-gap: 1.8rem;
  }
  .reform-work-flow-button__inner {
    margin-top: 20px;
  }
  .reform-work-flow-button__type, .reform-work-flow-button__type--pdf, .reform-work-flow-button-v2__type {
    display: inline-block;
    position: relative;
    padding: .7rem 4rem 1.1rem 2rem;
    border-radius: 10em;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #010c6a;
    width: 100%;
  }
  .reform-work-flow-button__type, .reform-work-flow-button__type--pdf {
    min-width: 340px;
  }
  .reform-work-flow-button-v2__type {
    width: 329px;
  }
  .reform-work-flow-button__label, .reform-work-flow-button__label--pdf, .reform-work-flow-button-v2__label {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    color: #010c6a;
  }
  .reform-work-flow-button__label::after, .reform-work-flow-button-v2__label::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #010c6a;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
  }
  .reform-work-flow-button__label--pdf::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 18px;
    right: 25px;
    display: inline-block;
    background-image: url(/hrf/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: 0px -200px;
  }
  .reform-work-flow-button__type:hover, .reform-work-flow-button-v2__type:hover {
    color: #fff;
    background-color: #010c6a;
  }
  .reform-work-flow-button__type:hover .reform-work-flow-button__label {
    color: #fff;
  }
  .reform-work-flow-button-v2__type:hover .reform-work-flow-button-v2__label {
    color: #fff;
  }
  .reform-work-flow-button__type:hover .reform-work-flow-button__label::after {
    border-left: 12px solid #fff;
  }
  .reform-work-flow-button-v2__type:hover .reform-work-flow-button-v2__label::after {
    border-left: 12px solid #fff;
  }
  .reform-work-flow-button__type--pdf:hover {
    background-color: #010c6a;
  }
  .reform-work-flow-button__type--pdf:hover .reform-work-flow-button__label--pdf {
    color: #fff;
  }
  .reform-work-flow-btn {
    margin-top: 1.7rem;
  }
  .reform-work-flow-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    height: 65px;
    width: 212px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 14px 0px -10px #dbdbdb;
    background-color: #ED7070;
    background-image: url(/hrf/reform/reform-work-flow/img/index_ic02.png);
    background-position: 15% center;
    background-size: 32px auto;
    background-repeat: no-repeat;
    padding: 2px 45px 4px 70px;
  }
  .reform-work-flow-btn a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -5px;
    padding-left: 5px;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid transparent;
    content: "";
  }
  .reform-work-flow-btn a:hover {
    opacity: 0.8;
  }
  .reform-work-flow-btn a > span {
    padding-left: 5px;
  }
  /* ------------------------------------------------------
   * Elements >>> Image
  ------------------------------------------------------ */
  .reform-work-flow-media__head {
    width: 280px;
    flex-shrink: 0;
    margin-top: 10px;
  }
  .onpremise-cloud-figure {
    margin-left: 30px;
  }
  .reform-work-flow--cmn-box__head,
  .reform-work-flow--cmn-box__foot {
    width: calc(100% - 244px - 36px);
    float: left;
  }
  .reform-work-flow--cmn-box__body {
    width: 244px;
    float: right;
  }
  /* ------------------------------------------------------
   * Elements >>> Other
  ------------------------------------------------------ */
  .reform-work-flow-heading1-v2__title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #010c6a;
    line-height: 1.82;
  }
  .reform-work-flow-media__body {
    margin-top: 5px;
    width: 100%;
  }
  .reform-work-flow-inner {
    display: flex;
    column-gap: 22px;
    padding-bottom: 6.5rem;
  }
  .reform-work-flow-inner:last-of-type {
    padding-bottom: 0;
  }
  .reform-work-flow-media {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 3.5rem;
  }
  /* ------------------------------------------------------
   * Conditional Elements >>> Heading
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Conditional Elements >>> Navi
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Grid
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  .reform-work-flow-inner {
    position: relative;
  }
  .reform-work-flow-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 100%;
    background-color: #010c6a;
    z-index: -1;
  }
  .reform-work-flow-inner_head {
    width: 60px;
    position: relative;
  }
  .reform-work-flow-inner_body {
    width:830px;
  }
  .reform-work-flow-box {
    background-color: #f5f5f5;
    margin-top: 1.5rem;
    padding: 2rem 2.7rem;
    border-radius: 15px;
    display: flex;
    column-gap: 3.3rem;
    align-items: center;
  }
  .reform-work-flow-box__title {
    font-size: 2.2rem;
    line-height: 1.82;
    font-weight: bold;
    color: #010c6a;
  }
  .reform-work-flow-box__text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 1rem;
  }
  .reform-work-flow-inner_body > .reform-work-flow-box__body {
    margin-top: 3rem;
  }
  .reform-work-flow-box__body {
    flex-shrink: 0;
    width: 368px;
    display: flex;
    flex-direction: column;
    row-gap: 1.8rem;
  }
  .reform-work-flow--cmn-box {
    background: #fcf0f1;
    margin-top: 3rem;
    padding: 30px 149px;
    border-radius: 15px;
  }
  /* ------------------------------------------------------
   * Component >>> Index
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .reform-work-flow--cmn-box::after,
  .clearfix::after {
    display: block;
    clear: both;
    content: '';
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media print {
}

.modal-open .modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2500;
  background: #000000;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
  opacity: 0.8;
}
.modal-box {
  display: none;
}

.modal-open .modal-box {
  top: 0;
  position: fixed;
  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;
  z-index: 3000;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  left: 0;
}

@media screen and (max-width: 1160px) {
  .modal-open .modal-box {
    padding: 25px;
  }
}

.modal-open .modal-box__inner {
  position: relative;
  text-align: center;
  width: 953px;
  padding: 0;
  background: #fff;
  border-radius: 5px 5px 5px 5px;
}

.modal-open .modal-box__ttl {
  position: relative;
  color: #fff;
  background: #ED7070;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  padding: 0 0 0 80px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  background-image: url(/hrf/reform/reform-work-flow/img/index_ic03.png), url(/hrf/reform/reform-work-flow/img/index_ic04.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 43px auto,25px auto;
  background-position: 30px center,98% center;
}

@media screen and (max-width: 1160px) {
  .modal-open .modal-box__ttl {
    font-size: 14px;
    height: 37px;
    background-image: url(/hrf/reform/reform-work-flow/img/index_ic03.png), url(/hrf/reform/reform-work-flow/img/index_ic04.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 23px auto,25px auto;
    background-position: 30px center,98% center;
  }
}

.modal-open .modal-box__btn {
  content: '';
  position: absolute;
  width: 64px;
  height: 74px;
  display: block;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1160px) {
  .modal-open .modal-box__btn {
    width: 37px;
    height: 37px;
  }
}

.modal-open .modal-box__btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.modal-open .modal-box__ttl2 {
  color: #010C6A;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 1160px) {
  .modal-open .modal-box__ttl2 {
    font-size: 16px;
  }
}

.modal-open .modal-box__text {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 1160px) {
  .modal-open .modal-box__text {
    font-size: 14px;
  }
}

.modal-open .modal-box__box {
  padding: 30px 25px;
}