@charset "UTF-8";
* {
  box-sizing: border-box; }

/* 変数定義 */
/* 斜めの塗りつぶし */
.slant-bg {
  width: 100%;
  margin: 0;
  padding: 70px 0 150px;
  position: relative;
  top: 200px;
  overflow: hidden; }

.slant-bg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ef7b8e;
  transform: skewY(-5deg) translateY(-490px);
  z-index: -1; }

/* 吹き出し */
/*基本の吹き出し*/
.balloon {
  position: relative;
  background: white;
  padding: 10px;
  margin: 0 auto;
  border-radius: 10px; }

.balloon:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: white transparent transparent transparent;
  border-width: 20px 20px 0 20px; }

.pc {
  display: block; }

.sp {
  display: none; }

/* hero */
#hero > div {
  width: 900px;
  height: 540px;
  margin: 0 auto;
  position: relative; }
  #hero > div img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 260px; }
  #hero > div h1 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    color: white; }
  #hero > div p {
    font-size: 30px;
    position: absolute;
    right: 105px;
    top: 100px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    line-height: 1.5;
    color: #754c24; }
    #hero > div p .large {
      font-size: 70px; }
    #hero > div p .medium {
      font-size: 40px; }
  #hero > div ul {
    position: absolute;
    bottom: 30px;
    right: 100px; }
    #hero > div ul li {
      width: 470px;
      padding: 5px;
      text-align: center;
      font-size: 30px;
      background-color: #e27687;
      margin-bottom: 15px;
      @inlude noto;
      color: white;
      border-radius: 30px; }

/* section01 */
#section01 {
  padding: 150px 0 70px 0; }
  #section01 h2 {
    font-size: 36px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    color: #754c24;
    text-align: center; }
    #section01 h2 span {
      font-size: 24px;
      line-height: 1.8; }
  #section01 h1 {
    display: block;
    padding: 10px 50px;
    box-shadow: 10px 10px 15px -5px #777777;
    font-size: 38px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    background-color: #d2b071;
    color: white;
    margin: 20px auto 50px auto;
    width: 900px; }
  #section01 p {
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #8c6239;
    text-decoration: underline;
    text-decoration-thickness: 10px;
    text-underline-offset: 0px;
    text-decoration-color: yellow;
    text-align: center;
    font-weight: normal; }

#section02 {
  background-color: #e4d7cf;
  padding: 70px 0; }
  #section02 h1 {
    width: 650px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    color: #754c24;
    text-align: center;
    font-size: 30px; }
    #section02 h1 span {
      font-size: 49px;
      color: #c1272d; }
  #section02 ul {
    display: table;
    margin: 50px auto 0 auto; }
    #section02 ul li {
      font-size: 30px;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: 500;
      margin-bottom: 20px;
      position: relative; }
      #section02 ul li:before {
        content: url("../img/consulting/checkBox.svg");
        width: 30px;
        position: absolute;
        left: -40px;
        top: 3px; }

#section03 {
  padding: 100px 0; }
  #section03 h1 {
    font-size: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #754c24;
    text-decoration: underline;
    text-decoration-thickness: 10px;
    text-underline-offset: 0px;
    text-decoration-color: yellow;
    text-align: center;
    font-weight: normal;
    margin-bottom: 70px; }
    #section03 h1 span {
      color: #c1272d;
      font-size: 48px; }
  #section03 > div {
    display: table;
    margin: 0 auto 70px auto; }
    #section03 > div div {
      display: inline-block;
      vertical-align: bottom; }
      #section03 > div div img {
        width: 150px;
        margin-left: -10px;
        margin-bottom: 10px; }
      #section03 > div div p {
        font-size: 28px;
        line-height: 1.8;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500;
        color: #8c6239; }
        #section03 > div div p span {
          color: #ef7b8e; }
    #section03 > div .rightImage {
      width: 430px;
      display: inline-block;
      vertical-align: bottom;
      margin-left: 20px; }
    #section03 > div .leftImage {
      width: 430px;
      display: inline-block;
      vertical-align: bottom;
      margin-right: 20px; }
    #section03 > div .leftImage.sp {
      display: none; }

