@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background: #fff;
  line-height: 1.5;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

img {
  max-width: 100%;
}

img.spOnly {
  display: none;
}

.footer .tel01 p:first-child{
 width:30%;
}

.footer .tel01 p:last-child{
 width:70%;
}

@media screen and (max-width: 767px) {
  img.spOnly {
    display: inline;
  }
}

.container {
  width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .container {
    width: 97%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 94%;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .header .pcOnly,
  .footer .pcOnly {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header .spOnly,
  .footer .spOnly {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .allLink {
    cursor: pointer;
  }
  .allLink:hover {
    opacity: 0.8;
  }
  .allLink a:hover {
    opacity: 1;
  }
}

input[type="submit"] {
  border: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

input[type="submit"]:hover {
  opacity: .8;
}

.mainContent {
  padding: 20px 0;
}

.slide a {
  display: block;
}

.bottomBox .contactBtn a {
  text-align: center;
  color: #666;
  display: inline-block;
  width: 100%;
  padding: 14px 0px 5px 0px;
  margin-top: 16px;
  background-color: #c7e8ff;
  position: relative;
  text-align: center;
}

.bottomBox .contactBtn a span {
  position: relative;
}

.bottomBox .contactBtn a span:before {
  position: absolute;
  top: 0px;
  left: -50px;
  content: "";
  width: 41px;
  height: 30px;
  background: url(../../common/images/icon_common_07.jpg) center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .bottomBox .contactBtn a span:before {
    position: absolute;
    top: -3px;
    left: -50px;
    content: "";
    width: 41px;
    height: 30px;
    background: url(../../common/images/icon_common_07.jpg) center center;
    background-size: cover;
  }
}

.header {
  padding: 15px 0 20px;
}

.header .container {
  width: 1005px;
}

@media screen and (max-width: 1050px) {
  .header .container {
    width: 97%;
  }
}

@media screen and (max-width: 768px) {
  .header .container {
    width: 94%;
  }
}

.header h1 {
  width: 45%;
  font-size: 12px;
  margin-top: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .header h1 {
    font-size: 10px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .header h1 {
    width: 100%;
    margin-top: 0;
    float: none;
  }
}

.header h1 .title01 {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .header h1 .title01 {
    font-size: 18px;
  }
}

@media screen and (max-width: 415px) {
  .header h1 .title01 {
    font-size: 16px;
  }
}

.header h1 span:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 1050px) {
  .header h1 span:first-child {
    margin-right: 3%;
  }
}

@media screen and (max-width: 1000px) {
  .header h1 span:first-child {
    width: 42%;
  }
}

@media screen and (max-width: 768px) {
  .header h1 span:first-child {
    width: 146px;
  }
}

@media screen and (max-width: 415px) {
  .header h1 span:first-child {
    width: 130px;
  }
}

@media screen and (max-width: 350px) {
  .header h1 span:first-child {
    width: 110px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1000px) {
  .header h1 span:nth-child(2) {
    width: 55%;
  }
}

@media screen and (max-width: 415px) {
  .header h1 span:nth-child(2) {
    width: 180px;
  }
}

.header .telArea01 {
  width: 55%;
  max-width: 540px;
}

@media screen and (max-width: 768px) {
  .header .telArea01 {
    width: 100%;
    max-width: 510px;
    margin-top: 10px;
    float: none;
  }
}

.header .tel01 {
  width: 55%;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
  line-height: 1.2;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .header .tel01 {
    margin-top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .header .tel01 {
    font-size: 10px;
  }
}

/*.header .tel01 span {
  font-size: 32px;
  color: #000;
  padding-left: 50px;
  background: url("../images/ico_header01.png") no-repeat 0 42%;
  letter-spacing: -1.05px;
}
*/

/*@media screen and (max-width: 1050px) {
  .header .tel01 span {
    font-size: 30px;
    padding-left: 45px;
    background-size: 40px;
  }
}
*/

/*@media screen and (max-width: 1000px) {
  .header .tel01 span {
    font-size: 24px;
    background: url("../images/ico_header01.png") no-repeat 0 45%;
    padding-left: 40px;
    background-size: 36px;
  }
}
*/

/*
@media screen and (max-width: 768px) {
  .header .tel01 span {
    font-size: 28px;
    background: url("../images/ico_header01_sp.png") no-repeat 0 45%;
    padding: 2px 0 0 20px;
  }
}
*/

@media screen and (max-width: 415px) {
  .header .tel01 span {
    font-size: 25px;
  }
}

@media screen and (max-width: 370px) {
  .header .tel01 span {
    font-size: 20px;
    padding-left: 16px;
    background-size: 12px;
  }
}

.header .rightArea01 {
  width: 45%;
}

@media screen and (max-width: 1000px) {
  .header .rightArea01 {
    width: 42%;
  }
}

.header .area01 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  width: 70%;
  padding: 8px 5px 6px;
  background: #89c1ff;
  border-radius: 8px;
}

@media screen and (max-width: 415px) {
  .header .area01 {
    width: 93px;
    max-width: 100%;
    font-size: 12px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 340px) {
  .header .area01 {
    width: 83px;
  }
}

@media screen and (min-width: 1000px) {
  .header .area01 br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .header .area01 span {
    display: none;
  }
}

.header .iconArea01 {
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .header .iconArea01 {
    margin-top: 8px;
  }
}

.header .linkArea01 {
  margin-top: 10px;
}

.header .linkArea01 p:first-child {
  width: 126px;
}

@media screen and (max-width: 1000px) {
  .header .linkArea01 p:first-child {
    width: 54%;
  }
}

.header .linkArea01 p:last-child {
  width: 98px;
}

@media screen and (max-width: 1000px) {
  .header .linkArea01 p:last-child {
    width: 40%;
  }
}

/*
@media screen and (max-width: 425px) {
  .header .tel01 span {
    font-size: 20px;
    background: url(../images/ico_header01_sp.png) no-repeat 0 45%;
    padding: 2px 0 0 20px;
  }
}
*/

@media screen and (max-width: 360px) {
  .header .tel01 span {
    font-size: 18px;
  }
}

.footer {
  padding: 15px 0;
  background: #c7e8ff;
}

@media screen and (max-width: 768px) {
  .footer .container {
    width: 100%;
  }
}

.footer .leftContent {
  width: 370px;
}

@media screen and (max-width: 1000px) {
  .footer .leftContent {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .footer .leftContent {
    width: 100%;
    float: none;
  }
}

.footer .logoArea01 {
  padding: 10px 10px 5px 10px;
  background: #fff;
}

.footer h2 span:not(.title01) {
  font-size: 12px;
  display: block;
}

@media screen and (max-width: 768px) {
  .footer h2 span:first-child {
    display: none;
  }
}

.footer h2 .title01 {
  font-size: 20px;
  font-weight: bold;
}

.footer .area01 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  background: #89c1ff;
  border-radius: 8px;
  line-height: 1.2;
}

.footer .linkArea01 p:last-child {
  margin-left: 20px;
}

.footer .text01 {
  font-size: 13px;
  margin: 10px 0 6px;
  padding-bottom: 8px;
  border-bottom: 3px solid #fff;
}

@media screen and (max-width: 768px) {
  .footer .text01 {
    padding: 0 10px 8px 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer .tel01 {
    padding: 0 10px;
  }
}

.footer .tel01 p {
  font-size: 12px;
}

.footer .tel01 p:first-child {
  margin-top: 6px;
  line-height: 1.2;
}

/*.footer .tel01 p:last-child {
  font-size: 32px;
  font-weight: bold;
  margin-left: 10px;
  padding-left: 50px;
  background: url("../images/ico_header01.png") no-repeat 0 42%;
  letter-spacing: -1.05px;
}
*/

/*
@media screen and (max-width: 1000px) {
  .footer .tel01 p:last-child {
    font-size: 24px;
    background: url("../images/ico_header01.png") no-repeat 0 45%;
    padding-left: 40px;
    background-size: 36px;
  }
}
*/

/*
@media screen and (max-width: 768px) {
  .footer .tel01 p:last-child {
    font-size: 28px;
    background: url("../images/ico_header01_sp.png") no-repeat 0 45%;
    padding: 2px 0 0 20px;
  }
}
*/

@media screen and (max-width: 415px) {
  .footer .tel01 p:last-child {
    font-size: 25px;
  }
}

@media screen and (max-width: 370px) {
  .footer .tel01 p:last-child {
    font-size: 20px;
    padding-left: 16px;
    background-size: 12px;
  }
}

.footer .rightContent {
  width: 468px;
  margin-top: 130px;
}

@media screen and (max-width: 1000px) {
  .footer .rightContent {
    width: 56%;
  }
}

@media screen and (max-width: 768px) {
  .footer .rightContent {
    width: 100%;
    margin-top: 20px;
    float: none;
  }
}

.footer .mainLink01 {
  font-size: 16px;
  font-weight: bold;
}

.footer .mainLink01 a {
  color: #0071bc;
}

.footer .sitemap01 {
  font-size: 13px;
}

@media screen and (max-width: 1000px) {
  .footer .sitemap01 {
    width: 47%;
  }
}

@media screen and (max-width: 768px) {
  .footer .sitemap01 {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .footer .sitemap01 h3 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer .sitemap01 ul {
    padding: 0 10px;
  }
}

.footer .sitemap01 p {
  margin-top: 5px;
  padding-top: 6px;
  border-top: 3px solid #fff;
}

@media screen and (max-width: 768px) {
  .footer .sitemap01 p {
    padding: 6px 10px 0 10px;
  }
}

.footer .sitemap01:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 1000px) {
  .footer .sitemap01:last-child {
    margin-left: 6%;
  }
}

@media screen and (max-width: 768px) {
  .footer .sitemap01:last-child {
    margin: 5px 0 0 0;
    padding-top: 6px;
    border-top: 3px solid #fff;
  }
}

.footer li a {
  padding-left: 12px;
  background: url("../images/ico_footer01.png") no-repeat 0 5px;
}

.footer .copyright01 {
  font-size: 12px;
  margin-top: 30px;
}

.slideArea01 {
  width: 990px;
  margin: 0 auto;
  background: url("../images/bg_index01.png") no-repeat 0 100%, url("../images/bg_index02.png") no-repeat 100% 100%;
}

@media screen and (max-width: 1000px) {
  .slideArea01 {
    width: 99%;
    background: url("../images/bg_index01.png") no-repeat 0 100%, url("../images/bg_index02.png") no-repeat 100% 100%;
    background-size: 7%;
  }
}

@media screen and (max-width: 960px) {
  .slideArea01 {
    width: 740px;
    background: url("../images/bg_index01.png") no-repeat 0 100%, url("../images/bg_index02.png") no-repeat 100% 100%;
    background-size: 7%;
  }
}

@media screen and (max-width: 767px) {
  .slideArea01 {
    width: 100%;
    background: none;
  }
}

.slide01 {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .slide01 {
    width: 615px;
  }
}

@media screen and (max-width: 767px) {
  .slide01 {
    width: 86%;
  }
}

@media screen and (max-width: 500px) {
  .slide01 {
    width: 82%;
  }
}

.slide01 .slick-prev,
.slide01 .slick-next {
  width: 37px;
  height: 37px;
}

@media screen and (max-width: 767px) {
  .slide01 .slick-prev,
  .slide01 .slick-next {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 500px) {
  .slide01 .slick-prev,
  .slide01 .slick-next {
    width: 18px;
    height: 18px;
  }
}

.slide01 .slick-prev:before,
.slide01 .slick-next:before {
  content: "";
}

.slide01 .slick-prev {
  left: -45px;
  background: url("../images/ico_index01.png") no-repeat 0 0;
}

@media screen and (max-width: 767px) {
  .slide01 .slick-prev {
    left: -30px;
    background-size: 100%;
  }
}

@media screen and (max-width: 500px) {
  .slide01 .slick-prev {
    left: -25px;
  }
}

@media screen and (max-width: 400px) {
  .slide01 .slick-prev {
    left: -22px;
  }
}

.slide01 .slick-next {
  right: -45px;
  background: url("../images/ico_index02.png") no-repeat 0 0;
}

@media screen and (max-width: 767px) {
  .slide01 .slick-next {
    right: -30px;
    background-size: 100%;
  }
}

@media screen and (max-width: 500px) {
  .slide01 .slick-next {
    right: -25px;
  }
}

@media screen and (max-width: 400px) {
  .slide01 .slick-next {
    right: -22px;
  }
}

.catchcopy01 {
  font-size: 19px;
  font-weight: bold;
  color: #0071bc;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .catchcopy01 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 370px) {
  .catchcopy01 {
    font-size: 12px;
  }
}

.catchcopy01 span {
  font-size: 22px;
  color: #ff65b7;
}

@media screen and (max-width: 767px) {
  .catchcopy01 span {
    font-size: 17px;
  }
}

@media screen and (max-width: 370px) {
  .catchcopy01 span {
    font-size: 15px;
  }
}

.mainContent {
  padding: 20px 0 0;
}

.main01 {
  background: url(../images/bg_index03.jpg) repeat center 100px;
  padding: 0 0 36px;
}

@media screen and (max-width: 767px) {
  .main01 {
    background: none;
  }
}

.menuBox ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .menuBox ul {
    display: block;
  }
}

.menuBox h2 {
  color: #666;
  font-size: 24px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .menuBox h2 {
    font-size: 18px;
  }
}

.menuBox h2 img {
  vertical-align: middle;
  margin-right: 0.25em;
}

.menuBox li {
  border: 1px solid #89c1ff;
  background-color: #fff;
  width: 32%;
  padding: 1.5% 1%;
}

@media screen and (max-width: 767px) {
  .menuBox li {
    width: 95%;
    margin: 10px auto;
    padding: 2%;
  }
}

.menuBox li > img {
  display: inline-block;
  margin-bottom: 10px;
}

.menuBox li a {
  padding: 4px 10px;
  border: 1.5px dotted #89c1ff;
  border-radius: 3px;
}

.menuBox .txt {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  min-height: 3.5em;
}

@media screen and (max-width: 767px) {
  .menuBox .txt {
    font-size: 13px;
  }
}

.menuBox .blue a {
  color: #89c1ff;
}

.menuBox .blue .txt {
  color: #0071bc;
}

.menuBox .blue:last-child .txt {
  text-align: center;
}

.menuBox .orange a {
  color: #fbb03b;
  border: 1.5px dotted #fbb03b;
}

.menuBox .orange .txt {
  color: #fbb03b;
}

@media screen and (max-width: 767px) {
  .menuBox .orange .txt {
    color: #f15a24;
  }
}

.menuBox .topBtn {
  font-size: 17px;
}

.menuBox .btn01 {
  color: #89c1ff;
}

.bottomBox {
  margin-top: 28px;
}

.bottomBox #fbCont {
  max-width: 500px;
  width: 100%;
}

.bottomBox iframe {
  width: 100%;
}

.bottomBox .left {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .bottomBox .left {
    width: 100%;
  }
}

.bottomBox .right {
  width: 31%;
}

@media screen and (max-width: 767px) {
  .bottomBox .right {
    width: 100%;
  }
}

.bottomBox .right h2 {
  color: #89c1ff;
  font-size: 24px;
}

.bottomBox .rankBox {
  text-align: center;
  padding: 48px 10px;
  background: url(../../images/bg_index04.png) no-repeat center 98%, url(../../images/bg_index04.png) no-repeat center 3% #fff;
}

.bottomBox .rankBox p {
  position: relative;
  padding: 8px 0 0;
}

.bottomBox .rankBox p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  display: inline-block;
  width: 80%;
  border-bottom: 1px dashed #b3b3b3;
}

.bottomBox .contactBtn {
  max-width: 295px;
  font-size: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .bottomBox .contactBtn {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .bottomBox .contactBtn a {
    margin-bottom: 16px;
  }
}

.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.footer li a {
  padding-left: 12px;
  background: url(../images/ico_footer01.png) no-repeat 0 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.footer .mainLink01 a {
  color: #0071bc;
  margin-bottom: 10px;
  display: inline-block;
}

.footer .rightContent {
  width: 468px;
  margin-top: 87px;
}

@media screen and (max-width: 768px) {
  .footer .rightContent {
    margin-top: 20px;
    width: 100%;
  }
  .footer .sitemap01 p {
    padding: 19px 10px 0 10px;
  }
}

.br425 {
  display: none;
}

@media screen and (max-width: 425px) {
  .footer .copyright01 {
    font-size: 12px;
    margin-top: 10px;
  }
  .br425 {
    display: block;
  }
  .footer .copyright01 span {
    display: inline-block;
    margin-top: 5px;
  }
}

.subPage .container {
  max-width: 960px;
}

.globalNav li {
  width: 24%;
  text-align: center;
  font-size: 24px;
  margin-right: 1.333%;
}

.globalNav a {
  width: 100%;
  text-align: center;
  font-size: 24px;
  display: block;
  padding-top: 8px;
}

.globalNav li img {
  max-width: 100%;
}

.globalNav li:not(:nth-child(2)) img:first-child {
  padding-right: 5px;
}

.globalNav li:first-child {
  border: 2px solid #89c1ff;
  padding-right: 5px;
}

.globalNav li:nth-child(2) {
  border: 2px solid #89c1ff;
  background-color: #89c1ff;
}

.globalNav li:nth-child(3) {
  border: 2px solid #fbb03b;
}

.globalNav li:last-child {
  border: 2px solid #89c1ff;
  margin-right: 0%;
}

.pankuzu ul {
  padding-top: 16px;
  padding-bottom: 14px;
}

.pankuzu li {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #0071bc;
  font-weight: bold;
}

.pankuzu li:first-child {
  padding-left: 0px;
}

.pankuzu li a {
  color: #0071bc;
  font-weight: bold;
}

.pankuzu li:last-child, .pankuzu li:nth-child(2) {
  padding-left: 18px;
}

.pankuzu li:nth-child(2):after {
  position: absolute;
  top: calc(55% - 7px);
  left: 0px;
  content: "";
  width: 8px;
  height: 11px;
  background: url(../../cleaning/images/cleaning_icon_08.jpg) center center;
  background-size: cover;
}

.pankuzu li:last-child:after {
  position: absolute;
  top: calc(55% - 7px);
  left: 0px;
  content: "";
  width: 8px;
  height: 11px;
  background: url(../../cleaning/images/cleaning_icon_08.jpg) center center;
  background-size: cover;
}

.subPage .contentsArea {
  background-image: url(../images/bg_common_01.jpg);
  background-repeat: repeat;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 1000px) {
  .subPage .globalNav li a img:first-child {
    height: 26px;
  }
  .subPage .globalNav li a img:last-child {
    height: 18px;
  }
  .subPage .globalNav li:nth-child(2) a img:last-child {
    height: 13px;
  }
}

@media screen and (max-width: 690px) {
  .globalNav li {
    width: 48%;
    text-align: center;
    font-size: 24px;
    margin-right: 2%;
  }
  .globalNav li:nth-child(2n) {
    margin-right: 0%;
  }
  .globalNav li:first-child, .globalNav li:nth-child(2) {
    margin-bottom: 5px;
  }
  .globalNav li:first-child, .globalNav li:nth-child(n+3) {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 350px) {
  .subPage .globalNav li:nth-child(2) a img:last-child {
    height: 11px;
  }
}
