@charset "UTF-8";
/*============================
TOP　＞　メインビジュアル
============================*/
.top div.content.mainvisual {
  margin-bottom: 20vw; }
  @media (max-width: 750px) {
    .top div.content.mainvisual {
      margin-bottom: 40vw; } }

/*============================
TOP　＞　お気軽にご相談ください
============================*/
section.content.about {
  margin-bottom: 15vw; }
  section.content.about div.inner {
    background-color: #fff;
    border-radius: 30px;
    padding: 5vw;
    max-width: calc(1300px - 10vw);
    width: calc(80vw - 10vw);
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 750px) {
      section.content.about div.inner {
        width: calc(90vw - 10vw);
        flex-wrap: wrap; } }
    section.content.about div.inner h2.tate.title {
      right: 5vw;
      top: -5vw; }
      @media (max-width: 750px) {
        section.content.about div.inner h2.tate.title {
          top: -15vw; } }
    section.content.about div.inner div.block {
      width: calc(100% - 330px - 5vw);
      padding-right: 5vw; }
      @media (max-width: 750px) {
        section.content.about div.inner div.block {
          width: 100%;
          padding-right: 0;
          order: 2; } }
    section.content.about div.inner h3 {
      font-size: 3.6rem;
      margin-bottom: 1em; }
      @media (max-width: 750px) {
        section.content.about div.inner h3 {
          font-size: 3rem; } }
      section.content.about div.inner h3 span {
        font-size: 1.6rem;
        display: block;
        padding-top: 1em;
        font-family: maru-maru-gothic-asr-stdn, sans-serif; }
    section.content.about div.inner p.txt:last-child {
      margin-bottom: 0; }
      @media (max-width: 750px) {
        section.content.about div.inner p.txt:last-child {
          margin-bottom: 10vw; } }
    section.content.about div.inner div.img {
      width: 330px;
      height: 330px;
      border-radius: 50%;
      overflow: hidden;
      /*background-color: #e9f2f2;*/
      background-color: #f9f6f1; }
      @media (max-width: 750px) {
        section.content.about div.inner div.img {
          order: 1;
          width: 250px;
          height: 250px;
          margin: 10vw auto 15vw; } }

/*============================
トップ　＞　業務案内
============================*/
.top section.content.list.slide div.inner .btn02 {
  margin-bottom: 20rem; }

/*============================
スライダー
============================*/
section.content.list.slide div.inner {
  overflow: visible;
  /*.slick-list{
  	overflow: visible;
  }*/ }
  @media (max-width: 750px) {
    section.content.list.slide div.inner {
      width: 100%; } }
  section.content.list.slide div.inner .slick-track {
    display: flex; }
  section.content.list.slide div.inner ul.slider, section.content.list.slide div.inner ul.slider_sp {
    display: flex;
    flex-wrap: wrap; }
    section.content.list.slide div.inner ul.slider li, section.content.list.slide div.inner ul.slider_sp li {
      display: flex;
      flex-direction: column; }
      @media (max-width: 750px) {
        section.content.list.slide div.inner ul.slider li, section.content.list.slide div.inner ul.slider_sp li {
          margin: 0; } }
  section.content.list.slide div.inner .slick-slide {
    padding: 0 2.5vw;
    height: auto !important; }
    @media (max-width: 750px) {
      section.content.list.slide div.inner .slick-slide {
        padding: 0;
        /*margin-left: 5vw;*/
        margin: 0 2.5vw; } }
    section.content.list.slide div.inner .slick-slide > div {
      height: 100%; }
      section.content.list.slide div.inner .slick-slide > div li {
        height: 100%; }

/*============================
業務案内　＞　共通のリンク
============================*/
section.content_link {
  margin-bottom: 10vw; }
  section.content_link div.inner ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.25vw; }
    section.content_link div.inner ul li {
      width: calc(100%/4 - 2.5vw);
      margin: 0 1.25vw; }
      @media (max-width: 750px) {
        section.content_link div.inner ul li {
          width: calc(100% - 20vw);
          margin: 0 auto 5vw; } }
      section.content_link div.inner ul li a {
        display: block;
        background-color: #fff;
        border-radius: 30px;
        position: relative;
        line-height: 60px;
        font-size: 1.8rem;
        border: 2.5vw;
        text-align: center; }
        @media (max-width: 750px) {
          section.content_link div.inner ul li a {
            font-size: 2rem; } }
        @media (min-width: 750px) {
          section.content_link div.inner ul li a:hover {
            box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
            font-size: 2rem; } }