/* section04 , section08 */
.contact {
  background-color: #d4cabd;
  padding: 50px 0; }
  .contact h1 {
    font-size: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-bottom: 20px; }
    .contact h1 span {
      color: #c1272d; }
  .contact p {
    font-size: 27px;
    display: block;
    margin: 0 auto;
    width: 450px;
    text-align: center;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500; }
    .contact p:before {
      content: "";
      width: 50px;
      border-top: 1px solid white;
      margin: 0 50px 0 0;
      padding: 0;
      display: block;
      transform: rotate(60deg);
      transform-origin: 0% 0%; }
    .contact p:after {
      content: "";
      width: 50px;
      border-top: 1px solid white;
      margin: 0 0 0 420px;
      padding: 0;
      display: block;
      transform: rotate(-60deg);
      transform-origin: 0% 0%; }
  .contact a {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    background-color: #d2b071;
    box-shadow: 10px 10px 15px -5px #777777;
    font-size: 28px;
    color: white;
    width: 520px;
    text-align: center;
    display: block;
    padding: 8px 0 10px 70px;
    margin: 20px auto 0 auto;
    border-radius: 30px;
    transition: all .3s;
    position: relative; }
    .contact a:hover {
      background-color: #e27687; }
    .contact a img {
      width: 45px;
      margin-right: 15px;
      padding-top: 2px;
      position: absolute;
      left: 100px;
      top: 10px; }

/* section05 */
#section05 {
  padding: 70px 0; }
  #section05 h1 {
    font-size: 30px;
    color: #754c24;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px; }
    #section05 h1 span {
      font-size: 48px;
      color: #c1272d;
      font-weight: 500; }
  #section05 ul {
    display: table;
    margin: 0 auto; }
    #section05 ul li {
      width: 1000px;
      height: auto;
      box-shadow: 10px 10px 15px -5px #777777;
      border-radius: 8px;
      padding: 30px 0 30px 200px;
      margin-bottom: 50px;
      position: relative; }
      #section05 ul li p {
        font-size: 100px;
        color: #e27687;
        font-family: "austin-pen", sans-serif;
        font-weight: 400;
        font-style: normal;
        position: absolute;
        top: -30px;
        left: 80px; }
      #section05 ul li dl {
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500; }
        #section05 ul li dl dt {
          font-weight: 500;
          color: #e27687;
          font-size: 42px;
          text-decoration: underline;
          text-decoration-thickness: 1px;
          text-underline-offset: 10px;
          text-decoration-color: #333;
          margin-bottom: 30px; }
        #section05 ul li dl dd {
          font-size: 22px;
          color: #4d4d4d;
          line-height: 1.8; }

/* section06 */
#section06 {
  background-color: #fcece8;
  padding: 50px 0; }
  #section06 div {
    display: table;
    margin: 0 auto; }
  #section06 h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    color: #e27687;
    background-color: white;
    padding: 10px;
    width: 600px;
    display: block;
    text-align: center;
    border-radius: 8px;
    margin: 0 auto 30px auto; }
  #section06 img {
    display: inline-block;
    width: 170px;
    vertical-align: bottom; }
  #section06 p {
    color: #8c6239;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 auto;
    padding-left: 30px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 10px;
    text-decoration-color: #333;
    line-height: 1.8; }
    #section06 p span {
      font-size: 16px; }

/* section07 */
#section07 {
  padding: 70px 0; }
  #section07 h1 {
    text-align: center;
    font-size: 30px;
    color: #e27687;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    width: 670px;
    display: block;
    margin: 0 auto 50px auto;
    position: relative; }
    #section07 h1:before {
      content: "";
      width: 80px;
      border-top: 2px solid #e27687;
      padding: 0;
      display: block;
      transform: rotate(60deg);
      transform-origin: 0% 0%;
      position: absolute;
      top: 10px;
      left: -100px; }
    #section07 h1:after {
      content: "";
      width: 80px;
      border-top: 2px solid #e27687;
      padding: 0;
      display: block;
      transform: rotate(-60deg);
      transform-origin: 0% 0%;
      position: absolute;
      top: 80px;
      right: -130px; }
  #section07 p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    color: #534741;
    line-height: 2;
    border-bottom: dashed 2px #736357;
    display: block;
    margin: 0 auto;
    width: 850px; }
    #section07 p span {
      color: #c1272d; }
  #section07 .comment {
    text-align: center;
    font-size: 18px;
    color: #8f3255;
    border-bottom: none;
    margin-top: 50px; }
  #section07 a {
    width: 480px;
    display: block;
    margin: 0 auto; }
    #section07 a img {
      width: 100%; }

