@charset "UTF-8";
/* 各ページごとの設定 */
/*
@mixin pc_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, cover;
	background-position: left top, center, center;
}
@mixin sp_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, auto 100%;
	background-position: left top, center, center;
}
*/
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  .inner {
    width: 1180px; }

  #mainv {
    background: #f0f2f1; }
    #mainv .inner {
      background-image: -webkit-linear-gradient(0deg, #f0f2f1, #f0f2f1 47%, rgba(240, 242, 241, 0) 52%, rgba(240, 242, 241, 0) 85%, #f0f2f1 93%, #f0f2f1), url(../images/method/mainv_bg.jpg);
      background-image: -ms-linear-gradient(0deg, #f0f2f1, #f0f2f1 47%, rgba(240, 242, 241, 0) 52%, rgba(240, 242, 241, 0) 85%, #f0f2f1 93%, #f0f2f1), url(../images/method/mainv_bg.jpg);
      background-size: auto auto, auto 110%;
      background-position: left top, right bottom; }
      #mainv .inner h1 {
        color: #333;
        font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
        padding: 90px 60px 100px; }
        #mainv .inner h1 span {
          font-size: 36px; }

  #breadCrumb .inner {
    width: 1180px; }
    #breadCrumb .inner ul li a {
      color: #9E6657; }

  #contents {
    width: 1180px; }
    #contents #mainColmun {
      width: 820px;
      margin: 0 80px 0 0; }
    #contents #sidebar {
      width: 280px; }

  #mainColmun .midashiBlock {
    padding: 0 40px;
    margin: 0 0 60px; }
    #mainColmun .midashiBlock .inner {
      width: 100%;
      display: flex;
      align-items: center;
      position: relative;
      min-height: 240px; }
      #mainColmun .midashiBlock .inner::before {
        content: "";
        width: 174px;
        height: 86px;
        background: url(../images/method/method_counselor_midashi.png) no-repeat 0 0/contain;
        position: absolute;
        top: 50%;
        right: 165px;
        transform: translateY(-50%); }
      #mainColmun .midashiBlock .inner::after {
        content: "";
        width: 220px;
        height: 240px;
        background: url(../images/method/method_counselor.png) no-repeat center right/contain;
        position: absolute;
        top: 50%;
        right: -3%;
        transform: translateY(-50%); }
      #mainColmun .midashiBlock .inner h2 {
        font-size: 28px;
        font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
        font-weight: 700;
        width: 400px; }
        #mainColmun .midashiBlock .inner h2 span {
          color: #ff8746; }
  #mainColmun .flowList > li {
    margin: 0 0 60px; }
    #mainColmun .flowList > li h2 {
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin: 0 0 40px;
      color: #9E6657;
      font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
      font-size: 22px;
      font-weight: 700; }
      #mainColmun .flowList > li h2 .number {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 170px;
        padding: 15px 28px;
        color: #FFF;
        background: #ff8746;
        border-radius: 100vh 0 0 100vh;
        box-sizing: border-box; }
      #mainColmun .flowList > li h2 .text {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        width: calc(100% - 170px - 4px);
        padding: 15px 28px;
        background-color: #ffe7d0;
        background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(255, 255, 255, 0.5) 8px, rgba(255, 255, 255, 0.5) 12px);
        border-radius: 0 100vh 100vh 0;
        box-sizing: border-box; }
    #mainColmun .flowList > li .flowInner {
      overflow: hidden;
      position: relative;
      padding: 0 0 0 60px; }
      #mainColmun .flowList > li .flowInner::before {
        display: block;
        position: absolute;
        left: 26px;
        top: 0;
        height: calc(100% - 5px);
        width: 5px;
        background: #c9b3a4;
        border-radius: 100vh;
        content: ""; }
      #mainColmun .flowList > li .flowInner::after {
        display: block;
        position: absolute;
        left: 19px;
        bottom: 0;
        border-style: solid;
        border-width: 14px 10px 0 10px;
        border-color: #c9b3a4 transparent transparent transparent;
        content: ""; }
      #mainColmun .flowList > li .flowInner h3 {
        float: right;
        width: 445px;
        margin: 0 0 25px;
        line-height: 1.3;
        color: #ff8746;
        font-weight: 700;
        font-size: 26px; }
        #mainColmun .flowList > li .flowInner h3 span {
          color: #ff8746;
          font-size: 34px; }
      #mainColmun .flowList > li .flowInner .imageWrap {
        float: left;
        width: 280px;
        position: relative; }
        #mainColmun .flowList > li .flowInner .imageWrap .overlay {
          position: absolute; }
      #mainColmun .flowList > li .flowInner .textWrap {
        float: right;
        width: 445px;
        line-height: 1.7;
        font-size: 15px; }
        #mainColmun .flowList > li .flowInner .textWrap span {
          color: #ff8746;
          font-weight: 700; }
    #mainColmun .flowList > li .btn {
      margin: 50px 0 0;
      text-align: center; }
      #mainColmun .flowList > li .btn .balloon {
        position: relative;
        display: inline-block;
        margin: 0 0 15px;
        padding: 0 18px;
        font-size: 18px;
        font-weight: 700; }
        #mainColmun .flowList > li .btn .balloon::before {
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          width: 12px;
          height: 26px;
          background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
          transform: translateY(-50%);
          content: ""; }
        #mainColmun .flowList > li .btn .balloon::after {
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          width: 12px;
          height: 26px;
          background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
          transform: translateY(-50%) scale(-1, 1);
          content: ""; }
      #mainColmun .flowList > li .btn a {
        overflow: hidden;
        display: inline-block;
        width: 440px;
        padding: 20px 0 25px;
        border-radius: 40px;
        color: #fff;
        font-size: 24px;
        background: #ff4a4d;
        position: relative;
        box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.3) inset; }
        #mainColmun .flowList > li .btn a::before {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 50%;
          background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 100%);
          border-radius: 0 0 50% 50%;
          content: ""; }
        #mainColmun .flowList > li .btn a:hover {
          opacity: .7; }
        #mainColmun .flowList > li .btn a span {
          font-size: 24px;
          font-weight: 700; }
    #mainColmun .flowList > li:last-child {
      margin: 0; }
      #mainColmun .flowList > li:last-child .flowInner::before, #mainColmun .flowList > li:last-child .flowInner::after {
        display: none; }
    #mainColmun .flowList > li:nth-child(2) .imageWrap .overlay {
      width: 80.7%;
      bottom: -70%;
      right: 6.5%; }
    #mainColmun .flowList > li:nth-child(3) .imageWrap .overlay {
      width: 27%;
      bottom: -40%;
      left: 6.4%; }
    #mainColmun .flowList > li:nth-child(4) .imageWrap .overlay {
      width: 27%;
      bottom: -20%;
      right: 6.4%; }
    #mainColmun .flowList > li:nth-child(6) .imageWrap .overlay:not(.overlay2) {
      width: 68%;
      bottom: -50%;
      left: 6.4%;
      border: solid 3px #FFF; }
    #mainColmun .flowList > li:nth-child(6) .imageWrap .overlay2 {
      width: 50%;
      bottom: -37%;
      right: 6.4%;
      border: none; }

  /*--------------------------endPC--------------------------------*/ }
