/***********************
          BACE
***********************/
html {
  overflow-x: hidden; }
  html.lock {
    overflow-y: hidden; }

body {
  line-height: 1.78;
  line-break: strict;
  word-wrap: break-word;
  overflow-x: hidden;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  margin: 0; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  touch-action: manipulation;
  text-decoration: none;
  color: #272727;
  transition: .2s ease-out; }
  a img {
    border-style: none; }
  a:active, a:hover {
    outline-width: 0;
    outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

h2 {
  font-size: clamp(2.5rem, 0.682rem + 9.09vw, 7.5rem); }

h3 {
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem); }

p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem); }

ol, ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

ul {
  list-style-position: inside; }

dl {
  margin: 0; }
  dl dd {
    margin-left: 0; }

iframe {
  border: none; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table td, table th {
    padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  caret-color: transparent; }
  *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

figure {
  margin: 0; }

.container {
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
  width: 95%; }

/***********************
          HEADER
***********************/
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translate(0px, -100px); }
  header #logo {
    width: 80px; }
  header #navibase #navigation ul li a {
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem); }

@media (max-width: 990px) {
  header {
    height: 90px;
    padding: 10px 25px;
    transition: .3s ease-out; }
    header #logo {
      position: relative;
      z-index: 10; }
    header #navibase {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 8; }
      header #navibase #navigation {
        display: none; }
        header #navibase #navigation #navi_info {
          height: 100vh;
          background-color: rgba(35, 35, 35, 0.95);
          padding-top: 250px;
          padding-bottom: 50px; }
          header #navibase #navigation #navi_info ul li {
            text-align: center; }
            header #navibase #navigation #navi_info ul li + li {
              margin-top: 30px; }
            header #navibase #navigation #navi_info ul li a {
              color: #FFFFFF; }
            header #navibase #navigation #navi_info ul li.nav_contact {
              display: none; }

  body.is-animation header {
    background-color: rgba(0, 0, 0, 0.2); } }
@media (max-width: 575px) {
  header #navibase #navigation #navi_info ul li + li {
    margin-top: 6vw; }
  header #navibase #navigation #navi_info ul li a {
    font-size: 3.6vw; } }
@media (min-width: 991px) {
  header {
    height: 120px;
    padding: 10px 60px;
    transition: .3s ease-out; }
    header #navibase #navigation {
      display: block !important;
      height: initial; }
      header #navibase #navigation #navi_info ul {
        display: flex;
        align-items: center;
        gap: 25px; }
        header #navibase #navigation #navi_info ul li a {
          color: #FFFFFF; }
        header #navibase #navigation #navi_info ul li.nav_contact a {
          padding: 0.7em 1.5em;
          background-color: #FFFFFF;
          display: flex;
          align-items: center;
          gap: 15px;
          color: #000000;
          border-radius: 24px; }
          header #navibase #navigation #navi_info ul li.nav_contact a::before {
            content: "";
            display: block;
            aspect-ratio: 3 / 2;
            width: 18px;
            background: url("../img/icon_mail.svg") no-repeat center/contain; }

  body.is-animation header {
    height: 120px;
    background-color: rgba(0, 0, 0, 0.3); } }
@media (min-width: 1240px) {
  header {
    height: 180px;
    padding: 10px 140px; }
    header #navibase #navigation #navi_info ul li + li {
      margin-left: 45px; } }
/****************************
   Menu Trigger
****************************/
header .menu-trigger {
  display: none; }

@media (max-width: 990px) {
  header .menu-trigger {
    border: none;
    transform: translate(0, 0);
    transition: all .5s;
    cursor: pointer;
    width: 33px;
    background: none;
    position: relative;
    z-index: 10;
    display: block; }
    header .menu-trigger .menu-trigger_line {
      width: 30px;
      height: 22px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      cursor: pointer; }
      header .menu-trigger .menu-trigger_line > span {
        display: block;
        position: absolute;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #FFFFFF;
        transition: all .5s;
        caret-color: transparent; }
        header .menu-trigger .menu-trigger_line > span:nth-child(1) {
          top: 0; }
        header .menu-trigger .menu-trigger_line > span:nth-child(2) {
          top: 10px; }
        header .menu-trigger .menu-trigger_line > span:nth-child(3) {
          top: 21px; }
  header.show .menu-trigger .menu-trigger_line > span:nth-child(1) {
    transform: rotate(42deg) translateY(1px);
    transform-origin: left center; }
  header.show .menu-trigger .menu-trigger_line > span:nth-child(2) {
    opacity: 0;
    animation: unset; }
  header.show .menu-trigger .menu-trigger_line > span:nth-child(3) {
    transform: rotate(-42deg) translateY(-1px);
    transform-origin: left center; } }
