@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
 Theme Name:   rushingfwd
*/
/* reset
------------------------------ */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, sub, sup, i, small, address, time, fieldset, form, label, legend, hr, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, nav, section, article, aside, figure, figcaption, canvas, audio, video {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}
ul, ol, li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
a:hover {
  opacity: 0.6;
}
img {
  max-width: 100%;
  height: auto;
  transition: all .5s ease, opacity .5s ease;
  -webkit-transition: all .5s ease, opacity .5s ease;
}
table {
  font-size: 1.2em;
  width: 100%;
  border-collapse: collapse;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
table thead {
  border-bottom: solid 2px #000;
}
table th {
  background-color: #F2F2F2;
  vertical-align: middle;
  text-align: left;
}
table th, table td {
  padding: 5px 2%;
  box-sizing: border-box;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}
table th:last-of-type, table td:last-of-type {
  border-right: none;
}
table th:first-of-type {
  border-right: solid 1px #000;
}
table td {
  padding: 10px 2%;
  box-sizing: border-box;
}
/* common
------------------------------ */
body {
  min-width: 1200px;
  font: 16px/1.8em 'Roboto', 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ＭＳ ゴシック', sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
main {
  display: block;
  min-height: 40vh;
}
.scrollin {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
}
.scrollin.view {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
h2 {
  font-size: 2.3em;
  font-weight: 900;
  color: #25671E;
  margin-bottom: 25px;
  text-align: center;
}
h3 {
  font-size: 1.6em;
  margin-bottom: 15px;
}
h3 strong {
  font-weight: 900;
}
.forSP {
  display: none !important;
}
.inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
.flex {
  display: flex;
  align-items: center;
  gap: 2%;
  justify-content: space-around;
}
.clear {
  overflow: hidden;
}
.clear .half-l, .clear .half-r {
  width: 48%;
}
.clear .half-l {
  float: left;
}
.clear .half-r {
  float: right;
}
.mb00 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb80 {
  margin-bottom: 80px;
}
.green {
  color: #25671E;
}
.red {
  color: #C1272D;
}
.tC {
  text-align: center;
}
.tR {
  text-align: right;
}
/* header
------------------------------ */
header {
  position: relative;
  width: 100%;
  padding: 10px 1.5%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  justify-content: space-between !important;
  transition: all 0.3s ease 0s;
  z-index: 10;
}
header.small {
  position: fixed;
  top: 0;
  left: 0;
  animation-duration: 0.5s;
  animation-name: UpToDown;
}
@keyframes UpToDown {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-50px); /* Y軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateY(0);
  }
}
header .inner {
  justify-content: space-between;
}
header .inner #logo {
  width: 360px;
}
header .inner #tel {
  font-size: 2.5em;
  color: #48A111;
  width: 340px;
}
header .inner #tel img {
  width: 32px;
  margin: -5px 3px 0 0;
}
header .inner ul li {
  width: 54px;
  margin-left: 3px;
}
/* footer
------------------------------ */
footer {
  color: #fff;
  padding: 60px 0 35px;
  background-color: #000;
  margin-top: 100px;
}
footer div.flex {
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
}
footer dl.flex {
  padding: 15px 10px;
  border-top: solid 2px #fff;
  justify-content: flex-start;
}
footer dl.flex dt {
  font-weight: bold;
  width: 130px;
}
footer dl:last-of-type {
  border-bottom: solid 2px #fff;
}
footer .inner #copyright {
  font-size: 0.85em;
  padding-top: 80px;
}
/* mainvisual
------------------------------ */
#mainvisual .inner {
  position: relative;
}
#mainvisual .inner:before, #mainvisual .inner:after {
  content: "";
  position: absolute;
}
#mainvisual .inner .flex {
  position: relative;
  align-items: end;
  gap: 0;
  z-index: 1;
}
#mainvisual .inner .flex h1 + img {
  width: 460px;
  margin-bottom: -20px;
}
#mainvisual .inner dl {
  position: relative;
  width: 800px;
  margin: 0 auto;
  border-radius: 7px;
  overflow: hidden;
  z-index: 1;
}
#mainvisual .inner dl dt {
  font-size: 1.5em;
  padding: 12px 0;
  background-color: #F2B50B;
}
#mainvisual .inner dl dd.flex {
  align-items: baseline;
  padding: 25px 30px 25px 40px;
  box-sizing: border-box;
  background-color: #fff;
}
#mainvisual .inner dl dd .tel a {
  display: block;
  font-size: 2.8em;
  color: #48A111;
}
#mainvisual .inner dl dd .tel a img {
  width: 45px;
  margin: -5px 8px 0 0;
}
#mainvisual .inner dl dd #line {
  width: 310px;
}
/* worries
------------------------------ */
#worries h2 {
  -webkit-text-stroke: 8px #fff;
  paint-order: stroke fill;
}
#worries ul li {
  margin-bottom: 5px;
}
#worries ul li img {
  width: 21px;
  margin-right: 10px;
}
/* solution
------------------------------ */
#solution {
  padding: 0 0 80px;
  background-color: #F5F3E6;
}
#solution .clear {
  align-items: stretch;
}
#solution .clear div {
  position: relative;
  padding: 50px 40px;
  box-sizing: border-box;
  margin: 15px 10px 10px 0;
  background-color: #fff;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.2);
}
#solution .clear div > p:first-of-type {
  position: absolute;
  top: -14px;
  left: 50%;
  color: #fff;
  font-size: 1.2em;
  margin-left: -65px;
  padding: 7px 30px;
  background: url(../img/top/bg_point.png) no-repeat center / contain;
}
#solution .clear div h3 {
  padding: 15px 0;
  border-top: solid 3px #25671e;
  border-bottom: solid 3px #25671e;
}
#solution ul:last-of-type li {
  display: inline-block;
  width: 23%;
  margin-right: 2%;
}
#solution ul:last-of-type li:last-of-type {
  margin-right: 0;
}
/* price
------------------------------ */
#price table.tC td {
  font-size: 1.8em;
  padding: 30px 0;
}
#price table td.tC.red {
  width: 350px;
  background-color: #F6DFE0;
}
#price .clear .half-l table th {
  width: 105px;
  padding: 0 0;
  background-color: initial;
  border-right: none;
}
#price .clear .half-l table td {
  font-size: initial;
}
#price #special {
  width: 88%;
  padding: 10px 40px 0;
  box-sizing: border-box;
  margin: 0 auto 50px;
  background: url("../img/top/bg_special_left.jpg") no-repeat left center/contain, url("../img/top/bg_special_right.jpg") no-repeat right center/contain;
}
#price #special h3 {
  color: #FBF900;
  padding: 10px;
  box-sizing: border-box;
  background-color: #48A111;
}
#price #special ul li {
  display: inline-block;
  font-size: 1.2em;
  margin: 0 20px 10px 0;
}
#price #special ul li:nth-of-type(3n) {
  margin-right: 0;
}
#price #special ul li img {
  width: 23px;
  margin-right: 5px;
}
#price dl {
  background-color: #f5f3e6;
}
#price dl dt h3 {
  color: #fbf900;
}
#price dl dd {
  width: 100%;
  gap: 4%;
  justify-content: left;
}
/* top
------------------------------ */
#top .bnr{
	position: fixed;
	bottom: 2vw;
	right:1vw;
	width: 160px;
	z-index: 10;
	transition: All 0.5s ease;
}
#top .bnr:hover{
	bottom: 2.5vw;
}
#top #mainvisual {
  padding: 80px 0 45px;
  background: url(../img/top/bg_main.png) repeat center /90%, #25671E;
}
#top #mainvisual .inner:before {
  top: -70px;
  right: -13vw;
  width: 780px;
  height: 830px;
  background: url(../img/top/main_animal.png)no-repeat right top/contain;
}
#top #mainvisual .inner:after {
  left: -15vw;
  bottom: -130px;
  width: 400px;
  height: 340px;
  background: url(../img/top/main_arai.png)no-repeat left top/contain;
  z-index: 1;
}
@media (max-width: 1500px) {
  #top #mainvisual .inner:after {
    left: -20vw;
  }
}
#top #mainvisual .inner h1 {
  width: 500px;
}
#top #worries {
  padding-top: 70px;
  background: url(../img/top/bg_animal_left.png) no-repeat left 12vw top 20px/220px, url(../img/top/bg_animal_right.png) no-repeat right 10vw top 14px/260px, #DDDDDD;
}
@media (max-width: 1300px) {
  #top #worries {
    background: url(../img/top/bg_animal_left.png) no-repeat left 6vw top 20px/220px, url(../img/top/bg_animal_right.png) no-repeat right 4vw top 14px/260px, #DDDDDD;
  }
}
#top #worries ul {
  width: 620px;
  background-color: #fff;
  border-radius: 7px;
  margin: -35px auto 30px;
  padding: 50px 0 40px 140px;
  box-sizing: border-box;
}
#top #loss ul li {
  display: inline-block;
  width: 32%;
  margin: 0 1.5% 30px 0;
  vertical-align: top;
  text-align: justify;
}
#top #loss ul li:nth-of-type(3n) {
  margin-right: 0;
}
#top #loss ul li img {
  margin-bottom: 15px;
}
#top #flow dl, #price dl {
  position: relative;
  background-color: #f2f2f2;
  border-radius: 5px;
  justify-content: flex-start;
}
#top #flow dl.flex dt h3, #price dl h3 {
  width: 240px;
  margin: 0 10px 0 0;
  padding: 42px 0;
  box-sizing: border-box;
  color: #fff;
  background-color: #48a111;
  border-radius: 5px 0 0 5px;
}
#top #flow dl.orange {
  color: #fff;
  padding: 20px 0 10px;
  box-sizing: border-box;
  background-color: #f17c00;
}
#top #flow dl.orange span {
  color: #fbf900;
}
#top #flow dl:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 40px;
  height: 20px;
  margin-left: -20px;
  background: url("../img/top/img_arrow_gray.jpg") no-repeat center/contain;
}
#top #flow dl:last-of-type:after {
  content: none;
}
#top #flow dl.orange:after {
  background: url("../img/top/img_arrow_orange.jpg") no-repeat center/contain;
}
#top #akiya {
  padding: 60px 0;
  background-color: #F5F3E6;
}
#top #akiya h2 {
  line-height: 1.3;
  margin-bottom: 0;
  text-align: justify;
}
#top #akiya h2 big {
  color: #48A111;
}
#top #akiya p {
  line-height: 1.8;
}
#top #bnr {
  width: 780px;
}
/* tenpo
------------------------------ */
#tenpo h2, #tenpo h3 {
  color: #123c7e;
}
#tenpo #mainvisual {
  padding: 40px 0 45px;
  background-color: #123c7e;
}
#tenpo #mainvisual .inner dl dd .tel a {
  color: #123c7e;
}
#tenpo #worries {
  padding-top: 50px;
  background: url(../img/tenpo/bg_cardboard.png) no-repeat left 16vw top 20px/150px, url(../img/tenpo/bg_trash.png) no-repeat right 10vw bottom/200px, #d0d7e2;
}
@media (max-width: 1300px) {
  #tenpo #worries {
    background: url(../img/tenpo/bg_cardboard.png) no-repeat left 10vw top 20px/150px, url(../img/tenpo/bg_trash.png) no-repeat right 5vw bottom/200px, #d0d7e2;
  }
}
#tenpo #worries .inner {
  width: 700px;
  background-color: #fff;
  border-radius: 7px;
  margin: -35px auto 0;
  padding: 50px 0 40px 20px;
  box-sizing: border-box;
}
#tenpo #solution {
  padding: 0 0 100px;
  background-color: #cef6ff;
}
#tenpo #solution h2:first-of-type {
  text-shadow: #fff 3px 3px 10px, #fff -3px -3px 10px, #fff 3px -3px 10px, #fff -3px -3px 10px;
}
#tenpo #solution ul:first-of-type li {
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
  width: 23.5%;
  color: #123c7e;
  border: solid 3px #123c7e;
  border-radius: 9px;
  padding: 17px 0;
  background-color: #fff;
  margin: 0 0.5% 12px 0;
}
#tenpo #solution ul:first-of-type li:nth-of-type(4n) {
  margin-right: 0;
}
#tenpo #solution ul:first-of-type li:last-of-type {
  width: 74%;
  margin-right: 0;
}
#tenpo #solution ul:first-of-type li:last-of-type small {
  font-weight: normal;
  margin-left: 30px;
}
#tenpo #solution dl {
  font-size: 1.5em;
  width: 800px;
  border: solid 3px #123c7e;
  border-radius: 9px;
  background-color: #fff;
  margin: 0 auto 50px;
  gap: 0;
  justify-content: flex-start;
}
#tenpo #solution dl dt {
  width: 260px;
  color: #fff;
  box-sizing: border-box;
  background-color: #123c7e;
}
#tenpo #solution dl dt, #tenpo #solution dl dd {
  padding: 20px 30px;
}
#tenpo #solution .min {
  font-size: 5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  color: #123c7e;
  text-shadow: #fff 3px 3px 10px, #fff -3px -3px 10px, #fff 3px -3px 10px, #fff -3px -3px 10px;
}
#tenpo #collect ul li {
  display: inline-block;
  width: 18.8%;
  margin: 0 1% 2% 0;
}
#tenpo #collect ul li:nth-of-type(5n) {
  margin-right: 0;
}
#tenpo #price p:first-of-type {
  font-size: 1.5em;
  font-weight: 900;
  color: #fbf900;
  border-radius: 5px;
  padding: 25px 0;
  background-color: #ef1a22;
}
#tenpo #price table tr th {
  background-color: #fff6e0;
}
#tenpo #price table tbody tr td {
  width: 33%;
}
#tenpo #price .caution {
  font-size: 1.5em;
  color: #fff;
  padding: 10px 0;
  background-color: #006e6c;
}