/*============================
ご相談について
============================*/
div.content.sub.flow div.inner ol li {
  padding: 5vw;
  position: relative;
  background-color: #f9f6f1;
  border-radius: 30px;
  margin-bottom: 30px;
  padding-left: calc(5vw + 10rem);
  overflow: hidden; }
  @media (max-width: 750px) {
    div.content.sub.flow div.inner ol li {
      padding-left: 5vw; } }
  div.content.sub.flow div.inner ol li:last-child {
    margin-bottom: 0; }
  div.content.sub.flow div.inner ol li h2 {
    font-size: 2.4rem;
    line-height: 5.2rem; }
    @media (max-width: 750px) {
      div.content.sub.flow div.inner ol li h2 {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.5em;
        margin-bottom: 2rem; } }
    div.content.sub.flow div.inner ol li h2 span {
      position: absolute;
      left: 5vw;
      top: 5vw;
      display: block;
      font-size: 5.2rem;
      font-weight: 700; }
      @media (max-width: 750px) {
        div.content.sub.flow div.inner ol li h2 span {
          position: relative;
          left: auto;
          top: auto;
          padding-top: 5vw;
          display: block;
          margin-bottom: 0.5em;
          font-size: 3.8rem; } }
  div.content.sub.flow div.inner ol li p.txt {
    margin-bottom: 0;
    text-align: left; }
  div.content.sub.flow div.inner ol li p.paid {
    position: absolute;
    right: -120px;
    top: -120px;
    color: #fff;
    font-size: 1.5rem;
    background-color: #173d75;
    width: 200px;
    height: 200px;
    transform: rotate(45deg); }
    div.content.sub.flow div.inner ol li p.paid span {
      position: absolute;
      width: 100%;
      display: block;
      text-align: center;
      right: 0;
      bottom: 20px; }