/***********************
          FV
***********************/
#fv {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0; }
  #fv figure {
    height: 100vh; }
    #fv figure img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #fv #fv_text {
    position: absolute;
    left: max(25px , 12.5%); }
    #fv #fv_text span.main {
      display: block;
      color: #FFFFFF;
      font-size: clamp(3.125rem, 0.625rem + 12.5vw, 10rem);
      line-height: 1;
      font-family: "Bebas Neue", sans-serif;
      overflow: hidden; }
      #fv #fv_text span.main > span {
        display: inline-block; }
        #fv #fv_text span.main > span:nth-of-type(7) {
          margin-left: .7em; }
    #fv #fv_text h1 {
      color: white;
      font-size: clamp(2.5rem, 1.591rem + 4.55vw, 5rem); }

@media (max-width: 990px) {
  #fv {
    height: min(900px , 100vh); }
    #fv #fv_text {
      bottom: 120px; } }
@media (max-width: 575px) {
  #fv {
    height: 70vh; }
    #fv #fv_text {
      bottom: 30px; } }
@media (min-width: 991px) {
  #fv {
    height: min(1080px , 100vh); }
    #fv #fv_text {
      bottom: 100px; } }
/***********************
          MAIN
***********************/
main {
  background-color: #ffffff;
  position: relative;
  z-index: 5; }

@media (max-width: 990px) {
  main {
    margin-top: min(900px , 100vh); } }
@media (max-width: 575px) {
  main {
    margin-top: 70vh; } }
@media (min-width: 991px) {
  main {
    margin-top: min(1080px , 100vh); } }
/***********************
          TEL
***********************/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/***********************
          FOOTER
***********************/
footer {
  background-color: #151515;
  position: relative;
  z-index: 5; }
  footer .partner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(5vw , 40px); }
    footer .partner p, footer .partner a {
      font-size: clamp(0.938rem, 0.917rem + 0.1vw, 1rem);
      color: #FFFFFF; }
    footer .partner a {
      display: flex;
      align-items: center;
      gap: 15px; }
      footer .partner a::after {
        content: "";
        display: block;
        width: 20.33px;
        aspect-ratio: 1 / 1;
        background: url("../img/icon_document.svg") no-repeat center/contain;
        transition: .3s ease-out; }
      footer .partner a:hover::after {
        transform: translateX(5px); }
  footer .footer_logo {
    width: fit-content;
    margin-left: auto;
    margin-right: auto; }
    footer .footer_logo figure {
      aspect-ratio: 126.93 / 98.26; }
      footer .footer_logo figure img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  footer .copyright {
    text-align: center;
    font-size: clamp(0.75rem, 0.667rem + 0.38vw, 1rem);
    color: #FFFFFF; }

@media (max-width: 990px) {
  footer {
    padding-top: 90px;
    padding-bottom: 80px; }
    footer .footer_logo {
      margin-top: 50px; }
      footer .footer_logo figure {
        width: 80px; }
    footer .copyright {
      margin-top: 50px; } }
@media (min-width: 991px) {
  footer {
    padding-top: 190px;
    padding-bottom: 170px; }
    footer .footer_logo {
      margin-top: 90px; }
      footer .footer_logo figure {
        width: 126.93px; }
    footer .copyright {
      margin-top: 85px; } }
@media (max-width: 990px) {
  footer .copyright {
    padding-bottom: 120px; }

  #menutab {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 10px; }
    #menutab ul {
      height: 70px;
      display: flex;
      align-items: center; }
      #menutab ul li {
        width: 50%; }
        #menutab ul li a {
          display: flex;
          align-items: center;
          justify-content: center; }
          #menutab ul li a::before {
            content: "";
            width: 40px;
            aspect-ratio: 1 / 1; }
        #menutab ul li.tel {
          border-right: #FFFFFF 1px solid; }
          #menutab ul li.tel a::before {
            background: url("../img/icon_tel_sp.svg") no-repeat center/contain; }
        #menutab ul li.mail a::before {
          background: url("../img/icon_mail_sp.svg") no-repeat center/contain; } }
body.home .grecaptcha-badge {
  z-index: 10; }
  @media (max-width: 990px) {
    body.home .grecaptcha-badge {
      bottom: 110px !important; } }
body:not(.home) .grecaptcha-badge {
  display: none; }

.wpcf7-response-output {
  color: white; }

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