@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);
  font-size: 16px;
}

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.5rem 1rem 0 1rem;
}
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 {
  height: 700px;
}
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%;
  top: 33rem;
}
html body .content-wrap .inner .main-visual-wrap .title-box h3 {
  font-size: 1.8125rem;
  margin: 0 1rem;
}
html body .content-wrap .inner .main-visual-wrap .title-box p {
  top: 3rem;
  font-size: 1rem;
  margin: 0 1rem;
}
html body .content-wrap .inner .main-visual-wrap .top-title h3 {
  font-size: 65px;
  font-weight: 200;
}
html body .content-wrap .inner .content-nav {
  width: calc(100% - 40px);
  margin-bottom: 0;
}
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.sec02 p {
  width: calc(100% - 40px);
  margin: 0 auto;
}
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);
  margin: 3.3rem auto;
}
html body .content-wrap .inner section.recruit01.recruit03 {
  width: 100%;
  padding-bottom: 4.5rem;
}
html body .content-wrap .inner section.recruit01 .recruit-title {
  font-size: 1.375rem;
}
html body .content-wrap .inner section .text span {
  font-size: 3.75rem;
}
html body .content-wrap .inner section p.title {
  font-size: 1.5625rem;
  margin-top: 1.1rem;
  margin-bottom: 2.75rem;
}
html body .content-wrap .inner section .business-box {
  display: block;
  max-width: 100%;
  margin-top: 0;
}
html body .content-wrap .inner section .business-box .text-item p {
  width: 100%;
}
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 {
  margin-top: 1.1875rem;
  width: 100%;
}
html body .content-wrap .inner section .business-box.mt-box {
  margin-top: 3.75rem;
}
html body .content-wrap .inner section .market-wrap {
  max-width: 100%;
  width: calc(100% - 40px);
  display: block;
  margin-top: 0;
}
html body .content-wrap .inner section .market-wrap .market-box {
  width: 100%;
}
html body .content-wrap .inner section .market-wrap .market-box.mt-market {
  margin-top: 3.75rem;
}
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 {
  display: none;
}
html body .content-wrap .inner section .visit-wrap .visit-text-box {
  width: 100%;
  padding: 2rem 1.2rem;
}
html body .content-wrap .inner section .link-wrap {
  max-width: 100%;
  display: block;
  margin-top: 2rem;
}
html body .content-wrap .inner section .link-wrap .link-box {
  width: 100%;
  margin-bottom: 2rem;
}
html body .content-wrap .inner section .contact-wrap {
  display: block;
  margin-top: 0;
}
html body .content-wrap .inner section .contact-wrap .contact-box {
  margin-bottom: 2rem;
}
html body .content-wrap .inner section .child-title-wrap {
  display: block;
}
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 .about-wrap table tbody tr {
  height: auto;
  text-align: center;
  padding: 0;
}
html body .content-wrap .inner section .about-wrap table tbody tr.gray {
  background-color: #ffffff;
}
html body .content-wrap .inner section .about-wrap table tbody tr th {
  width: 100%;
  height: 65px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid #cccccc;
}
html body .content-wrap .inner section .about-wrap table tbody tr th.sp-gray {
  background-color: #efefef;
}
html body .content-wrap .inner section .about-wrap table tbody tr td {
  width: 100%;
  height: 65px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid #cccccc;
}
html body .content-wrap .inner section .access-wrap .access-box .access-item {
  margin-right: 0;
}
html body .content-wrap .inner section .access-wrap .access-box .access-item ul {
  width: calc(100% - 70px);
}
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: auto !important;
}
html body .content-wrap .inner section .features-wrap {
  margin: 1rem 0;
}
html body .content-wrap .inner section .features-wrap .features-box {
  width: 100%;
  margin: 1rem 0;
}
html body .content-wrap .inner section .flow-wrap {
  max-width: calc(100% - 40px);
}
html body .content-wrap .inner section .flow-wrap .icon.icon01::before {
  width: 120px;
  height: 87px;
  top: 101.5%;
  left: 0%;
}
html body .content-wrap .inner section .flow-wrap .icon.icon02::before {
  display: none;
}
html body .content-wrap .inner section .flow-wrap .icon.icon03::before {
  width: 58px;
  height: 155px;
  top: 97.7%;
  left: 44%;
}
html body .content-wrap .inner section .flow-wrap .icon.icon04::before {
  width: 120px;
  height: 74px;
  top: 102%;
  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: 95%;
}
html body .content-wrap .inner section .flow-wrap .flow-table table tbody tr {
  width: 100%;
  height: 110px;
}
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: 22%;
  min-height: 70px;
}
html body .content-wrap .inner section .flow-wrap .flow-table table tbody tr td {
  width: 78%;
  min-height: 70px;
  font-size: 1rem;
  display: grid;
  align-content: center;
  line-height: 1.8rem;
}
html body .content-wrap .inner section .flow-wrap .flow-table table tbody tr td .blue {
  line-height: 1.3rem;
}
html body .content-wrap .inner section .requirements-wrap table tbody tr {
  display: block;
  height: auto;
  text-align: center;
  padding: 0;
}
html body .content-wrap .inner section .requirements-wrap table tbody tr.gray {
  background-color: #ffffff;
}
html body .content-wrap .inner section .requirements-wrap table tbody tr th {
  width: 100%;
  min-height: 65px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid #cccccc;
  padding: 0;
}
html body .content-wrap .inner section .requirements-wrap table tbody tr th.sp-gray {
  background-color: #efefef;
}
html body .content-wrap .inner section .requirements-wrap table tbody tr td {
  width: 100%;
  min-height: 65px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid #cccccc;
  padding: 1rem 0;
  justify-content: center;
}
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: 430px;
}
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: 100%;
  text-align: justify;
}
html body .content-wrap .inner section .voice-wrap img {
  left: 50%;
  transform: translateX(-50%);
}
html body .content-wrap .inner section .btn {
  width: 100%;
}
html body .content-wrap .inner .br-sp {
  display: block;
}
html body .content-wrap .inner .br-pc {
  display: none;
}
html body footer .footer-wrap {
  max-width: 100%;
  width: calc(100% - 40px);
  display: block;
}
html body footer .footer-wrap .iso-box {
  justify-content: center;
  margin-top: 2rem;
}