@charset "UTF-8";
#cleaning h2, #acting h2, #cleaning .right .title, #acting .right .title {
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  font-style: normal;
}

#mainimg .catch h2, #cleaning .right .text li, #acting .right .text li {
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  font-style: normal;
}

#worries .block h2, #reason h2 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}

#reason .block .imgbox .title p, #menu .block .title {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}

#worries .block .btn a, #cleaning .btn a, #acting .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 7px;
  background: #2e5f35;
  border: solid 2px #2e5f35;
  color: #fff;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#worries .block .btn a:hover, #cleaning .btn a:hover, #acting .btn a:hover {
  background: #fff;
  color: #2e5f35;
}

@media (max-width: 767px) {
  #worries .block .btn a, #cleaning .btn a, #acting .btn a {
    font-size: 16px;
    height: 50px;
  }
}

#worries .block h2, #reason h2 {
  font-size: 46px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.56;
}

@media (max-width: 767px) {
  #worries .block h2, #reason h2 {
    font-size: 24px;
  }
}

#cleaning h2, #acting h2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  color: #2e5f35;
  line-height: 2.4;
}

#cleaning h2::before, #acting h2::before {
  display: block;
  margin: 0 auto;
  content: "";
  width: 46px;
  height: 30px;
  background: url(../images/h2-icon.png) no-repeat center/cover;
}

@media (max-width: 767px) {
  #cleaning h2, #acting h2 {
    font-size: 24px;
  }
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  width: 100%;
}

#mainimg #mainslider img {
  width: 100%;
  min-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainimg .catch {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  padding: 20px 50px 20px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(89, 135, 35, 0.7)), to(rgba(89, 135, 35, 0.7)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(89, 135, 35, 0.7) 40%, rgba(89, 135, 35, 0.7) 100%);
}

#mainimg .catch .inner {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#mainimg .catch h2 {
  margin-left: 30px;
  font-size: 46px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.025em;
  text-shadow: 1px 1px 2px rgba(51, 3, 0, 0.5);
}

#mainimg .catch .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(51, 3, 0, 0.5);
}

@media (max-width: 999px) {
  #mainimg #mainslider img {
    min-height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainimg .catch h2 {
    margin-left: 25px;
    font-size: 40px;
  }
  #mainimg .catch .text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #mainimg #mainslider img {
    min-height: 370px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainimg .catch {
    padding-right: 10px;
  }
  #mainimg .catch h2 {
    margin-left: 25px;
    font-size: 26px;
  }
  #mainimg .catch .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
worries
------------------------------------------------- */
#worries {
  background: url(../images/worries-bg.jpg) no-repeat center/cover;
  margin-top: 200px;
  padding-right: 10px;
  padding-left: 10px;
}

#worries .block {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: -100px;
  border: solid 3px #598723;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

#worries .block h2 {
  margin: 50px 0;
}

#worries .block .text {
  margin-bottom: 50px;
  line-height: 2.57;
}

#worries .block .btn a {
  max-width: 300px;
  margin: auto auto 50px;
}

/* ----------------------------------------------
cleaning
------------------------------------------------- */
#cleaning {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fffcf2;
}

#cleaning .inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#cleaning .image {
  margin-bottom: 50px;
}

#cleaning .image img {
  width: 100%;
  border-radius: 10px;
}

#cleaning .txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

#cleaning .left {
  width: 45%;
  margin-right: 5%;
  line-height: 2.285;
}

#cleaning .right {
  width: 50%;
  height: calc(100% - 15px);
  margin-top: 15px;
  border: solid 2px #598723;
  border-radius: 10px;
}

#cleaning .right .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -25px;
  font-size: 20px;
  color: #2e5f35;
}

#cleaning .right .title p {
  background-color: #fffcf2;
  padding: 0 10px;
}

#cleaning .right .text {
  padding: 0 20px 20px 20px;
}

#cleaning .right .text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #598723;
  font-size: 16px;
  line-height: 2.25;
}

#cleaning .right .text li::before {
  display: block;
  content: "";
  width: 21px;
  min-width: 21px;
  height: 18px;
  margin-right: 20px;
  background: url(../images/check-icon1.png) no-repeat center/cover;
}

#cleaning .btn a {
  max-width: 300px;
  margin: 0 auto;
}