/*SP
-----------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .inner {
    width: 94vw;
    margin: 0 auto; }

  #mainv {
    background: #f0f2f1; }
    #mainv .inner {
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      align-items: center;
      background-image: -webkit-linear-gradient(0deg, #f0f2f1, #f0f2f1 33%, rgba(240, 242, 241, 0) 43%, rgba(240, 242, 241, 0)), url(../images/method/mainv_bg.jpg);
      background-image: -ms-linear-gradient(0deg, #f0f2f1, #f0f2f1 33%, rgba(240, 242, 241, 0) 43%, rgba(240, 242, 241, 0)), url(../images/method/mainv_bg.jpg);
      background-size: auto auto, auto 100%;
      background-position: left top, right 600% bottom;
      height: 36.2vw; }
      #mainv .inner h1 {
        color: #333;
        padding: 0;
        font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif; }
        #mainv .inner h1 span {
          font-size: 5.5vw; }

  #breadCrumb {
    margin: 0 0 10.4vw; }
    #breadCrumb .inner ul li a {
      color: #9E6657; }

  #mainColmun .midashiBlock {
    margin: 0 -3vw 8.4vw; }
    #mainColmun .midashiBlock .inner {
      overflow: hidden;
      width: 100%;
      min-height: 43.5vw;
      position: relative;
      padding: 1.2vw 33.8vw 20.5vw 7.2vw;
      box-sizing: border-box; }
      #mainColmun .midashiBlock .inner::before {
        content: "";
        width: 30.6vw;
        height: 15.4vw;
        background: url(../images/method/method_counselor_midashi.png) no-repeat 0 0/contain;
        position: absolute;
        bottom: 2.6vw;
        right: 32.8vw; }
      #mainColmun .midashiBlock .inner::after {
        content: "";
        width: 35.3vw;
        height: 43.5vw;
        background: url(../images/method/method_counselor.png) no-repeat right bottom/contain;
        position: absolute;
        bottom: 0;
        right: -1.5vw; }
      #mainColmun .midashiBlock .inner h2 {
        font-size: 4.5vw;
        font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
        font-weight: 700; }
        #mainColmun .midashiBlock .inner h2 span {
          color: #ff8746; }
  #mainColmun .flowList {
    margin: 0 0 60px; }
    #mainColmun .flowList > li {
      position: relative;
      margin: 0 0 7.2vw;
      padding: 0 0 13vw; }
      #mainColmun .flowList > li::before {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        border-style: solid;
        border-width: 5.8vw 5.7vw 0 5.7vw;
        border-color: #c9b3a4 transparent transparent transparent;
        content: "";
        transform: translateX(-50%); }
      #mainColmun .flowList > li::after {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 2.7vw;
        border-style: solid;
        border-width: 3.1vw 5.7vw 0 5.7vw;
        border-color: #fff transparent transparent transparent;
        content: "";
        transform: translateX(-50%); }
      #mainColmun .flowList > li h2 {
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 0 0 4.8vw;
        color: #FFF;
        font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
        font-size: 4.2vw;
        font-weight: 700; }
        #mainColmun .flowList > li h2 .number {
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          width: 28.3vw;
          padding: 3.3vw 4.8vw;
          background: #ff8746;
          border-radius: 100vh 0 0 100vh;
          box-sizing: border-box; }
        #mainColmun .flowList > li h2 .text {
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          width: calc(100% - 28.3vw - 3px);
          padding: 3.3vw 4.8vw;
          color: #9E6657;
          background-color: #ffe7d0;
          background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(255, 255, 255, 0.5) 8px, rgba(255, 255, 255, 0.5) 12px);
          border-radius: 0 100vh 100vh 0;
          box-sizing: border-box; }
      #mainColmun .flowList > li .flowInner {
        overflow: hidden;
        position: relative;
        padding: 0 4.8vw; }
        #mainColmun .flowList > li .flowInner h3 {
          margin: 0 0 3.6vw;
          line-height: 1.3;
          color: #ff8746;
          font-weight: 700;
          font-size: 5vw; }
          #mainColmun .flowList > li .flowInner h3 span {
            color: #ff8746;
            font-size: 6vw; }
        #mainColmun .flowList > li .flowInner .imageWrap {
          width: 67.6vw;
          margin: 0 auto 3.6vw;
          position: relative; }
          #mainColmun .flowList > li .flowInner .imageWrap .overlay {
            position: absolute; }
        #mainColmun .flowList > li .flowInner .textWrap {
          line-height: 1.7;
          font-size: 3.6vw; }
          #mainColmun .flowList > li .flowInner .textWrap span {
            color: #ff8746;
            font-weight: 700; }
      #mainColmun .flowList > li .btn {
        margin: 8.4vw 0 0;
        text-align: center; }
        #mainColmun .flowList > li .btn .balloon {
          position: relative;
          display: inline-block;
          margin: 0 0 15px;
          padding: 0 18px;
          font-size: 16px;
          font-weight: 700; }
          #mainColmun .flowList > li .btn .balloon::before {
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            width: 12px;
            height: 26px;
            background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
            transform: translateY(-50%);
            content: ""; }
          #mainColmun .flowList > li .btn .balloon::after {
            display: block;
            position: absolute;
            right: 0;
            top: 50%;
            width: 12px;
            height: 26px;
            background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
            transform: translateY(-50%) scale(-1, 1);
            content: ""; }
        #mainColmun .flowList > li .btn a {
          overflow: hidden;
          display: inline-block;
          width: 100%;
          padding: 16px 0 21px;
          border-radius: 40px;
          color: #fff;
          background: #ff4a4d;
          position: relative;
          box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.3) inset;
          box-sizing: border-box; }
          #mainColmun .flowList > li .btn a::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 100%);
            border-radius: 0 0 50% 50%;
            content: ""; }
          #mainColmun .flowList > li .btn a span {
            font-size: 20px;
            font-weight: 700; }
      #mainColmun .flowList > li:nth-child(2) .imageWrap {
        margin-bottom: 33vw; }
        #mainColmun .flowList > li:nth-child(2) .imageWrap .overlay {
          width: 80.7%;
          bottom: -70%;
          right: 6.5%; }
      #mainColmun .flowList > li:nth-child(3) .imageWrap {
        margin-bottom: 22vw; }
        #mainColmun .flowList > li:nth-child(3) .imageWrap .overlay {
          width: 27%;
          bottom: -40%;
          left: 6.4%; }
      #mainColmun .flowList > li:nth-child(4) .imageWrap {
        margin-bottom: 14vw; }
        #mainColmun .flowList > li:nth-child(4) .imageWrap .overlay {
          width: 27%;
          bottom: -20%;
          right: 6.4%; }
      #mainColmun .flowList > li:nth-child(6) .imageWrap {
        margin-bottom: 33vw; }
        #mainColmun .flowList > li:nth-child(6) .imageWrap .overlay:not(.overlay2) {
          width: 68%;
          bottom: -50%;
          left: 6.4%;
          border: solid 3px #FFF; }
        #mainColmun .flowList > li:nth-child(6) .imageWrap .overlay2 {
          width: 50%;
          bottom: -37%;
          right: 6.4%;
          border: none; }
      #mainColmun .flowList > li:last-child {
        margin: 0;
        padding: 0; }
        #mainColmun .flowList > li:last-child::before, #mainColmun .flowList > li:last-child::after {
          display: none; }

  /*--------------------------endSP--------------------------------*/ }

/*# sourceMappingURL=method.css.map */
