@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
/* dt {
  font-weight: bold;
} */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* 追記 */
/* ============================================ */
em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

input,
button,
select,
textarea,
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  /* outline: none; */
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* -----------------------------------------------
  Variables
--------------------------------------------------*/
/* color */
/* grad */
/* en */
/* transition */
/* size */
/* sns */
/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* media queries
  ブレークポイントの使い方
  @include mq("sp"){ ここに書く } */
/* ie11 */
/* clearfix*/
.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

/* form スタイルリセット */
/* flexbox */
/* くの字矢印 */
/* 字詰め */
/**************************************************
  base
***************************************************/
/* -----------------------------------------------
  Body
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body, button, input, textarea, select {
  color: #2d4240;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  font-feature-settings: "pkna";
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.15em;
}

body {
  background-color: #f8f8f8;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

::selection {
  background: #aac3c3;
  color: #fff;
}

.en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  text-transform: uppercase;
}

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

.wrap {
  overflow: hidden;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.bg-green {
  background: url(/themes/main/assets/img/waste/bg-green.png?052402) no-repeat 50% 0%/cover;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(15%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/**************************************************
  Content
***************************************************/
.content {
  max-width: 1024px;
  margin: 0 auto;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .content {
    width: auto;
    margin: 0 40px;
  }
}

/* -----------------------------------------------
  page title
-------------------------------------------------- */
/* -----------------------------------------------
  breadcrumb
-------------------------------------------------- */
.breadcrumb {
  max-width: 1100px;
  margin: 24px auto;
  line-height: 1;
  font-size: 1.4rem;
}
.breadcrumb ol {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.breadcrumb ol li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding-left: 0;
  position: relative;
}
.breadcrumb ol li::before {
  content: none;
}
.breadcrumb ol li::after {
  content: "/";
  margin: 0 1rem;
  position: static;
}
.breadcrumb ol li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb ol li:last-child::after {
  content: none;
}

/**************************************************
  Header
***************************************************/
.l-header {
  position: relative;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.l-header::-webkit-scrollbar {
  display: none;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 40px;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    min-width: 1395px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 128px;
  }
}
.l-header__sub {
  display: flex;
  align-items: center;
}
.l-header__lng {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__lng {
    display: none;
  }
}
.l-header__lng::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #2d4240;
  position: absolute;
  right: 0;
  bottom: -8px;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header__lng {
    transition: 0.3s ease;
  }
  .l-header__lng:hover {
    color: #00ba3e;
  }
  .l-header__lng:hover::after {
    width: 100%;
    right: auto;
    left: 0;
  }
}
.l-header__contact {
  border: 1px solid #aac3c3;
  width: 164px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  font-size: 1.5rem;
  margin-left: 20px;
  box-shadow: 0px 0px 11px rgba(116, 156, 147, 0.13);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    width: 97px;
    height: 32px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__contact {
    transition: 0.3s ease;
  }
  .l-header__contact:hover {
    background-color: #00ba3e;
    color: #fff;
  }
}
.l-header__nav {
  position: absolute;
  z-index: 999;
  top: 625px;
  left: 0;
  right: 0;
  margin: auto;
  width: 840px;
  border-radius: 36px;
  background-color: #fff;
  padding: 0 20px;
  box-shadow: 0px 5px 15px rgba(25, 84, 73, 0.13);
}
.l-header__nav.is-page {
  position: relative;
  top: -130px;
  margin: 0;
  left: 270px;
}
@media screen and (min-width: 1340px) {
  .l-header__nav.is-page {
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none !important;
  }
}
.l-header__nav ul {
  display: flex;
  justify-content: space-between;
}
.l-header__nav a {
  font-size: 1.6rem;
  font-weight: 700;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 14px;
  position: relative;
  letter-spacing: 0.1em;
}
.l-header__nav a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: linear-gradient(242deg, rgb(12, 202, 224) 0%, rgb(5, 209, 111) 50%, rgb(122, 226, 0) 100%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -7px;
  transform: rotate(130deg);
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header__nav a {
    transition: 0.3s ease;
  }
  .l-header__nav a:hover {
    color: #00ba3e;
  }
  .l-header__nav a:hover::after {
    opacity: 1;
  }
}

