* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif; }

html {
  font-size: 10px; }

img {
  vertical-align: bottom; }

a {
  transition-duration: .3s; }
  a:hover {
    opacity: .5;
    transition-duration: .3s; }

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem; }
  @media (max-width: 750px) {
    body {
      font-size: 3.5vw; } }
  body header.site-header {
    width: 100%;
    height: 75px;
    background: radial-gradient(#875E0C, #402911);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3); }
    @media (max-width: 750px) {
      body header.site-header {
        height: auto; } }
    body header.site-header .wrapper {
      display: flex;
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      justify-content: space-between; }
      @media (max-width: 1280px) {
        body header.site-header .wrapper {
          padding: 0 20px; } }
      @media (max-width: 750px) {
        body header.site-header .wrapper {
          padding: 0; } }
      body header.site-header .wrapper div.logo {
        width: 125px;
        height: 125px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3); }
        @media (max-width: 1280px) {
          body header.site-header .wrapper div.logo {
            left: 20px; } }
        @media (max-width: 750px) {
          body header.site-header .wrapper div.logo {
            width: 90px;
            height: 50px;
            position: relative;
            left: 0;
            box-shadow: none; } }
        body header.site-header .wrapper div.logo .sitelogo {
          font-size: 0px;
          line-height: 0; }
          body header.site-header .wrapper div.logo .sitelogo a img {
            width: 59px;
            height: 48px; }
            @media (max-width: 750px) {
              body header.site-header .wrapper div.logo .sitelogo a img {
                width: 30px;
                height: 24px; } }
      body header.site-header .wrapper div.navi {
        width: 100%;
        padding: 38px 0 0; }
        @media (max-width: 750px) {
          body header.site-header .wrapper div.navi {
            padding: 0; } }
        body header.site-header .wrapper div.navi nav {
          width: 100%;
          text-align: right; }
          @media (max-width: 750px) {
            body header.site-header .wrapper div.navi nav {
              text-align: left;
              height: 100%; } }
          body header.site-header .wrapper div.navi nav ul.root {
            list-style-type: none;
            display: flex;
            justify-content: flex-end; }
            @media (max-width: 750px) {
              body header.site-header .wrapper div.navi nav ul.root {
                justify-content: flex-end;
                flex-wrap: wrap;
                height: 100%;
                align-items: center; } }
            body header.site-header .wrapper div.navi nav ul.root > li {
              padding: 15px 20px 15px;
              top: -15px; }
              @media (max-width: 750px) {
                body header.site-header .wrapper div.navi nav ul.root > li {
                  padding: 0;
                  top: 0; } }
              body header.site-header .wrapper div.navi nav ul.root > li:last-child {
                padding-right: 0; }
              body header.site-header .wrapper div.navi nav ul.root > li > a {
                text-decoration: none;
                color: #fff;
                font-weight: 400; }
                @media (max-width: 750px) {
                  body header.site-header .wrapper div.navi nav ul.root > li > a {
                    padding: 0 10px;
                    font-size: 3vw; } }
  body main h2 {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px; }
    @media (max-width: 750px) {
      body main h2 {
        font-size: 5vw;
        margin-bottom: 1vw; } }
    body main h2 + .small-en {
      margin-bottom: 30px; }
      @media (max-width: 750px) {
        body main h2 + .small-en {
          font-size: 2.5vw;
          margin-bottom: 4.5vw; } }
  body main .small-en {
    font-size: 1.4rem;
    font-weight: 200;
    font-family: Arial, Helvetica, "sans-serif";
    padding-bottom: 10px; }
    body main .small-en:after {
      content: "";
      background: #6B4924;
      width: 30%;
      height: 3px;
      display: block;
      position: absolute;
      bottom: 0; }
  body main h3 {
    font-size: 3rem;
    font-weight: 400;
    padding-bottom: 2px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #6B4924; }
    @media (max-width: 750px) {
      body main h3 {
        font-size: 4vw;
        margin-bottom: 3.5vw; } }
  body main br.mo {
    display: none; }
    @media (max-width: 750px) {
      body main br.mo {
        display: block; } }
  body .inner {
    max-width: 1280px;
    margin: 0 auto; }
    @media (max-width: 1280px) {
      body .inner {
        padding: 0 20px; } }
  body .max-text {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  body dl.basic {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    body dl.basic dt {
      border-bottom: 1px solid #6B4924;
      padding: 0 0 10px;
      margin-bottom: 15px;
      width: 20%; }
    body dl.basic dd {
      border-bottom: 1px solid #929292;
      padding: 0 0 10px;
      margin-bottom: 15px;
      width: 78.5%; }

body.home div.mainimage {
  width: 100%;
  display: block;
  aspect-ratio: 1920 / 613; }
  body.home div.mainimage figure {
    display: block;
    width: 100%; }
    body.home div.mainimage figure img {
      width: 100%;
      height: auto;
      z-index: 1; }
  body.home div.mainimage .inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%; }
  body.home div.mainimage p {
    font-size: 3rem;
    color: #333;
    letter-spacing: .2rem;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1; }
    @media (max-width: 750px) {
      body.home div.mainimage p {
        font-size: 3.5vw;
        line-height: 1.7;
        margin-top: -2em; } }
    body.home div.mainimage p span {
      font-size: 3.5rem;
      color: #6B4924; }
      @media (max-width: 750px) {
        body.home div.mainimage p span {
          font-size: 4vw; } }
body.home section.message {
  width: 100%;
  text-align: center;
  overflow: hidden; }
  body.home section.message .inner {
    padding: 80px 0;
    z-index: 2; }
    @media (max-width: 750px) {
      body.home section.message .inner {
        padding: 5vw 0; } }
    body.home section.message .inner h2 + .small-en {
      margin-bottom: 60px; }
      @media (max-width: 750px) {
        body.home section.message .inner h2 + .small-en {
          margin-bottom: 4vw; } }
      body.home section.message .inner h2 + .small-en:after {
        left: 50%;
        margin-left: -100px; }
    body.home section.message .inner .text {
      font-size: 1.5vw;
      line-height: 2.1;
      font-weight: 200; }
      @media (max-width: 750px) {
        body.home section.message .inner .text {
          font-size: 3.5vw;
          font-weight: 400;
          text-shadow: 0 1px 2px #fff; } }
  body.home section.message .l-image {
    aspect-ratio: 293 / 568;
    height: 32vw;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 7vw;
    background: url("/assets/img/home/bg-message-1.jpg") no-repeat;
    background-size: cover;
    z-index: 1; }
    @media (max-width: 750px) {
      body.home section.message .l-image {
        left: -1.5vw;
        opacity: .5; } }
  body.home section.message .r-image {
    aspect-ratio: 293 / 568;
    height: 32vw;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 7vw;
    background: url("/assets/img/home/bg-message-2.jpg") no-repeat;
    background-size: cover;
    z-index: 1; }
    @media (max-width: 750px) {
      body.home section.message .r-image {
        right: -1.5vw;
        opacity: .5; } }
body.home section.business {
  background: url("/assets/img/home/business-bg.jpg") no-repeat;
  background-size: cover;
  padding: 80px 0; }
  @media (max-width: 750px) {
    body.home section.business {
      padding: 5vw 0; } }
  body.home section.business .img-tx1 {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 750px) {
      body.home section.business .img-tx1 {
        display: block; } }
    body.home section.business .img-tx1 div:first-child {
      width: 37.3%; }
      @media (max-width: 750px) {
        body.home section.business .img-tx1 div:first-child {
          width: 100%;
          margin: 0 0 2vw; } }
      body.home section.business .img-tx1 div:first-child img {
        width: 100%;
        height: auto; }
    body.home section.business .img-tx1 div:last-child {
      width: 59.2%;
      line-height: 2; }
      @media (max-width: 750px) {
        body.home section.business .img-tx1 div:last-child {
          width: 100%; } }
body.home section.aboutus {
  padding: 80px 0; }
  @media (max-width: 750px) {
    body.home section.aboutus {
      padding: 5vw 0; } }
  body.home section.aboutus .map {
    aspect-ratio: 1280 / 450; }
    body.home section.aboutus .map iframe {
      width: 100%;
      height: 100%;
      margin-bottom: 30px; }
      @media (max-width: 750px) {
        body.home section.aboutus .map iframe {
          margin-bottom: 2.5vw; } }

footer.site-footer {
  background: #333333;
  padding: 20px 0 30px; }
  footer.site-footer .inquiry-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 148px;
    height: 148px;
    z-index: 255; }
    footer.site-footer .inquiry-button img {
      width: 100%;
      height: 100%;
      z-index: 5; }
    footer.site-footer .inquiry-button.is-hidden {
      display: none; }
  footer.site-footer .inner {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 750px) {
      footer.site-footer .inner {
        display: block; } }
    footer.site-footer .inner > div:first-child {
      width: calc(100% - 240px); }
      @media (max-width: 750px) {
        footer.site-footer .inner > div:first-child {
          width: 100%; } }
      footer.site-footer .inner > div:first-child ul {
        display: block;
        list-style: none; }
        @media (max-width: 750px) {
          footer.site-footer .inner > div:first-child ul {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 3vw; } }
        footer.site-footer .inner > div:first-child ul li {
          display: inline;
          margin-right: 10px; }
          @media (max-width: 750px) {
            footer.site-footer .inner > div:first-child ul li {
              width: 45%;
              margin: 0 1vw 2.5vw;
              border-bottom: 1px solid #666;
              padding-bottom: 1.5vw;
              text-align: center; } }
          footer.site-footer .inner > div:first-child ul li a {
            text-decoration: none;
            color: #fff; }
    footer.site-footer .inner > div:last-child {
      width: 240px;
      text-align: right; }
      @media (max-width: 750px) {
        footer.site-footer .inner > div:last-child {
          width: 100%;
          text-align: center; } }
      footer.site-footer .inner > div:last-child p {
        color: #fff; }
        footer.site-footer .inner > div:last-child p img {
          width: 107px;
          height: auto;
          margin-right: 15px;
          font-size: 1.4rem;
          vertical-align: baseline; }

body.page .headling {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 100px; }
  @media (max-width: 750px) {
    body.page .headling {
      padding: 30px 20px 20px; } }
  body.page .headling .inner {
    padding: 100px 0 60px; }
    @media (max-width: 750px) {
      body.page .headling .inner {
        padding: 20px 30px; } }
    body.page .headling .inner:before {
      content: "";
      aspect-ratio: 182 / 331;
      background: url("/assets/img/common/h1-corner.svg") no-repeat;
      background-size: cover;
      width: 100px;
      position: absolute;
      left: -60px;
      top: 0;
      z-index: 1; }
      @media (max-width: 750px) {
        body.page .headling .inner:before {
          width: 50px;
          left: 0; } }
    body.page .headling .inner h1 {
      font-size: 4.8rem;
      font-weight: 500;
      line-height: 1;
      z-index: 2; }
      @media (max-width: 750px) {
        body.page .headling .inner h1 {
          font-size: 6.5vw;
          line-height: 1.7; } }
body.page .breadcrumb-container {
  background: #efefef;
  display: block; }
  @media (max-width: 1280px) {
    body.page .breadcrumb-container {
      padding: 0 20px; } }
  body.page .breadcrumb-container .inner {
    padding: 20px 0;
    text-align: right;
    color: #666; }
    body.page .breadcrumb-container .inner a {
      display: inline-block;
      color: #6B4924; }
body.page .low-contents {
  padding: 40px 0 60px; }
  @media (max-width: 1280px) {
    body.page .low-contents {
      padding: 40px 20px 60px; } }
  body.page .low-contents > section p {
    margin-block: 0  2rem; }
  body.page .low-contents > section h2 {
    font-weight: 400;
    padding-bottom: 10px;
    margin-block: 50px 25px;
    line-height: 1.4; }
    body.page .low-contents > section h2:after {
      content: "";
      background: #6B4924;
      width: 30%;
      height: 3px;
      display: block;
      position: absolute;
      bottom: 0; }
  body.page .low-contents > section ul, body.page .low-contents > section ol {
    margin-left: 25px; }
body.page form input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 7px 5px; }
  body.page form input[name="corp-name"] {
    width: 20em; }
    @media (max-width: 750px) {
      body.page form input[name="corp-name"] {
        width: 100%; } }
  body.page form input[name="your-name"] {
    width: 20em; }
    @media (max-width: 750px) {
      body.page form input[name="your-name"] {
        width: 100%; } }
  body.page form input[name="your-email"] {
    width: 40em; }
    @media (max-width: 750px) {
      body.page form input[name="your-email"] {
        width: 100%; } }
  body.page form input[name="tel-num"] {
    width: 40em; }
    @media (max-width: 750px) {
      body.page form input[name="tel-num"] {
        width: 100%; } }
  body.page form input[type="submit"] {
    width: 100%;
    max-width: 240px;
    display: block;
    margin: 0 auto;
    background: #6B4924;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 2rem; }
body.page form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 7px 5px; }

body.inquiry .inquiry-button {
  display: none !important; }

.wpcf7-response-output {
  border: none;
  background: #efefef;
  padding: 60px;
  text-align: center;
  border-radius: 10px;
  text-align: center; }
