@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 {
  width: 100%;
}
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 .nav-btn-wrap {
  display: flex;
  align-items: center;
}
html body header nav li .submenu-toggle {
  display: inline-block;
  background: none;
  border: none;
  font-size: 1.5rem;
  margin-left: auto;
  cursor: pointer;
  outline: none;
}
html body .content-wrap {
  max-width: 100%;
}
html body .content-wrap .inner .main-visual {
  width: 100%;
  height: 530px;
}
html body .content-wrap .inner .main-visual h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin: 3rem 0 0 2rem;
}
html body .content-wrap .inner .main-visual .slider {
  left: 0;
  width: calc(100% - 16px);
  height: 56%;
  border-radius: 0 30px 30px 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
html body .content-wrap .inner .main-visual .slider img {
  width: 100%;
  border-radius: 0 30px 30px 0;
}
html body .content-wrap .inner .main-visual .slider img.position-item {
  object-position: 56% 46%;
  width: 100vw;
}
html body .content-wrap .inner .main-visual .slider-controls {
  bottom: 58px;
}
html body .content-wrap .inner .main-visual .slider-controls .slick-dots-custom li button:before {
  font-size: 20px;
}
html body .content-wrap .inner .main-visual .slider-controls .toggle-play {
  width: 25px;
  height: 25px;
  font-size: 1.1rem;
}
html body .content-wrap .inner .main-visual .slider-controls .toggle-play.paused {
  font-size: 0.8rem;
  padding-left: 0.5rem;
}
html body .content-wrap .inner .main-visual .seagull {
  width: 130px;
  height: 61px;
  top: 30%;
  right: 10%;
}
html body .content-wrap .inner section {
  margin: 2rem auto;
  max-width: 100%;
  width: 100%;
}
html body .content-wrap .inner section.sub-sec {
  width: calc(100% - 32px);
}
html body .content-wrap .inner section.sec01 {
  margin-top: -1rem;
}
html body .content-wrap .inner section.sec02 {
  min-height: 40vh;
  position: relative;
  z-index: 0;
}
html body .content-wrap .inner section.sec03 {
  max-width: 100%;
  width: 100%;
}
html body .content-wrap .inner section.sec04 {
  border-radius: 0 50px 50px 0;
}
html body .content-wrap .inner section.sec04.show-sec04::before {
  width: calc(100% - 16px);
  height: 100%;
}
html body .content-wrap .inner section.sec04.sp-sec04.show-sec04::before {
  width: 100%;
}
html body .content-wrap .inner section.sec05::before {
  padding-top: 70rem;
}
html body .content-wrap .inner section.sec06 {
  display: block;
  max-width: 100%;
  width: 100%;
  padding-bottom: 3rem;
}
html body .content-wrap .inner section.sec06::before {
  width: 100%;
}
html body .content-wrap .inner section.sub-sec-title {
  height: 195px;
}
html body .content-wrap .inner section.sub-sec-title::before {
  border-radius: 0 55px 55px 0;
}
html body .content-wrap .inner section.news-sec01 {
  margin-left: 0;
  height: 175px;
  width: calc(100% - 16px);
}
html body .content-wrap .inner section.news-sec01::before {
  border-radius: 0 60px 60px 0;
}
html body .content-wrap .inner section.article-wrap {
  max-width: 100%;
  margin-bottom: 10rem;
}
html body .content-wrap .inner section .sec-title.sec03-title {
  width: calc(100% - 32px);
  margin: 0 auto;
}
html body .content-wrap .inner section .sec-title.news-sec-title {
  margin-bottom: 3.5rem;
}
html body .content-wrap .inner section .sub-sec-title {
  max-width: 100%;
  width: calc(100% - 32px);
  padding-right: 0;
}
html body .content-wrap .inner section .news-wrap {
  display: block;
  width: calc(100% - 32px);
}
html body .content-wrap .inner section .news-wrap .news-box {
  width: 100%;
  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 .news-list a.bot-border {
  padding-bottom: 0;
}
html body .content-wrap .inner section .news-list li {
  margin: 1rem 0;
}
html body .content-wrap .inner section .news-list li .news-title {
  margin: 0.7rem 0;
}
html body .content-wrap .inner section .news-list li .news-title.top-news-title {
  margin-bottom: 0;
}
html body .content-wrap .inner section .link-box {
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-end;
  margin-right: 0.5rem;
}
html body .content-wrap .inner section .link-box.recruit-box {
  display: inline-flex;
}
html body .content-wrap .inner section .link-box.sp-start {
  justify-content: flex-start;
}
html body .content-wrap .inner section .sec02-wrap {
  width: calc(100% - 16px);
  border-radius: 40px 0 0 40px;
  background-attachment: scroll;
}
html body .content-wrap .inner section .about-wrap {
  display: block;
}
html body .content-wrap .inner section .about-wrap .text-box {
  display: block;
  width: calc(100% - 32px);
  margin: 0 auto;
  margin-top: 3rem;
}
html body .content-wrap .inner section .about-wrap .text-box h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}
html body .content-wrap .inner section .about-wrap .text-box p {
  font-size: 1rem;
}
html body .content-wrap .inner section .about-wrap img {
  display: block;
  width: calc(100% - 32px);
  height: 240px;
  margin: 0 auto;
  margin-top: 1.5rem;
}
html body .content-wrap .inner section .sec04-wrap {
  max-width: 100%;
  width: calc(100% - 32px);
}
html body .content-wrap .inner section .sec04-wrap .works-wrap {
  display: block;
}
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-left: 0;
}
html body .content-wrap .inner section .sec04-wrap .works-wrap .works-box img {
  height: 35vh;
}
html body .content-wrap .inner section .sec04-wrap .works-wrap .works-box h4 {
  font-size: 1.6rem;
}
html body .content-wrap .inner section .works-title {
  font-size: 4.5rem;
  margin-right: 30px;
}
html body .content-wrap .inner section .works-seagull {
  width: 150px;
  height: 70px;
  bottom: 7.5rem;
  right: 2rem;
}
html body .content-wrap .inner section .works-seagull.sub-title-seagull {
  width: 105px;
  height: 49px;
  right: 3rem;
  top: 2.5rem;
}
html body .content-wrap .inner section .works-seagull.business-seagull {
  top: 6.5rem;
  right: 1.7rem;
}
html body .content-wrap .inner section .initiatives-wrap {
  max-width: 100%;
  width: calc(100% - 32px);
}
html body .content-wrap .inner section .initiatives-wrap .initiatives-box {
  flex-wrap: wrap;
  margin: 5rem 0 1rem 0;
}
html body .content-wrap .inner section .initiatives-wrap .initiatives-box .initiatives-item {
  width: calc(50% - 8px);
  margin-bottom: 16px;
}
html body .content-wrap .inner section .initiatives-wrap .initiatives-box .text-item .text {
  font-size: 1rem;
}
html body .content-wrap .inner section .initiatives-wrap .initiatives-box .text-item .arrow-son {
  height: 95px;
}
html body .content-wrap .inner section .recruit-wrap {
  padding: 3rem 0;
  width: 95%;
  margin: 0 auto;
}
html body .content-wrap .inner section .recruit-wrap .link-wrap {
  justify-content: space-between;
}
html body .content-wrap .inner section .recruit-wrap .link-wrap .link-box {
  margin-right: 0;
}
html body .content-wrap .inner section .recruit-wrap .link-wrap .recruit-item {
  margin-right: 1rem;
}
html body .content-wrap .inner section .img-wrap {
  position: relative;
  left: 0;
  width: calc(100% - 16px);
  display: block;
  margin-left: auto;
  height: 35vh;
  border-radius: 30px 0 0 30px;
}
html body .content-wrap .inner section .contact-wrap {
  display: block;
  max-width: 100%;
  width: calc(100% - 32px);
  margin: 0 auto;
}
html body .content-wrap .inner section .contact-wrap .tel-wrap {
  margin-top: 2rem;
}
html body .content-wrap .inner section .contact-wrap .form-wrap {
  margin-top: 2rem;
}
html body .content-wrap .inner section .news-category {
  justify-content: flex-start;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
}
html body .content-wrap .inner section .news-category li {
  flex: 0 0 auto;
}
html body .content-wrap .inner section .article-box {
  width: calc(100% - 32px);
  margin: 0 auto;
}
html body .content-wrap .inner section .article-box .text-box img {
  margin: 1rem 0;
}
html body .content-wrap .inner section .recruit-page-wrap .rec-copy h4 {
  font-size: 1.4rem;
}
html body .content-wrap .inner section .details {
  max-width: 100%;
}
html body .content-wrap .inner section .details .details-summary {
  flex-wrap: wrap;
}
html body .content-wrap .inner section .details .details-summary .btn-wrap {
  width: 100%;
  margin: 1rem auto;
  margin-top: 1.5rem;
  justify-content: center;
  position: relative;
}
html body .content-wrap .inner section .details .details-summary .btn-wrap .btn-text {
  text-align: center;
  flex: 1;
}
html body .content-wrap .inner section .details .details-summary .btn-wrap .btn {
  position: absolute;
  right: 70px;
}
html body .content-wrap .inner section .details .details-content .details-content-box table tbody tr {
  display: flex;
  flex-wrap: wrap;
}
html body .content-wrap .inner section .details .details-content .details-content-box table tbody tr th {
  width: 100%;
  border-right: 0;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
html body .content-wrap .inner section .details .details-content .details-content-box table tbody tr td {
  padding: 0.5rem 0;
  padding-left: 1rem;
}
html body .content-wrap .inner section .form-container {
  max-width: 100%;
}
html body .content-wrap .inner section .form-container .form-table tbody tr {
  flex-wrap: wrap;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
html body .content-wrap .inner section .form-container .form-table tbody tr th {
  width: 100%;
  padding: 1.3rem 1rem;
  border-bottom: 1px solid #cccccc;
}
html body .content-wrap .inner section .form-container .form-table tbody tr th.area-item {
  height: auto;
  align-items: center;
}
html body .content-wrap .inner section .form-container .form-table tbody tr td {
  width: 100%;
  padding: 1rem 0.5rem;
}
html body .content-wrap .inner section .form-container .form-table tbody tr td .form-item.form-select {
  width: 90%;
}
html body .content-wrap .inner section .form-container .form-table tbody tr td .select-wrap::after {
  right: 15%;
}
html body .content-wrap .inner section .privacypolicy-wrap {
  max-width: 100%;
}
html body .content-wrap .inner section .privacypolicy-wrap .consent-btn-wrap .check-btn {
  width: calc(100% - 24px);
  font-size: 0.9375rem;
  gap: 7px;
}
html body .content-wrap .inner section .privacypolicy-wrap .consent-btn-wrap .check-btn input {
  width: 18px;
  height: 18px;
}
html body .content-wrap .inner .sub-content-wrap {
  display: block;
  max-width: 100%;
  margin-bottom: 10rem;
}
html body .content-wrap .inner .sub-content-wrap .side-nav {
  width: calc(100% - 32px);
  margin: 0 auto;
  position: relative;
  top: 0;
}
html body .content-wrap .inner .sub-content-wrap .side-nav li.title {
  display: block;
  width: 100%;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap {
  width: calc(100% - 32px);
  margin: 2rem auto;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap h2.business-title::after {
  right: 0;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap h2.title-size {
  font-size: 1.8rem;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .about01 .greeting-wrap {
  display: flex;
  text-align: justify;
  flex-direction: column-reverse;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .about01 .greeting-wrap .image-item .president {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .about01 .greeting-wrap .image-item .name-box {
  justify-content: flex-start;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .about01 .greeting-wrap .image-item .name-box img.signature {
  margin-left: 1rem;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .about02 .overview-wrap li {
  padding: 1.5rem 1.1rem;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .about02.about03 .overview-wrap li p.title {
  width: 30%;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .about02.about03 .overview-wrap li p.content-text {
  margin-left: 30px;
  width: 70%;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .recycle-text {
  text-align: justify;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .works-content-wrap {
  flex-direction: column-reverse;
}
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;
}
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: 100%;
  margin-bottom: 1rem;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .works-content-wrap .service-img {
  width: 100%;
  margin-bottom: 1rem;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .purchase-wrap {
  gap: 4%;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .purchase-wrap .purchase-item {
  width: 48%;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .works01 .purchase-wrap .purchase-item img {
  width: 100%;
}
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.1rem;
  flex-direction: column;
}
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.1rem;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .access01 .access-wrap h4 span {
  width: fit-content;
  padding: 0.3rem;
  margin-left: 0.7rem;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .business01 .business-img-wrap .img-box {
  margin: 0;
  width: 175px;
}
html body .content-wrap .inner .sub-content-wrap .about-wrap .business01 .business-img-wrap .img-box img {
  height: 200px;
  margin: 0;
}
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: 85%;
}
html body .content-wrap .inner .pdf-box {
  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 {
  padding-bottom: 0.5rem;
}
html body footer .footer-wrap::after {
  content: none;
}
html body footer .footer-wrap .footer-inner .link-box {
  display: block;
}
html body footer .footer-wrap .footer-inner .link-box .company-box {
  background-color: #444444;
  width: 100%;
  border-radius: 0;
  padding-top: 1.5rem;
}
html body footer .footer-wrap .footer-inner .link-box .company-box .company-wrap {
  width: calc(100% - 32px);
  margin: 0 auto;
}
html body footer .footer-wrap .footer-inner .link-box .company-box img {
  width: 120px;
  margin-left: -2rem;
}
html body footer .footer-wrap .footer-inner .link-box .company-box h4 {
  margin-left: 1rem;
}
html body footer .footer-wrap .footer-inner .link-box .company-box .text-box {
  margin-left: 1rem;
}
html body footer .footer-wrap .footer-inner .link-box .item-wrap {
  width: calc(100% - 32px);
  margin: 1rem auto;
}
html body footer .footer-wrap .footer-inner .link-box .item-wrap .item-box {
  margin-left: 11%;
}
html body footer .footer-wrap .footer-inner .link-box .item-wrap .item-box.left-box {
  margin-left: 1rem;
}
html body footer .footer-wrap .footer-inner .link-box .item-wrap .item-box ul li a {
  font-size: 0.75rem;
}
html body footer .copyright {
  font-size: 0.7rem;
  margin-bottom: 0.8rem;
}