@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*パディング下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
/*背景に色を付ける*/
/*wrapper*/
/*wrapper*/
/*wrapper*/
.consulting header + h1 img:last-child {
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 896px) and (min-width: 481px) {
  .consulting header + h1 img:last-child {
    top: 105px;
    width: 28vw;
  }
}

@media screen and (max-width: 480px) {
  .consulting header + h1 img:last-child {
    top: 73px;
    width: 33vw;
  }
}

@media screen and (max-width: 360px) and (min-width: 320px) {
  .consulting header + h1 img:last-child {
    top: 77px;
    width: 39vw;
  }
}

@media screen and (max-width: 896px) {
  article {
    width: 90%;
  }
}

@media screen and (max-width: 896px) and (min-width: 481px) {
  article {
    margin-bottom: 250px;
  }
}

@media screen and (max-width: 480px) {
  article {
    margin-bottom: 150px;
  }
}

article section:nth-child(2) {
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  article section:nth-child(2) {
    margin-bottom: 30px;
  }
}

article section:nth-child(2) h2 {
  margin-bottom: 20px;
  line-height: 1.25em;
  font-size: 2.3rem;
  text-align: center;
  font-family: "Times New Roman","游明朝","kozuka-mincho-pr6n",serif,YuMincho,"Hiragino Mincho ProN";
}

@media screen and (max-width: 896px) {
  article section:nth-child(2) h2 {
    font-size: 4.33973vw;
  }
}

@media screen and (max-width: 480px) {
  article section:nth-child(2) h2 {
    font-size: 9.44299vw;
  }
}

@media screen and (max-width: 896px) and (min-width: 481px) {
  article section:nth-child(2) h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 896px) and (min-width: 481px) and (max-width: 896px) {
  article section:nth-child(2) h2 {
    font-size: 3.77368vw;
  }
}

@media screen and (max-width: 896px) and (min-width: 481px) and (max-width: 480px) {
  article section:nth-child(2) h2 {
    font-size: 8.2113vw;
  }
}

@media screen and (max-width: 480px) {
  article section:nth-child(2) h2 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) and (max-width: 896px) {
  article section:nth-child(2) h2 {
    font-size: 2.64158vw;
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  article section:nth-child(2) h2 {
    font-size: 5.74791vw;
  }
}

article section:nth-child(2) p {
  font-size: 0.85rem;
  line-height: 1.8em;
}

@media screen and (max-width: 896px) {
  article section:nth-child(2) p {
    font-size: 1.60381vw;
  }
}

@media screen and (max-width: 480px) {
  article section:nth-child(2) p {
    font-size: 3.4898vw;
  }
}

article section:nth-child(3) h3 {
  margin-bottom: 20px;
  line-height: 1.25em;
  font-size: 1.3rem;
  text-align: center;
  background: #f3f2f7;
  padding: 10px;
  border-bottom: 5px solid #7664d2;
}

@media screen and (max-width: 896px) {
  article section:nth-child(3) h3 {
    font-size: 2.45289vw;
  }
}

@media screen and (max-width: 480px) {
  article section:nth-child(3) h3 {
    font-size: 5.33735vw;
  }
}

article section:nth-child(3) p {
  font-size: 0.85rem;
  line-height: 1.8em;
}

@media screen and (max-width: 896px) {
  article section:nth-child(3) p {
    font-size: 1.60381vw;
  }
}

@media screen and (max-width: 480px) {
  article section:nth-child(3) p {
    font-size: 3.4898vw;
  }
}
