@charset "utf-8";
/*-----------------------------------------------------
ヒーローヘッダー文字
-----------------------------------------------------*/
address {
  text-align: right;
  width: 500px;
  float: right;
  margin-top: -22px;
  padding-right: 20px;
  color: #050505;
}
.tel {
  font-size: 1.1rem;
  font-weight: 800;
}
img.main_logo {
  /* margin-left: 5%; */
  max-width: 45vw;
  min-width: none;
  /* margin-right: auto; */
  /* text-align: center; */
  /* display: block; */
}
.headline-2 {
  position: relative;
  top: 38%;
  left: 50%;
  /* -ms-transform: translate(-50%, -50%); */
  /* -webkit-transform: translate(-50%, -50%); */
  transform: translate(-50%, -50%);
  z-index: 13;
  /* text-shadow: 3px 3px 6px #0a0a0a; */
  /* font-family: "Shippori Mincho", serif; */
}
.headline h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  line-height: 1.9em;
  margin-left: 8%;
}
.headline p {
  color: #fff;
  font-weight: 100;
  /* font-family: "Shippori Mincho", serif; */
  font-size: 20px;
  line-height: 1.2em;
  /* text-align: center; */
}

/*-----------------------------------------------------
ヒーローヘッダースライダー
-----------------------------------------------------*/
.hero-2 {
  position: relative;
  overflow: hidden;
  height: 37vh;
  background-color: #00b7b2;
}

.slider-2 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* background-color: rgb(70, 69, 69); */
  display: none;
}

.slider-2 .image-2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: anime 10s 0s infinite;
  /* ②で設定したanimation-delayをスライド数で割った時間をdelay(15s)に入れる */
  animation-duration:20s; /*1秒間でアニメーションを完了する*/
  animation-delay:0s; /*1秒後にアニメーション開始*/
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*
    ②画像の数ごとに animation-delay を設定します。
  　下記では、5秒間隔で切り替わるように設定しています。
  */
.slider-2 .image-2:nth-of-type(1) {
  background-image: url(./img/hero-2.jpg);
}

.slider-2 .image-2:nth-of-type(2) {
  animation-delay: 5s;
  background-image: url(./img/hero-2.jpg);
}

.slider-2 .image-2:nth-of-type(3) {
  animation-delay: 10s;
  background-image: url(./img/hero-2.jpg);
}

  /* .overlay-2 {
background: rgba(0,55,81,0.4); 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
*/

@keyframes anime {
	0% {opacity: 0;}
	10% {opacity: 1;}
	40% {opacity: 1;}
	50% {opacity: 1;}
	60% {opacity: 0;}
	100% {opacity: 0;}
}


/* @keyframes anime {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.18);
  }
} */
img.sub_logo {
  margin-left: auto;
  max-width: 50%;
  margin-right: auto;
  /* text-align: center; */
  display: block;
  top: 9%;
  margin-top: 5%;
}
.wow.fadeInUp.m_logo-p {
  padding-top: 43px;
  padding-left: 10%;
}
/* 
/*------END ヒーローヘッダースライダー--------*/

div#main_contents {
  background-color: #DDE9E9;
}
.wow-1 {
  padding-top: 5%;
}