.l-header__spNav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-bottom: 100px;
  overflow: auto;
  background: linear-gradient(242deg, rgb(12, 202, 224) 0%, rgb(5, 209, 111) 50%, rgb(122, 226, 0) 100%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s ease;
}
.l-header__spNav.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header__spNav__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
}
.l-header__spNav__main {
  text-align: center;
}
.l-header__spNav__main a {
  color: #fff;
  font-size: 2rem;
  display: block;
  font-weight: 500;
  margin-bottom: 24px;
}
.l-header__spNav__main a::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto 3px;
}
.l-header__spNav__sub {
  margin-bottom: 45px;
}
.l-header__spNav__sub a {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.l-header__spNav__sub a::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #7ce4e8;
}
.l-header__spNav__cv {
  border: 1px solid #fff;
  width: 80%;
  margin: 30px auto 50px;
}
.l-header__spNav__cv a {
  display: block;
  height: 116px;
  text-align: center;
  position: relative;
}
.l-header__spNav__cv a span {
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}
.l-header__spNav__cv-contact {
  color: #fff;
  padding-top: 30px;
}
.l-header__spNav__cv-contact::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-header__spNav__cv-contact em {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}
.l-header__spNav__cv-tel {
  background-color: #fff;
  padding-top: 25px;
}
.l-header__spNav__cv-tel::after {
  content: "";
  width: 10px;
  height: 10px;
  background: linear-gradient(242deg, rgb(12, 202, 224) 0%, rgb(5, 209, 111) 50%, rgb(122, 226, 0) 100%);
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-header__spNav__cv-tel em {
  display: block;
  font-size: 2.2rem;
  line-height: 1.2;
}
.l-header__spNav__cv-tel small {
  font-size: 1.2rem;
  font-weight: 700;
}
.l-header__spNav__lg {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto 50px;
}
.l-header__spNav__lg li {
  width: 50%;
  border-right: 1px solid #fff;
}
.l-header__spNav__lg li:last-child {
  border-right: 0px solid #fff;
}
.l-header__spNav__lg a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
}
.l-header__spNav__lg a::after {
  content: "";
  width: 28px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 8px auto 0;
}
.l-header__spNav__close {
  width: 90px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto;
  font-size: 1.1rem;
}
.l-header__spNav__menu {
  width: 80px;
  height: 34px;
  background-color: #fff;
  position: fixed;
  right: 130px;
  top: 19px;
  font-size: 1.1rem;
  box-shadow: 0px 0px 11px rgba(116, 156, 147, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  border-radius: 32px;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__spNav__menu {
    display: flex;
  }
}
.l-header__spNav__menu.inner {
  position: absolute;
  z-index: 999;
}
.l-header__spNav__menu::after {
  content: "";
  width: 10px;
  height: 10px;
  background: linear-gradient(242deg, rgb(12, 202, 224) 0%, rgb(5, 209, 111) 50%, rgb(122, 226, 0) 100%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
  border: 1px solid #fff;
}

/**************************************************
l-footer
***************************************************/
.l-footer {
  position: relative;
  z-index: 10;
}
.l-footer__circle {
  position: absolute;
  left: -20px;
  bottom: 40px;
  z-index: -1;
}
.l-footer__inner {
  max-width: 1100px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    width: auto;
    margin: 0 40px;
  }
}
.l-footer__cv {
  position: absolute;
  right: 0;
  top: 0;
  width: 700px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  box-shadow: 0px 0px 100px rgba(91, 91, 91, 0.25);
}
@media screen and (max-width: 767px) {
  .l-footer__cv {
    position: relative;
    width: calc(100% + 40px);
    margin-bottom: 70px;
  }
}
.l-footer__cv a {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 110px 0 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__cv a {
    height: 135px;
    padding: 30px 35px 0;
    display: block;
  }
}
.l-footer__cv a span {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .l-footer__cv a span {
    font-size: 1.2rem;
    display: block;
  }
}
.l-footer__cv__contact {
  background: linear-gradient(242deg, rgb(12, 202, 224) 0%, rgb(5, 209, 111) 50%, rgb(122, 226, 0) 100%);
  color: #fff;
  position: relative;
}
.l-footer__cv__contact::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(100deg, rgb(12, 202, 224) 0%, rgb(5, 209, 111) 50%, rgb(122, 226, 0) 100%);
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer__cv__contact:hover::before {
    opacity: 1;
  }
}
.l-footer__cv__contact::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__cv__contact::after {
    width: 12px;
    height: 12px;
    right: 25px;
  }
}
.l-footer__cv__contact h3 {
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .l-footer__cv__contact h3 {
    font-size: 2.4rem;
  }
}
.l-footer__cv__tel {
  position: relative;
}
.l-footer__cv__tel::after {
  content: "";
  width: 14px;
  height: 14px;
  background: linear-gradient(242deg, rgb(12, 202, 224) 0%, rgb(5, 209, 111) 50%, rgb(122, 226, 0) 100%);
  border-radius: 50%;
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__cv__tel::after {
    width: 12px;
    height: 12px;
    right: 25px;
  }
}
.l-footer__cv__tel em {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-footer__cv__tel em {
    font-size: 2.8rem;
    margin-bottom: 0px;
  }
}
.l-footer__cv__tel small {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__cv__tel small {
    font-size: 1.2rem;
  }
}
.l-footer__txt {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 40px 0 110px;
}
@media screen and (max-width: 767px) {
  .l-footer__txt {
    margin: 0 0 35px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.l-footer__logo {
  margin-bottom: 90px;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 255px;
    margin-bottom: 32px;
  }
}
.l-footer__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    padding-bottom: 40px;
  }
}
.l-footer__link dl {
  font-size: 1.4rem;
  margin-bottom: 50px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .l-footer__link dl {
    margin-bottom: 26px;
  }
}
.l-footer__link dl dt {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__link dl dt {
    font-size: 1.5rem;
  }
}
.l-footer__link li {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .l-footer__link li {
    letter-spacing: 0.05em;
  }
}
.l-footer__link li::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #00ba3e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.l-footer__link li ul {
  margin-top: 10px;
}
.l-footer__link li li {
  margin-bottom: 8px;
  margin-left: -20px;
}
.l-footer__link li li::before {
  width: 10px;
  height: 10px;
  background-color: #23ccb6;
}
@media screen and (min-width: 768px) {
  .l-footer__link li a {
    transition: 0.3s ease;
  }
  .l-footer__link li a:hover {
    color: #00ba3e;
  }
}
.l-footer__link li a[target=_blank]::after {
  content: "";
  background: url("/themes/main/assets/img/common/icon-link.svg") no-repeat 50% 50%/contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 3px;
  transform: translateY(2px);
}
.l-footer__link__right {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__link__right {
    display: none;
  }
}
.l-footer__link__right > * {
  margin-left: 30px;
}
.l-footer__copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  background-color: #fff;
  padding: 20px 80px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 20px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy p {
    width: 100%;
    margin-top: -15px;
  }
}
.l-footer__copy ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copy ul {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.l-footer__copy ul li {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy ul li {
    margin-left: 0;
  }
}

/**************************************************
    c-btn
***************************************************/
.c-btn {
  text-align: center;
}
.c-btn a {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-btn a {
    font-size: 1.3rem;
  }
}
.c-btn a::before {
  content: "";
  width: 15px;
  height: 15px;
  background: linear-gradient(242deg, rgb(12, 202, 224) 0%, rgb(5, 209, 111) 50%, rgb(122, 226, 0) 100%);
  display: inline-block;
  border-radius: 50%;
  transform: rotate(130deg);
  margin-right: 10px;
}
.c-btn a::after {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #2d4240;
  position: absolute;
  right: 0;
  bottom: -8px;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn a::after {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-btn a {
    transition: 0.3s ease;
  }
  .c-btn a:hover {
    color: #00ba3e;
  }
  .c-btn a:hover::after {
    width: 100%;
    right: auto;
    left: 0;
  }
}

/**************************************************
    c-pagetitle
***************************************************/
.c-pagetitle {
  border-bottom: 1px solid #cad6ca;
  height: 357px;
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .c-pagetitle {
    height: auto;
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.c-pagetitle .content {
  position: relative;
}
.c-pagetitle h1 {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .c-pagetitle h1 {
    font-size: 2.6rem;
    display: block;
    margin-bottom: 0px;
    line-height: 1.5;
  }
}
.c-pagetitle span {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-pagetitle span {
    font-size: 1.3rem;
  }
}
.c-pagetitle em {
  position: absolute;
  right: -20px;
  bottom: -80px;
  font-size: 12rem;
  color: #e4f0ec;
  line-height: 1;
  display: block;
  z-index: -1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-pagetitle em {
    font-size: 4rem;
    bottom: -37px;
    right: -40px;
    white-space: nowrap;
  }
}

/**************************************************
    c-pankuzu
***************************************************/
.c-pankuzu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 30px auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-pankuzu {
    margin: 20px;
    font-size: 1.1rem;
  }
}
.c-pankuzu li::after {
  content: "";
  width: 6px;
  height: 8px;
  background: url(/themes/main/assets/img/common/arrow-right.svg) no-repeat 50% 50%/contain;
  display: inline-block;
  margin: 0 10px;
}
.c-pankuzu li:last-child::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-pankuzu a:hover {
    color: #00ba3e;
  }
}

#particles-js {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

.top__mvAnim {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

/**************************************************
  top__bgWhite
***************************************************/
.top__bgWhite {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1400px;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top__bgWhite {
    height: 80vh;
  }
}
.top__bgWhite img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 30%;
}

/**************************************************
  top__txtCT
***************************************************/
.top__txtCT {
  font-size: 13rem;
  color: #dee9e6;
  letter-spacing: 0.13em;
  position: absolute;
  overflow: hidden;
  top: 720px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top__txtCT {
    top: 117vw;
    font-size: 5rem;
  }
}
.top__txtCT p {
  display: inline-block;
  animation: marquee 38s linear infinite;
}

/**************************************************
  top__mv
***************************************************/
.top__mv {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .top__mv {
    margin-top: 140px;
  }
}

/**************************************************
 top__works
***************************************************/
@keyframes topWorksCircle {
  0% {
    top: 5px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 35px;
    opacity: 0;
  }
}
.top__works {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 270px;
  margin-bottom: -200px;
}
@media screen and (max-width: 767px) {
  .top__works {
    margin-top: 100px;
    margin-bottom: -130px;
  }
}
.top__works__ttl {
  margin-bottom: 40px;
}
.top__works__ttl span {
  color: #00ba3e;
  display: inline-block;
  margin-bottom: 24px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top__works__ttl span {
    font-size: 1.5rem;
  }
  .top__works__ttl span::before {
    content: "";
    width: 2px;
    height: 46px;
    background: #e4f1e4;
    display: block;
    margin: 0 auto 50px;
  }
  .top__works__ttl span::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(242deg, rgb(12, 202, 224) 0%, rgb(5, 209, 111) 50%, rgb(122, 226, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    animation: topWorksCircle 2s ease infinite;
  }
}
.top__works__ttl h2 {
  font-size: 3.2rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top__works__ttl h2 {
    font-size: 2.2rem;
  }
}
.top__works__mission {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top__works__mission::before {
  content: "";
  width: 140vw;
  height: 1200px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 125px;
  transform: translateX(-50%);
  z-index: -1;
  box-shadow: 0px 0px 100px rgba(39, 65, 60, 0.25);
}
@media screen and (max-width: 767px) {
  .top__works__mission::before {
    height: 600px;
    width: 200vw;
    top: 80px;
    box-shadow: 0px 0px 50px rgba(39, 65, 60, 0.1);
  }
}
.top__works__zero img {
  display: block;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .top__works__zero img {
    width: 80px;
    margin-bottom: 20px;
  }
}
.top__works__zero span {
  font-size: 2.8rem;
  letter-spacing: 0.58em;
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top__works__zero span {
    font-size: 2.3rem;
    margin-bottom: 16px;
  }
}
.top__works__txt {
  color: #00ba3e;
  font-size: 1.7rem;
  line-height: 2.2;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top__works__txt {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 70px;
  }
}
.top__works__box {
  position: relative;
}
.top__works__box::before {
  content: "";
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__works__box::before {
    top: 25px;
  }
}
.top__works__box.box01::before {
  background: url(/themes/main/assets/img/top/bg01.jpg) no-repeat 50% 50%/cover;
}
.top__works__box.box02::before {
  background: url(/themes/main/assets/img/top/bg02.jpg) no-repeat 50% 50%/cover;
}
.top__works__box.box03 {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .top__works__box.box03 {
    padding-bottom: 100px;
  }
}
.top__works__box.box03::before {
  background: url(/themes/main/assets/img/top/bg03.jpg) no-repeat 50% 50%/cover;
  height: 106%;
}
@media screen and (max-width: 767px) {
  .top__works__box.box03::before {
    background-position: 9% 100% !important;
  }
}
.top__works__box__inner {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1024px;
  margin: 0 auto 110px;
  width: 90%;
  position: relative;
  box-shadow: 0px 0px 100px rgba(91, 91, 91, 0.25);
  padding: 30px 20px 60px;
}
@media screen and (max-width: 767px) {
  .top__works__box__inner {
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
}
.top__works__box__inner::before {
  content: "";
  background: linear-gradient(242deg, rgb(12, 202, 224) 0%, rgb(5, 209, 111) 50%, rgb(122, 226, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -50px;
  border-radius: 20px 20px 0 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__works__box__inner::before {
    top: -35px;
  }
}
.top__works__box__inner strong {
  position: absolute;
  top: -44px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__works__box__inner strong {
    font-size: 1.4rem;
    top: -30px;
  }
}
.top__works__box__inner h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .top__works__box__inner h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.top__works__box__inner h3 span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #2d4240;
}
@media screen and (max-width: 767px) {
  .top__works__box__inner h3 span {
    border-bottom: 1px solid #2d4240;
  }
}
.top__works__box__inner em {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .top__works__box__inner em {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
}
.top__works__box__inner em.color01 {
  color: #00ba3e;
}
.top__works__box__inner em.color02 {
  color: #01b3d8;
}
.top__works__box__inner em.color03 {
  color: #11bca6;
}
.top__works__box__inner img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top__works__box__inner img {
    width: 60%;
  }
}
.top__works__box__inner p {
  font-size: 1.7rem;
  line-height: 2.2;
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .top__works__box__inner p {
    font-size: 1.4rem;
    text-align: left;
    padding: 0px 0 20px;
    line-height: 1.8;
  }
}
.top__works__box__inner p::before {
  content: "";
  width: 518px;
  height: 176px;
  background: url(/themes/main/assets/img/top/2023.png) no-repeat 50% 50%/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__works__box__inner p::before {
    width: 100%;
  }
}

/**************************************************
 top__strength
***************************************************/
.top__strength {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  z-index: 50;
  padding-top: 88px;
  margin-bottom: -80px;
}
@media screen and (max-width: 767px) {
  .top__strength {
    padding-top: 60px;
    margin-bottom: 0;
  }
}
.top__strength::before {
  content: "";
  width: 140vw;
  height: 1200px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(248, 248, 248) 39%);
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__strength::before {
    height: 700px;
    width: 200vw;
  }
}
.top__strength__ttl {
  margin-bottom: 40px;
}
.top__strength__ttl span {
  color: #00ba3e;
  display: inline-block;
  margin-bottom: 24px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top__strength__ttl span {
    margin-bottom: 16px;
  }
}
.top__strength__ttl h2 {
  font-size: 3.2rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  line-height: 1.78;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top__strength__ttl h2 {
    font-size: 2rem;
  }
}
.top__strength__ttl p {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top__strength__ttl p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.top__strength__ttl p::before, .top__strength__ttl p::after {
  content: "ー";
  color: #aac3c3;
  display: inline-block;
  margin: 0 5px;
}
.top__strength__ttl p span {
  color: #00ba3e;
}
.top__strength__anim {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
  z-index: 2;
}
.top__strength__img {
  margin-bottom: -100px;
  position: relative;
  width: 782px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top__strength__img {
    width: 90%;
    margin: 0 auto;
  }
}
.top__strength__img img {
  width: 100%;
}
.top__strength__img__txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  animation: rotation 50s linear infinite;
}
.top__strength__img a {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  top: 400px;
  font-size: 2.1rem;
  font-weight: 700;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .top__strength__img a {
    top: 50vw;
    font-size: 1.3rem;
    width: 158px;
  }
}
.top__strength__img a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2d4240;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.top__strength__img a::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #00ba3e;
  position: absolute;
  right: 0;
  bottom: -5px;
  z-index: 2;
  transition: width 0.3s ease;
}
@media screen and (min-width: 768px) {
  .top__strength__img a {
    transition: 0.3s ease;
  }
  .top__strength__img a:hover {
    color: #00ba3e;
  }
  .top__strength__img a:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top__strength__cont {
  position: relative;
}
.top__strength__link {
  display: block;
  width: 41vw;
  height: 32.7vw;
  padding-top: 14vw;
  background-color: #fff;
  box-shadow: 0px 0px 80px rgba(78, 77, 54, 0.13);
  border-radius: 20px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .top__strength__link {
    width: 80vw;
    height: 52vw;
    padding-top: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .top__strength__link {
    transition: 0.3s ease;
  }
  .top__strength__link:hover {
    background-color: #00ba3e;
    color: #fff;
  }
  .top__strength__link:hover span {
    color: #fff;
  }
}
.top__strength__link.link01 {
  left: 6.25vw;
  top: 28.8vw;
}
@media screen and (max-width: 767px) {
  .top__strength__link.link01 {
    left: 0;
    right: 0;
    top: 79vw;
    margin: auto;
  }
}
.top__strength__link.link02 {
  right: 6.25vw;
  top: 51.5vw;
}
@media screen and (max-width: 767px) {
  .top__strength__link.link02 {
    left: 0;
    right: 0;
    top: 219vw;
    margin: auto;
  }
}
.top__strength__link.link03 {
  left: 6.25vw;
  bottom: 30.8vw;
}
@media screen and (max-width: 767px) {
  .top__strength__link.link03 {
    left: 0;
    right: 0;
    bottom: 96vw;
    margin: auto;
  }
}
.top__strength__link h3 {
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .top__strength__link h3 {
    font-size: 2.2rem;
    margin-bottom: 1.7vw;
  }
}
.top__strength__link span {
  color: #00ba3e;
  font-size: 1.25vw;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top__strength__link span {
    font-size: 1.5rem;
  }
}

/**************************************************
 top__user
***************************************************/
.top__user {
  text-align: center;
  position: relative;
  z-index: 1;
  /* margin: 50px auto 80px;*/
  /*background: #fff;*/
  padding: 50px 0 70px;
}
@media screen and (max-width: 767px) {
  .top__user {
    margin-top: 0;
  }
}
.top__user .top__user__inner {
  background: #fff;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0px 0px 40px rgba(91, 91, 91, 0.25);
  padding: 30px;
  width: 72%;
}
@media screen and (max-width: 767px) {
  .top__user .top__user__inner {
    width: 80vw;
  }
}
.top__user .top__user__inner h2 {
  font-size: 1.8vw;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top__user .top__user__inner h2 {
    font-size: 1.8rem;
  }
}

/**************************************************
 top__waste__flow
***************************************************/
.top__waste__flow {
  padding-bottom: 250px !important;
}
@media screen and (max-width: 767px) {
  .top__waste__flow {
    padding-bottom: 60px !important;
  }
}
.top__waste__flow .waste__flow__list li:nth-child(1) {
  margin-left: -35px;
}
@media screen and (max-width: 767px) {
  .top__waste__flow .waste__flow__list li:nth-child(1) {
    margin-left: 0;
  }
}
.top__waste__flow .waste__flow__list li:nth-child(2) {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .top__waste__flow .waste__flow__list li:nth-child(2) {
    margin-left: 0;
  }
}
.top__waste__flow .waste__flow__list li:nth-child(3) {
  margin-left: 27px;
}
@media screen and (max-width: 767px) {
  .top__waste__flow .waste__flow__list li:nth-child(3) {
    margin-left: 0;
  }
}
.top__waste__flow .waste__flow__list li:nth-child(4) {
  margin-left: 37px;
}
@media screen and (max-width: 767px) {
  .top__waste__flow .waste__flow__list li:nth-child(4) {
    margin-left: 0;
  }
}
.top__waste__flow .waste__flow__list li:nth-child(5) {
  margin-left: 39px;
}
@media screen and (max-width: 767px) {
  .top__waste__flow .waste__flow__list li:nth-child(5) {
    margin-left: 0;
  }
}
.top__waste__flow .waste__flow__list li:nth-child(6) {
  margin-left: 27px;
}
@media screen and (max-width: 767px) {
  .top__waste__flow .waste__flow__list li:nth-child(6) {
    margin-left: 0;
  }
}
.top__waste__flow .waste__flow__list li:nth-child(7) {
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  .top__waste__flow .waste__flow__list li:nth-child(7) {
    margin-left: 0;
  }
}
.top__waste__flow .waste__flow__list li:nth-child(8) {
  margin-left: -17px;
}
@media screen and (max-width: 767px) {
  .top__waste__flow .waste__flow__list li:nth-child(8) {
    margin-left: 0;
  }
}

/**************************************************
 top__recruit
***************************************************/
.top__recruit {
  position: relative;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .top__recruit {
    margin-bottom: 100px;
  }
}
.top__recruit::before {
  content: "";
  position: absolute;
  width: 87%;
  height: 430px;
  background: linear-gradient(242deg, rgb(12, 202, 224) 0%, rgb(5, 209, 111) 50%, rgb(122, 226, 0) 100%);
  border-radius: 20px 0 0 20px;
  right: 0;
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  .top__recruit::before {
    bottom: -30px;
    height: 100%;
    width: 82%;
  }
}
.top__recruit__circle01 {
  position: absolute;
  right: -80px;
  top: -360px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top__recruit__circle01 {
    width: 220px;
    top: -160px;
  }
}
.top__recruit__circle02 {
  position: absolute;
  left: -80px;
  bottom: -160px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top__recruit__circle02 {
    width: 220px;
    bottom: -70px;
  }
}
.top__recruit__inner {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 50px 0 80px;
  width: 87%;
  margin: 0 auto;
  box-shadow: 0px 0px 100px rgba(91, 91, 91, 0.25);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__recruit__inner {
    width: 90%;
    margin: 0;
    margin-left: 10%;
    border-radius: 20px 0 0 20px;
    padding: 40px 40px;
  }
}
.top__recruit__inner span {
  color: #00ba3e;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top__recruit__inner span {
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
}
.top__recruit__inner h2 {
  color: #00ba3e;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .top__recruit__inner h2 {
    font-size: 2.2rem;
    margin-bottom: 18px;
  }
}
.top__recruit__inner p {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top__recruit__inner p {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 16px;
  }
  .top__recruit__inner p br {
    display: none;
  }
}

/**************************************************
 top__news
***************************************************/
.top__news {
  position: relative;
}
.top__news__ttl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #a2ac98;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top__news__ttl {
    display: block;
  }
}
.top__news__ttl > * {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top__news__ttl > * {
    display: block;
  }
}
.top__news__ttl h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top__news__ttl h2 {
    font-size: 2.4rem;
  }
}
.top__news__ttl span {
  color: #00ba3e;
  font-size: 1.6rem;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .top__news__ttl span {
    font-size: 1.5rem;
    margin-left: 0;
    margin-bottom: 24px;
    display: block;
  }
}
.top__news__ttl ul {
  display: flex;
  font-size: 1.4rem;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .top__news__ttl ul {
    font-size: 1.1rem;
    overflow: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top__news__ttl ul li {
    flex: none;
    padding-bottom: 10px;
  }
}
.top__news__ttl ul li::after {
  content: "｜";
}
.top__news__ttl ul li:last-child::after {
  display: none;
}
.top__news__ttl ul a {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .top__news__ttl ul a {
    padding: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .top__news__ttl ul a {
    transition: 0.3s ease;
  }
  .top__news__ttl ul a:hover {
    color: #00ba3e;
  }
}
@media screen and (max-width: 767px) {
  .top__news__ttl .c-btn {
    position: absolute;
    right: 40px;
    top: 25px;
  }
}
.top__news__list {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .top__news__list {
    margin-bottom: 80px;
  }
}
.top__news__list dl {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top__news__list dl {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.top__news__list dt {
  width: 145px;
  flex: none;
}
.top__news__list__category {
  border-right: 1px solid #a2ac98;
  border-left: 1px solid #a2ac98;
  text-align: center;
  padding: 0 10px;
  width: 145px;
  flex: none;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .top__news__list__category {
    margin-right: 0;
    border-right: 0px solid #fff;
    text-align: left;
    width: auto;
    padding-left: 20px;
  }
}
.top__news__list__category span {
  display: block;
  line-height: 1;
  margin: 5px 0;
}
.top__news__list a {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top__news__list a {
    margin-top: 10px;
    display: block;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .top__news__list a {
    transition: 0.3s ease;
  }
  .top__news__list a:hover {
    color: #00ba3e;
  }
}

/**************************************************
    about__mes
***************************************************/
.about__mes {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -60px;
  text-align: center;
  padding-top: 145px;
}
@media screen and (max-width: 767px) {
  .about__mes {
    margin-top: -70px;
  }
}
.about__mes::before {
  content: "";
  width: 140vw;
  height: 1200px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  z-index: -1;
  box-shadow: 0px 0px 50px rgba(39, 65, 60, 0.15);
}
@media screen and (max-width: 767px) {
  .about__mes::before {
    height: 600px;
    width: 200vw;
    top: 80px;
    box-shadow: 0px 0px 50px rgba(39, 65, 60, 0.1);
  }
}
.about__mes__star {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .about__mes__star {
    width: 150%;
    max-width: 150%;
    right: 0;
    left: auto;
  }
}
.about__mes strong {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 46px;
  display: block;
}
@media screen and (max-width: 767px) {
  .about__mes strong {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
}
.about__mes h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.18em;
  color: #fff;
}
.about__mes h2 span {
  background-color: #2d4240;
  padding: 2px 10px 3px;
}
.about__mes h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.about__mes p {
  font-size: 1.6rem;
  line-height: 1.87;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about__mes p {
    font-size: 1.5rem;
    text-align: left;
  }
  .about__mes p br {
    display: none;
  }
}

/**************************************************
 about__mission
***************************************************/
.about__mission {
  background: url(/themes/main/assets/img/about/bg.jpg) no-repeat 50% 50%/cover;
  color: #fff;
  text-align: center;
  padding: 120px 0 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__mission {
    padding: 70px 0 120px;
  }
}
.about__mission__ttl {
  position: relative;
  max-width: 620px;
  margin: 0 auto 100px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .about__mission__ttl {
    margin-bottom: 60px;
  }
}
.about__mission__ttl::before, .about__mission__ttl::after {
  content: "";
  width: 32px;
  height: 120%;
  position: absolute;
}
.about__mission__ttl::before {
  left: 0;
  top: 0;
  border: 1px solid #fff;
  border-right: none;
}
.about__mission__ttl::after {
  right: 0;
  top: 0;
  border: 1px solid #fff;
  border-left: none;
}
.about__mission span {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
.about__mission h2 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .about__mission h2 {
    font-size: 2.2rem;
  }
}
.about__mission p {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .about__mission p {
    line-height: 1.8;
  }
}
.about__mission__txtCT {
  color: #fff;
  position: absolute;
  overflow: hidden;
  top: 200px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .about__mission__txtCT {
    top: 80vw;
    font-size: 5rem;
  }
}
.about__mission__txtCT p {
  display: inline-block;
  animation: marquee 38s linear infinite;
  font-size: 10rem;
  letter-spacing: 0.13em;
}

/**************************************************
 about__works
***************************************************/
.about__works {
  text-align: center;
}
.about__works .content {
  background-color: #f8f8f8;
  border-radius: 20px;
  margin-top: -80px;
  padding-top: 60px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .about__works .content {
    padding-top: 50px;
  }
}
.about__works .en {
  color: #00ba3e;
  font-size: 1.6rem;
  margin-bottom: 24px;
  display: block;
}
@media screen and (max-width: 767px) {
  .about__works .en {
    margin-bottom: 10px;
  }
}
.about__works h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about__works h2 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.about__works__link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .about__works__link {
    display: block;
    margin-bottom: 60px;
  }
}
.about__works__link a {
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  height: 300px;
  width: 31%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 100px rgba(91, 91, 91, 0.25);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .about__works__link a {
    width: 100%;
    margin: 0 auto;
    height: 75vw;
    margin-bottom: 30px;
    box-shadow: 0px 0px 50px rgba(91, 91, 91, 0.25);
  }
}
@media screen and (min-width: 768px) {
  .about__works__link a:hover::after {
    opacity: 0.7;
  }
}
.about__works__link a span {
  position: relative;
  z-index: 10;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .about__works__link a span {
    font-size: 1.6rem;
  }
}
.about__works__link a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.4;
  transition: 0.3s ease;
}
.about__works__link a:first-child {
  background: url(/themes/main/assets/img/about/bg-link01.jpg) no-repeat 50% 50%/cover;
}
.about__works__link a:nth-child(2) {
  background: url(/themes/main/assets/img/about/bg-link02.jpg) no-repeat 50% 50%/cover;
}
.about__works__link a:last-child {
  background: url(/themes/main/assets/img/about/bg-link03.jpg) no-repeat 50% 50%/cover;
}

/**************************************************
    waste__mes
***************************************************/
.waste__mes {
  position: relative;
  padding: 60px 0 180px;
}
@media screen and (max-width: 767px) {
  .waste__mes {
    padding: 30px 0 60px;
  }
}
.waste__mes__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .waste__mes__inner {
    display: block;
  }
}
.waste__mes__inner > * {
  width: 50%;
  flex: none;
}
@media screen and (max-width: 767px) {
  .waste__mes__inner > * {
    width: 100%;
  }
}
.waste__mes img {
  border-radius: 20px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .waste__mes img {
    width: 100%;
    margin-top: 20px;
  }
}
.waste__mes h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .waste__mes h2 {
    font-size: 2.4rem;
    margin-bottom: 14px;
  }
}
.waste__mes p {
  font-size: 1.5rem;
  line-height: 2.2;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .waste__mes p {
    padding-right: 0;
  }
}

/**************************************************
 waste__point
***************************************************/
.waste__point {
  background: url(/themes/main/assets/img/waste/bg.jpg) no-repeat 50% 50%/cover;
  color: #fff;
  text-align: center;
  padding: 60px 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .waste__point {
    padding: 70px 0 40px;
  }
}
.waste__point__ttl {
  position: relative;
  max-width: 620px;
  margin: 0 auto 40px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .waste__point__ttl {
    margin-bottom: 30px;
  }
}
.waste__point span {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.waste__point h2 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .waste__point h2 {
    font-size: 2.2rem;
  }
}
.waste__point p {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .waste__point p {
    line-height: 1.8;
  }
}
.waste__point__txtCT {
  color: #fff;
  position: absolute;
  overflow: hidden;
  bottom: -72px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .waste__point__txtCT {
    top: 80vw;
    font-size: 5rem;
  }
}
.waste__point__txtCT p {
  display: inline-block;
  animation: marquee 38s linear infinite;
  font-size: 10rem;
  letter-spacing: 0.13em;
}
.waste__point__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .waste__point__box {
    display: block;
  }
}
.waste__point__box > * {
  background-color: #fff;
  border-radius: 20px;
  width: 48%;
  padding: 40px;
  color: #2d4240;
}
@media screen and (max-width: 767px) {
  .waste__point__box > * {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
  }
}
.waste__point__box h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.waste__point__box h3 span {
  border-bottom: 2px solid #2d4240;
  display: inline-block;
  padding-bottom: 5px;
}
.waste__point__box p {
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .waste__point__box p {
    line-height: 1.7;
  }
}

/**************************************************
waste__map
***************************************************/
.waste__map {
  position: relative;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .waste__map {
    padding: 60px 0 240px;
  }
}
.waste__map__inner {
  max-width: 586px;
}
.waste__map span {
  color: #00ba3e;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
.waste__map h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .waste__map h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.waste__map__info {
  display: flex;
}
@media screen and (max-width: 767px) {
  .waste__map__info {
    display: block;
  }
}
.waste__map__info dl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .waste__map__info dl {
    width: 100%;
  }
}
.waste__map__info dt {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.waste__map__info dt span {
  border-bottom: 2px solid #2d4240;
  display: inline-block;
  color: #2d4240;
}
.waste__map__info dd {
  font-size: 1.5rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .waste__map__info dd {
    font-size: 1.3rem;
  }
}
.waste__map__info li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
}
.waste__map__info li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #00ba3e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.waste__map__img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .waste__map__img {
    bottom: 0;
    top: auto;
  }
}