@media (max-width: 999px) {
  #cleaning .txtbox {
    display: block;
  }
  #cleaning .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #cleaning .right {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #cleaning .right {
    max-width: 500px;
  }
  #cleaning .right .title {
    top: -22px;
    font-size: 18px;
  }
  #cleaning .right .title p {
    padding: 0 5px;
  }
  #cleaning .right .text {
    padding: 0 10px 10px 10px;
  }
  #cleaning .right .text li {
    font-size: 14px;
  }
  #cleaning .right .text li::before {
    margin-right: 10px;
  }
}

/* ----------------------------------------------
acting
------------------------------------------------- */
#acting {
  padding-top: 50px;
  padding-bottom: 50px;
}

#acting .inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#acting .image {
  margin-bottom: 50px;
}

#acting .image img {
  width: 100%;
  border-radius: 10px;
}

#acting .txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

#acting .left {
  width: 45%;
  margin-right: 5%;
  line-height: 2.285;
}

#acting .right {
  width: 50%;
  height: calc(100% - 15px);
  margin-top: 15px;
  border: solid 2px #598723;
  border-radius: 10px;
}

#acting .right .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -25px;
  font-size: 20px;
  color: #2e5f35;
}

#acting .right .title p {
  background-color: #fff;
  padding: 0 10px;
}

#acting .right .text {
  padding: 0 20px 20px 20px;
}

#acting .right .text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #598723;
  font-size: 16px;
  line-height: 2.25;
}

#acting .right .text li::before {
  display: block;
  content: "";
  width: 21px;
  min-width: 21px;
  height: 18px;
  margin-right: 20px;
  background: url(../images/check-icon1.png) no-repeat center/cover;
}

#acting .btn a {
  max-width: 300px;
  margin: 0 auto;
}

@media (max-width: 999px) {
  #acting .txtbox {
    display: block;
  }
  #acting .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #acting .right {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #acting .right {
    max-width: 500px;
  }
  #acting .right .title {
    top: -22px;
    font-size: 18px;
  }
  #acting .right .title p {
    padding: 0 5px;
  }
  #acting .right .text {
    padding: 0 10px 10px 10px;
  }
  #acting .right .text li {
    font-size: 14px;
  }
  #acting .right .text li::before {
    margin-right: 10px;
  }
}

/* ----------------------------------------------
reason
------------------------------------------------- */
#reason {
  padding: 70px 0;
  margin-bottom: 70px;
  background-color: #f5f5f5;
}

#reason .inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#reason h2 {
  margin-bottom: 50px;
  text-align: center;
}

#reason .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#reason .block {
  width: 30%;
}

#reason .block:not(:first-child) {
  margin-left: 5%;
}

#reason .block .imgbox {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 30px;
  background-color: #ffcf36;
  border-radius: 50%;
}

#reason .block .imgbox .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#reason .block .imgbox .title p {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.666;
  color: #000;
}

#reason .block .text {
  line-height: 2;
}

@media (max-width: 999px) {
  #reason .block .imgbox .title p {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #reason .contents {
    display: block;
  }
  #reason .block {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #reason .block:not(:first-child) {
    margin-left: auto;
    margin-top: 50px;
  }
}

/* ----------------------------------------------
menu
------------------------------------------------- */
#menu {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

#menu .block {
  width: 24%;
  position: relative;
}

#menu .block:not(:first-child) {
  margin-left: 1.3333%;
}

#menu .block a {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#menu .block a:hover {
  opacity: 0.6;
}

#menu .block .image {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  overflow: hidden;
}

#menu .block .image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

#menu .block .title {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  z-index: 1;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 2;
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  #menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #menu .block {
    width: 48%;
  }
  #menu .block:not(:first-child) {
    margin-left: 0;
  }
  #menu .block:nth-child(even) {
    margin-left: 2%;
  }
  #menu .block:nth-child(n + 3) {
    margin-top: 20px;
  }
  #menu .block a {
    display: block;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  #menu .block a:hover {
    opacity: 0.6;
  }
  #menu .block .image {
    position: relative;
    width: 100%;
    padding-top: 62.5%;
    overflow: hidden;
  }
  #menu .block .title {
    bottom: 10px;
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  #menu .block {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
  #menu .block:nth-child(n + 3) {
    margin-top: 0px;
  }
  #menu .block:not(:first-child) {
    margin-left: auto;
    margin-top: 30px;
  }
  #menu .block:nth-child(even) {
    margin-left: auto;
  }
}
/*# sourceMappingURL=index.css.map */