/* seciton09 */
#section09 {
  padding: 50px 0; }
  #section09 .h1SubTitle {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 30px;
    color: #754c24;
    font-weight: normal;
    text-align: center; }
  #section09 h1 {
    font-size: 48px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #c1272d;
    text-decoration: underline;
    text-decoration-thickness: 10px;
    text-underline-offset: 0px;
    text-decoration-color: yellow;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px; }
  #section09 .figure {
    width: 1000px;
    margin: 70px auto;
    display: block; }
  #section09 ul li {
    display: table;
    margin: 0 auto;
    padding: 70px;
    background-image: url("../img/consulting/back.jpg");
    background-size: cover;
    box-shadow: 10px 10px 15px -5px #777777;
    border: solid thin #E4E4E4;
    position: relative; }
    #section09 ul li .title {
      position: absolute;
      top: -70px;
      left: 0;
      width: 450px; }
    #section09 ul li .profile {
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: normal;
      width: 250px;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 10px; }
      #section09 ul li .profile .image {
        width: 250px; }
      #section09 ul li .profile .place {
        text-align: center;
        color: #8c6239;
        font-size: 18px;
        font-weight: normal;
        width: 250px; }
      #section09 ul li .profile .shopName {
        text-align: center;
        color: #8c6239;
        font-size: 27px;
        font-weight: normal;
        width: 250px; }
        #section09 ul li .profile .shopName span {
          font-size: 14px; }
      #section09 ul li .profile .name {
        text-align: center;
        color: #8c6239;
        font-size: 23px;
        font-weight: normal;
        width: 250px; }
        #section09 ul li .profile .name span {
          font-size: 18px; }
    #section09 ul li .voice {
      font-size: 22px;
      font-weight: 500;
      display: inline-block;
      vertical-align: top;
      width: 590px;
      margin-left: 30px;
      line-height: 1.8;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal; }
      #section09 ul li .voice span {
        color: #c1272d; }
  #section09 ul li:nth-of-type(2) {
    width: 840px;
    margin-top: 150px; }
    #section09 ul li:nth-of-type(2) .profile {
      float: right;
      margin-left: 20px; }
    #section09 ul li:nth-of-type(2) .voice {
      width: inherit;
      display: block; }
  #section09 .comment {
    text-align: center;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.8;
    color: #754c24;
    margin-top: 50px; }

/* section10 */
#section10 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 70px 0;
  background-color: #fcece8; }
  #section10 h1 {
    font-size: 48px;
    color: #754c24;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px; }
  #section10 ul {
    display: table;
    margin: 0 auto; }
    #section10 ul li {
      border: solid 2px #e27687;
      border-radius: 8px;
      width: 1000px;
      margin-bottom: 100px;
      position: relative; }
      #section10 ul li .title {
        background-color: #e27687;
        padding: 10px 0;
        text-align: center; }
        #section10 ul li .title p {
          color: #fcee21;
          font-family: "din-2014-narrow", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 21px;
          display: inline-block;
          vertical-align: top;
          line-height: 1; }
          #section10 ul li .title p span {
            font-size: 46px; }
        #section10 ul li .title h2 {
          color: white;
          font-size: 36px;
          font-weight: 500;
          display: inline-block;
          vertical-align: top;
          line-height: 1;
          margin-left: 20px;
          letter-spacing: 0.1em; }
      #section10 ul li .content {
        padding: 30px 40px;
        font-size: 24px;
        font-weight: 500;
        color: #333;
        background: white;
        border-radius: 8px; }
      #section10 ul li .comment {
        font-size: 23px;
        color: white;
        text-align: center;
        padding: 5px 30px;
        border-radius: 30px;
        background-color: #f99c48;
        display: inline-block;
        position: absolute;
        right: -5px;
        bottom: -25px; }
  #section10 > div {
    width: 100%;
    border-top: solid 2px #754c24; }
    #section10 > div dl dt {
      width: 550px;
      font-size: 28px;
      font-weight: 500;
      color: #754c24;
      text-align: center;
      background-color: #fcece8;
      margin: -25px auto 30px auto;
      display: block; }
    #section10 > div dl dd {
      color: #666;
      font-weight: 500;
      font-size: 20px;
      display: table;
      margin: 0 auto;
      line-height: 1.8; }