/* section first news */
section#first {
  width: 100%;
  margin-top: -4%;
}
.wow-1 {
  font-size: 35px;
  margin: 50px auto 0;
  text-align: center;
}
span.s {
  font-size: 1.5rem;
}
span.sub {
  font-size: 1.5rem;
}
#index-news {
  padding-bottom: 50px;
  margin-left: 20vw;
  margin-right: 20vw;
}
.update {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li.time {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.new {
  width: 40px;
  padding-right: 10px;
  color: red;
}
.index-news-date {
  margin-right: 10px;
}
span.index-news-date {
  padding-right: 50px;
  color: #00B7B2;
}
.index-news-title {
  font-weight: bold;
}
.link_button {
  margin-top: 70px;
  text-align: center;
}
/* .link_button a {
  border: 3px solid #47b789;
  display: inline-block;
  min-width: 300px;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 60px;
  color: rgb(54 54 54);
  background: #edf7ef;
  transition: all 0.35s ease;
} */
/* .link_button a:hover {
  color: #015011;
  background: #fcfdfd;
  border-color: #007246;
} */
@media screen and (max-width: 768px) {
  .wow-1 {
    font-size: 18px;
    margin: 30px auto 0;
  }
  .index-news-date span {
    display: none;
  }
  .link_button a {
    min-width: 250px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .inner {
    padding: 0 !important;
}
}

@media screen and (min-width: 769px) {
  .link_button a {
    border: 2px solid #00B7B2;
    display: inline-block;
    min-width: 300px;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 60px;
    color: rgb(54 54 54);
    background: #c6e2e2;
    transition: all 0.35s ease;
  }
  .link_button a:hover {
    color: #ffffff;
    background: #00b7b2;
    /* border-color: #007246; */
  }

}
/* section second */
section#second {
  width: 100%;
  /* background-color: #1da96fcc; */
}
.banner_content-0 {
  padding-left: 6.5vw;
  padding-right: 6.5vw;
  padding-top: 5%;
  padding-bottom: 5%;
}
.banner_contents_inner {
  border: 2px solid #00b7b2;
  background-color: #DDE9E9;
    border-radius: 30px;
  padding: 114px 0;
  position: relative;
}
h2.titt {
  font-size: 35px;
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 5%;
  right: 10%;
  left: 10%;
}
.wow.fadeInLeft.mruyasu2 {
  position: absolute;
  top: 23%;
  left: 10%;
  width: 29%;
}
img.top_03 {
  max-width: 80%;
}
p.desc1 {
  line-height: 2rem;
  margin-top: 25px;
  max-width: 50%;
  margin-left: 40%;
  color: black;
}
p.desc1-2 {
  line-height: 2rem;
  margin-top: 25px;
  max-width: 50%;
  margin-left: 40%;
  color: black;
}

/* section third  */
section#third {
  width: 100%;
  /* background-color: #1da96f; */
}
.wow.fadeInLeft.mruyasu2 {
  position: absolute;
  top: 23%;
  left: 10%;
  width: 29%;
}
/*section six  */
section#six {
  width: 100%;
}
.wow.fadeInUp.mruyasu7 {
  text-align: center;
  max-width: 100%;
}
img.top_08-sp {
  display: none;
}
/* section four */
section#four {
  width: 100%;
  background-color: #00b7b2;
}
.banner_contents_inner-1 {
  background-color: #DDE9E9;
    border-radius: 30px;
  padding: 150px 0;
  position: relative;
}
.wow.fadeInLeft.mruyasu3 {
  position: absolute;
  top: 65%;
  left: 6%;
  width: 60%;
}
p.desc2 {
  line-height: 2rem;
  max-width: 50%;
  margin-left: 12%;
  margin-bottom: 104px;
  color: black;
}
.wow.fadeInLeft.mruyasu4 {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 29%;
}
/* section five */
section#five {
  width: 100%;
  background-color: #006aba;
}
.banner_contents_inner-2 {
  background-color: #DDE9E9;
    border-radius: 30px;
  padding: 368px 0;
  position: relative;
}
.wow.fadeInLeft.mruyasu5 {
  position: absolute;
  left: 10%;
  width: 23%;
  top: 14%;
}
.wow.fadeInLeft.mruyasu6 {
  text-align: center;
  position: absolute;
  top: 15%;
  right: 12%;
  max-width: 48%;
}
.link_button-1 {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.link_button-1 a {
    border: 2px solid #00B7B2;
    display: inline-block;
    min-width: 300px;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 60px;
    color: rgb(54 54 54);
    background: #c6e2e2;
    transition: all 0.35s ease;
}
.link_button-1 a.button_type1:hover {
    color: #ffffff;
    background: #00b7b2;
    /* border-color: #007246; */
}
/* section carousel */
h2.wow.fadeInLeftBig.carousel {
  text-align: center;
  font-size: 35px;
  padding-top: 15%;
  margin-bottom: -8%;
}
a.cp_btn {
  display: inline-block;
  width: 100px;
  padding: 0.1em;
  color: #141414;
  border: 2px solid #47b789;
  border-radius: 28px;
  transition: .4s;
  font-size: 13px;
  background-color: #edf7ef;
  margin-bottom: 10%;
}
/* section seven */
section#seven {
  width: 100%;
}
.banner_content-4 {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
}
.banner_contents_inner-4 {
  padding: 0 10vw;
}
.sec-ttl {
  text-align: center;
  margin-bottom: 10%;
}
.sec-img {
  position: absolute;
  left: 24%;
  top: 7%;
}
.sec-ttl .upper {
  background-color: #00B7B2;
  color: #fff;
  font-size: 26px;
  font-family: "Rounded Mplus 1c","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px 46px;
  display: inline-block;
  margin-bottom: 10px;
  white-space: nowrap;
}
.is--sp {
  display: none;
}
.sec-ttl .under {
  font-size: 17px;
  line-height: 1.6;
}

