body {
  --menu-w:280px;
}
@media (max-width: 1199.98px) {
  body {
    --menu-w:230px;
  }
}
@media (max-width: 991.98px) {
  body {
    --menu-w:400px;
  }
}

header.base1_1 {
  overflow: hidden;
  background: var(--main-bg);
  position: relative;
  top: 0;
  width: 100%;
  z-index: 15;
  transition: 0.5s;
  box-shadow: 0px 5px 10px -5px color-mix(in srgb, var(--main-shadow) 50%, transparent);
}
header.base1_1 .menu_bar {
  overflow: hidden;
  padding: 0.5em 0;
}
header.base1_1 .menu_bar-logo {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
}
@media (max-width: 991.98px) {
  header.base1_1 .menu_bar-logo {
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
  }
}
header.base1_1 .menu_bar-logo span {
  font-size: 1.5625em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--main-color);
}
@media (max-width: 1199.98px) {
  header.base1_1 .menu_bar-logo span {
    font-size: 1.375em;
  }
}
@media (max-width: 767.98px) {
  header.base1_1 .menu_bar-logo span {
    font-size: 1.125em;
  }
}
@media (max-width: 575.98px) {
  header.base1_1 .menu_bar-logo span {
    font-size: 1.5625em;
  }
}
header.base1_1 .menu_bar-logo img {
  max-height: 60px;
  width: auto;
}
@media (max-width: 991.98px) {
  header.base1_1 .menu_bar-logo img {
    max-height: 50px;
  }
}
header.base1_1 .menu_bar-nav .nav-item {
  padding: 0 0.5em;
}
@media (max-width: 1199.98px) {
  header.base1_1 .menu_bar-nav .nav-item {
    padding: 0 0.25em;
  }
}
header.base1_1 .menu_bar-link {
  font-size: 1em;
  display: inline-block;
  padding: 0.5em 0.5em;
  position: relative;
}
header.base1_1 .menu_bar-link.active:before, header.base1_1 .menu_bar-link.active:after {
  width: 50% !important;
}
header.base1_1 .menu_bar-link:hover, header.base1_1 .menu_bar-link:focus, header.base1_1 .menu_bar-link:active {
  text-decoration: none;
}
header.base1_1 .menu_bar-link:hover:before, header.base1_1 .menu_bar-link:hover:after, header.base1_1 .menu_bar-link:focus:before, header.base1_1 .menu_bar-link:focus:after, header.base1_1 .menu_bar-link:active:before, header.base1_1 .menu_bar-link:active:after {
  width: 50%;
}
header.base1_1 .menu_bar-link:before, header.base1_1 .menu_bar-link:after {
  position: absolute;
  top: auto;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #3E3A39;
  transition: 0.3s;
  z-index: 1;
}
header.base1_1 .menu_bar-link:before {
  left: 50%;
}
header.base1_1 .menu_bar-link:after {
  right: 50%;
}
@media (max-width: 991.98px) {
  header.base1_1 .menu_bar-link {
    padding: 0.5em 0.25em;
  }
}
header.base1_1 .menu_bar-sns {
  max-width: 30px;
  display: block;
  transition: 0.3s;
}
header.base1_1 .menu_bar-sns:hover, header.base1_1 .menu_bar-sns:active {
  transform: translateY(-5px);
}
header.base1_1 .menu_bar-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.3em 1em;
  line-height: 1em;
  border-radius: 10px;
  border: 3px solid var(--main-color);
  color: #FFFFFF;
  font-size: 1.5625em;
  background: var(--main-color);
  transition: 0.3s;
  z-index: 1;
  min-width: 300px;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  header.base1_1 .menu_bar-contact {
    font-size: 1.25em;
    min-width: 200px;
    padding: 0.5em 1em;
  }
}
@media (max-width: 767.98px) {
  header.base1_1 .menu_bar-contact {
    font-size: 1em;
    min-width: 150px;
  }
}
@media (max-width: 575.98px) {
  header.base1_1 .menu_bar-contact {
    font-size: 1em;
    min-width: 150px;
  }
}
header.base1_1 .menu_bar-contact-text {
  margin: 0;
}
header.base1_1 .menu_bar-contact:hover, header.base1_1 .menu_bar-contact:active {
  color: var(--main-color);
  background: #FFFFFF;
}

main.base1_1 .main_visual {
  height: 93svh;
}
@media (max-width: 991.98px) {
  main.base1_1 .main_visual {
    height: 100svh;
  }
}

.footer {
  background: var(--main-color);
}
@media (max-width: 767.98px) {
  .footer {
    padding: 2em 0 5em !important;
  }
}
.footer-title {
  color: #FFFFFF;
  font-size: 1.5625em;
  margin: 0;
}
.footer-text {
  font-size: 1em;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 767.98px) {
  .footer-text {
    font-size: 1.125em;
  }
}
.footer-list {
  row-gap: 1rem !important;
}
.footer-list .nav-item {
  padding: 0 1.5em;
  color: #FFFFFF;
  border-left: 1px solid #FFFFFF;
  line-height: 1em;
  font-size: 0.875em;
}
.footer-list .nav-item:first-child {
  border-left: 0;
}
@media (max-width: 767.98px) {
  .footer-list .nav-item:first-child {
    border-left: 1px solid #FFFFFF;
  }
}
@media (max-width: 1199.98px) {
  .footer-list .nav-item {
    padding: 0 1em;
  }
}
@media (max-width: 767.98px) {
  .footer-list .nav-item {
    font-size: 1.125em;
  }
}
.footer-list .nav-item a {
  padding: 0 0 5px;
  position: relative;
}
.footer-list .nav-item a.active:before, .footer-list .nav-item a.active:after {
  width: 50% !important;
}
.footer-list .nav-item a:hover, .footer-list .nav-item a:focus, .footer-list .nav-item a:active {
  text-decoration: none;
}
.footer-list .nav-item a:hover:before, .footer-list .nav-item a:hover:after, .footer-list .nav-item a:focus:before, .footer-list .nav-item a:focus:after, .footer-list .nav-item a:active:before, .footer-list .nav-item a:active:after {
  width: 50%;
}
.footer-list .nav-item a:before, .footer-list .nav-item a:after {
  position: absolute;
  top: auto;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #FFFFFF;
  transition: 0.3s;
  z-index: 1;
}
.footer-list .nav-item a:before {
  left: 50%;
}
.footer-list .nav-item a:after {
  right: 50%;
}
.footer .copytright {
  color: #FFFFFF;
  font-size: 0.875em;
}
@media (max-width: 767.98px) {
  .footer .copytright {
    font-size: 0.9375em;
  }
}