/**************************************************
waste__flow
***************************************************/
.waste__flow {
  position: relative;
  height: 786px;
  padding: 95px 0;
}
@media screen and (max-width: 767px) {
  .waste__flow {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.waste__flow__img {
  position: absolute;
  right: -20px;
  top: -300px;
  margin: auto;
  width: 700px;
  max-width: 700px;
  height: auto;
  z-index: -1;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .waste__flow__img {
    bottom: auto;
    right: -60px;
    top: -170px;
    width: 80%;
    opacity: 0.6;
  }
}
.waste__flow__inner {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .waste__flow__inner {
    display: block;
  }
}
.waste__flow__inner > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .waste__flow__inner > * {
    width: 100%;
  }
}
.waste__flow__ttl {
  text-align: center;
  position: relative;
}
.waste__flow__ttl span {
  color: #00ba3e;
  letter-spacing: 0.1em;
}
.waste__flow__ttl h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .waste__flow__ttl h2 {
    font-size: 2.6rem;
  }
}
.waste__flow__list {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .waste__flow__list {
    padding: 0 40px;
  }
}
.waste__flow__list li {
  position: relative;
  padding-left: 30px;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .waste__flow__list li {
    margin: 20px 0;
  }
}
.waste__flow__list li:nth-child(2), .waste__flow__list li:nth-child(5) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .waste__flow__list li:nth-child(2), .waste__flow__list li:nth-child(5) {
    margin-left: 0;
  }
}
.waste__flow__list li:nth-child(3), .waste__flow__list li:nth-child(4) {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .waste__flow__list li:nth-child(3), .waste__flow__list li:nth-child(4) {
    margin-left: 0;
  }
}
.waste__flow__list span {
  color: #00ba3e;
  font-size: 3rem;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -8px;
}
.waste__flow__list em {
  font-weight: 700;
  font-size: 1.8rem;
}
.waste__flow__list p {
  font-size: 1.3rem;
}

