@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300400500600700900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
*, *::before, *::after {
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

.grecaptcha-badge {
  display: none !important;
}

* {
  color: #252525;
  font-family: "Klee One", cursive;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding-top: 90px;
  padding-bottom: 590px;
  margin: 0 auto;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../Media/Other/paper.webp") repeat top center/cover;
  background-size: 100px auto;
}

header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
}

footer {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(to left, #DBDBDB, #F1F1F1, #DBDBDB);
}

::-webkit-scrollbar-thumb {
  background: #9E2C2C;
  box-shadow: inset 0 0 7px #6b0000;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:active {
  background: #A43636;
  box-shadow: inset 0 0 7px #740000;
  border-radius: 4px;
}

header {
  height: 90px;
  background: transparent;
}

.h {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  justify-content: space-between;
  padding: 0 50px;
  margin: 0 auto;
}
.h .name {
  width: 280px;
  height: 40px;
  background: url("../Media/Logo/logo_1.svg") no-repeat left center/contain;
  display: inline-block;
}
.h .right {
  z-index: 3000;
  gap: 50px;
}
.h .right nav {
  gap: 50px;
}
.h .right nav a {
  font-weight: 600;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3), 1px -1px 0 rgba(255, 255, 255, 0.3), -1px 1px 0 rgba(255, 255, 255, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  background: transparent;
}
.h .right nav a:hover {
  text-shadow: none;
  background: linear-gradient(to right, #DB0000, #8E0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h .right nav a:hover span {
  width: 14px;
  height: 14px;
  background: url("../Media/Icon/plus-red.svg") no-repeat center center/contain;
}
.h .right nav a span {
  width: 14px;
  height: 14px;
  background: url("../Media/Icon/plus-black.svg") no-repeat center center/contain;
  display: inline-block;
  margin-left: 5px;
}
.h .right .cta-btn {
  width: 160px;
  height: 40px;
  font-size: 17px;
  font-weight: 600 !important;
  color: white;
  background: linear-gradient(to right, #8E0000, #B40000);
  border-radius: 10px;
  cursor: pointer;
}
.h .right .mobile-menu-btn {
  display: none;
  width: 55px;
  height: 55px;
  background: #FFFFFF;
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
  border-radius: 10px;
  padding: 5px;
  margin: 16px;
  transition: all 0.5s ease;
  z-index: 3000;
  cursor: pointer;
}
.h .right .menu-1 .lines div {
  width: 40px;
  height: 3px;
  background: #252525;
  border-radius: 2px;
  margin: 10px;
  transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.h .right .menu-1 .lines div:nth-child(1) {
  width: 16px;
}
.h .right .menu-1 .lines div:nth-child(3) {
  width: 28px;
}
.h .right .menu-1.active .lines div:nth-child(1) {
  transform: rotate(45deg) translateY(1px) translateX(5px);
}
.h .right .menu-1.active .lines div:nth-child(2) {
  transform: rotate(-45deg);
}
.h .right .menu-1.active .lines div:nth-child(3) {
  transform: rotate(45deg) translateY(-13px) translateX(2px);
}

@media (max-width: 1075px) {
  .h .right nav {
    display: none;
  }
  .h .right .mobile-menu-btn {
    display: flex;
  }
}
@media (max-width: 750px) {
  .h .right {
    width: 55px;
    height: 55px;
  }
  .h .right .cta-btn {
    display: none;
  }
}
@media (max-width: 550px) {
  .h {
    padding: 0 25px;
  }
  .h .name {
    height: 50px;
    background: url("../Media/Logo/logo_2.svg") no-repeat left center/contain;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  }
}
footer {
  height: auto;
}

.f {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  border: none;
  padding: 50px 0;
  margin: 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  gap: 50px;
}
.f .contact {
  width: 100%;
  height: 300px;
  background: url("../Media/Other/footer_1.png") no-repeat center/cover;
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
}
.f .contact .red-box {
  width: 500px;
  height: 100%;
  background: linear-gradient(to right, #8E0000, #B40000);
  clip-path: polygon(0 0, calc(100% - 220px) 0, 100% 100%, 100% 100%, 0 100%);
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
}
.f .contact .red-box h3 {
  font-family: "Shippori Mincho B1", serif;
  width: 300px;
  color: white;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
}
.f .contact .red-box p {
  width: 300px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2;
}
.f .top {
  width: 100%;
  height: 140px;
  padding: 0 50px;
  justify-content: space-between;
  align-items: flex-start;
}
.f .top .company {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.f .top .company .name {
  width: 250px;
  height: 35px;
  background: url("../Media/Logo/logo_1.svg") no-repeat left center/contain;
  display: inline-block;
}
.f .top .company .address {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}
.f .top .company .copyright {
  width: 100%;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}
.f .top .company .copyright span {
  font-size: 14px;
}
.f .top .menu {
  justify-content: flex-end;
  align-items: flex-start;
  gap: 40px;
}
.f .top .menu nav {
  width: 180px;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.f .top .menu nav p {
  color: #8E0000;
  font-size: 15px;
  font-weight: 600;
}
.f .top .menu nav div {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #B40000 0%, rgba(180, 0, 0, 0.3019607843) 50%, transparent 100%);
}
.f .top .menu nav a {
  font-size: 15px;
  cursor: pointer;
}
.f .top .menu nav a:hover {
  color: rgba(180, 0, 0, 0.8);
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
}

@media (max-width: 1280px) {
  .f {
    margin-left: -1px;
  }
  .f .contact {
    border-radius: 0;
  }
}
@media (max-width: 1075px) {
  .f .contact .buttons-box {
    justify-content: space-evenly;
    gap: 0;
  }
  .f .top .menu nav {
    width: 150px;
  }
}
@media (max-width: 950px) {
  body {
    padding-bottom: 565px;
  }
  .f .contact {
    height: 275px;
  }
  .f .contact .red-box {
    padding-right: 50px;
  }
  .f .contact .buttons-box {
    max-width: calc(100% - 450px);
    flex-direction: column;
    gap: 30px;
  }
  .f .contact .buttons-box .btn:nth-child(2) {
    margin-right: -100px;
  }
  .f .top .menu nav {
    width: 120px;
  }
}
@media (max-width: 850px) {
  body {
    padding-bottom: 520px;
  }
  .f {
    padding-bottom: 25px;
    gap: 25px;
  }
  .f .contact {
    height: 250px;
  }
  .f .contact .red-box {
    width: 450px;
  }
  .f .top {
    height: auto;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
  .f .top .company .name, .f .top .company .address {
    display: none;
  }
  .f .top .company .copyright, .f .top .company .copyright span {
    line-height: 1;
  }
  .f .top .menu {
    width: 100%;
    justify-content: space-evenly;
    gap: 0;
  }
  .f .top .menu nav {
    width: 200px;
  }
}
@media (max-width: 750px) {
  .f .contact .buttons-box .btn:nth-child(2) {
    margin-right: 0px;
  }
}
@media (max-width: 700px) {
  .f .contact {
    background-position: 0% 50%;
  }
  .f .contact .red-box {
    width: 400px;
  }
  .f .contact .buttons-box {
    display: none;
  }
  .f .top .menu nav {
    width: 150px;
  }
}
@media (max-width: 550px) {
  body {
    padding-bottom: 470px;
  }
  .f .contact {
    height: 200px;
    background-position: 0% 50%;
  }
  .f .contact .red-box {
    gap: 10px;
  }
  .f .top {
    padding: 0 25px;
  }
}
@media (max-width: 500px) {
  .f .contact .red-box {
    width: 315px;
    padding-left: 25px;
    align-items: flex-start;
    clip-path: polygon(0 0, calc(100% - 150px) 0, 100% 100%, 100% 100%, 0 100%);
  }
  .f .contact .red-box h3 {
    font-size: 28px;
  }
  .f .contact .red-box p {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .f .top .menu nav {
    width: 150px;
  }
  .f .top:nth-child(3) {
    display: none;
  }
  .f .top .company .copyright {
    display: none;
  }
}
.contact-box {
  width: 100%;
  height: 0;
  position: relative;
}
.contact-box .contact-page {
  width: 100%;
  max-width: 700px;
  height: 100lvh;
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 20px 30px 20px 70px;
  flex-direction: column;
  gap: 75px;
  transition: right 0.5s ease;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10000;
}
.contact-box .contact-page.active {
  right: 0;
}
.contact-box .contact-page .close-btn {
  width: 30px;
  height: calc(100vh - 180px);
  background: rgba(216, 216, 216, 0.1019607843);
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  transition: background 0.15s ease;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.contact-box .contact-page .close-btn:hover {
  background: rgba(216, 216, 216, 0.25);
}
.contact-box .contact-page .close-btn p {
  color: rgba(51, 51, 51, 0.7490196078);
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}
.contact-box .contact-page .box {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.contact-box .contact-page .box .title {
  width: 100%;
  justify-content: space-between;
}
.contact-box .contact-page .box .title h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.contact-box .contact-page .box .title p {
  font-size: 15px;
  line-height: 1;
}
.contact-box .contact-page .box .title .mobile {
  display: none;
}
.contact-box .contact-page .box .line {
  width: 100%;
  height: 1px;
  position: relative;
  border-top: 1px solid #DDDDDD;
}
.contact-box .contact-page .box .line .left {
  width: 78px;
  height: 1px;
  border-top: 1px solid #B40000;
  margin-top: -1px;
  z-index: 1;
}
.contact-box .contact-page .form .line .left {
  width: 312px;
}
.contact-box .contact-page .form .form-box {
  width: 100%;
  display: grid;
  place-items: center;
  font-weight: 200;
}

@media (max-width: 500px) {
  .contact-box .contact-page {
    gap: 40px;
  }
  .contact-box .contact-page .box .title p {
    font-size: 18px;
  }
}
.mobile-menu-box {
  width: 100%;
  height: 0;
  position: relative;
}
.mobile-menu-box .menu-page {
  display: none;
  width: 100%;
  max-width: 380px;
  height: 100lvh;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 50px;
  padding-top: 125px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: right 0.5s ease;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1000;
}
.mobile-menu-box .menu-page.active {
  right: 0;
}
.mobile-menu-box .menu-page nav {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}
.mobile-menu-box .menu-page nav h3 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.mobile-menu-box .menu-page nav a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  align-items: flex-end;
  gap: 15px;
  cursor: pointer;
}
.mobile-menu-box .menu-page nav a span {
  width: 23px;
  height: 23px;
  display: block;
}
.mobile-menu-box .menu-page nav a:nth-of-type(1) span {
  background: url("../Media/Icon/home.svg") no-repeat bottom center/contain;
}
.mobile-menu-box .menu-page nav a:nth-of-type(2) span {
  background: url("../Media/Icon/website.svg") no-repeat bottom center/contain;
}
.mobile-menu-box .menu-page nav a:nth-of-type(3) span {
  background: url("../Media/Icon/system.svg") no-repeat bottom center/contain;
}
.mobile-menu-box .menu-page nav a:nth-of-type(4) span {
  background: url("../Media/Icon/office.svg") no-repeat bottom center/contain;
}
.mobile-menu-box .menu-page nav a:nth-of-type(5) span {
  background: url("../Media/Icon/contact.svg") no-repeat bottom center/contain;
}
.mobile-menu-box .menu-page nav a:nth-of-type(6) span {
  background: url("../Media/Icon/contact.svg") no-repeat bottom center/contain;
}
.mobile-menu-box .menu-page nav a:nth-of-type(7) span {
  background: url("../Media/Icon/contact.svg") no-repeat bottom center/contain;
}
.mobile-menu-box .menu-page .footer {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.mobile-menu-box .menu-page .footer .company {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
.mobile-menu-box .menu-page .footer a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1050px) {
  .mobile-menu-box .menu-page {
    display: flex;
  }
}
@media (max-width: 420px) {
  .mobile-menu-box .menu-page {
    max-width: 100%;
  }
}
.s404 {
  width: 100%;
  height: calc(100vh - 100px);
  background: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23DDDDDD' fill-opacity='0.125'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), #ffffff;
  background-size: 42px 44px;
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
  margin: 0 auto;
  padding: 70px 60px 70px 60px;
  flex-direction: column;
  gap: 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: -590px;
}
.s404 h1 {
  font-size: 150px;
  line-height: 134px;
  letter-spacing: 2px;
}
.s404 h3 {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
}
.s404 .btn {
  width: 100%;
  max-width: 450px;
  height: 55px;
  background: #FFFFFF;
  border: 2px solid rgba(37, 37, 37, 0.5);
  border-radius: 5px;
  transition: background 0.15s ease;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
}
.s404 .btn:hover {
  background: #FAFAFA;
}

@media (max-width: 1280px) {
  .s404 {
    height: 100vh;
    margin-top: -90px;
  }
}
@media (max-width: 900px) {
  .s404 h1 {
    font-size: 130px;
  }
}
.wpcf7-form {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 17px;
}
.wpcf7-form * {
  font-size: 16px;
}
.wpcf7-form p {
  margin: 0 !important;
}
.wpcf7-form p label {
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
}
.wpcf7-form p label b {
  color: #C2C2C2;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
}
.wpcf7-form p label input, .wpcf7-form p label select {
  width: 100%;
  height: 40px;
  background: #EEEEEE !important;
  border: 1px solid #EEEEEE !important;
  border-radius: 5px;
  margin-top: 3px;
  padding: 0 12px !important;
  letter-spacing: 1px;
  line-height: 40px;
}
.wpcf7-form p label input::-moz-placeholder, .wpcf7-form p label select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 300 !important;
}
.wpcf7-form p label input::placeholder, .wpcf7-form p label select::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 300 !important;
}
.wpcf7-form p:has(textarea), .wpcf7-form p:has(input[type=submit]) {
  grid-column: 1/-1;
}
.wpcf7-form p textarea {
  width: 100%;
  height: 140px;
  background: #EEEEEE;
  border: 1px solid #EEEEEE !important;
  border-radius: 5px;
  padding: 12px 12px !important;
  resize: none;
}
.wpcf7-form p textarea::-webkit-scrollbar {
  display: none;
}
.wpcf7-form p input[type=submit] {
  width: 280px;
  height: 40px;
  background: linear-gradient(to right, #8E0000, #B40000);
  border-radius: 5px;
  margin: 0 auto;
  padding: 0;
  display: block;
  color: white;
  font-weight: 600;
  letter-spacing: 6px;
}
.wpcf7-form p .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form p .wpcf7-not-valid {
  background: #FFF0F0 !important;
  border: 1px solid #FF4747 !important;
}
.wpcf7-form .wpcf7-response-output {
  grid-column: 1/-1;
  height: 35px;
  margin: 0;
  padding: 0;
  letter-spacing: 6px;
  display: grid;
  place-items: center;
}
.wpcf7-form:is(.init, .invalid) .wpcf7-response-output {
  display: none;
}
.wpcf7-form.sent .wpcf7-response-output {
  background: #E8FFE8;
  border: 1px solid #5EFF5E;
  color: #032103;
  margin-top: -25px;
}
.wpcf7-form:is(.failed, .aborted, .spam, .unaccepted) .wpcf7-response-output {
  background: #FFE8E8;
  border: 1px solid #FF5E5E;
  color: #210303;
  margin-top: -25px;
}

#loading-screen {
  display: none !important;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  display: grid;
  place-items: center;
  z-index: 999999;
}
#loading-screen span {
  width: 50%;
  height: 50%;
  background: url("../Media/Logo/logo_1.svg") no-repeat center/contain;
  display: block;
  opacity: 50%;
  transition: opacity 1s ease;
}
#loading-screen.fade-out {
  background: transparent;
  pointer-events: none;
}
#loading-screen.fade-out span {
  opacity: 0;
}

.btn-animated {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(to right, #8E0000, #DB0000);
  border-radius: 10px;
}
.btn-animated:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to left, #8E0000, #DB0000);
  direction: rtl;
  transition: all 0.4s ease;
}
.btn-animated:hover:after {
  left: 0;
  width: 100%;
}
.btn-animated:hover {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}

.background-animated::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15));
  border-radius: 10px;
}
.background-animated::before:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.15));
  direction: rtl;
  transition: all 0.4s ease;
}
.background-animated::before:hover:after {
  left: 0;
  width: 100%;
}
.background-animated::before:hover {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}