/* section11 */
#section11 {
  padding: 70px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }
  #section11 h1 {
    font-size: 48px;
    color: #754c24;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px; }
    #section11 h1 span {
      font-size: 35px;
      font-weight: normal; }
  #section11 ul {
    display: table;
    margin: 0 auto; }
    #section11 ul li {
      width: 1000px;
      border: solid 2px black;
      border-radius: 8px;
      margin-bottom: 50px; }
      #section11 ul li:nth-of-type(1) {
        border-color: #998675; }
        #section11 ul li:nth-of-type(1) .title {
          background-color: #998675; }
          #section11 ul li:nth-of-type(1) .title .course {
            color: #998675; }
        #section11 ul li:nth-of-type(1) .price {
          border-top: solid 2px #998675; }
          #section11 ul li:nth-of-type(1) .price p {
            border: solid 2px #998675; }
      #section11 ul li:nth-of-type(2) {
        border-color: #d2b071; }
        #section11 ul li:nth-of-type(2) .title {
          background-color: #d2b071; }
          #section11 ul li:nth-of-type(2) .title .course {
            color: #d2b071; }
        #section11 ul li:nth-of-type(2) .content .plus {
          font-weight: bold;
          font-size: 60px;
          line-height: 1;
          color: #d2b071; }
        #section11 ul li:nth-of-type(2) .price {
          border-top: solid 2px #d2b071; }
          #section11 ul li:nth-of-type(2) .price p {
            border: solid 2px #d2b071; }
      #section11 ul li:nth-of-type(3) {
        border-color: #40c0c6; }
        #section11 ul li:nth-of-type(3) .title {
          background-color: #40c0c6; }
          #section11 ul li:nth-of-type(3) .title .course {
            color: #40c0c6; }
        #section11 ul li:nth-of-type(3) .content .plus {
          font-weight: bold;
          font-size: 60px;
          line-height: 1;
          color: #40c0c6; }
        #section11 ul li:nth-of-type(3) .price {
          border-top: solid 2px #40c0c6; }
          #section11 ul li:nth-of-type(3) .price p {
            border: solid 2px #40c0c6; }
      #section11 ul li .title {
        padding: 10px 30px; }
        #section11 ul li .title h2 {
          color: white;
          font-weight: 500;
          margin-right: 30px;
          font-size: 36px;
          display: inline-block;
          vertical-align: middle; }
        #section11 ul li .title div {
          display: inline-block; }
          #section11 ul li .title div .course {
            width: 160px;
            display: inline-block;
            margin-right: 10px;
            padding: 3px 20px;
            text-align: center;
            font-size: 20px;
            font-weight: 500;
            background-color: white;
            vertical-align: middle;
            border-radius: 20px; }
      #section11 ul li .content {
        padding: 30px; }
        #section11 ul li .content p {
          font-size: 24px;
          font-weight: 500;
          color: #4d4d4d;
          line-height: 1.8;
          padding-bottom: 20px; }
          #section11 ul li .content p span {
            font-size: 18px; }
          #section11 ul li .content p .plus {
            font-weight: bold;
            font-size: 60px;
            line-height: 1; }
        #section11 ul li .content .price {
          padding: 20px 20px 0 20px;
          display: flex;
          justify-content: space-between; }
          #section11 ul li .content .price p {
            width: 430px;
            border-radius: 8px;
            font-size: 20px;
            padding-bottom: 10px;
            text-align: center; }
            #section11 ul li .content .price p span {
              font-size: 29px;
              margin-left: 20px; }
  #section11 .notes {
    width: 860px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    display: block;
    margin: 0 auto; }

/* section12,section14 */
#section12, #section14 {
  background-color: #e4d7cf;
  padding: 70px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }
  #section12 h1, #section14 h1 {
    font-size: 30px;
    color: #c1272d;
    text-decoration: underline;
    text-decoration-thickness: 10px;
    text-underline-offset: 0px;
    text-decoration-color: yellow;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal; }
    #section12 h1 span, #section14 h1 span {
      color: #333; }
  #section12 p:nth-of-type(1), #section14 p:nth-of-type(1) {
    font-weight: bold;
    font-size: 16px;
    color: brown;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    line-height: 1.8; }
  #section12 a, #section14 a {
    text-align: center;
    width: 520px;
    padding: 10px 0;
    color: white;
    font-size: 28px;
    display: block;
    margin: 40px auto;
    background-color: #e27687;
    border-radius: 30px;
    box-shadow: 10px 10px 15px -5px #777777;
    transition: 0.3s all; }
    #section12 a:hover, #section14 a:hover {
      background-color: #d2b071; }
  #section12 p:nth-of-type(2), #section14 p:nth-of-type(2) {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    line-height: 1.8;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    text-decoration-color: #333; }
    #section12 p:nth-of-type(2) span, #section14 p:nth-of-type(2) span {
      color: #c1272d; }

/* section13 */
#section13 {
  padding: 70px; }
  #section13 h1 {
    color: #e27687;
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 50px; }
  #section13 ul {
    display: table;
    margin: 0 auto; }
    #section13 ul li {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 30px;
      width: 870px;
      text-align: justify;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: 500; }
      #section13 ul li:nth-of-type(even) {
        margin-bottom: 70px; }
    #section13 ul .question {
      color: #e27687;
      position: relative; }
      #section13 ul .question:before {
        content: url("../img/consulting/icon_question.svg");
        position: absolute;
        left: -60px;
        top: -6px;
        width: 50px; }
    #section13 ul .answer {
      color: #4d4d4d;
      position: relative; }
      #section13 ul .answer:before {
        content: url("../img/consulting/icon_answer.svg");
        position: absolute;
        left: -60px;
        top: -6px;
        width: 50px; }

