@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");
:root {
  --font-lato: "Lato", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --font-gothic: "Noto Sans JP", sans-serif;
  --font-ming: "Noto Serif JP", 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: 0.4rem 2.7rem;
}
html body header .logo h1 {
  font-size: 1.25rem;
}
html body header nav {
  width: fit-content;
}
html body header nav .humburger-wrap {
  display: flex;
  z-index: 1001;
}
html body header nav .navi-wrap {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  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.top-nav {
  border-top: 1px solid #cccccc;
  margin-top: 4rem;
}
html body header nav .navi-wrap li .sub-menu li {
  padding: 0;
}
html body header nav .active {
  right: 0;
}
html body header nav li {
  border-right: 0;
}
html body .content-wrap .inner .main-visual-wrap .main-visual.main-visual03 {
  background: url(../company/img/top.jpg) no-repeat right center/cover;
}
html body .content-wrap .inner .main-visual-wrap .main-visual.main-visual04 {
  background: url(../recruit/img/top.jpg) no-repeat right center/cover;
}
html body .content-wrap .inner .main-visual-wrap .title-box {
  max-width: 100%;
  width: calc(100% - 40px);
}
html body .content-wrap .inner .main-visual-wrap .title-box h3 {
  font-size: 3rem;
}
html body .content-wrap .inner .main-visual-wrap .title-box p {
  top: 4.625rem;
}
@media screen and (max-width: 820px) {
  html body .content-wrap .inner .content-nav {
    width: calc(100% - 40px);
  }
  html body .content-wrap .inner .content-nav ul li {
    width: 20%;
    height: auto;
  }
  html body .content-wrap .inner .content-nav ul li a {
    font-size: 0.8125rem;
    height: 50px;
  }
  html body .content-wrap .inner .content-nav ul li a::before {
    content: "";
  }
}
html body .content-wrap .inner section {
  width: calc(100% - 40px);
}
html body .content-wrap .inner section.sec02 {
  width: 100%;
}
html body .content-wrap .inner section.sec04 {
  width: 100%;
}
html body .content-wrap .inner section.child01 {
  max-width: 100%;
  width: calc(100% - 40px);
}
html body .content-wrap .inner section.child01 .text-box {
  margin-top: 0;
  text-align: justify;
}
html body .content-wrap .inner section.recruit01 {
  max-width: calc(100% - 40px);
}
html body .content-wrap .inner section.recruit01.recruit03 {
  width: 100%;
}
html body .content-wrap .inner section .business-box {
  flex-wrap: wrap;
  max-width: 100%;
}
html body .content-wrap .inner section .business-box .text-item {
  width: 50%;
}
html body .content-wrap .inner section .business-box .text-item p {
  width: 100%;
  text-align: justify;
}
html body .content-wrap .inner section .business-box .text-item p.text-title {
  font-size: 1.4375rem;
  line-height: 2rem;
  margin-bottom: 0.9375rem;
}
html body .content-wrap .inner section .business-box img {
  width: 47%;
  height: fit-content;
}
html body .content-wrap .inner section .market-wrap {
  max-width: 100%;
  width: calc(100% - 40px);
}
html body .content-wrap .inner section .market-wrap .market-box {
  width: 49%;
}
html body .content-wrap .inner section .visit-wrap {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
html body .content-wrap .inner section .visit-wrap::after {
  width: 50%;
  border-radius: 0 10px 10px 0;
}
html body .content-wrap .inner section .visit-wrap .visit-text-box {
  width: 56%;
  padding: 2rem 1.2rem;
}
html body .content-wrap .inner section .link-wrap {
  max-width: 100%;
}
html body .content-wrap .inner section .link-wrap .link-box {
  width: 48%;
  margin-bottom: 2rem;
}
html body .content-wrap .inner section .contact-wrap {
  gap: 80px;
}
html body .content-wrap .inner section .vision-wrap {
  margin-top: 0;
}
html body .content-wrap .inner section .vision-wrap .vision-box {
  width: 100%;
  margin: 1rem 0;
}
html body .content-wrap .inner section .introduction-wrap .introduction-box {
  width: 53%;
}
html body .content-wrap .inner section .introduction-wrap img {
  width: 45%;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
  html body .content-wrap .inner section .introduction-wrap {
    flex-direction: column-reverse;
  }
  html body .content-wrap .inner section .introduction-wrap .introduction-box {
    width: 100%;
    margin-top: 1.5rem;
  }
  html body .content-wrap .inner section .introduction-wrap .introduction-box h3 {
    padding-bottom: 10px;
  }
  html body .content-wrap .inner section .introduction-wrap .introduction-box p.annotation {
    padding-top: 15px;
  }
  html body .content-wrap .inner section .introduction-wrap .introduction-box p.border-bt {
    padding-bottom: 15px;
  }
  html body .content-wrap .inner section .introduction-wrap img {
    width: 100%;
    height: 335px;
    margin: 0 auto;
  }
}
html body .content-wrap .inner section .features-wrap .features-box {
  width: 48%;
}
html body .content-wrap .inner section .flow-wrap {
  max-width: calc(100% - 40px);
}
html body .content-wrap .inner section .flow-wrap .icon.icon01::before {
  top: -1.5%;
  left: 46%;
}
html body .content-wrap .inner section .flow-wrap .icon.icon02::before {
  width: 125px;
  top: 57.3%;
  left: -2.5%;
}
html body .content-wrap .inner section .flow-wrap .icon.icon03::before {
  top: 43%;
}
html body .content-wrap .inner section .flow-wrap .icon.icon04::before {
  width: 130px;
  top: 99.5%;
  left: 65%;
}
@media screen and (max-width: 810px) {
  html body .content-wrap .inner section .flow-wrap .icon.icon01::before {
    top: -1.1%;
    left: 46%;
  }
  html body .content-wrap .inner section .flow-wrap .icon.icon02::before {
    width: 125px;
    top: 59.2%;
    left: -2.5%;
  }
  html body .content-wrap .inner section .flow-wrap .icon.icon03::before {
    top: 45%;
  }
  html body .content-wrap .inner section .flow-wrap .icon.icon04::before {
    width: 130px;
    top: 99.5%;
    left: 65%;
  }
  html body .content-wrap .inner section .flow-wrap .flow-table {
    width: 100%;
  }
  html body .content-wrap .inner section .flow-wrap .flow-table table {
    width: 100%;
  }
  html body .content-wrap .inner section .flow-wrap .flow-table table tbody::before {
    left: 15%;
    height: 1000px;
  }
  html body .content-wrap .inner section .flow-wrap .flow-table table tbody tr {
    width: 100%;
    height: 90px;
  }
  html body .content-wrap .inner section .flow-wrap .flow-table table tbody tr.break {
    width: 77%;
    margin-left: auto;
  }
  html body .content-wrap .inner section .flow-wrap .flow-table table tbody tr th {
    width: 30%;
    height: 70px;
  }
  html body .content-wrap .inner section .flow-wrap .flow-table table tbody tr td {
    width: 70%;
    font-size: 1rem;
  }
}
html body .content-wrap .inner section .requirements-wrap table tbody tr {
  justify-content: space-between;
}
html body .content-wrap .inner section .requirements-wrap table tbody tr th {
  display: block;
  width: 25%;
}
html body .content-wrap .inner section .requirements-wrap table tbody tr td {
  display: block;
  width: 73%;
}
html body .content-wrap .inner section .apply-flow-wrap {
  flex-wrap: wrap;
}
html body .content-wrap .inner section .apply-flow-wrap .apply-flow-box {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}
html body .content-wrap .inner section .voice-wrap {
  height: auto;
}
html body .content-wrap .inner section .voice-wrap .voice-box {
  padding: 1.2rem;
}
html body .content-wrap .inner section .voice-wrap .voice-box p {
  width: 78%;
  text-align: justify;
}
html body .content-wrap .inner section .voice-wrap img {
  right: -3%;
}
html body .content-wrap .inner .br-sp {
  display: block;
}
html body .content-wrap .inner .br-sp.br-tab {
  display: none;
}
html body footer .footer-wrap {
  max-width: 100%;
  width: calc(100% - 40px);
}