@media screen and (max-width: 767.99px) {
  .pc {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

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

.barolw_condensed {
  font-family: "Barlow Condensed", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

#shadow_overlay.active {
  position: absolute;
  z-index: 999;
  background: #000000;
  opacity: 0.3;
  inset: 0;
}

header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 1000;
}

header .header_inner {
  padding: 15px 20px 19px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

header .header_inner h1 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin: 0;
  text-shadow: 0px 0px 30px rgba(104, 104, 103, 0.9);
}

header .header_inner #menu_trigger {
  background: none;
  position: relative;
  border: none;
  width: 20px;
  height: 15px;
}

header .header_inner #menu_trigger span {
  background: #ffffff;
  width: 20px;
  height: 2px;
  position: absolute;
  margin: 0 auto;
  inset: auto 0 auto 0;
  box-shadow: 0px 0px 30px rgba(104, 104, 103, 0.9), 0px 0px 60px rgba(104, 104, 103, 0.7);
}

header .header_inner #menu_trigger span:nth-of-type(1) {
  top: 0px;
}

header .header_inner #menu_trigger span:nth-of-type(2) {
  top: 7px;
}

header .header_inner #menu_trigger span:nth-of-type(3) {
  top: 14px;
}

header #menu_main {
  display: none;
}

header.active .header_inner {
  background: #ffffff;
}

header.active .header_inner h1 {
  color: #0e55ac;
  text-shadow: none;
}

header.active .header_inner #menu_trigger span {
  background: #0e55ac;
  box-shadow: none;
}

header.active .header_inner #menu_trigger span:nth-of-type(1) {
  top: 6px;
  transform: rotate(30deg);
}

header.active .header_inner #menu_trigger span:nth-of-type(2) {
  display: none;
}

header.active .header_inner #menu_trigger span:nth-of-type(3) {
  top: 6px;
  transform: rotate(-30deg);
}

header.active #menu_main {
  display: block;
  position: absolute;
  inset: 60px 0 auto 0;
  background: #ffffff;
  padding: 0 20px 48px;
  overflow-y: auto;
  min-height: 100dvh;
  border-top: 1px solid #e0e1eb;
}

header.active #menu_main .page_link_wrap {
  padding: 47px 0 0;
  margin: 0 auto 60px;
  list-style: none;
}

header.active #menu_main .page_link_wrap li {
  margin: 0 auto 33px;
  padding: 0;
}

header.active #menu_main .page_link_wrap li a {
  text-decoration: none;
  color: #252527;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

header.active #menu_main .page_link_wrap li a .sub {
  color: #0e55ac;
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 5px 0 0;
}

header.active #menu_main .contact_wrap {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header.active #menu_main .contact_wrap li .tel_btn {
  color: #f2f6fa;
  text-decoration: none;
  background: #0e55ac;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 296px;
  border-radius: 4px;
  margin: 0 auto;
  padding: 17px 10px 15px 25px;
  box-sizing: border-box;
}

header.active #menu_main .contact_wrap li .tel_btn .text {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
}

header.active #menu_main .contact_wrap li .tel_btn .number {
  display: flex;
  font-size: 26px;
  letter-spacing: 0.04em;
  font-weight: 500;
  justify-content: space-between;
  align-items: center;
}

header.active #menu_main .contact_wrap li .tel_btn .number .icon_wrap {
  display: flex;
  border-radius: 2px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: #ffffffff;
  margin-top: -20px;
}

header.active #menu_main .contact_wrap li .tel_btn .number .icon_wrap img {
  width: 16px;
  height: auto;
}

header.active #menu_main .contact_wrap li .line_btn {
  display: flex;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #0e55ac;
  color: #0e55ac;
  font-size: 14px;
  align-items: center;
  padding: 12px 10px 12px 25px;
  width: 100%;
  max-width: 296px;
  margin: 14px auto 0;
  text-decoration: none;
  justify-content: space-between;
}

header.active #menu_main .contact_wrap li .line_btn .icon_wrap {
  border-radius: 2px;
  background: #0e55ac;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
}

header.active #menu_main .contact_wrap li .line_btn .icon_wrap img {
  width: 9px;
  height: auto;
}

footer {
  background: #252527;
  color: #ffffff;
  padding: 32px 28px 20px;
  font-feature-settings: "palt";
}

footer h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 30px;
}

footer .tel {
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.04em;
  margin: 0 0 5px;
}

footer .text {
  font-size: 13px;
  letter-spacing: 0.12em;
  margin: 0 0 15px;
}

footer .address {
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 50px;
  letter-spacing: 0.12em;
}

footer .copyright {
  font-size: 11px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  header .header_inner {
    padding: 20px 25px 25px;
  }
  header .header_inner h1 {
    font-size: 33px;
  }
  header .header_inner #menu_trigger {
    width: 32px;
    height: 25px;
  }
  header .header_inner #menu_trigger span {
    width: 32px;
    height: 4px;
  }
  header .header_inner #menu_trigger span:nth-of-type(1) {
    top: 0px;
  }
  header .header_inner #menu_trigger span:nth-of-type(2) {
    top: 11px;
  }
  header .header_inner #menu_trigger span:nth-of-type(3) {
    top: 21px;
  }
  header.active .header_inner #menu_trigger span:nth-of-type(1) {
    top: 11px;
  }
  header.active .header_inner #menu_trigger span:nth-of-type(3) {
    top: 11px;
  }
  header.active #menu_main {
    top: 85px;
  }
  header.active #menu_main .page_link_wrap {
    max-width: 700px;
  }
  header.active #menu_main .page_link_wrap li {
    font-feature-settings: "palt";
  }
  header.active #menu_main .page_link_wrap li a {
    font-size: 44px;
  }
  header.active #menu_main .page_link_wrap li a .sub {
    font-size: 15px;
  }
  header.active #menu_main .contact_wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  header.active #menu_main .contact_wrap li {
    font-feature-settings: "palt";
  }
  header.active #menu_main .contact_wrap li .tel_btn {
    width: 330px;
    max-width: none;
    height: 100%;
    padding: 18px 16px 18px 32px;
  }
  header.active #menu_main .contact_wrap li .tel_btn .text {
    font-size: 16px;
  }
  header.active #menu_main .contact_wrap li .tel_btn .number {
    font-size: 32px;
  }
  header.active #menu_main .contact_wrap li .tel_btn .icon_wrap img {
    width: 18px;
  }
  header.active #menu_main .contact_wrap li .line_btn {
    max-width: none;
    width: 340px;
    font-size: 22px;
    height: 100%;
    margin: 0;
    font-weight: 500;
    padding-right: 16px;
  }
  header.active #menu_main .contact_wrap li .line_btn .icon_wrap img {
    width: 11px;
  }
  footer {
    padding: 32px 64px 20px;
  }
  footer .footer_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  footer .footer_inner h2 {
    font-size: 38px;
  }
  footer .footer_inner .tel {
    font-size: 28px;
  }
  footer .footer_inner .text {
    font-size: 16px;
  }
  footer .footer_inner .address {
    font-size: 16px;
  }
}