@media (max-width: 768px) {
  /* 斜めの塗りつぶし */
  .slant-bg {
    width: 100%;
    margin: 0;
    padding: 20px 0 50px;
    position: relative;
    top: 0px;
    overflow: hidden; }

  .slant-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ef7b8e;
    transform: skewY(-5deg) translateY(-150px);
    z-index: -1; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  /* hero */
  #hero > div {
    width: 100%;
    height: 340px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    #hero > div img {
      position: absolute;
      left: -20px;
      top: 50px;
      width: 160px; }
    #hero > div h1 {
      text-align: center;
      position: relative;
      font-size: 30px;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: normal;
      color: white; }
    #hero > div p {
      font-size: 15px;
      position: absolute;
      right: 15px;
      top: 80px;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 4px;
      line-height: 1.5;
      color: #754c24; }
      #hero > div p .large {
        font-size: 50px; }
      #hero > div p .medium {
        font-size: 20px; }
    #hero > div ul {
      position: absolute;
      top: 200px;
      right: 40px; }
      #hero > div ul li {
        width: 180px;
        padding: 0px;
        text-align: center;
        font-size: 20px;
        background-color: #e27687;
        margin-bottom: 10px;
        @inlude noto;
        color: white;
        border-radius: 30px; }

  /* section01 */
  #section01 {
    padding: 0px 0 70px 0; }
    #section01 h2 {
      font-size: 20px;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: 500;
      color: #754c24;
      text-align: center; }
      #section01 h2 span {
        font-size: 15px;
        line-height: 1.8; }
    #section01 h1 {
      display: block;
      padding: 10px 10px;
      box-shadow: 10px 10px 15px -5px #777777;
      font-size: 23px;
      text-align: center;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: normal;
      background-color: #d2b071;
      color: white;
      margin: 20px auto 50px auto;
      width: 90%; }
    #section01 p {
      font-size: 18px;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      color: #8c6239;
      text-decoration: underline;
      text-decoration-thickness: 10px;
      text-underline-offset: 0px;
      text-decoration-color: yellow;
      text-align: center;
      font-weight: normal; }

  #section02 {
    background-color: #e4d7cf;
    padding: 50px 0; }
    #section02 h1 {
      width: 90%;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: normal;
      color: #754c24;
      text-align: center;
      font-size: 22px;
      padding-top: 0px; }
      #section02 h1 span {
        font-size: 30px; }
    #section02 ul {
      display: table;
      margin: 50px 20px 0px auto;
      width: 80%; }
      #section02 ul li {
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500;
        margin-bottom: 20px;
        position: relative; }
        #section02 ul li:before {
          content: url("../img/consulting/checkBox.svg");
          width: 30px;
          position: absolute;
          left: -40px;
          top: 3px; }

  #section03 {
    padding: 50px 0; }
    #section03 h1 {
      font-size: 22px;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      color: #754c24;
      text-decoration: underline;
      text-decoration-thickness: 10px;
      text-underline-offset: 0px;
      text-decoration-color: yellow;
      text-align: center;
      font-weight: normal;
      margin-bottom: 70px; }
      #section03 h1 span {
        color: #c1272d;
        font-size: 30px; }
    #section03 > div {
      display: block;
      margin: 0 auto 50px auto;
      width: 90%; }
      #section03 > div div {
        display: block; }
        #section03 > div div img {
          width: 100px;
          margin-left: 10px;
          margin-bottom: 10px; }
        #section03 > div div p {
          font-size: 18px;
          line-height: 1.8;
          font-family: "Noto Sans JP", sans-serif;
          font-optical-sizing: auto;
          font-style: normal;
          font-weight: 500;
          color: #8c6239; }
          #section03 > div div p span {
            color: #ef7b8e; }
      #section03 > div .rightImage {
        width: 100%;
        display: block;
        margin: 20px 0 0 0; }
      #section03 > div .leftImage.pc {
        display: none; }
      #section03 > div .leftImage.sp {
        width: 100%;
        display: block;
        margin: 20px 0 0 0; }

  /* section04 , section08 */
  .contact {
    background-color: #d4cabd;
    padding: 50px 0; }
    .contact h1 {
      font-size: 22px;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: 500;
      color: #333;
      text-align: center;
      margin-bottom: 20px; }
      .contact h1 span {
        color: #c1272d; }
    .contact p {
      font-size: 22px;
      display: block;
      margin: 0 auto;
      width: 90%;
      text-align: center;
      color: white;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: 500;
      position: relative; }
      .contact p:before {
        content: "";
        width: 40px;
        border-top: 1px solid white;
        margin: 0;
        position: absolute;
        top: 0;
        left: -5px;
        padding: 0;
        display: block;
        transform: rotate(60deg);
        transform-origin: 0% 0%; }
      .contact p:after {
        content: "";
        width: 40px;
        border-top: 1px solid white;
        margin: 0;
        padding: 0;
        display: block;
        transform: rotate(-60deg);
        transform-origin: 0% 0%;
        position: absolute;
        top: 30px;
        right: -25px; }
    .contact a {
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: 500;
      background-color: #d2b071;
      box-shadow: 10px 10px 15px -5px #777777;
      font-size: 20px;
      color: white;
      width: 80%;
      text-align: center;
      display: block;
      padding: 8px 0 10px 40px;
      margin: 20px auto 0 auto;
      border-radius: 30px;
      transition: all .3s;
      position: relative; }
      .contact a:hover {
        background-color: #e27687; }
      .contact a img {
        width: 30px;
        margin-right: 15px;
        padding-top: 2px;
        position: absolute;
        left: 30px;
        top: 10px; }

  /* section05 */
  #section05 {
    padding: 50px 0; }
    #section05 h1 {
      font-size: 22px;
      color: #754c24;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: normal;
      text-align: center;
      margin-bottom: 50px; }
      #section05 h1 span {
        font-size: 30px;
        color: #c1272d;
        font-weight: 500; }
    #section05 ul {
      display: table;
      margin: 0 auto;
      width: 90%; }
      #section05 ul li {
        width: 100%;
        height: auto;
        box-shadow: 10px 10px 15px -5px #777777;
        border-radius: 8px;
        padding: 30px 0 30px 0px;
        margin-bottom: 50px;
        position: relative; }
        #section05 ul li:nth-of-type(3) p {
          margin-bottom: 30px; }
        #section05 ul li p {
          font-size: 100px;
          color: #e27687;
          font-family: "austin-pen", sans-serif;
          font-weight: 400;
          font-style: normal;
          display: block;
          margin: 0 auto;
          position: relative;
          line-height: 1;
          text-align: center;
          top: auto;
          left: auto; }
        #section05 ul li dl {
          font-family: "Noto Sans JP", sans-serif;
          font-optical-sizing: auto;
          font-style: normal;
          font-weight: 500;
          padding: 10px;
          margin-top: -20px; }
          #section05 ul li dl dt {
            font-weight: 500;
            color: #e27687;
            font-size: 24px;
            text-decoration: underline;
            text-decoration-thickness: 1px;
            text-underline-offset: 10px;
            text-decoration-color: #333;
            margin-bottom: 30px;
            width: 100%;
            padding: 0; }
          #section05 ul li dl dd {
            font-size: 18px;
            color: #4d4d4d;
            line-height: 1.8;
            text-align: justify; }

  /* section06 */
  #section06 {
    background-color: #fcece8;
    padding: 50px 0; }
    #section06 div {
      display: table;
      margin: 0 auto; }
    #section06 h1 {
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: normal;
      color: #e27687;
      background-color: white;
      padding: 10px;
      width: 80%;
      display: block;
      text-align: center;
      border-radius: 8px;
      margin: 0 auto 30px auto;
      font-size: 22px; }
    #section06 img {
      display: none;
      width: 170px;
      vertical-align: bottom; }
    #section06 p {
      color: #8c6239;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      display: inline-block;
      vertical-align: bottom;
      margin: 0 auto;
      padding-left: 0px;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 8px;
      text-decoration-color: #333;
      line-height: 1.8;
      padding: 0 20px; }
      #section06 p span {
        font-size: 14px; }

  /* section07 */
  #section07 {
    padding: 70px 0; }
    #section07 h1 {
      text-align: center;
      font-size: 22px;
      color: #e27687;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: normal;
      width: auto;
      display: block;
      margin: 0 auto 50px auto;
      position: relative; }
      #section07 h1:before {
        content: "";
        width: 80px;
        border-top: 2px solid #e27687;
        padding: 0;
        display: block;
        transform: rotate(60deg);
        transform-origin: 0% 0%;
        position: absolute;
        top: 20px;
        left: 10px; }
      #section07 h1:after {
        content: "";
        width: 80px;
        border-top: 2px solid #e27687;
        padding: 0;
        display: block;
        transform: rotate(-60deg);
        transform-origin: 0% 0%;
        position: absolute;
        top: 90px;
        right: -30px; }
    #section07 p {
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      color: #534741;
      line-height: 2;
      border-bottom: none;
      display: block;
      margin: 0 auto;
      width: 90%; }
      #section07 p span {
        color: #c1272d; }
    #section07 .sp p {
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      color: #534741;
      line-height: 1.8;
      border-bottom: none;
      display: block;
      margin: 0 auto;
      width: 90%; }
    #section07 .sp span {
      color: #e27687; }
    #section07 .sp .comment {
      text-align: center;
      font-size: 15px;
      color: #8f3255;
      border-bottom: none;
      margin-top: 50px; }
    #section07 a {
      width: 80%; }
      #section07 a img {
        width: 100%; }

  /* seciton09 */
  #section09 {
    padding: 50px 0; }
    #section09 .h1SubTitle {
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-size: 18px;
      color: #754c24;
      font-weight: normal;
      text-align: center; }
    #section09 h1 {
      font-size: 30px;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      color: #c1272d;
      text-decoration: underline;
      text-decoration-thickness: 10px;
      text-underline-offset: 0px;
      text-decoration-color: yellow;
      text-align: center;
      font-weight: 500;
      margin-bottom: 30px;
      margin-top: 10px; }
    #section09 .figure {
      width: 90%;
      margin: 30px auto;
      display: block; }
    #section09 ul li {
      display: table;
      margin: 0 auto;
      padding: 15px;
      background-image: url("../img/consulting/back.jpg");
      background-size: contain;
      box-shadow: 10px 10px 15px -5px #777777;
      border: solid thin #E4E4E4;
      position: relative;
      width: 90%; }
      #section09 ul li .title {
        position: absolute;
        top: -20px;
        left: 0;
        width: 250px; }
      #section09 ul li .profile {
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: normal;
        width: 250px;
        display: block;
        margin: 0 auto 10px auto; }
        #section09 ul li .profile .image {
          width: 250px; }
        #section09 ul li .profile .place {
          text-align: center;
          color: #8c6239;
          font-size: 18px;
          font-weight: normal;
          width: 250px; }
        #section09 ul li .profile .shopName {
          text-align: center;
          color: #8c6239;
          font-size: 27px;
          font-weight: normal;
          width: 250px; }
          #section09 ul li .profile .shopName span {
            font-size: 14px; }
        #section09 ul li .profile .name {
          text-align: center;
          color: #8c6239;
          font-size: 23px;
          font-weight: normal;
          width: 250px; }
          #section09 ul li .profile .name span {
            font-size: 18px; }
      #section09 ul li .voice {
        font-size: 18px;
        font-weight: 500;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-left: 0px;
        line-height: 1.8;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-style: normal; }
        #section09 ul li .voice span {
          color: #c1272d; }
    #section09 ul li:nth-of-type(2) {
      width: 90%;
      margin-top: 70px; }
      #section09 ul li:nth-of-type(2) .profile {
        float: none;
        margin: 0 auto;
        display: block; }
      #section09 ul li:nth-of-type(2) .voice {
        width: 100%;
        display: block; }
    #section09 .comment {
      text-align: center;
      font-size: 20px;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      line-height: 1.8;
      color: #754c24;
      margin-top: 50px; }

  /* section10 */
  #section10 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 50px 0;
    background-color: #fcece8; }
    #section10 h1 {
      font-size: 30px;
      color: #754c24;
      text-align: center;
      font-weight: 500;
      margin-bottom: 50px; }
    #section10 ul {
      display: block;
      margin: 0 auto 0 auto;
      padding-bottom: 50px; }
      #section10 ul li {
        border: solid 2px #e27687;
        border-radius: 8px;
        width: 95%;
        position: relative;
        margin: 0 auto 50px auto; }
        #section10 ul li .title {
          background-color: #e27687;
          padding: 10px 0 20px 0;
          text-align: center; }
          #section10 ul li .title p {
            color: #fcee21;
            font-family: "din-2014-narrow", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 21px;
            display: block;
            line-height: 1;
            margin-bottom: 10px; }
            #section10 ul li .title p span {
              font-size: 46px; }
          #section10 ul li .title h2 {
            color: white;
            font-size: 21px;
            font-weight: 500;
            display: block;
            line-height: 1;
            margin-left: 0px;
            letter-spacing: 0.1em; }
        #section10 ul li .content {
          padding: 15px 15px 50px 15px;
          font-size: 18px;
          font-weight: 500;
          color: #333;
          background: white;
          border-radius: 8px; }
        #section10 ul li .comment {
          font-size: 18px;
          color: white;
          text-align: center;
          padding: 5px 30px;
          border-radius: 30px;
          background-color: #f99c48;
          display: block;
          position: absolute;
          right: -20px;
          bottom: -20px; }
    #section10 > div {
      width: 100%;
      border-top: solid 2px #754c24; }
      #section10 > div dl dt {
        width: 250px;
        font-size: 20px;
        font-weight: 500;
        color: #754c24;
        text-align: center;
        background-color: #fcece8;
        margin: -25px auto 30px auto;
        display: block; }
      #section10 > div dl dd {
        color: #666;
        font-weight: 500;
        font-size: 15px;
        display: table;
        margin: 0 auto;
        line-height: 1.8;
        width: 90%; }

  /* section11 */
  #section11 {
    padding: 50px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal; }
    #section11 h1 {
      font-size: 30px;
      color: #754c24;
      text-align: center;
      font-weight: 500;
      margin-bottom: 50px; }
      #section11 h1 span {
        font-size: 22px;
        font-weight: normal; }
    #section11 ul {
      display: table;
      margin: 0 auto; }
      #section11 ul li {
        width: 90%;
        border: solid 2px black;
        border-radius: 8px;
        margin: 0 auto 50px auto; }
        #section11 ul li:nth-of-type(1) {
          border-color: #998675; }
          #section11 ul li:nth-of-type(1) .title {
            background-color: #998675; }
            #section11 ul li:nth-of-type(1) .title .course {
              color: #998675; }
          #section11 ul li:nth-of-type(1) .price {
            border-top: solid 2px #998675; }
            #section11 ul li:nth-of-type(1) .price p {
              border: solid 2px #998675; }
        #section11 ul li:nth-of-type(2) {
          border-color: #d2b071; }
          #section11 ul li:nth-of-type(2) .title {
            background-color: #d2b071; }
            #section11 ul li:nth-of-type(2) .title .course {
              color: #d2b071; }
          #section11 ul li:nth-of-type(2) .content .plus {
            font-weight: bold;
            font-size: 60px;
            line-height: 1;
            color: #d2b071; }
          #section11 ul li:nth-of-type(2) .price {
            border-top: solid 2px #d2b071; }
            #section11 ul li:nth-of-type(2) .price p {
              border: solid 2px #d2b071; }
        #section11 ul li:nth-of-type(3) {
          border-color: #40c0c6; }
          #section11 ul li:nth-of-type(3) .title {
            background-color: #40c0c6; }
            #section11 ul li:nth-of-type(3) .title .course {
              color: #40c0c6; }
          #section11 ul li:nth-of-type(3) .content .plus {
            font-weight: bold;
            font-size: 60px;
            line-height: 1;
            color: #40c0c6; }
          #section11 ul li:nth-of-type(3) .price {
            border-top: solid 2px #40c0c6; }
            #section11 ul li:nth-of-type(3) .price p {
              border: solid 2px #40c0c6; }
        #section11 ul li .title {
          padding: 10px 10px; }
          #section11 ul li .title h2 {
            color: white;
            font-weight: 500;
            margin-right: 0px;
            font-size: 25px;
            display: block;
            vertical-align: middle;
            text-align: center;
            margin-bottom: 10px; }
          #section11 ul li .title div {
            display: flex;
            justify-content: space-between; }
            #section11 ul li .title div .course {
              width: 150px;
              margin-right: 0px;
              padding: 3px 5px;
              text-align: center;
              font-size: 16px;
              font-weight: 500;
              background-color: white;
              vertical-align: middle;
              border-radius: 20px; }
        #section11 ul li .content {
          padding: 30px; }
          #section11 ul li .content p {
            font-size: 18px;
            font-weight: 500;
            color: #4d4d4d;
            line-height: 1.8;
            padding-bottom: 20px; }
            #section11 ul li .content p span {
              font-size: 15px; }
            #section11 ul li .content p .plus {
              font-weight: bold;
              font-size: 30px;
              line-height: 1; }
          #section11 ul li .content .price {
            padding: 0px 10px 0 10px;
            display: block; }
            #section11 ul li .content .price p {
              width: 100%;
              border-radius: 8px;
              font-size: 15px;
              padding: 0 10px;
              text-align: center;
              margin: 20px 0; }
              #section11 ul li .content .price p span {
                font-size: 18px;
                margin-left: 10px; }
    #section11 .notes {
      width: 90%;
      font-size: 14px;
      line-height: 1.8;
      font-weight: 500;
      display: block;
      margin: 0 auto; }

  /* section12,section14 */
  #section12, #section14 {
    background-color: #e4d7cf;
    padding: 70px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal; }
    #section12 h1, #section14 h1 {
      font-size: 25px;
      color: #c1272d;
      text-decoration: underline;
      text-decoration-thickness: 10px;
      text-underline-offset: 0px;
      text-decoration-color: yellow;
      text-align: center;
      font-weight: 500;
      margin-bottom: 70px;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal; }
      #section12 h1 span, #section14 h1 span {
        color: #333; }
    #section12 p:nth-of-type(1), #section14 p:nth-of-type(1) {
      font-weight: bold;
      font-size: 15px;
      color: brown;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      text-align: center;
      line-height: 1.8;
      width: 95%;
      margin: 0 auto; }
    #section12 a, #section14 a {
      text-align: center;
      width: 80%;
      padding: 5px 0;
      color: white;
      font-size: 20px;
      display: block;
      margin: 40px auto;
      background-color: #e27687;
      border-radius: 30px;
      box-shadow: 10px 10px 15px -5px #777777; }
    #section12 p:nth-of-type(2), #section14 p:nth-of-type(2) {
      font-weight: bold;
      font-size: 18px;
      color: #333;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      text-align: center;
      line-height: 1.8;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 5px;
      text-decoration-color: #333; }
      #section12 p:nth-of-type(2) span, #section14 p:nth-of-type(2) span {
        color: #c1272d; }

  /* section13 */
  #section13 {
    padding: 50px 0; }
    #section13 h1 {
      color: #e27687;
      font-size: 30px;
      text-align: center;
      font-weight: 500;
      margin-bottom: 50px; }
    #section13 ul {
      display: table;
      margin: 0 auto;
      padding-left: 30px;
      width: 85%; }
      #section13 ul li {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 30px;
        width: 100%;
        text-align: justify;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500; }
        #section13 ul li:nth-of-type(even) {
          margin-bottom: 70px; }
      #section13 ul .question {
        color: #e27687;
        position: relative; }
        #section13 ul .question:before {
          content: url("../img/consulting/icon_question.svg");
          position: absolute;
          left: -50px;
          top: -6px;
          width: 40px; }
      #section13 ul .answer {
        color: #4d4d4d;
        position: relative; }
        #section13 ul .answer:before {
          content: url("../img/consulting/icon_answer.svg");
          position: absolute;
          left: -50px;
          top: -6px;
          width: 40px; } }
