@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
:root {
  --font-lato: 'Lato', sans-serif;
  --font-montserrat: 'Montserrat', sans-serif;
  --font-gothic: 'Noto Sans JP', sans-serif;
  --font-ming: 'Noto Serif JP', serif;
  --font-manrope: 'Manrope', sans-serif;
}

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

*, html, body {
  font-family: var(--font-gothic);
}

html.menu-open .nav-overlay,
body.menu-open .nav-overlay {
  opacity: 1;
  pointer-events: auto;
}

html.menu-open,
body.menu-open {
  overflow: hidden;
  touch-action: none;
}

html.menu-open * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 900;
}

html body {
  align-items: center;
}
html body header {
  max-width: 100%;
  width: calc(100% - 40px);
  padding: 1rem 0;
  align-items: anchor-center;
}
html body header .logo {
  width: 55%;
  justify-content: left;
}
html body header .logo img {
  width: 35%;
}
html body header nav {
  width: fit-content;
  margin-right: 0;
}
html body header nav .humburger-wrap {
  display: flex;
  z-index: 1001;
}
html body header nav .navi-wrap {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  background-color: #f5f6f7;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  gap: 1.5rem;
  transition: right 0.3s ease;
  z-index: 1000;
  margin-right: 0;
  display: block;
}
html body header nav .navi-wrap li {
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #cccccc;
}
html body header nav .navi-wrap li a:hover::before {
  bottom: -6px;
}
html body header nav .active {
  right: 0;
}
html body .content-wrap .inner .br-sp {
  display: block;
}
html body .content-wrap .inner .br-sp.br-tab {
  display: none;
}
html body .content-wrap .inner .br-pc {
  display: none !important;
}
html body .content-wrap .inner .main-visual .message {
  font-size: 1.3rem;
  line-height: 2.5rem;
  padding: 2rem;
  left: 2%;
}
html body .content-wrap .inner section .sec01-wrap p {
  width: calc(100% - 40px);
}
html body .content-wrap .inner section .sec02-wrap .feature-wrap {
  width: calc(100% - 40px);
  flex-wrap: wrap;
  margin: 2rem auto;
}
html body .content-wrap .inner section .sec02-wrap .bg-img {
  height: 400px;
  object-fit: cover;
}
html body .content-wrap .inner section .sec03-wrap {
  width: calc(100% - 40px);
}
html body .content-wrap .inner section .sec03-wrap .sec03-box {
  margin: 0;
  margin-bottom: 8rem;
  flex-wrap: wrap;
  align-content: center;
}
html body .content-wrap .inner section .sec03-wrap .sec03-box .text-item {
  margin: 0 auto;
}
html body .content-wrap .inner section .sec04-wrap {
  width: calc(100% - 40px);
}
html body .content-wrap .inner section .sec06-wrap .access-wrap .access-box {
  width: 45%;
}
html body .content-wrap .inner section .sec07-wrap .sec07-box {
  width: 45%;
}
html body .content-wrap .inner section .layer-band {
  padding-left: 20px;
}
html body .content-wrap .inner section .sec-layer01-wrap p.copy {
  width: calc(100% - 40px);
  text-align: justify;
}
html body .content-wrap .inner section .sec-layer01-wrap .link-box {
  width: calc(100% - 40px);
}
html body .content-wrap .inner section .sec-layer01-wrap .link-box a {
  width: 47%;
}
html body .content-wrap .inner section .sec-layer04-wrap .link-box {
  width: calc(100% - 40px);
}
html body .content-wrap .inner section .sec-layer04-wrap .link-box a {
  width: 100%;
}
html body .content-wrap .inner section .sec-layer04-wrap .link-item {
  width: 47%;
}
html body .content-wrap .inner section .sec-layer02-wrap .process-wrap {
  width: calc(100% - 40px);
}
html body .content-wrap .inner section .sec-layer02-wrap .process-box {
  width: 45%;
}
html body .content-wrap .inner section .sec-layer02-wrap .process-box img {
  width: 100%;
}
html body .content-wrap .inner section .sec-layer02-wrap .process-box .text-item {
  width: 100%;
}
html body .content-wrap .inner section .sec-layer02-wrap .process-box .text-item p.process-title::before {
  width: 100%;
}
html body .content-wrap .inner section .sec-layer03-wrap {
  width: calc(100% - 40px);
}
html body .content-wrap .inner section .sec-layer05-wrap {
  width: calc(100% - 40px);
}
html body .content-wrap .inner section .sec-layer05-wrap .floor-wrap img {
  object-fit: cover;
}
html body footer .address-wrap {
  width: calc(100% - 40px);
  margin: 5rem auto;
}
html body footer .address-wrap .address-box {
  width: 100%;
}
html body footer .footer-wrap {
  width: calc(100% - 40px);
}
html body footer .footer-wrap .footer-box {
  width: 100%;
  flex-wrap: wrap;
}