/* CSS Document */

#wpadminbar {display:none;}
html {margin-top: 0 !important;--wp-admin--admin-bar--height: 0 !important;scroll-padding-top:0 !important;}
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "M PLUS 1p", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  box-shadow: none;
}
.header__logo {
  width: auto;
}
.header__logo a {
  align-items: stretch;
}
.header__logo a img {
  width: min(32vw, 20rem);
}
.header__logo a span {
  background-color: var(--color-white);
  padding: 10px;
  color: var(--sub-color);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: min(1.5vw, 22px);
}
.header-nav__wrapper {
  background-color: var(--sub-color);
  box-shadow: 0px 4px 20px 0px #00000040;
  border-radius: 10rem;
  padding: 0 2rem;
  width: auto;
  margin-right: 20px;
}
.header-nav {
  margin-right: 0;
}
.header-nav__item {
  margin-right: 0;
}
.header-nav__link {
  color: var(--color-white);
  border-bottom: none !important;
  position: relative;
  transition: all .3s ease;
  font-size: min(1.1vw, 3.8rem);
  padding: 16px min(1vw, 16px);
}
.header-nav__link::before {
  content:'';
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0;
  opacity: 0;
  background-color: var(--color-white);
  transition: all .3s ease;
}
.header-nav__link:focus::before, 
.header-nav__link:hover::before, 
.current-menu-item .header-nav__link::before, 
.current-page-ancestor .header-nav__link::before {
  height: 15px;
  top: 0;
  opacity: 1;
}
.current-menu-item .header-nav__link, .current-page-ancestor .header-nav__link {
  color: white;
}
.drawer_btn {
  background-color: var(--sub-color);
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
.drawer_btn span {
  background-color: var(--color-white);
  width: 45% !important;
  left: 27.5% !important;
}
.drawer_btn span:nth-of-type(2) {
  opacity: 0;
}
.drawer_btn span:nth-of-type(1) {
  top: 22px !important;
}
.drawer_btn span:nth-of-type(3) {
  top: 35px !important;
}


.main-container {
  margin-top: 0;
}


.footer__contact {
  background: linear-gradient(285.76deg, #AEDCF6 0.55%, #D7F0FF 98.99%);
}
.footer__contact-text {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: clamp(5rem, 14vw, 40rem);
  color: var(--color-white);
  opacity: 0.6;
  line-height: 1;
  letter-spacing: 1rem;
  position: relative;
  z-index: 0;
  text-align: center;
  padding-top: 2rem;
}
.footer__contact-title {
  color: var(--title-color);
  text-align: center;
  font-weight: 700;
  font-size: clamp(2.8rem, 3.5vw, 6rem);
  margin-top: min(-10vw, -5rem);
  position: relative;
  z-index: 1;
}
.footer__contact-title .icon {
  display: block;
  width: 15%;
  max-width: 8rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.footer__contact-wrap {
  padding: min(10vw, 8rem) min(4vw, 8rem);
}
.footer__contact-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.footer__contact-tel {
  border-top: 1px solid var(--title-color);
  border-bottom: 1px solid var(--title-color);
  padding: 1.5rem 1rem;
  text-align: center;
  color: var(--title-color);
}
.footer__contact-tel small {
  font-size: 1.5rem;
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
.footer__contact-tel .icon {
  display: inline-block;
  width: min(7vw, 4rem);
  line-height: 1;
}
.footer__contact-tel span {
  display: inline-block;
  font-size: min(7vw, 4rem);
  font-weight: bold;
  font-family: 'Robot';
  line-height: 1;
}
.footer_contact-form {
  background-color: var(--color-white);
  padding: 1rem 2.5rem;
  border-radius: 6rem;
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 3.8rem);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 20px rgba(11,87,132,0.16);
  transition: all .3s ease;
}
.footer_contact-form:hover {
  transform: translate(3px, 3px);
  background-color: var(--main-color);
}
.footer_contact-form span {
  margin-left: auto;
  color: var(--title-color);
}
.footer_contact-form:hover span {
  color: var(--color-white);
}
.footer_contact-form .icon {
  margin-left: auto;
  width: min(7vw, 4rem);
}


.footer
.footer__logo {
  text-align: center;
  padding: min(6vw, 6rem) 0 min(2vw, 2rem) 0;
}
.footer__logo a {
  display: inline-block;
  color: var(--title-color);
}
.footer__logo img {
  width: 100%;
  max-width: 30rem;
}
.footer__logo span {
  font-size: min(3.8vw, 20px);
  font-weight: bold;
  display: inline-block;
  margin: 1rem auto;
}
.footer-nav {
  padding: 0 min(4vw, 8rem) min(2vw, 2rem);
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-nav__link {
  display: inline-block;
  padding: .5rem 1rem;
  color: var(--title-color);
  font-weight: bold;
  transition: all .3s ease;
}
.footer-nav__link:hover {
  opacity: 0.6;
}
.footer__copyright {
  background-color: var(--main-color);
  color: var(--color-white);
  padding: 1rem;
  font-weight: bold;
}

.footer__floating {
  position: fixed;
  right: 0;
  bottom: 1rem;
  z-index: 999;
}
.footer__floating img.pc-only {
  width: 100%;
  max-width: 43rem;
}

@media screen and (max-width: 980px) {
  .header__inner {
    height: 60px;
  }
  .header__logo {
    width: calc(100% - 50px);
    height: auto;
    padding: 0 16px;
  }
  .header__logo a img {
    object-position: center
  }
  .header__logo a span {
    font-size: min(3.6vw, 20px);
  }
  .header-nav__wrapper {
    display: none;
  }
  .footer__contact-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__floating {
    bottom: 0;
  }
  .footer__floating img.sp-only {
    width: 100%;
  }
}