.single-area {
  div#wpadminbar {
    display: none;
  }
  header {
    background-color: white !important;
    width: 100%;
    h1 {
      @media (width <= 768px) {
        background: black !important;
        color: white;
        text-align: center;
      }
    }
    #h_logo {
      .company_name {
        span {
          color: #3c1c76 !important;
        }
      }
    }
    #h_contact {
      display: flex;
      justify-content: flex-end;
      width: fit-content;
      .pc_tab {
        .t {
          font-size: 24px;
          margin-top: 0px;
          padding-left: 0px;
          margin-left: 0px;
        }
        .m {
          margin-left: 8px;
        }
      }
    }
  }
  nav.cf.pc {
    @media (width <= 768px) {
      display: none;
    }
  }
  .headline {
    @media (width >= 768px) {
      .mvsp {
        display: none;
      }
    }
  }
  @media screen and (max-width: 767px) {
    .ttl_logo {
      width: 100% !important;
      margin-inline: auto;
    }
  }
  section {
    margin-top: 40px;
    margin-bottom: 40px;
    @media (width <= 768px) {
      padding: 0 4%;
    }
    h2.ttl01 {
      color: #3c1c76 !important;
      @media (width <= 768px) {
        font-size: 24px;
      }
    }
  }
  .anch-lead {
    .in {
      a {
        color: rgba(230, 105, 111, 1);
        &:hover {
          text-decoration: none!important;
          opacity: 0.8!important;
        }
      }
    }
  }
	        .newTtl {
            border-radius: 4px;
        }
  .n-area {
    padding: 32px 24px 32px 24px;
    h2 {
      font-size: 35px;
      text-align: center;
      margin-bottom: 20px;
    }
    h3.area_ttl {
      background: #826da5 !important;
      font-size: 40px;
      z-index: 0 !important;
      @media (width <= 768px) {
        font-size: 24px;
      }
    }
    .t-ah3 {
      position: relative;
      margin-bottom: 48px;
      color: white;
      background-color: #826da5;
      @media screen and (min-width: 768px) {
        .japan_map {
          position: absolute;
          top: -18px;
          right: 0px;
          z-index: 1;
        }
      }
      @media screen and (max-width: 767px) {
        .japan_map {
          top: 18px;
          right: 3px;
          z-index: 1;
          width: 100px;
        }
      }
    }
    .h2-line {
      margin-bottom: 0px;
    }
    .t-area-wrap {
      background-color: #bcadd640;
      padding: 40px;
      @media (max-width: 767px) {
        padding: 40px 24px;
      }
    }
    h3 {
      text-align: center;
      letter-spacing: 1.5px;
      margin-bottom: 32px;
      font-size: 20px;
    }
    h3 {
      margin-top: 20px;
    }
    .t-area-inner {
      margin-inline: auto;
      h2 {
        color: #3c1c76 !important;
        @media (width <= 768px) {
          font-size: 24px;
        }
      }
      span.area-headline {
        display: block;
        text-align: center;
        font-size: 20px;
        color: black;
        font-weight: 700;
        margin-bottom: 16px;
      }
      span {
        line-height: 28px;
      }
      a:visited {
        color: #0000ee !important;
      }
      ul {
        padding-left: 0px;
      }
      h3 {
        text-align: center;
      }
      a {
        padding: 0px;
        word-break: keep-all;
      }
      a:visited {
        color: #0000ee !important;
      }
      span {
        line-height: 28px;
      }
      .area-list-wrap {
        gap: 12px;
        padding: 0;
        margin: 0;
        list-style: none;
        justify-content: start;
        margin-bottom: 32px;
        &:nth-of-type(2) {
          margin-bottom: 0px;
        }
        .area-list-term {
          border-radius: 4px;
          text-align: center;
          transition: background 0.2s;
          display: inline-flex;
          justify-content: center;
          @media (max-width: 767px) {
            width: auto;
            font-size: 14px;
          }
          a {
            display: block;
            color: #333;
            text-decoration: underline;
            &:hover {
              opacity: 0.8;
              text-decoration: underline !important;
            }
          }
        }

        @media (max-width: 767px) {
          grid-template-columns: repeat(2, 1fr);
        }

        @media (min-width: 768px) and (max-width: 1023px) {
          grid-template-columns: repeat(3, 1fr);
        }

        @media (min-width: 1024px) {
          grid-template-columns: repeat(4, 1fr);
        }
      }
    }
    .area-prefecture {
      text-align: center;
    }
  }
  .n-are-construction {
    .construction__slick {
      margin: 0 0 24px;
      .construction__card {
        .c-n {
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
        text-decoration: none;
        color: inherit;
        display: block;
        height: 100%;
        .construction__thumb {
          aspect-ratio: 16 / 9;
          overflow: hidden;
          border-radius: 8px;
          background: #f7f7f7;
          display: flex;
          align-items: center;
          justify-content: center;
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
          }
          .construction__ph {
            font-size: 12px;
            color: #999;
          }
        }

        .construction__name,
        .construction__cost {
          font-size: 16px !important;
          margin: 10px 0 6px;
        }

        .construction__mechanism,
        .construction__kinds {
          font-size: 16px;
        }

        .construction__title {
          font-size: 18px;
          font-weight: bold;
        }

        .construction__cost-dup {
          font-size: 16px;
        }

        .construction__cost,
        .construction__date {
          font-size: 14px;
          line-height: 1.6;
          margin: 2px 0;
          margin-top: 12px;
          color: #333;
        }
      }
      .slick-dots {
        bottom: -28px;
        li button:before {
          font-size: 10px;
        }
      }
    }
  }
  .n-area-customer_voice {
    .cv__slick {
      margin: 0 0 24px;
      .cv__card {
        text-decoration: none;
        color: inherit;
        display: block;
        height: 100%;

        .cv__area {
          font-size: 12px;
          color: #666;
          margin-bottom: 8px;
        }

        .cv__thumb {
          aspect-ratio: 16 / 9;
          overflow: hidden;
          border-radius: 8px;
          background: #f7f7f7;
          display: flex;
          align-items: center;
          justify-content: center;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
          }

          .cv__ph {
            font-size: 12px;
            color: #999;
          }
        }

        .cv__name {
          font-size: 16px;
          font-weight: 400;
          margin: 10px 0 6px;
        }

        .cv__title,
        .cv__content,
        .cv__date {
          font-size: 13px;
          line-height: 1.6;
          margin: 2px 0;
          color: #333;
        }
      }
      .cv__title {
        font-size: 16px !important;
        font-weight: 900;
      }
      .slick-dots {
        bottom: -28px;

        li button:before {
          font-size: 10px;
        }
      }
    }
  }
  .nslcard {
    background: #fefef2;
    border: 1px solid #e3dfac;
    border-radius: 12px;
    padding: 12px;
    margin: 0 8px;
    height: 100%;
  }
  .aslprev {
    top: calc((100% - 45px) / 2);
    right: -40px;
    @media screen and (max-width: 1100px) {
      right: 20px;
      z-index: 2;
    }
    @media (width <= 430px) {
      right: 0px;
    }
  }
  .aslnext {
    top: calc((100% - 45px) / 2);
    left: -40px;
    @media screen and (max-width: 1100px) {
      left: 20px;
      z-index: 2;
    }
    @media (width <= 430px) {
      left: 0px;
    }
  }

  .asl-arrow {
    width: 24px;
    height: 45px;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    border: none;
    color: #2a68b3;
    padding: 0px;
    cursor: pointer;
  }
  .n-faq {
    font {
      color: white;
      text-decoration: underline;
    }
  }
  .n-area-blog {
    padding: 40px 0;
    margin-top: 60px;
    position: relative;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      box-shadow: 0 0 0 100vmax #e9f1f9;
      clip-path: inset(0 -100vmax);
      background-color: #e9f1f9;
    }
    h4 {
      margin: 4px 0;
      font-size: 20px;
      text-decoration: underline;
      color: #0202e0 !important;
    }
    .t-blogcard-wrap {
      display: flex;
      margin-inline: auto;
      padding: 12px;
      width: clamp(300px, 70%, 900px);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background-color: white;
      gap: 12px;
      text-decoration: none;
      margin-bottom: 32px;
      color: #0d0d0d;
      @media screen and (max-width: 768px) {
        flex-direction: column;
      }
      &:hover {
        opacity: 0.7;
      }
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .t-b-img {
        width: 90%;
        @media (width <= 430px) {
          width: 100%;
        }
      }
      .t-b-img,
      .t-b-content-wrap {
        pointer-events: none;
      }
      .t-b-text,
      .t-b-data {
        color: black;
      }
      .t-b-p-wrap {
        display: flex;
        align-items: flex-end;
        img {
          width: 32px;
        }
      }
    }
    .case-more {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin-inline: auto;
      color: white;
      background-color: #2a68b2;
      width: 300px;
      text-align: center;
      padding: 24px 56px;
      box-sizing: border-box;
      .fa-chevron-right {
        margin: 0px;
      }
    }
  }
  .region {
    background-image: unset;
    text-align: center;
    .t-h2 {
      text-align: center;
      font-size: 40px;
      margin-bottom: 36px;
    }
    .region-wrap {
      background-color: #fefef2;
      padding: 60px 48px;
      text-align: left;
    }
  }
  .contact_bg {
    @media (width <= 768px) {
      padding-top: 24px;
      padding-bottom: 24px;
    }
    th {
      text-align: left;
    }
  }
  .n-area-cta {
    color: white;
    position: relative;
    background-color: #826da5;
    padding-top: 24px;
    padding-bottom: 24px;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      box-shadow: 0 0 0 100vmax #826da5;
      clip-path: inset(0 -100vmax);
      background-color: #826da5;
    }
    .na {
      display: none;
      @media (width <= 430px) {
        display: inline;
      }
    }
    .n-cta-up {
      display: block;
      text-align: center;
      font-size: 28px;
      @media screen and (max-width: 430px) {
        font-size: 24px;
      }
      .ne {
        font-family: "dashicons";
        @media screen and (max-width: 430px) {
          display: none;
        }
      }
    }
    .n-cta-down {
      display: block;
      text-align: center;
      font-size: clamp(18px, 1.944vw, 28px);
      margin-bottom: 16px;
      margin-top: 16px;
    }
    .footer-nav-flex {
      display: flex;
      justify-content: space-around;
      .g_box {
        position: relative;
		  .lt{
			  font-weight: bold;
		  }
      }
      .g_link {
        a {
          position: absolute;
          text-indent: -9999px;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
        }
      }
      @media screen and (max-width: 1024px) {
        flex-direction: column;
        gap: 20px;
        li.g_box {
          width: 100% !important;
          max-width: 600px;
          margin-inline: auto;
          box-sizing: border-box;
        }
      }
    }
    .footer-nav-flex li {
      padding: 5px 10px;
      border-radius: 6px 6px 0 0;
      display: flex;
      align-items: center;
    }

    .footer-nav-flex li .in-li-flex {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .footer-nav-flex li .lt {
      font-size: 0.9rem;
      margin-bottom: 0px;
    }
    .footer-nav-flex li .li-L {
      line-height: 1;
      margin-bottom: 0px;
      margin-right: 10%;
    }

    .footer-nav-flex li p {
      margin-bottom: 0px;
    }

    .footer-nav-flex li:nth-child(1) {
      border: 3px solid #fff;
      order: 2;
      width: 50%;
      background: #ff9900;
      border-radius: 6px 6px 6px 6px;
      padding: 0px 0px;
    }

    .footer-nav-flex li:nth-child(1) .li-L {
      font-size: 0.9rem;
      font-weight: normal;
      width: 26%;
      line-height: 1.5;
      color: #fff;
      margin-right: 4%;
      padding: 10px 10px;
      background: #ff6a00;
      position: relative;
      @media screen and (max-width: 768px) {
        font-size: 12px;
      }
      @media screen and (max-width: 375px) {
        font-size: 10px;
      }
    }
    .footer-nav-flex li:nth-child(1) .li-L:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 0 15px 15px;
      border-color: transparent transparent transparent #ff6a00;
      position: absolute;
      right: -15px;
      top: 50%;
      transform: translateY(-50%);
    }
    .footer-nav-flex li:nth-child(1) .li-R {
      width: 66%;
      padding-left: 2%;
      text-align: center;
      svg.svg-inline--fa.fa-mobile-alt {
        padding-right: 10px;
      }
      @media screen and (max-width: 768px) {
        font-size: 24px;
        text-align: center;
      }
    }

    .footer-nav-flex li:nth-child(2) {
      border: 3px solid #4ba36f;
      order: 1;
      width: 23%;
      background: #06c152;
      border-bottom: 5px solid #105f30;
    }
    .footer-nav-flex li:nth-child(2) .lt {
      color: #fff;
      font-size: 0.9rem;
      word-break: keep-all;
    }
    .footer-nav-flex li:nth-child(2) .li-L {
      font-size: 3rem;
    }
    .footer-nav-flex li:nth-child(2) .li-L .fa-line {
      color: #fff;
    }

    .footer-nav-flex li:nth-child(3) {
      border: 3px solid #4f82b7;
      order: 3;
      width: 23%;
      background: #429efd;
      border-bottom: 5px solid #185593;
      min-width: 200px;
    }
    .footer-nav-flex li:nth-child(3) .lt {
      color: #fff;
      word-break: keep-all;
    }
    .footer-nav-flex li:nth-child(3) .li-L {
      font-size: 2rem;
    }
    .footer-nav-flex li:nth-child(3) .li-L .fa-laptop {
      color: #fff;
    }

    .footer-nav-flex li:nth-child(4) {
      border: 3px solid #ff9900;
    }
    .footer-nav-flex li:nth-child(4) .lt {
      color: #fff;
      background: #ff9900;
      font-size: 1rem;
    }
    .footer-nav-flex li:nth-child(4) .li-L {
      color: #fff;
    }

    .f-tel-tap02 {
      text-align: left;
      font-size: 2.1rem;
      color: #fff;
      line-height: 1;
      word-break: keep-all;
    }

    .f_pc_bnr .fluffy {
      color: #fff;
      text-align: right;
      font-size: 1.1rem;
      height: auto;
    }

    .f_bnr_women {
      position: absolute;
      top: -40px;
      left: -110px;
    }

    .catSearch {
      margin-bottom: 40px;
    }
    .catSearch .headCat {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .catSearch .headCat .catTtl {
      font-family: "Roboto", sans-serif;
      color: #275ba9;
      font-weight: bold;
      width: 18%;
      margin-right: 2%;
      font-size: 1.2rem;
      height: 50px;
      line-height: 50px;
      margin-bottom: 0px;
    }
    .catSearch .headCat .tabs {
      width: 80%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }
    .catSearch .headCat .tabs li.tabMenu {
      width: 25%;
      text-align: center;
      color: #275ba9;
      font-weight: bold;
      background: #edf4ff;
      border: 2px solid #96b4e1;
      height: 50px;
      line-height: 50px;
      border-bottom: none;
    }
    .catSearch .headCat .tabs li.tabMenu:nth-child(1),
    .catSearch .headCat .tabs li.tabMenu:nth-child(2),
    .catSearch .headCat .tabs li.tabMenu:nth-child(3) {
      border-right: 1px solid #96b4e1;
    }
    .catSearch .headCat .tabs li.tabMenu a {
      color: #000;
      display: block;
    }
    .catSearch .headCat .tabs li.tabMenu a:link {
      color: #000;
      text-decoration: none;
    }
    .catSearch .headCat .tabs li.tabMenu a:visited {
      color: #000;
      text-decoration: none;
    }
    .catSearch .headCat .tabs li.tabMenu a:hover {
      color: #fff;
      text-decoration: none;
      background: #275ba9;
    }
    .catSearch .headCat .tabs li.tabMenu a:active {
      color: #000;
      text-decoration: none;
    }
    .catSearch .headCat .tabs li.tabMenu.selected {
      background: #275ba9;
    }
    .catSearch .headCat .tabs li.tabMenu.selected a {
      color: #fff;
      display: block;
    }
    .catSearch .headCat .tabs li .svg-inline--fa {
      margin-right: 5px;
    }

    .catSearch .catList {
      border: 2px solid #96b4e1;
      padding: 2% 4%;
      width: 91.7%;
    }
    .catSearch .catList ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
    }
    .catSearch .catList li {
      margin-right: 1%;
    }
    .catSearch .catList li a {
      color: #fff;
      display: block;
      border: 2px solid #dedede;
      min-width: 135px;
      text-align: center;
      height: 40px;
      line-height: 40px;
      border-radius: 40px;
      padding: 0 10px;
    }
    .catSearch .catList li a:link {
      color: #275ba9;
      text-decoration: none;
    }
    .catSearch .catList li a:visited {
      color: #275ba9;
      text-decoration: none;
    }
    .catSearch .catList li a:hover {
      color: #ffa800;
      text-decoration: none;
    }
    .catSearch .catList li a:active {
      color: #275ba9;
      text-decoration: none;
    }
    .catSearch .catList li a:after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-left: 5px;
    }

    @media screen and (min-width: 768px) {
      .footer-nav-flex li:nth-child(2) {
        width: 20%;
      }
      .footer-nav-flex li:nth-child(1) {
        width: 45%;
      }
      .footer-nav-flex li:nth-child(3) {
        width: 20%;
      }
    }
    .footer-nav-flex li:nth-child(1) .no-anim {
      width: 100%;
    }
  }
  .footarea-new {
    background-color: #7a61a9;
    #copyright {
      background-color: #7a61a9 !important;
    }
  }
}