/*============================
よくあるご質問
============================*/
div.content.sub.faq div.inner ul li {
  margin-bottom: 30px;
  background-color: #f9f6f1;
  border-radius: 30px;
  padding: 2.5vw;
  /*アコーディオンオープン時*/ }
  div.content.sub.faq div.inner ul li:last-child {
    margin-bottom: 0; }
  div.content.sub.faq div.inner ul li label.Label {
    cursor: pointer; }
    div.content.sub.faq div.inner ul li label.Label h2 {
      font-size: 2.1rem;
      position: relative;
      padding-right: 3em;
      padding-left: 8rem;
      line-height: 1.3em; }
      @media (max-width: 750px) {
        div.content.sub.faq div.inner ul li label.Label h2 {
          font-size: 1.6rem;
          padding: 0 5vw 5vw;
          text-align: center; } }
      div.content.sub.faq div.inner ul li label.Label h2:before {
        content: "Q";
        display: inline-block;
        position: absolute;
        left: 0.5em;
        top: 0;
        font-size: 4.2rem; }
        @media (max-width: 750px) {
          div.content.sub.faq div.inner ul li label.Label h2:before {
            display: block;
            position: relative;
            left: auto;
            top: auto;
            text-align: center;
            margin: 0.5em 0; } }
      div.content.sub.faq div.inner ul li label.Label h2 span.wrap {
        position: absolute;
        right: 0;
        top: 0.15rem; }
        @media (max-width: 750px) {
          div.content.sub.faq div.inner ul li label.Label h2 span.wrap {
            top: 0; } }
      div.content.sub.faq div.inner ul li label.Label h2 span.open_close {
        display: block;
        width: 2.1rem;
        height: 2.1rem;
        border-radius: 50%;
        border: 1px solid #000;
        position: relative;
        transition: all 0.5s; }
        @media (max-width: 750px) {
          div.content.sub.faq div.inner ul li label.Label h2 span.open_close {
            width: 1.6rem;
            height: 1.6rem;
            display: none; } }
        div.content.sub.faq div.inner ul li label.Label h2 span.open_close:before, div.content.sub.faq div.inner ul li label.Label h2 span.open_close:after {
          content: "";
          display: block;
          position: absolute;
          left: calc(50% - 0.5rem);
          top: 50%;
          width: 1rem;
          height: 1px;
          background-color: #000;
          transition: all 0.5s; }
          @media (max-width: 750px) {
            div.content.sub.faq div.inner ul li label.Label h2 span.open_close:before, div.content.sub.faq div.inner ul li label.Label h2 span.open_close:after {
              width: 0.7rem;
              left: calc(50% - 0.35rem); } }
        div.content.sub.faq div.inner ul li label.Label h2 span.open_close:after {
          transform: rotate(90deg); }
  div.content.sub.faq div.inner ul li div.content {
    height: 0;
    padding: 0 5rem 0 8rem;
    overflow: hidden;
    opacity: 0;
    transition: all .5s; }
    @media (max-width: 750px) {
      div.content.sub.faq div.inner ul li div.content {
        padding-left: 0; } }
    div.content.sub.faq div.inner ul li div.content p.txt {
      font-size: 1.4rem;
      line-height: 2em;
      margin-bottom: 0;
      text-align: left; }
  div.content.sub.faq div.inner ul li input.toggle {
    display: none; }
  div.content.sub.faq div.inner ul li input.toggle:checked + .Label {
    height: auto;
    padding: 2rem 0;
    opacity: 1; }
    div.content.sub.faq div.inner ul li input.toggle:checked + .Label h2 span.open_close {
      background-color: #000; }
      div.content.sub.faq div.inner ul li input.toggle:checked + .Label h2 span.open_close:before, div.content.sub.faq div.inner ul li input.toggle:checked + .Label h2 span.open_close:after {
        background-color: #fff; }
      div.content.sub.faq div.inner ul li input.toggle:checked + .Label h2 span.open_close:after {
        transform: rotate(0deg); }
  div.content.sub.faq div.inner ul li input.toggle:checked + .Label + .content {
    height: auto;
    padding: 2rem 5rem 0 8rem;
    opacity: 1; }
    @media (max-width: 750px) {
      div.content.sub.faq div.inner ul li input.toggle:checked + .Label + .content {
        padding: 0 5vw 5vw;
        text-align: left; } }

/*============================
報酬例
============================*/
div.content.sub.price div.inner.vw80 h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1em;
  line-height: 1.5em; }
  div.content.sub.price div.inner.vw80 h2 span {
    font-size: 1.5rem; }
div.content.sub.price div.inner.vw80 h3 {
  text-align: center;
  font-size: 1.8rem;
  padding-top: 5vw;
  margin-bottom: 1em;
  line-height: 1.5em; }
div.content.sub.price div.inner.vw80 table {
  margin-bottom: 10px; }
  div.content.sub.price div.inner.vw80 table tbody tr td {
    text-align: left; }
div.content.sub.price div.inner.vw80 p.txt.big {
  text-align: center;
  padding-top: 5vw;
  color: #173d75;
  font-weight: 700; }

/*============================
お問い合わせ
============================*/
div.mw_wp_form {
  margin: 0 auto; }
  @media (max-width: 750px) {
    div.mw_wp_form {
      width: 100%; } }
  div.mw_wp_form h2.compleate {
    font-size: 2.4rem;
    margin-bottom: 2em; }
  div.mw_wp_form form {
    /*チェックボックス*/ }
    div.mw_wp_form form h2 {
      font-size: 2.0rem;
      margin-bottom: 2em; }
      @media (max-width: 750px) {
        div.mw_wp_form form h2 {
          font-size: 1.8rem;
          line-height: 1.5em; } }
    div.mw_wp_form form dl {
      margin-bottom: 5vw;
      text-align: left; }
      div.mw_wp_form form dl dt {
        font-size: 1.6rem;
        margin-bottom: 0.3em; }
        div.mw_wp_form form dl dt span {
          font-size: 1.2rem; }
        @media (max-width: 750px) {
          div.mw_wp_form form dl dt {
            font-size: 1.4rem; }
            div.mw_wp_form form dl dt span {
              font-size: 1.0rem; } }
      div.mw_wp_form form dl dd {
        margin-bottom: 2rem; }
        div.mw_wp_form form dl dd input, div.mw_wp_form form dl dd textarea, div.mw_wp_form form dl dd select {
          font-size: 1.5rem;
          line-height: 2em;
          padding: 2rem;
          margin: 1rem 0;
          background-color: #f9f6f1;
          border: none;
          border-radius: 15px; }
          @media (max-width: 750px) {
            div.mw_wp_form form dl dd input, div.mw_wp_form form dl dd textarea, div.mw_wp_form form dl dd select {
              padding: 1rem; } }
          div.mw_wp_form form dl dd input:focus-visible, div.mw_wp_form form dl dd textarea:focus-visible, div.mw_wp_form form dl dd select:focus-visible {
            border: none; }
        div.mw_wp_form form dl dd input[type="text"], div.mw_wp_form form dl dd input[type="email"] {
          width: calc(100% - 4rem ); }
          @media (max-width: 750px) {
            div.mw_wp_form form dl dd input[type="text"], div.mw_wp_form form dl dd input[type="email"] {
              width: calc(100% - 2rem ); } }
        div.mw_wp_form form dl dd input[type="radio"] {
          display: none; }
          div.mw_wp_form form dl dd input[type="radio"] + span {
            position: relative;
            padding-left: 3em;
            line-height: 2em;
            display: inline-block;
            margin: 1rem 0; }
            div.mw_wp_form form dl dd input[type="radio"] + span:before {
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              width: 2em;
              height: 2em;
              border-radius: 50%;
              background-color: #f9f6f1;
              z-index: 1; }
            div.mw_wp_form form dl dd input[type="radio"] + span:after {
              content: "";
              position: absolute;
              left: 0.5em;
              top: 0.5em;
              width: 1em;
              height: 1em;
              border-radius: 50%;
              background-color: #000;
              z-index: 2;
              opacity: 0;
              transition: all 0.5s; }
          div.mw_wp_form form dl dd input[type="radio"]:checked + span:after {
            opacity: 1; }
        div.mw_wp_form form dl dd select {
          width: auto;
          min-width: 5em;
          color: #000; }
        div.mw_wp_form form dl dd div.select {
          display: inline-block;
          position: relative; }
          div.mw_wp_form form dl dd div.select::before, div.mw_wp_form form dl dd div.select::after {
            content: '';
            display: block;
            position: absolute;
            pointer-events: none;
            border: 1px solid transparent;
            width: 0;
            height: 0;
            right: 10px; }
          div.mw_wp_form form dl dd div.select::before {
            bottom: 52%;
            border-width: 0 4px 4px 4px;
            border-bottom-color: #000; }
          div.mw_wp_form form dl dd div.select::after {
            border-width: 4px 4px 0 4px;
            border-top-color: #000;
            top: 52%; }
        div.mw_wp_form form dl dd textarea {
          width: calc(100% - 2rem ); }
        div.mw_wp_form form dl dd h3 {
          font-size: 1.2rem;
          margin: 2em 0 0.5em; }
    div.mw_wp_form form h3 {
      font-size: 1.6rem;
      margin-bottom: 1em; }
    div.mw_wp_form form div.section {
      margin-bottom: 5vw; }
    div.mw_wp_form form div.agreement_box {
      border: 1px solid #fff;
      overflow-y: scroll;
      height: 400px;
      line-height: 2em;
      margin-bottom: 3rem; }
      div.mw_wp_form form div.agreement_box div.agreement_box_inner {
        padding: 2rem 3rem; }
        div.mw_wp_form form div.agreement_box div.agreement_box_inner h4 {
          margin-bottom: 2em; }
        div.mw_wp_form form div.agreement_box div.agreement_box_inner p {
          margin-bottom: 2em; }
    div.mw_wp_form form span.mwform-checkbox-field {
      /*Checkboxes styles*/ }
      div.mw_wp_form form span.mwform-checkbox-field label input {
        border: none;
        padding: 2rem;
        display: inline-block; }
      div.mw_wp_form form span.mwform-checkbox-field label span.mwform-checkbox-field-text {
        display: inline-block; }
      div.mw_wp_form form span.mwform-checkbox-field input[type="checkbox"] {
        display: none; }
      div.mw_wp_form form span.mwform-checkbox-field input[type="checkbox"] + span {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px;
        line-height: 24px;
        font-size: 1.4rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none; }
      div.mw_wp_form form span.mwform-checkbox-field input[type="checkbox"] + span:last-child {
        margin-bottom: 1em; }
      div.mw_wp_form form span.mwform-checkbox-field input[type="checkbox"] + span:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border: 2px solid #fff;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .6;
        -webkit-transition: all .12s, border-color .08s;
        transition: all .12s, border-color .08s; }
      div.mw_wp_form form span.mwform-checkbox-field input[type="checkbox"]:checked + span:before {
        width: 10px;
        top: -5px;
        left: 5px;
        border-radius: 0;
        opacity: 1;
        border: 2px solid #000;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    div.mw_wp_form form div.submit_area {
      text-align: left;
      padding-top: 0vw; }
      div.mw_wp_form form div.submit_area input[type="submit"] {
        cursor: pointer;
        border: none;
        background-color: #f9f6f1;
        border-radius: 3rem;
        color: #000;
        text-align: center;
        max-width: 100%;
        width: 400px;
        display: inline-block;
        margin: 0 1rem 2rem;
        font-size: 2.4rem;
        font-weight: 700;
        padding: 2rem 1.5rem;
        transition: all 0.5s; }
        @media (min-width: 750px) {
          div.mw_wp_form form div.submit_area input[type="submit"]:hover {
            background-color: #666;
            color: #fff; } }
        @media (max-width: 750px) {
          div.mw_wp_form form div.submit_area input[type="submit"] {
            width: 100%;
            margin: 0 0 2rem;
            font-size: 1.8rem; } }
      div.mw_wp_form form div.submit_area div.btn_back.form_btn {
        text-align: center;
        display: block; }
        div.mw_wp_form form div.submit_area div.btn_back.form_btn input[type="submit"] {
          background-color: #000;
          color: #fff; }
      div.mw_wp_form form div.submit_area div.btn_confirm.form_btn {
        text-align: center;
        display: block; }
  div.mw_wp_form.mw_wp_form_confirm form dl dt {
    margin-bottom: 2rem; }
  div.mw_wp_form.mw_wp_form_confirm form dl dd {
    font-size: 1.4rem;
    line-height: 2em;
    padding: 1rem;
    margin: 1rem 0;
    margin-bottom: 2rem;
    background-color: #dfdfdf; }
    div.mw_wp_form.mw_wp_form_confirm form dl dd:before {
      /*content: "入力内容：";*/ }
  div.mw_wp_form.mw_wp_form_confirm form dl div.select:before, div.mw_wp_form.mw_wp_form_confirm form dl div.select:after {
    display: none; }
