@charset "UTF-8";
/* media-queries.css */
@media screen and (min-width: 1680px) {
  /* 1680px以上 */ }
@media screen and (max-width: 1680px) {
  /* 1680px以下 */
  #top-page .content .inner {
    padding-left: 10vw;
    padding-right: 10vw; }
  #top-page .content.contact .inner {
    margin-left: 10vw;
    margin-right: 10vw; } }
@media screen and (max-width: 1280px) {
  /* 1280px以下 */
  #header h1 {
    width: 96px; }

  #footer .titleBox h1 {
    width: 80px; }

  #top-page .content.access .inner .box {
    margin: 0 7.5vw; } }
@media screen and (max-width: 1080px) {
  /* 1080px以下 */
  #top-page .content.service .inner .box ul {
    flex-wrap: wrap; }
    #top-page .content.service .inner .box ul li {
      margin-bottom: 1rem;
      width: 49%; }
      #top-page .content.service .inner .box ul li:nth-child(3), #top-page .content.service .inner .box ul li:nth-child(4) {
        margin-bottom: 0; }
      #top-page .content.service .inner .box ul li .titBox h3 {
        font-size: 128%; }
  #top-page .content.access .inner .box {
    flex-wrap: wrap;
    margin: 0;
    padding: 2em; }
    #top-page .content.access .inner .box .name,
    #top-page .content.access .inner .box .addr {
      padding: 0;
      width: 100%; }
    #top-page .content.access .inner .box .name {
      margin-bottom: 0.5rem; } }
@media screen and (max-width: 1024px) {
  /* 1024px以下 */
  #top-page .main .logoBox h1 {
    width: 128px; } }
@media screen and (max-width: 820px) {
  /* 820px以下 */
  body {
    font-size: 16px; }

  #header {
    padding: 1em 2.5vw; }
    #header h1 {
      z-index: 100; }
    #header #globalNav {
      background: rgba(255, 255, 255, 0.95);
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      top: -200vh;
      left: 0;
      width: 100vw;
      height: 100vh;
      transition: all .8s; }
      #header #globalNav.show {
        top: 0; }
      #header #globalNav ul {
        box-sizing: border-box;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 10vw; }
        #header #globalNav ul li {
          margin-left: 0;
          width: 100%; }
          #header #globalNav ul li:first-child a {
            border-top: 1px solid #bec4ca; }
          #header #globalNav ul li a {
            border-bottom: 1px solid #bec4ca;
            box-sizing: border-box;
            display: block;
            padding: 1.5em 1em;
            position: relative;
            width: 100%; }
            #header #globalNav ul li a::after {
              background: transparent;
              border: 1px solid #1c2434;
              border-left: 0;
              border-bottom: 0;
              box-sizing: border-box;
              content: '';
              color: #1c2434;
              display: block;
              position: absolute;
              top: 50%;
              left: auto;
              right: 2em;
              width: 0.75em;
              height: 0.75em;
              transform: translateY(-50%) rotate(45deg);
              transition: all .35s; }
            #header #globalNav ul li a:hover {
              opacity: 1; }
              #header #globalNav ul li a:hover::after {
                width: 0.75em; }
    #header #menu {
      display: block; }

  #top-page .main {
    background-position: 12% 50%; }
    #top-page .main .logoBox h1 {
      width: 20%; }
  #top-page .content .inner {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  #top-page .content.access .inner .box {
    padding: 2em 1em; }
  #top-page .content.contact {
    padding: 8rem 0; }
    #top-page .content.contact .inner {
      padding: 5rem; }
      #top-page .content.contact .inner .box .btn a {
        padding: 1.5rem 1rem;
        width: 100%; }

  #page .content .inner {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  #page.error404 .inner .btn a {
    padding: 1.5rem 1rem;
    width: 100%; }
  #page.contact .inner form label {
    flex-wrap: wrap;
    margin-bottom: 1em; }
    #page.contact .inner form label.wide {
      margin-bottom: 2em; }
      #page.contact .inner form label.wide.last {
        margin-bottom: 3em; }
      #page.contact .inner form label.wide .txt {
        margin-bottom: 0.5em; }
    #page.contact .inner form label .txt,
    #page.contact .inner form label .wpcf7-form-control-wrap {
      width: 100%; }
    #page.contact .inner form label .txt {
      margin-bottom: 0.5em; }
    #page.contact .inner form label .pc {
      display: none; }
  #page.contact .inner form .submit input {
    width: 50%; }

  .tab-none {
    display: none !important; }

  .tab {
    display: block !important; } }