.ribbon {
  z-index: 2;
  padding: 8px 0;
  font-size: 22px;
  width: 104px;
  color: #fff;
  background: #00B7B2;
    top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-family: 'Rounded Mplus 1c';
  text-align: center;
  float: left;
  padding-left: 10;
  margin-left: 26%;
  margin-top: -5%;
}
.ribbon .number {
  font-size: 48px;
}
.card-container1 {
  border: 5px solid #00B7B2;
    border-radius: 6px;
  display: flex;
  padding: 0 10vw;
    width: 55%;
    margin: auto;
    margin-bottom: 5%;
}
.ribon-L {
  display: inline-block;
  padding-left: 0%;
  padding-top: -4%;
  margin-top: -17px;
}
.sec-txt {
  display: inline-block;
}
h3.sec {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 39px;
  line-height: 2;
}
h2.sec {
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  margin-bottom: 19px;
  padding-bottom: 30px;
}
span.sec {
  font-size: 35px;
  color: #00B7B2;
}
p.sec {
  padding-bottom: 15%;
}
/* footer */
.footer {
  height: 205px;
  background-image: url(./img/footer-0.png);
  background-repeat: repeat-x;
  background-color: #DDE9E9;
}
.footer-nav, .copyright {
  text-align: center;
  color: white;
  background-color: #2d855d;
}

/* 回収の流れ */
h1.archive_title {
  background-color: #03a58e;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 14pt;
  color: #fff;
  border-radius: 30px;
}
.section01 {
  width: 100%;
  margin: auto;
  padding-top: 0px;
}
.inner {
  padding: 0 10vw;
}
.card-container {
  display: flex;
  max-width: 900px;
  border-bottom: 4px dotted #03a58eb8;
  margin-top: 85px;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 54px;
}
.card-img {
  width: 80%;
}
.card-img img {
  max-width: 80%;
  border-radius: 30px;
}
.card-text {
  width: 100%;
  margin: -9px 20px;
}
.card-text h2 {
  padding-top: 10px;
  font-size: 1.4em;
  margin-top: 1px;
  margin-bottom: 2px;
}

/* 会社概要 */
.card-container-cor {
  display: flex;
  max-width: 100%;
  margin-bottom: 85px;
  padding-bottom: 54px;
}
p.co-txt {
  text-align: right;
}
.card-img-cor {
  max-width: 100%;
}
img.flow_image {
  border-radius: 30px;
}

.div_table {
  margin: 20px 0;
}
.div_tr {
  width: 100%;
  border-bottom: 3px dotted #03a58e;
  padding-top: 27px;
  padding-right: 0px;
  padding-bottom: 27px;
  padding-left: 0px;
  letter-spacing: 0.2em;
}
.div_th {
  width: 20%;
  max-width: 185px;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  padding: 0 0 0 15px;
}
.div_td {
  display: inline-block;
  width: 70%;
}

