@charset "UTF-8";
/* sec01 メインビジュアル */
.sec01 .inner {
  width: 100%;
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
}
.sec01 .image img {
  width: 100%;
}
.sec01 .block {
  width: 300px;
  position: absolute;
  right: 60px;
  bottom: 15%;
}
.sec01 .slide03 .block {
  text-align: center;
}
.sec01 .slide06 .block {
  width: 340px;
}
.sec01 .txt {
  margin-bottom: 30px;
}
.sec01 .txt span {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  padding-left: 8px;
  padding-right: 10px;
  border-radius: 0 0 15px;
}
.sec01 .slide01 .txt span {
  background-color: rgba(1, 90, 1, 0.7);
}
.sec01 .slide02 .txt span {
  background-color: rgba(1, 72, 90, 0.7);
}
.sec01 .slide03 .txt span {
  background-color: rgba(143, 108, 1, 0.7);
}
.sec01 .slide04 .txt span {
  background-color: rgba(57, 77, 122, 0.7);
}
.sec01 .slide05 .txt span {
  background-color: rgba(0, 57, 156, 0.7);
}
.sec01 .slide06 .txt span {
  background-color: rgba(130, 26, 5, 0.7);
}
.sec01 .txt span ~ span {
  margin-top: 10px;
}
.sec01 .en {
  font-size: 18px;
  font-family: "Sen", sans-serif;
  text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff,
    0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
}
.sec01 .slide01 .en {
  color: #69b800;
  margin-bottom: 30px;
}
.sec01 .slide02 .en {
  color: #207078;
  margin-bottom: 90px;
}
.sec01 .slide03 .en {
  color: #8f6c01;
  margin-bottom: 90px;
}
.sec01 .slide04 .en {
  color: #556689;
  margin-bottom: 60px;
}
.sec01 .slide05 .en {
  width: 175px;
  color: #00399c;
  margin: 0 auto 90px;
}
.sec01 .slide06 .en {
  color: #ae5539;
  margin-bottom: 60px;
}