@media screen and (max-width: 480px) {
  /* 480px以下 */
  #header {
    padding: 1.5em 5vw; }
    #header #globalNav ul {
      margin: 0 5vw; }

  #footer {
    flex-wrap: wrap;
    text-align: center; }
    #footer .titleBox,
    #footer .copy {
      width: 100%; }
    #footer .titleBox {
      justify-content: center;
      margin-bottom: 1em; }
      #footer .titleBox h1 {
        width: 120px; }
      #footer .titleBox .desc {
        margin-left: 1.5rem;
        padding-left: 1.5rem; }

  #top-page .main .logoBox h1 {
    width: 32%; }
  #top-page .main .logoBox .txtBox h2 {
    font-size: 138%;
    margin-bottom: 0.25em; }
  #top-page .main .logoBox .txtBox .desc {
    font-size: 83%; }
  #top-page .content .inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 7.5vw;
    padding-right: 7.5vw; }
    #top-page .content .inner .titleBox {
      margin-bottom: 3rem;
      text-align: center; }
  #top-page .content.service .inner .box ul li {
    margin-bottom: 0.5rem;
    width: 100%; }
    #top-page .content.service .inner .box ul li:nth-child(3) {
      margin-bottom: 0.5rem; }
  #top-page .content.company .inner .companyProfile {
    border: none;
    margin-bottom: 3rem;
    padding-bottom: 0; }
    #top-page .content.company .inner .companyProfile ul li {
      border-bottom: 1px solid #FFF;
      flex-wrap: wrap;
      margin-bottom: 1em;
      padding-bottom: 1em; }
      #top-page .content.company .inner .companyProfile ul li:first-child {
        border-top: 1px solid #FFF;
        padding-top: 1em; }
      #top-page .content.company .inner .companyProfile ul li:last-child {
        margin-bottom: 0; }
      #top-page .content.company .inner .companyProfile ul li .title,
      #top-page .content.company .inner .companyProfile ul li .txt {
        width: 100%; }
  #top-page .content.company .inner .ceoProfile h3 {
    text-align: center; }
  #top-page .content.company .inner .ceoProfile .titBox {
    text-align: center; }
  #top-page .content.company .inner .ceoProfile ul li {
    margin-bottom: 1em; }
    #top-page .content.company .inner .ceoProfile ul li .title {
      width: 6em;
      position: relative; }
      #top-page .content.company .inner .ceoProfile ul li .title::after {
        content: ':';
        margin-left: 0.5em; }
    #top-page .content.company .inner .ceoProfile ul li .txt {
      width: calc(100% - 6em); }
  #top-page .content.access .inner {
    padding-bottom: 4rem; }
    #top-page .content.access .inner .box {
      padding: 2em 0; }
  #top-page .content.access .googleMaps {
    padding-top: 400px; }
  #top-page .content.contact {
    padding: 4rem 0; }
    #top-page .content.contact .inner {
      margin-left: 5vw;
      margin-right: 5vw;
      padding: 2rem 7.5vw; }
      #top-page .content.contact .inner .box .btn a {
        font-size: 100%; }
        #top-page .content.contact .inner .box .btn a::after {
          right: 1.5em; }

  #page .content .inner {
    padding-top: 8rem;
    padding-bottom: 6rem;
    padding-left: 7.5vw;
    padding-right: 7.5vw; }
  #page.error404 .inner .titleBox h2 {
    font-size: 150%; }
  #page.contact .inner form label .wpcf7-file {
    font-size: 100%; }
    #page.contact .inner form label .wpcf7-file::file-selector-button {
      padding: 0.5em 0.75em; }
  #page.contact .inner form .submit input {
    width: 80%; }

  .pc {
    display: none !important; }

  .smp-none {
    display: none !important; }

  .smp {
    display: block !important; } }