/* 単価一覧 */
h1.wow.fadeInLeftBig.news {
  text-align: center;
  font-size: 2.5rem;
  color: #028d79;
}
.rate-img {
  text-align: center;
  padding-bottom: 10%;
}
h3.dw {
  color: #069e88;
}
i.fa-solid.fa-cloud-arrow-down {
  color: #03a58e;
  font-size: 37px;
}
i.fa-solid.fa-cloud-arrow-down {
  color: #03a58e;
  font-size: 37px;
}
i.fa-solid.fa-pen-to-square {
  color: #03a58e;
  FONT-WEIGHT: 100;
  font-size: 44px;
}
i.fa-solid.fa-pen-to-square {
  color: #03a58e;
  FONT-WEIGHT: 100;
  font-size: 44px;
}
.ratebox {
  display: flex;
  justify-content: space-between;
}
.box {
  flex-basis: 45%;
}
.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.content-rat {
  font-size: 16px;
  line-height: 1.5;
}
tr.rate {
  background-color: #03a58e8c;
}
table tr:nth-child(odd) td {
  background: rgba(236, 236, 236, 0.849);
}
table td {
  background: rgb(247,247,247);
}
.rate-footer {
  /* background-color: #2d855d; */
  background-color: #03A58E;
  border-radius: 30px;
}
.rate-img2 {
  max-width: 100%;
  text-align: center;
  padding-top: 8%;
  padding-bottom: 8%;
}
/* 不用品の種類 */
h3.recovery {
  /* font-size: 1.5rem; */
  /* margin: 2.5rem 0 1.8rem; */
  /* padding: 0 1rem; */
  /* letter-spacing: 1px; */
  /* border-left: solid 7px #ff8421; */
  /* background: #ffffff; */
  border-radius: 30px;
  /* color: #019f59; */
  border-left: 2px dotted #00b7b2;
  border-right: 2px dotted #00b7b2;
  border-bottom: 2px dotted #00b7b2;
  border-top: 2px dotted #00b7b2;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.flex.block2 {
  justify-content: space-around;
  margin: 0 auto 40px;
  display: flex;
}
.section01 .item .image {
  width: 80%;
  max-width: 400px;
  margin: 0 20px;
}
.section01 .item .image img {
  height: auto;
  width: 100%;
  border-radius: 30px;
}
.section01 .item .txt {
  width: 65%;
  margin: -10px 20px 0;
}
table {
  width: 100%;
}
.tableA th {
  background: #00b7b2;
  padding: 10px 20px;
  text-align: left;
  width: 30%;
  vertical-align: middle;
}
.tableA td {
  padding: 10px 20px;
}
table tr:nth-child(odd) td {
  background: rgba(236, 236, 236, 0.849);
}
/* Q&A */


/* 社員募集 */
.recruit-footer {
  background-color: #03A58E;
}
.p-contact_main_container {
  max-width: 1200px;
  margin: auto;
  padding: 5rem 0 5rem;
}
.p-contact_main_boxArea {
  margin: 10rem 0 7.8rem;
  display: flex;
  max-width: 100%;
}
.p-contact_main_box.half-box {
  width: 50%;
  height: 26.2rem;
  margin-left: 15px;
  margin-right: 15px;
}
.p-contact_main_box_label {
  width: 8rem;
  height: 8rem;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: -2.8rem;
  top: -4rem;
}
.p-contact_main_box:first-child .p-contact_main_box_label img {
  width: 28%;
}
.p-contact_main_title {
  font-size: 1.5rem;
  font-weight: 400;
  color: white;
  width: 100%;
  margin: auto;
  letter-spacing: 0.15em;
}
.p-contact_main_box_title {
  font-size: 1.8rem;
  font-weight: 300;
  color: white;
  line-height: 1.4;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2rem;
}
.p-contact_main_box_tel {
  font-size: 2.5rem;
  font-weight: 300;
  color: white;
  line-height: 1.6;
  margin-top: 5.3rem;
}
.p-contact_main_box_tel span {
  font-size: 1.0rem;
  font-weight: 400;
  display: block;
  letter-spacing: 0.15em;
}
.fw-300 {
  font-weight: 300;
}
.p-contact_main_box:nth-child(2) .p-contact_main_box_label img {
  width: 39%;
}
.button04 {
  font-size: 1.2rem;
  color: white;
  font-weight: 400;
  background-color: #f1cf05;
  display: inline-block;
  padding: 1rem 4.2rem 1rem 2.1rem;
  border-radius: 3rem;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* .button04.large {
  font-size: 2.2rem;
  padding: 1.3rem 6.7rem 1.3rem 3.6rem;
  letter-spacing: 0.07em;
  border-radius: 3.2rem;
} */
.p-contact_main_box .button04 {
  margin-top: 6.1rem;
}
.button04.large:after, .button04.large:before {
  right: 1.8rem;
}
.p-contact_main_box {
  border: 1px solid #ffffff;
    border-radius: 6rem;
  padding: 4.7rem 2.8rem 5rem 2.8rem;
  margin-bottom: 5.5rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.p-contact_main_box_address {
  font-size: 2.4rem;
  font-weight: 400;
  color: white;
  padding: 1rem 0 1.5rem;
  letter-spacing: 0.13em;
}
address, em {
  font-style: normal;
}
img.mail {
  position: absolute;
  top: 35%;
  left: 32%;
}
img.sumaho {
  position: absolute;
  top: 24%;
  left: 35%;
}
.inner-f {
  padding-left: 20vw;
  padding-right: 20vw;
}








/* .container {
  padding: 5rem 1.25rem;
} */
.container-cat {
  padding-top: 10px;
}