@charset "UTF-8";
.yugo {
  font-family: 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-weight: 500; }

.oswald {
  font-family: 'Oswald', 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; }

.roboto {
  font-family: 'Roboto', sans-serif; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */

.t-bold {
  font-weight: 700;
  /* bold */ }

.t-lead-1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em;
  display: block; }

.t-body-1 {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 2.333; }

.t-a-r {
  text-align: right; }

#wrapper {
  padding-top: 0; }

.consulting-sec-1 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12); }

.consulting-sec-1__inner {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.consulting-head-1 {
  position: relative;
  font-weight: 500;
  /* medium */
  letter-spacing: 0.04em;
  text-align: center;
  font-family: 'Noto Serif JP', serif; }
  .consulting-head-1:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #b9881e;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 0; }

.consulting-list {
  background: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .consulting-list li {
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-indent: -20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px; }
    .consulting-list li:not(:last-child) {
      margin-bottom: 0.75em; }
    .consulting-list li:before {
      content: "";
      background: #505876;
      width: 10px;
      height: 10px;
      display: inline-block;
      margin-right: 10px; }

.consulting-sec-2 {
  background: -webkit-gradient(linear, left top, right top, from(#ebf0ff), to(#bbc4dd));
  background: linear-gradient(to right, #ebf0ff 0%, #bbc4dd 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.consulting-sec-2__gr-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.consulting-sec-2__gr-2 {
  background: #efefef;
  padding-bottom: 44px; }

.consulting-sec-2__gr-2-inner {
  background: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: -75px;
  margin: 0 auto; }

.consulting-pdca {
  padding: 40px 0 0 0; }

.consulting-pdca__ttl {
  text-align: center;
  position: relative; }
  .consulting-pdca__ttl .txt {
    font-weight: 700;
    /* bold */
    color: #505876;
    letter-spacing: 0.04em;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2; }
  .consulting-pdca__ttl .large {
    font-weight: 700;
    /* bold */ }
  .consulting-pdca__ttl:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #505876;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

.consulting-pdca__list {
  color: #505876; }
  .consulting-pdca__list dt {
    letter-spacing: 0.04em;
    font-weight: 700;
    /* bold */
    margin-bottom: 10px; }
  .consulting-pdca__list dd {
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.923;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .consulting-pdca__list dd .emphasize {
      display: block;
      margin: 0.8em 0; }
    .consulting-pdca__list dd .blk {
      font-size: 1.5rem;
      letter-spacing: 0.04em;
      font-weight: 700;
      /* bold */
      width: 209px;
      height: 55px;
      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;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: solid 2px #505876;
      border-radius: 10px; }
    .consulting-pdca__list dd li {
      text-indent: -1em;
      padding-left: 1em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .consulting-pdca__list dd li:before {
        content: "・"; }
      @media screen and (min-width: 769px) {
  .setOrder {
    color: #000; }
    .t-lead-1 {
      font-size: 4rem; }
    .consulting-sec-1 {
      width: calc(50% + 483px);
      right: 0;
      padding: 70px 83px;
      margin-bottom: 120px; }
    .consulting-sec-1__inner {
      margin-left: auto;
      width: 800px; }
  .consulting-sec-1__head {
    margin-bottom: 30px; }
  .consulting-sec-1__lead {
    margin-bottom: 30px; }
  .consulting-sec-1__body {
    width: 800px;
    margin-bottom: 70px; }
    .consulting-head-1 {
      padding-bottom: 20px;
      margin-bottom: 40px;
      font-size: 3rem; }
    .consulting-list {
      padding: 40px 50px 40px 70px; }
      .consulting-list li {
        font-size: 2rem; }
    .consulting-sec-2__gr-1 {
      width: 966px;
      margin: 0 auto;
      padding: 97px 0 110px 83px; }
    .consulting-sec-2__gr-2-inner {
      padding: 80px 83px 70px;
      width: 966px; }
    .consulting-pdca__ttl {
      margin-bottom: 50px; }
      .consulting-pdca__ttl .txt {
        font-size: 2.4rem;
        padding: 0 20px; }
      .consulting-pdca__ttl .large {
        font-size: 3rem; }
      .consulting-pdca__ttl:after {
        width: 487px; }
  .consulting-pdca__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .consulting-pdca__fig {
    width: 526px;
    margin-right: 30px; }
    .consulting-pdca__list {
      width: 240px; }
      .consulting-pdca__list dt {
        font-size: 2rem; }
      .consulting-pdca__list dd:not(:last-of-type) {
        margin-bottom: 15px; } }
      @media screen and (min-width: 961px) {
  .setOrder {
    color: #000; } }
      @media screen and (max-width: 768px) {
  .setOrder {
    color: #000; }
    .t-lead-1 {
      font-size: 2.2rem; }
    .consulting-sec-1 {
      padding: 30px 10px 15px;
      margin-top: 40px;
      width: calc(100% - 20px);
      margin-bottom: 80px; }
    .consulting-sec-1__inner {
      padding: 25px; }
    .consulting-sec-1__inner .m-head-1__ja {
      font-size: 2.3rem; }
    .consulting-sec-1__inner .m-lead-1 {
      font-size: 1.8rem; }
    .consulting-sec-1__inner .m-lead-1 .emphasize {
      font-size: 2.8rem;
      margin-top: 10px;
      display: inline-block; }
  .consulting-sec-1__head {
    margin-bottom: 20px; }
  .consulting-sec-1__lead {
    margin-bottom: 20px; }
  .consulting-sec-1__body {
    margin-bottom: 30px; }
    .consulting-head-1 {
      padding-bottom: 20px;
      margin-bottom: 30px;
      font-size: 2.4rem; }
    .consulting-list {
      padding: 20px; }
      .consulting-list li {
        font-size: 1.4rem; }
    .consulting-sec-2__gr-1 {
      padding: 35px 35px 110px; }
    .consulting-sec-2__gr-2-inner {
      padding: 35px 30px 45px;
      width: calc(100% - 30px); }
    .consulting-pdca__ttl {
      margin-bottom: 35px; }
      .consulting-pdca__ttl .txt {
        font-size: 1.8rem;
        padding: 0 15px; }
      .consulting-pdca__ttl .large {
        font-size: 2.4rem; }
      .consulting-pdca__ttl:after {
        width: 80vw; }
  .consulting-pdca__fig {
    margin-bottom: 45px; }
    .consulting-pdca__list {
      width: 220px;
      margin: 0 auto; }
      .consulting-pdca__list dt {
        font-size: 1.8rem; }
      .consulting-pdca__list dd:not(:last-of-type) {
        margin-bottom: 25px; } }
      @media screen and (max-width: 350px) {
    .t-lead-1 {
      font-size: 2rem; }
    .consulting-sec-1__inner .m-lead-1 .emphasize {
      font-size: 2.6rem; } }
