@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
ホバー
----------------------------------------------------*/
main {
  overflow: hidden;
}

footer .cta_area {
  display: none;
}

.lead {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 2.61;
  margin-top: 54px;
  margin-bottom: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .lead {
    font-size: 17px;
    line-height: 2.58;
    letter-spacing: 0.03em;
    margin-top: 96px;
    margin-bottom: 60px;
  }
}

.flow_list {
  counter-reset: number 0;
}
.flow_list li {
  counter-increment: number 1;
  margin: 0 calc(50% - 50vw);
  padding: 40px calc(50vw - 50%);
  /* -750 */
  /* 751- */
}
.flow_list li.last {
  background-color: #f4f1ce;
}
@media all and (max-width: 750px) {
  .flow_list li:nth-child(even) {
    background-color: #f8f8f8;
  }
}
@media all and (min-width: 751px) {
  .flow_list li {
    padding: 100px calc(50vw - 48%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow_list li:nth-child(odd) {
    background-color: #f8f8f8;
  }
  .flow_list li.last {
    background-color: #f4f1ce;
  }
  .flow_list li .image {
    width: 43.6%;
  }
  .flow_list li .text_block {
    width: 47.3%;
  }
  .flow_list li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.flow_list li .text_block {
  /* -750 */
}
@media all and (max-width: 750px) {
  .flow_list li .text_block {
    margin-top: 35px;
  }
}
.flow_list li h2 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  letter-spacing: 0.25em;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flow_list li h2 {
    text-align: left;
    font-size: 22px;
  }
}
.flow_list li h2::before {
  content: counter(number, decimal-leading-zero) ". ";
}
.flow_list li p {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 32px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flow_list li p {
    font-size: 16px;
    line-height: 2.56;
    margin-top: 56px;
  }
}
.flow_list li .consult_btn {
  margin: 47px 0 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flow_list li .consult_btn {
    margin: 88px 0 0;
  }
}
.flow_list li .consult_btn a {
  background-color: #343434;
}
/*# sourceMappingURL=flow.css.map */