.tab_block {
  display: none; }
  @media screen and (max-width: 1023px) {
    .tab_block {
      display: block; } }

.sp_block {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp_block {
      display: block !important; } }

@media screen and (min-width: 768px) {
  main {
    margin-bottom: 80px; } }

.mv-area {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .mv-area img {
      height: 50vw;
      object-fit: cover; } }
  @media screen and (max-width: 767px) {
    .mv-area img {
      height: auto; } }
  .mv-area .inner {
    position: absolute;
    top: min(210px, 10.9375vw);
    right: 0;
    bottom: 40px;
    left: 0;
    margin: auto;
    width: min(90%, 936px); }
    @media screen and (max-width: 1700px) {
      .mv-area .inner {
        top: 8vw;
        bottom: 24px; } }
    @media screen and (max-width: 1366px) {
      .mv-area .inner {
        top: 9.517vw; } }
    @media screen and (max-width: 1280px) {
      .mv-area .inner {
        top: 4vw; } }
    @media screen and (max-width: 767px) {
      .mv-area .inner {
        top: 6.1333333333vw;
        bottom: 6.4vw;
        width: 92%; } }
    @media screen and (min-width: 768px) {
      .mv-area .inner h1 {
        text-align: center; } }
    .mv-area .inner h1 * {
      font-family: 'Noto Serif JP', serif;
      font-weight: 500 !important;
      font-weight: 600 !important;
      letter-spacing: .05em; }
    .mv-area .inner h1 span {
      display: inline-block;
      padding: 0 24px;
      line-height: 45px;
      background: #1E2325;
      color: #fff;
      margin-bottom: 16px;
      letter-spacing: -1px;
      font-size: 22px;
      font-weight: 600; }
      @media screen and (max-width: 1366px) {
        .mv-area .inner h1 span {
          font-size: 16px;
          letter-spacing: .05em; } }
      @media screen and (max-width: 767px) {
        .mv-area .inner h1 span {
          font-size: 3.7333333333vw;
          padding: 1.0666666667vw 2.1333333333vw;
          line-height: 1.5;
          letter-spacing: 0;
          margin-bottom: 2.1333333333vw; } }
    .mv-area .inner h1 mark {
      background: #fff;
      display: inline-block;
      padding: 11px 24px;
      font-size: 50px;
      color: #1E2325; }
      @media screen and (max-width: 1366px) {
        .mv-area .inner h1 mark {
          font-size: 40px; } }
      @media screen and (max-width: 1280px) {
        .mv-area .inner h1 mark {
          font-size: 32px; } }
      @media screen and (max-width: 1023px) {
        .mv-area .inner h1 mark {
          font-size: 30px; } }
      @media screen and (max-width: 767px) {
        .mv-area .inner h1 mark {
          padding: 2.1333333333vw 3.2vw;
          font-size: 7.2vw; } }
      .mv-area .inner h1 mark:not(:last-of-type) {
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .mv-area .inner h1 mark:not(:last-of-type) {
            margin-bottom: 1.6vw; } }
    .mv-area .inner .check-list {
      list-style: none;
      padding: 0;
      margin: 0;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      display: flex;
      align-items: stretch;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .mv-area .inner .check-list {
          justify-content: space-between; } }
      .mv-area .inner .check-list li {
        font-family: 'Noto Serif JP', serif;
        font-weight: 500 !important;
        width: calc((100% - 24px) / 4);
        background: rgba(30, 35, 37, 0.7);
        text-align: center;
        font-size: 18px;
        color: #fff;
        position: relative;
        line-height: 48px;
        border-radius: 4px; }
        @media screen and (max-width: 1023px) {
          .mv-area .inner .check-list li {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .mv-area .inner .check-list li {
            width: 44.5333333333vw;
            margin-bottom: 2.1333333333vw;
            line-height: 9.0666666667vw;
            font-size: 4.2666666667vw;
            text-align: left;
            display: flex;
            align-items: center;
            padding-left: 2.1333333333vw; }
            .mv-area .inner .check-list li:nth-of-type(odd) {
              margin-right: 0; }
            .mv-area .inner .check-list li:nth-of-type(1) {
              order: 1; }
            .mv-area .inner .check-list li:nth-of-type(2) {
              order: 3; }
            .mv-area .inner .check-list li:nth-of-type(3) {
              order: 2; }
            .mv-area .inner .check-list li:nth-of-type(4) {
              order: 4; } }
        @media screen and (min-width: 768px) {
          .mv-area .inner .check-list li:not(:last-of-type) {
            margin-right: 8px; } }
        .mv-area .inner .check-list li::before {
          content: "";
          background: url("../../img/wood-frame/check.svg") no-repeat center/100%;
          width: 14px;
          height: 14px; }
          @media screen and (min-width: 768px) {
            .mv-area .inner .check-list li::before {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 16px;
              margin: auto; } }
          @media screen and (max-width: 1023px) {
            .mv-area .inner .check-list li::before {
              left: 10px; } }
          @media screen and (max-width: 767px) {
            .mv-area .inner .check-list li::before {
              width: 3.7333333333vw;
              height: 3.7333333333vw;
              margin-right: 4.2666666667vw; } }

.cta-list {
  background: #4e4e55;
  padding: 48px 0 22px; }
  @media screen and (max-width: 767px) {
    .cta-list {
      padding: 8.5333333333vw 0; } }
  .cta-list .inner {
    width: min(90%, 974px);
    margin: auto; }
    @media screen and (min-width: 768px) {
      .cta-list .inner {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap; } }
    @media screen and (min-width: 768px) {
      .cta-list .inner > div {
        width: 48.46%; } }
    .cta-list .inner > div .btn {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      text-decoration: none;
      line-height: 80px;
      border-radius: 40px; }
      @media screen and (max-width: 767px) {
        .cta-list .inner > div .btn {
          line-height: 17.0666666667vw;
          border-radius: get_gvw(64); } }
      .cta-list .inner > div .btn::before {
        content: ""; }
    .cta-list .inner .tel {
      margin-right: 3.08%; }
      @media screen and (max-width: 767px) {
        .cta-list .inner .tel {
          margin: 0 0 5.7vw; } }
      .cta-list .inner .tel .btn {
        font-family: 'Noto Serif JP', serif;
        font-weight: 500 !important;
        font-weight: 600 !important;
        font-size: 32px;
        letter-spacing: .1em;
        background: #b18545;
        color: #fff;
        margin-bottom: 4px; }
        @media screen and (min-width: 768px) {
          .cta-list .inner .tel .btn {
            pointer-events: none; }
            .cta-list .inner .tel .btn:hover {
              opacity: 1; } }
        .cta-list .inner .tel .btn::before {
          content: "";
          background: url("../../img/wood-frame/tel.svg") no-repeat center/100%;
          width: 35px;
          height: 35px;
          margin: 0 16px 0 18px; }
        @media screen and (max-width: 767px) {
          .cta-list .inner .tel .btn {
            font-size: 7.4666666667vw;
            margin-bottom: 2.1333333333vw; }
            .cta-list .inner .tel .btn::before {
              width: 6.4vw;
              height: 6.4vw;
              margin: 0 3.2vw 0 0; } }
      .cta-list .inner .tel p {
        color: #fff;
        font-size: 14px;
        letter-spacing: .05em;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .cta-list .inner .tel p {
            font-size: 3.7333333333vw; } }
    .cta-list .inner .mail .btn {
      background: #fff;
      position: relative;
      font-weight: 600;
      font-size: 20px; }
      .cta-list .inner .mail .btn::before {
        background: url("../../img/wood-frame/mail.svg") no-repeat center/100%;
        width: 20px;
        height: 15px;
        margin: 0 8px 0 7px; }
      .cta-list .inner .mail .btn::after {
        content: "";
        width: 7px;
        height: 7px;
        border-top: 1.5px solid #fff;
        border-right: 1.5px solid #fff;
        transform: rotate(45deg);
        border-color: #1E2325;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto; }
        @media screen and (max-width: 767px) {
          .cta-list .inner .mail .btn::after {
            width: 1.8666666667vw;
            height: 1.8666666667vw; } }
      @media screen and (max-width: 767px) {
        .cta-list .inner .mail .btn {
          font-size: 5.3333333333vw; }
          .cta-list .inner .mail .btn::before {
            width: 5.3333333333vw;
            height: 4vw;
            margin: 0 2.1333333333vw 0 0; }
          .cta-list .inner .mail .btn::after {
            right: 4.2666666667vw; } }

.bg-gray {
  background: #eee; }

.worries-content.bg-gray {
  padding: 70px 0 62px; }
  @media screen and (max-width: 767px) {
    .worries-content.bg-gray {
      padding: 10.1vw 0 8.5333333333vw; } }
.worries-content .inner {
  width: min(90%, 1136px);
  margin: auto; }
  @media screen and (max-width: 767px) {
    .worries-content .inner {
      width: 87.2%; } }
  .worries-content .inner h2 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500 !important;
    text-align: center;
    font-weight: 600 !important;
    font-size: 40px;
    margin-bottom: 68px; }
    .worries-content .inner h2 span {
      font-family: inherit;
      font-size: inherit;
      color: #b18545; }
    @media screen and (max-width: 767px) {
      .worries-content .inner h2 {
        font-size: 8vw; } }
    @media screen and (max-width: 767px) {
      .worries-content .inner h2 {
        margin-bottom: 5.9vw; } }
  .worries-content .inner .worries-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: url("../../img/wood-frame/worries-img.png") no-repeat center/464px; }
    @media screen and (max-width: 1280px) {
      .worries-content .inner .worries-list {
        background-size: 36.25vw; } }
    @media screen and (max-width: 1023px) {
      .worries-content .inner .worries-list {
        background: none; }
        .worries-content .inner .worries-list::before {
          content: "";
          width: min(464px, 87.2vw);
          height: 336px;
          margin: 0 auto 24px;
          background: url("../../img/wood-frame/worries-img.png") no-repeat center/100%; } }
    @media screen and (max-width: 767px) {
      .worries-content .inner .worries-list {
        display: block; }
        .worries-content .inner .worries-list::before {
          display: block;
          height: 63.2vw;
          margin-bottom: 6.4vw; } }
    .worries-content .inner .worries-list li {
      width: 50%;
      display: flex;
      margin-top: 2px; }
      @media screen and (max-width: 767px) {
        .worries-content .inner .worries-list li {
          width: 100%;
          margin: 0 0 2.1333333333vw; } }
      @media screen and (min-width: 768px) {
        .worries-content .inner .worries-list li:nth-of-type(1) {
          order: 1; }
        .worries-content .inner .worries-list li:nth-of-type(2) {
          order: 3; }
        .worries-content .inner .worries-list li:nth-of-type(3) {
          order: 5; }
        .worries-content .inner .worries-list li:nth-of-type(4) {
          order: 2; }
        .worries-content .inner .worries-list li:nth-of-type(5) {
          order: 4; }
        .worries-content .inner .worries-list li:nth-of-type(6) {
          order: 6; }
        .worries-content .inner .worries-list li:not(:nth-of-type(3n)) {
          margin-bottom: 28px; } }
  @media screen and (min-width: 768px) and (max-width: 1280px) {
    .worries-content .inner .worries-list li:not(:nth-of-type(3n)) {
      margin-bottom: 20px; } }

      .worries-content .inner .worries-list li:nth-of-type(4) p, .worries-content .inner .worries-list li:nth-of-type(5) p, .worries-content .inner .worries-list li:nth-of-type(6) p {
        margin-left: auto; }
      .worries-content .inner .worries-list li p {
        width: 360px;
        background: #fff;
        height: 92px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        position: relative;
        line-height: 1.45; }
        @media screen and (max-width: 1280px) {
          .worries-content .inner .worries-list li p {
            width: 320px; } }
        @media screen and (max-width: 1023px) {
          .worries-content .inner .worries-list li p {
            width: calc(100% - 10px); } }
        @media screen and (max-width: 767px) {
          .worries-content .inner .worries-list li p {
            width: 100%;
            height: auto;
            font-size: 4.8vw;
            padding: 3.2vw 0; } }
        .worries-content .inner .worries-list li p::before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-color: #b18545 transparent transparent transparent;
          border-width: 24px 24px 0px 0px;
          position: absolute;
          top: 0;
          left: 0; }
          @media screen and (max-width: 767px) {
            .worries-content .inner .worries-list li p::before {
              border-width: 4.2666666667vw 4.2666666667vw 0 0; } }
.worries-content.answer {
  position: relative; }
  .worries-content.answer .inner {
    margin-bottom: 56px; }
    @media screen and (max-width: 767px) {
      .worries-content.answer .inner {
        margin-bottom: 6.4vw; } }
  .worries-content.answer::before {
    content: "";
    width: 1px;
    height: 120px;
    background: #1E2325;
    margin: 0 auto 16px;
    display: block; }
    @media screen and (max-width: 767px) {
      .worries-content.answer::before {
        height: 16vw;
        margin-bottom: 2.7vw; } }
  .worries-content.answer h2 {
    line-height: 1.8;
    margin-bottom: 32px; }
    @media screen and (max-width: 767px) {
      .worries-content.answer h2 {
        margin-bottom: 8.5333333333vw;
        line-height: 1.45; } }
  .worries-content.answer p {
    font-size: 16px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .worries-content.answer p {
        font-size: 4.2666666667vw; } }
    .worries-content.answer p strong {
      font-weight: 600; }
  .worries-content.answer .image-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    .worries-content.answer .image-list li {
      width: 25%; }
      @media screen and (max-width: 767px) {
        .worries-content.answer .image-list li {
          width: 50%; } }
      .worries-content.answer .image-list li img {
        width: 100%; }

.feature-area {
  padding: 75px 5% 105px; }
  @media screen and (max-width: 767px) {
    .feature-area {
      padding: 10.066667vw 6.4% 10.6666666667vw; } }
  .feature-area .inner {
    width: min(100%, 1536px);
    margin: auto; }
  .feature-area .section-ttl {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500 !important;
    text-align: center;
    font-size: 40px;
    font-weight: 600 !important;
    line-height: 1.8;
    color: #1E2325;
    letter-spacing: .05em;
    margin-bottom: 16px; }
    .feature-area .section-ttl span {
      font-family: 'Cinzel', serif;
      color: #b18545;
      display: block;
      margin-bottom: 3px;
      font-size: 20px;
      letter-spacing: inherit; }
    @media screen and (max-width: 1023px) {
      .feature-area .section-ttl {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      .feature-area .section-ttl {
        font-size: 8vw; }
        .feature-area .section-ttl span {
          font-size: 4vw; } }
    .feature-area .section-ttl span {
      font-weight: 400 !important;
      letter-spacing: .8px;
      margin-bottom: -2px; }
    @media screen and (max-width: 767px) {
      .feature-area .section-ttl {
        margin-bottom: 5.1vw; } }
  .feature-area .sub-ttl {
    text-align: center;
    margin-bottom: 64px; }
    @media screen and (max-width: 767px) {
      .feature-area .sub-ttl {
        margin-bottom: 8.5333333333vw; } }
  .feature-area h3 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500 !important;
    display: inline-block;
    border-top: 1px solid #1E2325;
    border-bottom: 1px solid #1E2325;
    padding: 16px 73px;
    font-size: 50px;
    font-weight: 600 !important;
    line-height: 1.8;
    letter-spacing: .05em; }
    .feature-area h3 span {
      font-weight: inherit;
      font-family: inherit;
      color: #b18545; }
    @media screen and (max-width: 1023px) {
      .feature-area h3 {
        font-size: 46px;
        padding: 16px 50px;
        width: 100%;
        display: block; } }
    @media screen and (max-width: 767px) {
      .feature-area h3 {
        padding: 4.2666666667vw 0;
        font-size: 9.6vw;
        line-height: 1.45; } }
  @media screen and (min-width: 1024px) {
    .feature-area .content-list .single {
      display: flex;
      position: relative; } }
  .feature-area .content-list .single:not(:last-of-type) {
    margin-bottom: 89px; }
    @media screen and (max-width: 1366px) {
      .feature-area .content-list .single:not(:last-of-type) {
        margin-bottom: 64px; } }
    @media screen and (max-width: 1023px) {
      .feature-area .content-list .single:not(:last-of-type) {
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .feature-area .content-list .single:not(:last-of-type) {
        margin-bottom: 6.4vw; } }
  .feature-area .content-list .single .image {
    width: min(800px, 100%); }
    @media screen and (min-width: 1024px) {
      .feature-area .content-list .single .image {
        position: absolute; } }
  .feature-area .content-list .single:nth-of-type(even) .image {
    right: 0; }
  .feature-area .content-list .single .txt {
    width: 52.0833%;
    margin-top: 64px;
    background: #fff;
    padding: 54px 60px 60px;
    position: static;
    z-index: 1; }
    @media screen and (max-width: 1366px) {
      .feature-area .content-list .single .txt {
        width: 494px;
        padding: 54px 54px 60px; } }
    @media screen and (max-width: 1023px) {
      .feature-area .content-list .single .txt {
        width: 100%;
        margin-top: 0;
        padding: 20px; } }
    @media screen and (max-width: 767px) {
      .feature-area .content-list .single .txt {
        padding: 6vw 4.2666666667vw 4.3vw; } }
    @media screen and (min-width: 768px) {
      .feature-area .content-list .single .txt .ttl-box {
        display: flex;
        align-items: center; } }
    .feature-area .content-list .single .txt p {
      width: 100%;
      font-size: 16px;
      line-height: 2;
      letter-spacing: .05em;
      margin-top: 26px; }
      @media screen and (max-width: 767px) {
        .feature-area .content-list .single .txt p {
          font-size: 4.2666666667vw;
          margin-top: 4.2666666667vw; } }
      .feature-area .content-list .single .txt p strong {
        font-weight: 600; }
      .feature-area .content-list .single .txt p.num {
        font-family: 'Cinzel', serif;
        text-align: center;
        color: #b18545;
        font-size: 20px;
        letter-spacing: .05em;
        margin: 0 12px 0 0;
        width: auto; }
        .feature-area .content-list .single .txt p.num span {
          font-size: 60px;
          font-family: inherit;
          letter-spacing: inherit;
          color: inherit;
          display: block;
          line-height: 1;
          margin-top: -7px; }
        @media screen and (max-width: 767px) {
          .feature-area .content-list .single .txt p.num {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 4vw;
            margin: 0 0 3vw; }
            .feature-area .content-list .single .txt p.num span {
              font-size: 8vw;
              margin: 0 0 0 1.0666666667vw; } }
    .feature-area .content-list .single .txt h4 {
      font-family: 'Noto Serif JP', serif;
      font-weight: 500 !important;
      font-size: 24px;
      font-weight: 600 !important;
      letter-spacing: .05em;
      line-height: 1.8;
      padding-top: 16px; }
      @media screen and (max-width: 767px) {
        .feature-area .content-list .single .txt h4 {
          text-align: center;
          font-size: 6.4vw;
          padding-top: 0; } }
      .feature-area .content-list .single .txt h4 br {
        display: none; }
        @media screen and (max-width: 1366px) {
          .feature-area .content-list .single .txt h4 br.s-pc {
            display: block; } }
        @media screen and (max-width: 1023px) {
          .feature-area .content-list .single .txt h4 br.s-pc {
            display: none; } }
  .feature-area .content-list .single:nth-of-type(odd) .txt {
    margin-left: auto; }

.flow-area {
  background: #4e4e55;
  padding: 76px 0 0;
  margin-bottom: 76px; }
  @media screen and (max-width: 767px) {
    .flow-area {
      padding: 10.6666666667vw 0 0;
      margin-bottom: 10vw; } }
  .flow-area .inner {
    width: min(90%, 942px);
    margin: 0 auto 80px; }
    @media screen and (max-width: 767px) {
      .flow-area .inner {
        width: 87.2%;
        margin: 0 auto 10.6666666667vw; } }
  .flow-area .section-ttl {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500 !important;
    text-align: center;
    font-size: 40px;
    font-weight: 600 !important;
    line-height: 1.8;
    color: #1E2325;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 40px; }
    .flow-area .section-ttl span {
      font-family: 'Cinzel', serif;
      color: #b18545;
      display: block;
      margin-bottom: 3px;
      font-size: 20px;
      letter-spacing: inherit; }
    @media screen and (max-width: 1023px) {
      .flow-area .section-ttl {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      .flow-area .section-ttl {
        font-size: 8vw; }
        .flow-area .section-ttl span {
          font-size: 4vw; } }
    @media screen and (max-width: 767px) {
      .flow-area .section-ttl {
        margin-bottom: 5.9vw;
        line-height: 1.5; } }
    .flow-area .section-ttl span {
      color: #fff;
      font-weight: 400;
      letter-spacing: .05em;
      margin-bottom: -2px; }
      @media screen and (max-width: 767px) {
        .flow-area .section-ttl span {
          margin-bottom: 1.4vw; } }
  .flow-area .flow-step .single:not(:last-of-type) {
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .flow-area .flow-step .single:not(:last-of-type) {
        margin-bottom: 2vw; } }
    .flow-area .flow-step .single:not(:last-of-type)::after {
      content: "";
      width: 72px;
      height: 29px;
      background: url("../../img/wood-frame/triangle.svg") no-repeat center/100%;
      display: block;
      margin: 25px auto 0; }
      @media screen and (max-width: 767px) {
        .flow-area .flow-step .single:not(:last-of-type)::after {
          width: 19.2vw;
          height: 7.7333333333vw;
          margin: 3.3vw auto 0; } }
  .flow-area .flow-step .single dl dt {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500 !important;
    background: #1E2325;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600 !important;
    letter-spacing: .05em;
    padding: 22px; }
    @media screen and (max-width: 767px) {
      .flow-area .flow-step .single dl dt {
        font-size: 5.3333333333vw;
        padding: 4.2666666667vw 0; } }
  .flow-area .flow-step .single dl dd {
    background: #fff;
    padding: 24px 194px;
    font-size: 16px;
    line-height: 2; }
    @media screen and (max-width: 1023px) {
      .flow-area .flow-step .single dl dd {
        padding: 24px 80px; } }
    @media screen and (max-width: 767px) {
      .flow-area .flow-step .single dl dd {
        padding: 6.4vw 4.2666666667vw;
        font-size: 4.2666666667vw; }
        .flow-area .flow-step .single dl dd small {
          font-size: inherit; } }
  .flow-area .flow-step .small-txt {
    margin-top: 40px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .flow-area .flow-step .small-txt {
        margin-top: 6.4vw;
        text-align: left; } }
    .flow-area .flow-step .small-txt small {
      font-size: 14px;
      line-height: 2;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .flow-area .flow-step .small-txt small {
          font-size: 3.7333333333vw; } }
  .flow-area .image img {
    width: 100%; }

.qa-area {
  margin-bottom: 81px; }
  @media screen and (max-width: 767px) {
    .qa-area {
      margin-bottom: 10.4vw; } }
  .qa-area .inner {
    width: min(90%, 942px);
    margin: auto; }
    @media screen and (max-width: 767px) {
      .qa-area .inner {
        width: 87.2%; } }
  .qa-area .section-ttl {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500 !important;
    text-align: center;
    font-size: 40px;
    font-weight: 600 !important;
    line-height: 1.8;
    color: #1E2325;
    letter-spacing: .05em;
    margin-bottom: 35px; }
    .qa-area .section-ttl span {
      font-family: 'Cinzel', serif;
      color: #b18545;
      display: block;
      margin-bottom: 3px;
      font-size: 20px;
      letter-spacing: inherit; }
    @media screen and (max-width: 1023px) {
      .qa-area .section-ttl {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      .qa-area .section-ttl {
        font-size: 8vw; }
        .qa-area .section-ttl span {
          font-size: 4vw; } }
    @media screen and (max-width: 767px) {
      .qa-area .section-ttl {
        margin-bottom: 7vw; } }
    .qa-area .section-ttl span {
      font-weight: 400 !important;
      margin-bottom: -2px; }
      @media screen and (max-width: 767px) {
        .qa-area .section-ttl span {
          margin-bottom: 0; } }
  .qa-area .qa-list {
    border-top: 1px solid #b18545; }
    .qa-area .qa-list .single {
      padding: 40px 97px;
      border-bottom: 1px solid #b18545; }
      @media screen and (max-width: 1023px) {
        .qa-area .qa-list .single {
          padding: 40px; } }
      @media screen and (max-width: 767px) {
        .qa-area .qa-list .single {
          padding: 8.45vw 0; } }
      .qa-area .qa-list .single h3 {
        font-family: 'Noto Serif JP', serif;
        font-weight: 500 !important;
        margin-bottom: 16px;
        font-size: 22px;
        font-weight: 600 !important;
        position: relative;
        padding-left: 50px;
        letter-spacing: .05em;
        line-height: 1.8; }
        @media screen and (max-width: 767px) {
          .qa-area .qa-list .single h3 {
            font-size: 5.3333333333vw;
            margin-bottom: 4.2666666667vw;
            padding-left: 13.3333333333vw; } }
        .qa-area .qa-list .single h3::before {
          font-family: 'Noto Serif JP', serif;
          font-weight: 500 !important;
          content: "Q";
          width: 38px;
          height: 38px;
          background: #4e4e55;
          color: #fff;
          font-size: 14px;
          font-weight: 600;
          display: block;
          text-align: center;
          border-radius: 38px;
          padding: 5px 0 10px;
          position: absolute;
          left: 0; }
          @media screen and (max-width: 767px) {
            .qa-area .qa-list .single h3::before {
              width: 10.1333333333vw;
              height: 10.1333333333vw;
              font-size: 3.7333333333vw;
              border-radius: 10.1333333333vw;
              padding: 1.3333333333vw 0 2.6666666667vw;
              top: 0;
              bottom: 0;
              margin: auto; } }
      .qa-area .qa-list .single p {
        font-size: 16px;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          .qa-area .qa-list .single p {
            font-size: 4.2666666667vw; } }
        .qa-area .qa-list .single p small {
          font-size: inherit; }

.oem-area {
  background: #1E2325;
  padding: 85px 0 80px;
  margin-bottom: 76px; }
  @media screen and (max-width: 767px) {
    .oem-area {
      padding: 10.6666666667vw 0;
      margin-bottom: 10vw; } }
  .oem-area .inner {
    width: min(90%, 1136px);
    margin: auto; }
    @media screen and (max-width: 767px) {
      .oem-area .inner {
        width: 87.2%; } }
  .oem-area h2 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500 !important;
    text-align: center;
    font-weight: 600 !important;
    font-size: 40px;
    color: #fff;
    margin-bottom: 29px;
    font-size: 32px; }
    .oem-area h2 span {
      font-family: inherit;
      font-size: inherit;
      color: #b18545; }
    @media screen and (max-width: 767px) {
      .oem-area h2 {
        font-size: 8vw; } }
    @media screen and (max-width: 767px) {
      .oem-area h2 {
        font-size: 6.4vw;
        margin-bottom: 6.1vw;
        line-height: 1.45; } }
  .oem-area .read {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .oem-area .read {
        font-size: 4.2666666667vw;
        text-align: left;
        margin-bottom: 6.4vw; } }
  .oem-area .image-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 14px; }
    @media screen and (min-width: 768px) {
      .oem-area .image-list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      .oem-area .image-list {
        margin-bottom: 6.4vw; } }
    @media screen and (min-width: 768px) {
      .oem-area .image-list li {
        width: 48.85565%;
        margin-bottom: 2.2887%; }
        .oem-area .image-list li:nth-of-type(odd) {
          margin-right: 2.2887%; } }
    @media screen and (max-width: 767px) {
      .oem-area .image-list li {
        width: 100%; }
        .oem-area .image-list li:not(:last-of-type) {
          margin-bottom: 2.1333333333vw; } }
  .oem-area .link-btn {
    width: 406px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .oem-area .link-btn {
        width: 100%; } }
    .oem-area .link-btn a {
      display: block;
      border: 1px solid #fff;
      padding: 12px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      text-decoration: none;
      text-align: center;
      border-radius: 50px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .oem-area .link-btn a {
          padding: 3.2vw;
          font-size: 4.2666666667vw;
          border-radius: 13.3333333333vw; } }
      .oem-area .link-btn a::after {
        content: "";
        width: 7px;
        height: 7px;
        border-top: 1.5px solid #fff;
        border-right: 1.5px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto; }
        @media screen and (max-width: 767px) {
          .oem-area .link-btn a::after {
            width: 1.8666666667vw;
            height: 1.8666666667vw; } }
        @media screen and (max-width: 767px) {
          .oem-area .link-btn a::after {
            right: 4vw; } }

.contact-area {
  width: min(100%, 1136px);
  margin: auto; }
  .contact-area .section-ttl {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500 !important;
    text-align: center;
    font-size: 40px;
    font-weight: 600 !important;
    line-height: 1.8;
    color: #1E2325;
    letter-spacing: .05em;
    margin-bottom: 40px; }
    .contact-area .section-ttl span {
      font-family: 'Cinzel', serif;
      color: #b18545;
      display: block;
      margin-bottom: 3px;
      font-size: 20px;
      letter-spacing: inherit; }
    @media screen and (max-width: 1023px) {
      .contact-area .section-ttl {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      .contact-area .section-ttl {
        font-size: 8vw; }
        .contact-area .section-ttl span {
          font-size: 4vw; } }
    .contact-area .section-ttl span {
      font-weight: 400 !important;
      letter-spacing: .05em;
      margin-bottom: -2px; }
    @media screen and (max-width: 767px) {
      .contact-area .section-ttl {
        margin-bottom: 7.7vw; } }
  .contact-area .cta-list {
    background: #eee;
    padding: 69px 0 40px; }
    @media screen and (max-width: 767px) {
      .contact-area .cta-list .inner {
        width: 87.2%; } }
    @media screen and (max-width: 767px) {
      .contact-area .cta-list {
        padding: 9.9vw 0; } }
    .contact-area .cta-list .read {
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 28px;
      width: 100%;
      color: #1E2325; }
      @media screen and (max-width: 767px) {
        .contact-area .cta-list .read {
          font-size: 4.8vw;
          line-height: 2;
          margin-bottom: 6.4vw; } }
    @media screen and (max-width: 767px) {
      .contact-area .cta-list .tel {
        margin-bottom: 6.4vw; } }
    .contact-area .cta-list .tel .btn {
      margin-bottom: 16px; }
      @media screen and (max-width: 767px) {
        .contact-area .cta-list .tel .btn {
          margin-bottom: 2.1333333333vw; } }
    .contact-area .cta-list .tel p {
      color: #1E2325; }
      @media screen and (max-width: 767px) {
        .contact-area .cta-list .tel p {
          font-size: 3.7333333333vw;
          line-height: 2; } }
    .contact-area .cta-list .mail .btn {
      background: #1E2325;
      color: #fff; }
      .contact-area .cta-list .mail .btn::before {
        background: url("../../img/wood-frame/mail-white.svg") no-repeat center/100%;
        margin: 0 8px 0 0; }
        @media screen and (max-width: 767px) {
          .contact-area .cta-list .mail .btn::before {
            margin-right: 2.1333333333vw; } }
      .contact-area .cta-list .mail .btn::after {
        border-color: #fff; }

.cta_area {
  padding: 0; }

.floating .sp_floating_btn li.showroom_btn, .floating .sp_floating_btn li.item_btn {
  display: none; }
.floating .sp_floating_btn li.contact_btn {
  border: none; }
