@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 nav {
  margin-right: 2rem;
}
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%;
  height: 100%;
  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 {
  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.nav-contact-icon span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding-top: 5rem;
}
html body header nav li .sub-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  position: static;
  transform: none;
  box-shadow: none;
  margin-left: 1rem;
}
html body header nav li .sub-menu li {
  margin: 0;
  border-bottom: 1px solid #444444;
}
html body header nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
html body header nav li.open .sub-menu {
  display: block;
}
html body header nav li .submenu-toggle {
  display: inline-block;
  background: none;
  border: none;
  font-size: 1.5rem;
  margin-left: 0.5rem;
  cursor: pointer;
  outline: none;
}
html body .content-wrap .inner .main-visual {
  width: 100%;
  height: 700px;
}
html body .content-wrap .inner .main-visual h2 {
  max-width: 100%;
  width: calc(100% - 120px);
}
html body .content-wrap .inner .main-visual .slider {
  width: 98%;
  height: 75%;
  border-radius: 0 40px 40px 0;
}
html body .content-wrap .inner .main-visual .slider img {
  width: 105vw;
  max-width: none;
  border-radius: 0 40px 40px 0;
}
html body .content-wrap .inner .main-visual .slider .slick-arrow {
  display: none !important;
}
html body .content-wrap .inner .main-visual .seagull {
  position: absolute;
  top: 30%;
  right: 10%;
  width: 240px;
  height: 111px;
}
html body .content-wrap .inner section {
  max-width: 100%;
  width: 100%;
}
html body .content-wrap .inner section.sub-sec {
  max-width: 100%;
  width: calc(100% - 32px);
}
html body .content-wrap .inner section.sec02 {
  height: 350px;
}
html body .content-wrap .inner section.sec03 {
  max-width: 100%;
  width: 100%;
}
html body .content-wrap .inner section.sec04 {
  max-width: 100%;
  width: 100%;
}
html body .content-wrap .inner section.sec06 {
  flex-wrap: wrap;
  padding-bottom: 4rem;
  max-width: 100%;
}
html body .content-wrap .inner section.article-wrap {
  max-width: 100%;
}
html body .content-wrap .inner section .sec-title.sec03-title {
  width: 80%;
  margin: 0 auto;
}
html body .content-wrap .inner section .sub-sec-title {
  max-width: 100%;
  width: 90%;
}
html body .content-wrap .inner section .news-wrap {
  display: block;
  max-width: 100%;
}
html body .content-wrap .inner section .news-wrap .news-box {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
html body .content-wrap .inner section .news-wrap .news-box.media-box {
  margin: 0 auto;
}
html body .content-wrap .inner section .link-box {
  margin-top: 0.5rem;
}
html body .content-wrap .inner section .sec02-wrap {
  width: 98%;
  left: 100%;
  right: 0;
  display: block;
  margin-left: auto;
}
html body .content-wrap .inner section .about-wrap {
  display: block;
}
html body .content-wrap .inner section .about-wrap .text-box {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 3rem;
}
html body .content-wrap .inner section .about-wrap .text-box h3 {
  margin-bottom: 1rem;
  line-height: 3rem;
}
html body .content-wrap .inner section .about-wrap img {
  display: block;
  width: 80%;
  margin: 1.5rem auto;
}
html body .content-wrap .inner section .sec04-wrap {
  width: 75%;
}
html body .content-wrap .inner section .sec04-wrap .works-wrap {
  flex-wrap: wrap;
}
html body .content-wrap .inner section .sec04-wrap .works-wrap .works-box {
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
}
html body .content-wrap .inner section .sec04-wrap .works-wrap .works-box.recycle-box {
  margin: 0 auto;
  margin-top: 3rem;
}
html body .content-wrap .inner section .sec04-wrap .works-wrap .works-box img {
  height: 55vh;
}
html body .content-wrap .inner section .sec04-wrap .works-wrap .works-box h4 {
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 1.3rem;
}
html body .content-wrap .inner section .works-seagull {
  width: 170px;
  height: 79px;
  bottom: 13rem;
}
html body .content-wrap .inner section .works-seagull.sub-title-seagull {
  right: 9rem;
}
html body .content-wrap .inner section .initiatives-wrap {
  width: 80%;
}
html body .content-wrap .inner section .initiatives-wrap .initiatives-box {
  flex-wrap: wrap;
  margin: 6rem 0 1rem 0;
}
html body .content-wrap .inner section .initiatives-wrap .initiatives-box .initiatives-item {
  width: 48%;
  margin-bottom: 1.5rem;
}
html body .content-wrap .inner section .initiatives-wrap .initiatives-box .text-item .text {
  font-size: 1.1rem;
}
html body .content-wrap .inner section .recruit-wrap {
  padding: 3rem 1.5rem;
  width: 80%;
  margin: 0 auto;
}
html body .content-wrap .inner section .recruit-wrap .link-wrap {
  flex-wrap: wrap;
}
html body .content-wrap .inner section .recruit-wrap .link-wrap .link-box {
  margin-right: 1.5rem;
}
html body .content-wrap .inner section .img-wrap {
  position: relative;
  left: 0;
  width: calc(100% - 75px);
  display: block;
  margin-left: auto;
  height: 35vh;
}
html body .content-wrap .inner section .recruit-img {
  width: 100%;
  height: 40vh;
  display: block;
  margin-left: auto;
}
html body .content-wrap .inner section .contact-wrap {
  display: block;
  width: 80%;
  margin: 0 auto;
}
html body .content-wrap .inner section .contact-wrap .tel-wrap {
  display: inline-block;
  margin-top: 2rem;
}
html body .content-wrap .inner section .contact-wrap .form-wrap {
  display: inline-block;
  margin-top: 0.5rem;
  margin-left: 5rem;
}
html body .content-wrap .inner section .article-box {
  width: calc(100% - 144px);
  margin: 0 auto;
}
html body .content-wrap .inner section .details {
  max-width: 100%;
}
html body .content-wrap .inner section .details .details-summary .job-category-wrap {
  width: 50%;
}
html body .content-wrap .inner section .details .details-summary .btn-wrap {
  width: 50%;
}
html body .content-wrap .inner .sub-content-wrap {
  display: block;
  max-width: 100%;
}
html body .content-wrap .inner .sub-content-wrap .side-nav {
  position: relative;
  top: 0;
  width: calc(100% - 80px);
  margin: 0 auto;
}
html body .content-wrap .inner .sub-content-wrap .side-nav li.title {
  width: 100%;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap {
  width: calc(100% - 80px);
  margin: 3rem auto;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .about02 .overview-wrap li p.content-text {
  width: 780px;
  margin-left: 7%;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .about02.about03 .overview-wrap li p.title {
  width: 120px;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .works-content-wrap.works-mt {
  margin: 1.5rem 0 3rem 0;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .works-content-wrap .text-wrap {
  width: 100%;
  text-align: justify;
  width: 48%;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .works-content-wrap .text-wrap h4 {
  margin-bottom: 2rem;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .works-content-wrap .works-img-wrap {
  width: 48%;
  height: auto;
  margin-bottom: 1rem;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .works-content-wrap .works-img-wrap img {
  height: 100%;
  object-fit: cover;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .works-content-wrap .service-img {
  width: 48%;
  margin-bottom: 1rem;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .purchase-wrap {
  gap: 3%;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .purchase-wrap .purchase-item {
  width: 30%;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .tel-wrap {
  display: block;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .tel-wrap p {
  font-size: 1.2rem;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .tel-wrap p.bg-org {
  width: 100%;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .tel-wrap p.tel-item {
  width: 100%;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .tel-wrap p.tel-item a {
  font-size: 1.2rem;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .business01 .business-wrap li {
  justify-content: space-between;
  gap: 0;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .business01 .business-wrap li p {
  width: 90%;
}
html body .content-wrap .inner .br-sp.br-tb {
  display: block;
}
html body footer .footer-wrap {
  padding-bottom: 3rem;
}
html body footer .footer-wrap::after {
  content: none;
}
html body footer .footer-wrap .footer-inner .link-box {
  display: block;
  max-width: 100%;
}
html body footer .footer-wrap .footer-inner .link-box .company-box {
  background-color: #444444;
  width: calc(100% - 75px);
  border-radius: 0 40px 40px 0;
  padding-top: 1.5rem;
}
html body footer .footer-wrap .footer-inner .link-box .company-box .company-wrap {
  display: block;
  width: 100%;
}
html body footer .footer-wrap .footer-inner .link-box .company-box .company-wrap .company-item {
  width: fit-content;
  display: block;
}
html body footer .footer-wrap .footer-inner .link-box .company-box .company-wrap .company-item.factory-item {
  margin-right: 3rem;
}
html body footer .footer-wrap .footer-inner .link-box .company-box img {
  width: 120px;
  margin-left: -1rem;
}
html body footer .footer-wrap .footer-inner .link-box .company-box h4 {
  margin-left: 2rem;
}
html body footer .footer-wrap .footer-inner .link-box .company-box .text-box {
  margin-left: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body footer .footer-wrap .footer-inner .link-box .item-wrap {
  width: 80%;
  margin: 1rem auto;
  justify-content: flex-start;
}
html body footer .footer-wrap .footer-inner .link-box .item-wrap .item-box {
  margin-left: 25%;
}
html body footer .footer-wrap .footer-inner .link-box .item-wrap .item-box.left-box {
  margin-left: 0%;
}
html body footer .footer-wrap .footer-inner .link-box .item-wrap .item-box ul li.privacypolicy {
  margin-left: 0;
}
html body footer .footer-wrap .footer-inner .link-box .item-wrap .item-box ul li a {
  font-size: 1.1rem;
}
html body footer .copyright {
  font-size: 0.7rem;
  margin-bottom: 0.8rem;
}