<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  メインビジュアル

---------------------------------*/
#mainvisual {
  height: 300px;
  width: 100%;
  position: relative;
}
#mainvisual .bigtxt {
  padding-left: 5%;
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-30%);
  width: 100%;
  z-index: 5;
}
#mainvisual .bigtxt p {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
#mainvisual .img {
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* ===== update ===== */
/* 広告1（PR動画） */
#mainvisual .mainad1 {
  position: absolute;
  z-index: 9;
  top: 80px;
  left: 450px;
  width: 310px;
  height: 120px;
  background-color: #ffffe0; /*#eaeaff#f9fff4#fdeff2#ffffff;*/
  padding: 5px 5px 5px 10px;
  opacity: 0.75;
  top: 79%;
  left:55%;
  transform: translateY(-50%) translateX(-50%);
  border-top: solid 8px #fcc800;/*#ffd700;*/
  /*
  border-radius: 8px;
  */
}
#mainvisual .mainad1:not(.no_transp):hover{
  opacity: 1;
}
.mainad1area {
  display: none;
}
.ad1ttl {
  background:rgba(255,255,224,1);
  color: #000000;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 145%;
  /*
  */
}
.ad1ttls {
  background:rgba(255,255,224,1);
  color: #ff0000;
  font-size: 0.8em;
}
.ad1img {
  float: left;
  margin-right: 10px;
  /*
  */
}
.ad1area {
  margin: 0 0 0 5px;
  padding: 0;
}
.ad1text {
  background:rgba(255,255,224,1);
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 0.8em;
  line-height: 140%;
  /*
  font-weight: bold;
  font-size: 13px;
  text-shadow: 1px 1px 2px #ffffff;
  */
}
/* 広告2（genki） */
#mainvisual .mainad2 {
  position: absolute;
  z-index: 10;
  width: 310px;
  height: 58px;
  background-color: #ffffe0;/*#f9fff4#fdeff2#ffffff;*/
  padding: 5px 10px 0px 10px;
  opacity: 0.75;
  top: 48%;
  left:55%;
  transform: translateY(-50%) translateX(-50%);
  border-top: solid 8px #fcc800;/*#ffd700;*/
  /*
  border-radius: 8px;
  */
}
#mainvisual .mainad2:not(.no_transp):hover{
  opacity: 1;
}
.ad2ttl {
  background:rgba(255,255,224,1);
  color: #000000;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 160%;
}
.ad2ttls {
  background:rgba(255,255,224,1);
  color: #ff0000;
  font-size: 0.8em;
}
.ad2area {
  margin: 10 0 0 15px;
  padding: 0;
}
.ad2text {
  background:rgba(255,255,224,1);
  margin-top: 0;
  margin-left: 0;
  color: #000000;
  font-size: 0.8em;
  line-height: 140%;
  /*
  text-shadow: 1px 1px 2px #ffffff;
  */
}
/*---------------------------------

  埋設処分の紹介

---------------------------------*/
section.intro {}
section.intro .wrap {
  position: relative;
  margin: 3rem auto;
  width: 90%;
}
section.intro .wrap .txt {
  text-align: left;
}
section.intro .wrap .txt p {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4rem;
}
/*jaea取組*/
section.intro .wrap .txt2 {
  text-align: left;
}
/*jaea取組*/
section.intro .wrap .txt2 p {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2rem;
}
section.intro .wrap .img_wrap figure {
  margin: 0 auto 3rem;
  text-align: center;
  width: 100%;
}
section.intro .wrap .img_wrap figure img {
  width: 70%;
}
section.intro .wrap .img_wrap figure figcaption {
  font-size: 16px;
  font-weight: 600;
  margin-top: 1rem;
  text-align: center;
}
section.intro .slide {
  position: relative;
  width: 100%;
}
section.intro .slide .slider {
  margin-top: 10rem;
  position: relative;
  width: 100%;
}
section.intro .slide .btn a {
  background: #8ac617;
  border-radius: 1.5rem 1.5rem 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  line-height: 0;
  padding: 2.5rem;
  position: absolute;
  right: 10%;
  top: -5rem;
  height: 3rem;
}
section.intro .slide .slider.slider_pc {
  display: none;
}
section.intro .slide .slider div {
  width: 100%;
  height: 100%;
}
section.intro .slide .slider .img {
  max-width: 340px;
}
section.intro .slide .slider .img img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
}
section.intro .slide .link {
  text-align: right;
  margin: 3rem auto;
  width: 90%;
}
/*  
  slick
---------------------------------*/
.slick-dots {
  text-align: center !important;
  padding-right: .4rem !important;
}
.slick-dots li button:before {
  font-size: 18px !important;
  color: #8ac617 !important;
}
.slider {
  position: relative;
}
section.intro .slick-prev, section.intro .slick-next {
  display: none !important;
}
section.intro .slick-prev:before, section.intro .slick-next:before {
  display: none !important;
}
section.intro .slide .slider .prev, section.intro .slide .slider .next {
  display: none;
  position: absolute;
}
section.intro .slide .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -o-filter: opacity(50%);
  -ms-filter: opacity(50%);
  filter: opacity(50%);
  transition: 0.2s linear;
}
/*---------------------------------

  お知らせ/共通スタイルに記述

---------------------------------*/
/*---------------------------------

  埋設事業について

---------------------------------*/
section.about {
  background: #E6E6E6;
  padding: 30px 0 80px;
  transition: 1.5s all;
  opacity: 0;
  position: relative;
  bottom: -100px;
}
section.about.move {
  opacity: 1;
  bottom: 0;
}
section.about .wrap {
  width: 90%;
  margin: 0 auto;
}
section.about .wrap .ttl {
  margin-bottom: 20px;
}
section.about .wrap #left {
  margin-bottom: 20px;
}
section.about .wrap #left .txt p + p {
  margin-top: 10px;
}
section.about .wrap #right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.about .wrap #right .content {
  width: 100%;
  margin-bottom: 30px;
}
section.about .wrap #right .content .img {
  width: 100%;
  height: 150px;
}
section.about .wrap #right .content .img span {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
section.about .wrap #right .content a p {
  color: #333;
}
section.about .wrap #right .content a div.link {
  margin: 20px 0 0 auto;
  width: 40%;
  white-space: nowrap;
}
section.about .wrap #right .content a p strong {
  font-size: 18px;
  display: block;
  margin: 8px 0 0;
}
section.about .wrap #right .btn {
  width: 100%;
}
section.about .wrap #right .btn a {
  display: block;
  background: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  position: relative
}
section.about .wrap #right .btn a::after {
  content: "";
  position: absolute;
  background-image: url("../images/arrow_green.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 18px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
/*---------------------------------

  グリッドメニュー風

---------------------------------*/
#icon {
  margin: 2rem auto; /* 5rem auto */
  width: 90%;
  max-width: 1000px;
}
#icon ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}
#icon ul li {
  width: 47%;
  margin-bottom: 1rem;
}
#icon ul li a {
  color: #333;
  background: #b9dd74;
  border-radius: 3rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  padding: 2rem 1rem;
  text-align: center;
}
#icon ul li a figure {
  vertical-align: middle;
  width: 100%;
}
#icon ul li a figure img {
  max-height: 80px;
  max-width: 100%;
}</pre></body></html>