.sec01 .c-button01 a {
  width: 93%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 64px;
  border: 4px solid #fff;
  border-radius: 50px;
  background-image: url(../images/common/ico-arrow-right.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 12px auto;
}
.sec01 .slide01 .c-button01 a {
  background-color: #69b800;
}
.sec01 .slide02 .c-button01 a {
  background-color: #2e8bac;
}
.sec01 .slide03 .c-button01 a {
  background-color: #c59900;
  margin: 0 auto;
}
.sec01 .slide04 .c-button01 a {
  background-color: #66758f;
}
.sec01 .slide05 .c-button01 a {
  background-color: #1b5cc3;
  margin: 0 auto;
}
.sec01 .slide06 .c-button01 a {
  background-color: #c77a3b;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1160px;
  right: 0;
  margin: 0 auto;
  gap: 8px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 18px;
}
.swiper-pagination-bullet-active {
  background-color: #7fbe2b;
  border: 2px solid #fff;
  box-sizing: content-box;
}
@media screen and (max-width: 1920px) {
  /* .sec01 .inner {
    max-width: 60.4vw;
  } */
  .sec01 .block {
    width: 15.6vw;
    right: 3.1vw;
  }
  .sec01 .slide01 .block {
    width: 16vw;
  }
  .sec01 .slide05 .block {
    width: 16vw;
  }
  .sec01 .slide06 .block {
    width: 18vw;
  }
  .sec01 .txt {
    margin-bottom: 8%;
  }
  .sec01 .txt span {
    font-size: 2vw;
  }
  .sec01 .en {
    font-size: 1vw;
  }
  .sec01 .slide01 .en {
    margin-bottom: 8%;
  }
  .sec01 .slide02 .en {
    margin-bottom: 24%;
  }
  .sec01 .slide03 .en {
    margin-bottom: 32%;
  }
  .sec01 .slide04 .en {
    margin-bottom: 16%;
  }
  .sec01 .slide05 .en {
    width: 10vw;
    margin: 0 auto 24%;
  }
  .sec01 .slide06 .en {
    margin-bottom: 16%;
  }
  .sec01 .c-button01 a {
    font-size: 1vw;
    line-height: 3.2vw;
  }
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 70px;
  }
  .sec01 .inner {
    bottom: 20%;
  }
  .sec01 .block {
    width: 20vw;
  }
  .sec01 .slide01 .block {
    width: 20vw;
  }
  .sec01 .slide05 .block {
    width: 20vw;
  }
  .sec01 .slide06 .block {
    width: 21vw;
  }
  .sec01 .txt {
    margin-bottom: 8%;
  }
  .sec01 .txt span {
    font-size: 2.4vw;
  }
  .sec01 .en {
    font-size: 1.2vw;
  }
  .sec01 .slide05 .en {
    width: 12vw;
  }
  .sec01 .c-button01 a {
    border: 2px solid #fff;
  }
  .swiper-pagination {
    padding: 0 12px;
  }
}
@media screen and (max-width: 960px) {
  .sec01 .slide06 .block {
    width: 23vw;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 560px) {
  .sec01 .inner {
    width: 100%;
    height: 100%;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .sec01 .block {
    width: 45vw;
    right: auto;
    bottom: 20px;
  }
  .sec01 .slide01 .block {
    width: 46.5vw;
  }
  .sec01 .slide03 .block {
    text-align: left;
  }
  .sec01 .slide04 .block {
    width: 48.5vw;
  }
  .sec01 .slide05 .block {
    width: 46.5vw;
  }
  .sec01 .slide06 .block {
    width: 52vw;
  }
  .sec01 .slide05 .en {
    width: auto;
  }
  .sec01 .txt {
    margin-left: 10px;
  }
  .sec01 .txt span {
    font-size: 5.4vw;
  }
  .sec01 .txt span ~ span {
    margin-top: 6px;
  }
  .sec01 .en {
    font-size: 3.5vw;
    margin-left: 10px;
  }
  .sec01 .slide02 .en {
    margin-bottom: 16%;
  }
  .sec01 .slide03 .en {
    margin-bottom: 16%;
  }
  .sec01 .slide04 .en {
    margin-bottom: 8%;
  }
  .sec01 .slide05 .en {
    width: auto;
    margin-bottom: 8%;
    margin-left: 10px;
  }
  .sec01 .slide06 .en {
    width: 51vw;
    margin-bottom: 8%;
  }
  .sec01 .c-button01 a {
    width: calc(100% - 10px);
    font-size: 3vw;
    line-height: 9vw;
  }
  .sec01 .slide03 .c-button01 a {
    margin: 0;
  }
  .sec01 .slide05 .c-button01 a {
    margin: 0;
  }
}

/* .sec02 プラスチック製品を扱う事業者さまへ */
.sec02 {
  padding: 75px 0;
}
.sec02 .font01 {
  font-size: 20px;
  font-weight: 700;
  color: #69b800;
  margin-bottom: 10px;
}
.sec02 .font02 {
  max-width: 560px;
  margin-bottom: 20px;
}
.sec02 .font02 span {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 8px;
  padding-right: 10px;
  border-radius: 0 0 15px;
  background-color: #d5f69f;
}
.sec02 .font02 span ~ span {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .sec02 .font03 {
    max-width: 70%;
  }
}
@media screen and (max-width: 560px) {
  .sec02 {
    padding-top: 45px;
    padding-bottom: 140px;
  }
  .sec02 .font01 {
    font-size: 5.2vw;
  }
  .sec02 .font02 span {
    font-size: 6.5vw;
  }
  .sec02 .font03 {
    max-width: 100%;
  }
}

/* .sec03 プラスチック買取り取扱品目 */
.sec03 {
  padding-top: 45px;
  padding-bottom: 75px;
}
.sec03 .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.sec03 .h-bg img {
  width: 22%;
  position: absolute;
  top: -17vw;
  right: 5%;
}
.sec03 h2 {
  margin-bottom: 20px;
}
.sec03 .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec03 .txt {
  width: 30%;
  padding-right: 80px;
}
.sec03 .txt .font01 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.8;
}
.sec03 .txt .font02 {
  line-height: 1.8;
  margin-bottom: 75px;
}
.sec03 .c-button a {
  display: block;
  color: #fff;
  line-height: 60px;
  padding-left: 20px;
  background-size: 12px auto;
  background-position: 92% center;
}
.sec03 .list {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.sec03 .item {
  width: calc(20% - 24px);
}
.sec03 .item p {
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  margin-top: 10px;
}
.sec03 .item img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sec03 .txt {
    width: 100%;
    padding-right: 0;
  }
  .sec03 h2 {
    margin-bottom: 60px;
  }
  .sec03 .txt .font02 {
    margin-bottom: 30px;
  }
  .sec03 .list {
    width: 100%;
    margin-top: 30px;
    gap: 15px 24px;
  }
  .sec03 .item {
    width: calc(20% - 19.2px);
  }
  .sec03 .c-button a {
    max-width: 300px;
  }
}
@media screen and (max-width: 560px) {
  .sec03 {
    padding-bottom: 100px;
  }
  .sec03 .h-bg {
    height: 50vw;
  }
  .sec03 .h-bg img {
    width: 48%;
    top: -40vw;
    right: 0%;
  }
  .sec03 h2 {
    margin-bottom: 45px;
  }
  .sec03 .txt .font01 {
    font-size: 5vw;
  }
  .sec03 .txt .font02 {
    margin-bottom: 20px;
  }
  .sec03 .list {
    padding: 0 20px;
    margin-top: 0;
  }
  .sec03 .item {
    width: calc(50% - 12px);
  }
  .sec03 .c-button {
    width: 100%;
  }
  .sec03 .c-button a {
    max-width: 200px;
    margin: 30px auto 0;
    line-height: 40px;
    border-radius: 20px;
  }
}

/* .sec04 設備紹介 */
.sec04 {
  padding-top: 45px;
  padding-bottom: 125px;
}
.sec04 .h-bg {
  right: 0;
  border-radius: 30px 0 0 30px;
  background-image: linear-gradient(
    -90deg,
    rgb(241, 255, 223) 0%,
    rgb(201, 246, 141) 100%
  );
}
.sec04 .h-bg img {
  width: 16%;
  position: absolute;
  top: -4vw;
  left: 6%;
}
.sec04 h2 {
  text-align: right;
  margin-bottom: 20px;
}
.sec04 .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.sec04 .txt {
  width: 30%;
  padding-left: 80px;
}
.sec04 .txt .font01 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.8;
}
.sec04 .txt .font02 {
  line-height: 1.8;
  margin-bottom: 35px;
}
.sec04 .c-button a {
  display: block;
  color: #fff;
  line-height: 60px;
  padding-left: 20px;
  background-size: 12px auto;
  background-position: 92% center;
}
.sec04 .list {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sec04 .item {
  width: calc(25% - 15px);
}
.sec04 .item .font01 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
}
.sec04 .item .font02 {
  font-size: 14px;
  margin-top: 10px;
}
.sec04 .item img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sec04 h2 {
    margin-bottom: 60px;
  }
  .sec04 .row {
    gap: 30px;
  }
  .sec04 .txt {
    width: 100%;
    padding-left: 0;
  }
  .sec04 .list {
    width: 100%;
  }
  .sec04 .txt .font01 {
    width: 280px;
    margin-left: auto;
  }
  .sec04 .c-button a {
    max-width: 300px;
    margin-left: auto;
  }
}
@media screen and (max-width: 560px) {
  .sec04 {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .sec04 .h-bg {
    height: 34vw;
    left: 0;
    right: auto;
    border-radius: 0 30px 30px 0;
    background-image: linear-gradient(
      90deg,
      rgb(241, 255, 223) 0%,
      rgb(201, 246, 141) 100%
    );
  }
  .sec04 .h-bg img {
    width: 35%;
    top: -15vw;
    left: auto;
    right: 2%;
  }
  .sec04 h2 {
    text-align: left;
    margin-bottom: 45px;
  }
  .sec04 h2 .ja {
    margin-top: 5px;
  }
  .sec04 .row {
    flex-direction: row;
    gap: 0;
  }
  .sec04 .txt .font01 {
    width: 100%;
    font-size: 5vw;
    margin-left: 0;
  }
  .sec04 .txt .font02 {
    margin-bottom: 20px;
  }
  .sec04 .list {
    gap: 15px 24px;
  }
  .sec04 .item {
    width: calc(50% - 12px);
  }
  .sec04 .c-button {
    width: 100%;
  }
  .sec04 .c-button a {
    max-width: 200px;
    margin: 30px auto 0;
    line-height: 40px;
    border-radius: 20px;
  }
}

/* .sec05 事業拠点紹介 */
.sec05 {
  padding-top: 45px;
  padding-bottom: 75px;
}
.sec05 .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.sec05 .h-bg img {
  width: 18%;
  position: absolute;
  top: -4vw;
  right: 5%;
}
.sec05 h2 {
  margin-bottom: 20px;
}
.sec05 .block {
  position: relative;
  padding-top: 300px;
}
.sec05 .item {
  max-width: 430px;
  position: absolute;
  border: 4px solid #69b800;
  border-radius: 0 25px 25px;
  background-color: #fff;
}
.sec05 .item01 {
  top: 0;
  left: 11%;
}
.sec05 .item02 {
  top: 0;
  right: 11%;
}
.sec05 .item03 {
  bottom: 27%;
  left: 0;
}
.sec05 .item04 {
  bottom: 27%;
  right: 0;
}
.sec05 .item .font01 {
  position: absolute;
  top: -4px;
  left: -4px;
  color: #fff;
  background-color: #69b800;
  text-align: center;
  line-height: 35px;
  padding: 0 12px;
  border-radius: 0 0 15px;
}
.sec05 .item address {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}
.sec05 .item img {
  width: 100%;
  border-radius: 0 20px 0px 0;
}
.sec05 .block .image {
  max-width: 83%;
  margin: 0 auto;
}
.sec05 .row {
  width: 75%;
  display: flex;
  gap: 30px;
  margin: 30px auto 0;
}
.sec05 .row .font01 {
  width: 130px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #69b800;
  border-radius: 15px;
}
.sec05 .row address {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .sec05 .block {
    padding-top: 280px;
  }
  .sec05 .item {
    max-width: 360px;
  }
  .sec05 .item01 {
    left: 15%;
  }
  .sec05 .item03 {
    bottom: 28%;
  }
  .sec05 .item04 {
    bottom: 28%;
  }
}
@media screen and (max-width: 960px) {
  .sec05 .block {
    padding-top: 0;
  }
  .sec05 .list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .sec05 .item {
    width: calc(50% - 20px);
    max-width: 100%;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .sec05 .row {
    width: 100%;
    margin-top: 15px;
  }
  .sec05 .row .font01 {
    height: 40px;
  }
  .sec05 .block .image {
    max-width: 100%;
    margin-top: 40px;
  }
  .sec05 .block .image img {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .sec05 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .sec05 .h-bg {
    height: 40vw;
  }
  .sec05 .h-bg img {
    width: 35%;
    top: -15vw;
  }
  .sec05 h2 {
    margin-bottom: 15px;
  }
  .sec05 .list {
    margin-bottom: 15px;
    gap: 15px;
  }
  .sec05 .item {
    width: 100%;
  }
  .sec05 .block .image {
    max-width: 100%;
    margin-top: 0;
  }
  .sec05 .row {
    flex-wrap: wrap;
    gap: 15px;
  }
  .sec05 .row address {
    font-size: 14px;
    padding: 0 20px;
  }
}

/* sec06 お知らせ・コラム */
.sec06 {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #efe9db;
}
.sec06 .row {
  display: flex;
  gap: 70px;
}
.sec06 .col01 {
  width: 180px;
  padding-top: 10px;
}
.sec06 .col02 {
  width: calc(100% - 250px);
}
.sec06 .card__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../images/common/ico-arrow-right03.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 19px auto;
}
.sec06 .card__item h3 {
  padding-right: 20px;
}
.sec06 .card__item ~ .card__item {
  border-top: 1px solid #b9b9b9;
}
.sec06 p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sec06 .cat__item {
  width: 135px;
  line-height: 35px;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
}
.sec06 .c-button a {
  display: block;
  color: #fff;
  line-height: 60px;
  padding-left: 20px;
  background-size: 12px auto;
  background-position: 92% center;
  margin-top: 45px;
}
@media screen and (max-width: 960px) {
  .sec06 .row {
    gap: 50px;
  }
  .sec06 .col02 {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 560px) {
  .sec06 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec06 .row {
    flex-direction: column;
    gap: 0px;
  }
  .sec06 .col01 {
    width: 100%;
    padding-top: 0;
  }
  .sec06 .col02 {
    width: 100%;
  }
  .sec06 .card__item {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: right 73%;
  }
  .sec06 .cat__item {
    font-size: 13px;
    line-height: 30px;
  }
  .sec06 h3 {
    padding-left: 0;
  }
  .sec06 .c-button {
    width: 100%;
  }
  .sec06 .c-button a {
    max-width: 170px;
    margin: 0 auto;
    line-height: 50px;
    border-radius: 20px;
  }
}

/* sec07 バナー4点 */
.sec07 {
  padding: 75px 0;
}
.sec07 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 36px;
}
.sec07 .item {
  width: calc(50% - 18px);
}
.sec07 .item img {
  width: 100%;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .sec07 {
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .sec07 .list {
    gap: 24px;
  }
  .sec07 .item {
    width: 100%;
  }
}
