html {
  scroll-behavior: smooth; }

a:active {
  color: unset; }

a:visited {
  color: unset; }

a:focus {
  outline: none; }

a {
  text-decoration: none; }

.sp {
  display: none; }

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 2vw; }

nav.clone-nav {
  display: none; }

#logo-area {
  display: none; }

.floating-button {
  display: none !important; }

.btn_area.float-bnt {
  display: none !important; }

.modal {
  display: none; }

footer {
  display: none; }

#house-expert-main {
  position: relative;
  overflow: hidden; }
  #house-expert-main #head-pattern {
    transform: scale(1, -1); }
  #house-expert-main .header {
    position: relative;
    z-index: 10; }
    #house-expert-main .header .contents {
      width: 90%;
      margin: 0 auto;
      padding: 100px 0; }
      #house-expert-main .header .contents .logo {
        width: 70%;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 40px; }
        #house-expert-main .header .contents .logo img {
          width: 100%;
          height: auto; }
      #house-expert-main .header .contents .event-logo {
        position: relative;
        max-width: 800px;
        margin: 0 auto; }
        #house-expert-main .header .contents .event-logo .bubble {
          position: absolute;
          top: -20px;
          right: 0;
          width: 20%;
          height: auto; }
        #house-expert-main .header .contents .event-logo .event-logo-img {
          width: 100%;
          height: auto; }
      #house-expert-main .header .contents .read {
        max-width: 800px;
        margin: 30px auto; }
        #house-expert-main .header .contents .read p {
          text-align: center;
          font-size: clamp(16px, 2vw, 25px);
          line-height: 2em;
          color: #595757;
          font-weight: 500; }
  #house-expert-main .event-date .contents {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
    padding: 0 5%; }
    #house-expert-main .event-date .contents h2 {
      z-index: 1;
      position: absolute;
      top: -50%;
      left: -5%;
      width: 60%;
      max-width: 300px;
      height: auto; }
    #house-expert-main .event-date .contents .date {
      max-width: 800px;
      margin: 0 auto;
      border-radius: 20px;
      background-color: #fbfbfb;
      box-shadow: inset 10px 10px 10px rgba(0, 0, 0, 0.3);
      padding: 20px;
      color: #595757;
      text-align: center; }
      #house-expert-main .event-date .contents .date p {
        font-weight: 800;
        margin-top: 10px;
        line-height: 1.2;
        font-size: clamp(20px, 2.8vw, 60px); }
      #house-expert-main .event-date .contents .date small {
        display: block;
        font-weight: 700;
        margin-top: 10px;
        line-height: 1.2;
        font-size: clamp(18px, 2.5vw, 50px); }
  #house-expert-main .map {
    position: relative;
    z-index: 1; }
    #house-expert-main .map .contents {
      width: 90%;
      margin: 0 auto; }
      #house-expert-main .map .contents h3 {
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 30px; }
      #house-expert-main .map .contents .map-image {
        width: 100%;
        max-width: 600px;
        height: auto;
        margin: 0 auto;
        display: block; }
  #house-expert-main .points .contents {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 800px;
    margin: 100px auto 50px auto; }
    #house-expert-main .points .contents h2 {
      position: absolute;
      z-index: 1;
      top: -60px;
      left: -5%;
      width: 60%;
      max-width: 300px;
      height: auto; }
    #house-expert-main .points .contents ul {
      display: flex;
      flex-direction: column;
      row-gap: 20px;
      max-width: 800px;
      margin: 0 auto; }
      #house-expert-main .points .contents ul li {
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: clamp(20px, 3.5vw, 50px);
        letter-spacing: 2px;
        line-height: 1.2;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px; }
        #house-expert-main .points .contents ul li.green {
          background-color: #00cea8; }
        #house-expert-main .points .contents ul li.red {
          background-color: #ff9572; }
        #house-expert-main .points .contents ul li.blue {
          background-color: #33bedb; }
        #house-expert-main .points .contents ul li span {
          font-size: clamp(25px, 3vw, 60px);
          line-height: 1.2; }
  #house-expert-main .bubble .contents {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 20px 0; }
  #house-expert-main .courses {
    position: relative;
    z-index: 1; }
    #house-expert-main .courses .contents {
      width: 90%;
      max-width: 1000px;
      margin: 0 auto; }
      #house-expert-main .courses .contents h2 {
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 30px; }
      #house-expert-main .courses .contents ul.buttons {
        display: flex;
        max-width: 900px;
        margin: 0 auto;
        gap: 20px;
        justify-content: center;
        margin-bottom: 50px; }
        #house-expert-main .courses .contents ul.buttons li {
          transition: .2s;
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6)); }
          #house-expert-main .courses .contents ul.buttons li:hover {
            transform-origin: center;
            transform: scale(1.05); }
      #house-expert-main .courses .contents ul.course-details {
        display: flex;
        max-width: 850px;
        margin: 0 auto;
        flex-direction: column;
        row-gap: 40px; }
        #house-expert-main .courses .contents ul.course-details > li {
          border-radius: 60px;
          padding: 2em 5%; }
          #house-expert-main .courses .contents ul.course-details > li h3 {
            text-align: center;
            margin-bottom: 2em;
            color: #fff;
            font-weight: 500; }
            #house-expert-main .courses .contents ul.course-details > li h3 strong {
              font-size: clamp(40px, 7vw, 80px);
              line-height: 1.3; }
            #house-expert-main .courses .contents ul.course-details > li h3 span {
              font-size: clamp(35px, 5vw, 60px);
              line-height: 1.2;
              font-weight: 600; }
          #house-expert-main .courses .contents ul.course-details > li#basic-course {
            background-color: #eb6f7f; }
            #house-expert-main .courses .contents ul.course-details > li#basic-course .box .inner-box h4 {
              color: #e8473f;
              border-bottom: 2px solid #e8473f; }
            #house-expert-main .courses .contents ul.course-details > li#basic-course .box .inner-box ul li::before {
              background-color: #e8473f; }
            #house-expert-main .courses .contents ul.course-details > li#basic-course .box .more {
              background-color: #e8473f;
              border: solid 3px #e8473f; }
            #house-expert-main .courses .contents ul.course-details > li#basic-course .box .text {
              color: #e8473f; }
          #house-expert-main .courses .contents ul.course-details > li#tax-course {
            background-color: #f5ac44; }
            #house-expert-main .courses .contents ul.course-details > li#tax-course .box .inner-box h4 {
              color: #ed7700;
              border-bottom: 2px solid #ed7700; }
            #house-expert-main .courses .contents ul.course-details > li#tax-course .box .inner-box ul li::before {
              background-color: #ed7700; }
            #house-expert-main .courses .contents ul.course-details > li#tax-course .box .more {
              background-color: #ed7700;
              border: solid 3px #ed7700; }
            #house-expert-main .courses .contents ul.course-details > li#tax-course .box .text {
              color: #ed7700; }
          #house-expert-main .courses .contents ul.course-details > li#finance-course {
            background-color: #37b2cd; }
            #house-expert-main .courses .contents ul.course-details > li#finance-course .box .inner-box h4 {
              color: #2660ac;
              border-bottom: 2px solid #2660ac; }
            #house-expert-main .courses .contents ul.course-details > li#finance-course .box .inner-box ul li::before {
              background-color: #2660ac; }
            #house-expert-main .courses .contents ul.course-details > li#finance-course .box .more {
              background-color: #2660ac;
              border: solid 3px #2660ac; }
            #house-expert-main .courses .contents ul.course-details > li#finance-course .box .text {
              color: #2660ac; }
          #house-expert-main .courses .contents ul.course-details > li .box {
            background-color: #ffffff9a;
            border-radius: 60px;
            padding: 50px 5%; }
            #house-expert-main .courses .contents ul.course-details > li .box .inner-box {
              margin-bottom: 30px; }
              #house-expert-main .courses .contents ul.course-details > li .box .inner-box.illust {
                position: relative; }
                #house-expert-main .courses .contents ul.course-details > li .box .inner-box.illust > img {
                  position: absolute;
                  top: 50%;
                  right: -15%;
                  width: auto;
                  height: 120%;
                  transform: translateY(-50%);
                  object-fit: contain; }
                  #house-expert-main .courses .contents ul.course-details > li .box .inner-box.illust > img.illust-2 {
                    z-index: 2;
                    bottom: -30%;
                    top: unset;
                    transform: unset; }
              #house-expert-main .courses .contents ul.course-details > li .box .inner-box h4 {
                font-size: clamp(20px, 1.8vw, 30px);
                font-weight: 600;
                letter-spacing: 10px;
                margin-bottom: 20px; }
              #house-expert-main .courses .contents ul.course-details > li .box .inner-box ul {
                display: flex;
                flex-direction: column;
                row-gap: 15px; }
                #house-expert-main .courses .contents ul.course-details > li .box .inner-box ul li {
                  display: flex;
                  align-items: start;
                  font-size: clamp(16px, 2vw, 30px);
                  line-height: clamp(16px, 2.2vw, 30px);
                  font-weight: 400;
                  color: #595757; }
                  #house-expert-main .courses .contents ul.course-details > li .box .inner-box ul li::before {
                    content: "";
                    flex-shrink: 0;
                    transform: scale(0.7);
                    display: inline-block;
                    width: clamp(16px, 2vw, 30px);
                    height: clamp(16px, 2vw, 30px);
                    border-radius: 50%; }
            #house-expert-main .courses .contents ul.course-details > li .box .more {
              display: block;
              width: fit-content;
              margin: 0 auto;
              margin-top: 20px;
              padding: 5px 20px;
              font-size: clamp(16px, 2vw, 30px);
              color: #fff;
              border-radius: 30px;
              cursor: pointer;
              text-align: center;
              transition: .2s; }
              #house-expert-main .courses .contents ul.course-details > li .box .more:hover {
                opacity: 0.6; }
            #house-expert-main .courses .contents ul.course-details > li .box .text {
              font-family: "Noto Sans JP", sans-serif;
              letter-spacing: 1px;
              text-align: justify;
              font-size: clamp(16px, 2vw, 30px);
              line-height: 1.5; }
  #house-expert-main .steps .contents {
    width: 90%;
    max-width: 850px;
    margin: 100px auto;
    margin-top: 150px;
    padding: 100px clamp(1em, 2vw, 30px);
    background-color: #d1f3e8;
    position: relative;
    z-index: 1;
    border-radius: 60px; }
    #house-expert-main .steps .contents h2 {
      position: absolute;
      z-index: 2;
      top: -50px;
      left: -5%;
      width: 60%;
      max-width: 300px;
      height: auto; }
    #house-expert-main .steps .contents ul {
      display: flex;
      flex-direction: column;
      row-gap: 40px; }
      #house-expert-main .steps .contents ul li {
        display: flex; }
        #house-expert-main .steps .contents ul li .sp-title {
          display: contents; }
          #house-expert-main .steps .contents ul li .sp-title > h3 {
            flex-shrink: 0;
            width: auto;
            position: relative; }
            #house-expert-main .steps .contents ul li .sp-title > h3 img {
              height: 150px;
              width: auto;
              object-fit: contain; }
        #house-expert-main .steps .contents ul li .box {
          padding-top: 40px; }
          #house-expert-main .steps .contents ul li .box h3 {
            height: 60px; }
            #house-expert-main .steps .contents ul li .box h3 img {
              height: 100%;
              width: auto;
              object-fit: contain; }
          #house-expert-main .steps .contents ul li .box.step-4 {
            padding-top: 10px; }
            #house-expert-main .steps .contents ul li .box.step-4 h3 {
              height: 120px; }
          #house-expert-main .steps .contents ul li .box p {
            margin-top: 20px;
            color: #595757;
            font-size: clamp(16px, 1.8vw, 25px);
            line-height: 1.5;
            font-weight: 400; }
        #house-expert-main .steps .contents ul li.arrow {
          display: block;
          margin: 0 auto;
          width: 30px;
          height: 30px;
          border-top: solid 5px #00cea8;
          border-right: solid 5px #00cea8;
          transform: rotate(135deg); }
    #house-expert-main .steps .contents img.absolute {
      position: absolute;
      top: -80px;
      right: 15%;
      width: 30%;
      height: auto; }
    #house-expert-main .steps .contents .illust-5 {
      display: block;
      width: 60%;
      margin: 0 auto;
      margin-top: 50px;
      max-width: 500px; }
  #house-expert-main .makers .contents {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 100px; }
    #house-expert-main .makers .contents h2 {
      text-align: center;
      margin-bottom: 30px;
      max-width: 500px;
      margin: 0 auto;
      margin-bottom: 30px; }
    #house-expert-main .makers .contents ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #house-expert-main .makers .contents ul li {
        transition: .2s; }
        #house-expert-main .makers .contents ul li:hover {
          opacity: 0.6; }
  #house-expert-main .faq .contents {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 5%;
    padding-top: 100px;
    position: relative;
    background-color: #efe0f4;
    border-radius: 60px; }
    #house-expert-main .faq .contents h2 {
      position: absolute;
      z-index: 1;
      top: -60px;
      left: -5%;
      width: 60%;
      text-align: center;
      margin-bottom: 30px;
      max-width: 300px;
      margin: 0 auto; }
    #house-expert-main .faq .contents ul {
      display: flex;
      flex-direction: column;
      row-gap: 20px; }
      #house-expert-main .faq .contents ul li {
        display: flex;
        align-items: start;
        font-size: clamp(16px, 2vw, 25px);
        line-height: 1.5;
        font-weight: 500;
        color: #595757; }
        #house-expert-main .faq .contents ul li img {
          margin-right: 10px;
          width: clamp(30px, 3vw, 40px);
          height: auto; }
        #house-expert-main .faq .contents ul li.answer {
          margin-bottom: 30px;
          color: #1d74bb; }
  #house-expert-main .footer {
    font-family: "Noto Sans JP", sans-serif; }
    #house-expert-main .footer .contents {
      width: 90%;
      margin: 50px auto;
      position: relative;
      z-index: 1; }
      #house-expert-main .footer .contents h4 {
        text-align: center;
        font-size: 16px;
        border-bottom: solid 1px #231815;
        width: fit-content;
        margin: 0 auto; }
      #house-expert-main .footer .contents p {
        text-align: center;
        font-size: 14px;
        color: #231815;
        filter: drop-shadow(0 0 5px white); }
        #house-expert-main .footer .contents p strong {
          font-size: 16px;
          font-weight: 600; }
  #house-expert-main .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s;
    opacity: 0;
    display: block; }
  #house-expert-main .accordion-content.open {
    max-height: 1000px;
    opacity: 1; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  #house-expert-main .points .contents ul li {
    height: 100px;
    font-size: 20px; }
  #house-expert-main .courses .contents ul.course-details > li .box .inner-box h4 {
    letter-spacing: 5px; }
  #house-expert-main .courses .contents ul.course-details > li .box .inner-box.illust > img {
    position: relative;
    top: unset;
    right: unset;
    height: unset;
    transform: unset;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    margin-top: 30px; }
  #house-expert-main .steps .contents {
    padding: 80px 5%; }
    #house-expert-main .steps .contents img.absolute {
      top: -25px; }
    #house-expert-main .steps .contents ul {
      row-gap: 20px; }
      #house-expert-main .steps .contents ul li {
        flex-direction: column; }
        #house-expert-main .steps .contents ul li .sp-title {
          display: flex; }
          #house-expert-main .steps .contents ul li .sp-title > h3 img {
            height: 100px; }
          #house-expert-main .steps .contents ul li .sp-title .box h3 {
            height: 25px; }
          #house-expert-main .steps .contents ul li .sp-title .box.step-4 {
            padding-top: 25px; }
            #house-expert-main .steps .contents ul li .sp-title .box.step-4 h3 {
              height: 50px; }
        #house-expert-main .steps .contents ul li p {
          color: #595757;
          font-size: 16px;
          padding-left: 1em; }
        #house-expert-main .steps .contents ul li button.more {
          display: block;
          width: fit-content;
          margin: 0 auto;
          margin-top: 10px;
          padding: 5px 20px;
          font-size: 16px;
          color: #00cea8;
          background-color: #fff;
          border-radius: 30px;
          border: solid 3px #00cea8; }
  #house-expert-main .makers .contents h2 {
    position: relative;
    z-index: 1; }
  #house-expert-main .makers .contents .logos {
    width: 75%;
    margin: 0 auto; }
  #house-expert-main .faq {
    position: relative;
    z-index: 1; }
    #house-expert-main .faq .contents {
      padding: 60px 5%; } }

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