#single-area {
  footer.cf-new {
    background: #826da5 !important;
  }
  @media (width <= 780px) {
    .contactBnr-new {
      background: rgba(221, 221, 221, 1);
      padding: 10px;
      position: relative;
      .pc {
        display: none;
      }
      .sp {
        display: block;
      }
    }
    .contactBnr-new h4 {
      color: rgba(95, 86, 87, 1);
      margin-bottom: 10px;
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 1.4;
      text-shadow:
        2px 2px 1px #ffffff,
        -2px 2px 1px #ffffff,
        2px -2px 1px #ffffff,
        -2px -2px 1px #ffffff,
        2px 0px 1px #ffffff,
        0px 2px 1px #ffffff,
        -2px 0px 1px #ffffff,
        0px -2px 1px #ffffff;
    }
    .contactBnr-new h4 span {
      font-size: 0.7em;
    }
    .contactBnr-new .in {
      background: #fff;
      padding: 4%;
    }
    .contactBnr-new .in ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 10px;
    }
    .contactBnr-new .in ul li:nth-child(1) {
      background: rgba(130, 109, 164, 1);
      font-size: 1rem;
      padding: 5px;
      margin-right: 10px;
      width: 35px;
      line-height: 1.2;
      color: #fff;
    }
    .contactBnr-new .in ul li:nth-child(2) {
      font-size: 2.2rem;
      color: rgba(227, 107, 108, 1);
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      line-height: 1;
    }
    .contactBnr-new .in p {
      background: rgba(130, 109, 164, 1);
      font-size: 0.9rem;
      padding: 1px;
      text-align: center;
      border-radius: 20px;
      color: #fff;
      margin-bottom: 0px;
    }
    .contactBnr-new .in p span {
      font-family: "Roboto", sans-serif;
      font-weight: bold;
    }
    .contactBnr-new .f_bnr_women02 {
      position: absolute;
      top: -20px;
      right: -10px;
      width: 145px;
    }
  }
}