/**************************************************
 waste__works
***************************************************/
.waste__works {
  text-align: center;
  background-color: #fff;
  padding: 90px 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .waste__works {
    padding: 70px 0 40px;
  }
}
.waste__works .content {
  position: relative;
  z-index: 20;
}
.waste__works .en {
  color: #00ba3e;
  font-size: 1.6rem;
  margin-bottom: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .waste__works .en {
    margin-bottom: 10px;
  }
}
.waste__works h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .waste__works h2 {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.waste__works__link {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .waste__works__link {
    display: block;
    margin-bottom: 60px;
  }
}
.waste__works__link a {
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  height: 300px;
  width: 48%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 100px rgba(91, 91, 91, 0.25);
  z-index: 10;
}
.waste__works__link a.link01 {
  background: url(/themes/main/assets/img/about/bg-link01.jpg) no-repeat 50% 50%/cover;
}
.waste__works__link a.link02 {
  background: url(/themes/main/assets/img/about/bg-link02.jpg) no-repeat 50% 50%/cover;
}
.waste__works__link a.link03 {
  background: url(/themes/main/assets/img/about/bg-link03.jpg) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .waste__works__link a {
    width: 100%;
    margin: 0 auto;
    height: 75vw;
    margin-bottom: 30px;
    box-shadow: 0px 0px 50px rgba(91, 91, 91, 0.25);
  }
}
@media screen and (min-width: 768px) {
  .waste__works__link a:hover::after {
    opacity: 0.7;
  }
}
.waste__works__link a span {
  position: relative;
  z-index: 10;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .waste__works__link a span {
    font-size: 1.6rem;
  }
}
.waste__works__link a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.4;
  transition: 0.3s ease;
}/*# sourceMappingURL=style.css.map */

