
.mod_contact:not(.-common) {
  margin-bottom: 0;
  padding: 0;
  background: none;
}

.section .post {
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .section .post {
    margin-bottom: 50px;
  }
}

.section .post:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 480px) {
  .cleaning-about {
    margin-bottom: 60px;
  }
}

.organizing-elderly {
  background: url("../new_image/organizing_bg01.jpg") center no-repeat;
  background-size: cover;
  padding: 80px 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .organizing-elderly {
    padding: 50px 15px;
  }
}

.organizing-elderly .box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 0 8px #93825733;
  outline-offset: -5px;
  outline: 3px solid #f4ebd7;
  padding: 60px;
}

@media screen and (max-width: 480px) {
  .organizing-elderly .box {
    padding: 50px 20px;
  }
}

.organizing-elderly .box .title {
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .organizing-elderly .box .title {
    margin-bottom: 20px;
  }
}

.organizing-elderly .box .title-sub {
  display: block;
  color: #153496;
  display: inline-block;
  position: relative;
  font-size: 2rem;
  margin-bottom: 17px;
}

.organizing-elderly .box .title-sub::before {
  content: '';
  position: absolute;
  background: url("../new_image/title_left.svg") center no-repeat;
  width: 18px;
  height: 31px;
  left: -36px;
  top: 4px;
}

.organizing-elderly .box .title-sub::after {
  content: '';
  position: absolute;
  background: url("../new_image/title_right.svg") center no-repeat;
  width: 18px;
  height: 31px;
  right: -36px;
  top: 4px;
}

.organizing-elderly .box .title-main {
  display: block;
  font-size: 3.6rem;
  line-height: 1.2;
}

@media screen and (max-width: 680px) {
  .organizing-elderly .box .title-main {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}

.organizing-example {
  background: #e3f0fc;
  padding: 88px 15px 100px;
  margin-bottom: 87px;
}

.organizing-example .box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 130px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .organizing-example .box {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .organizing-example .box {
    margin-bottom: 50px;
  }
}

.organizing-example .text_box {
  background: url("../new_image/organizing_bg02.svg") center no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 470px;
  padding: 55px 50px 50px;
}

@media screen and (max-width: 480px) {
  .organizing-example .text_box {
    padding: 50px 15px 50px;
  }
}

@media screen and (max-width: 960px) {
  .organizing-example .text_box:first-child {
    margin-bottom: 30px;
  }
}

.organizing-example .text_box .img {
  text-align: center;
  margin-bottom: 27px;
  min-height: 155px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: center;
          justify-content: center;
}

.organizing-example .text_box .title {
  text-align: center;
  border-bottom: 1px dashed #b3b3b3;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.organizing-example .text_box .title p:first-child {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.organizing-example .text_box .title p:last-child {
  font-size: 1.4rem;
}

.organizing-example .text_box .text {
  line-height: 1.2;
}

.organizing-example .text_box .text .dot.-move {
  position: relative;
  top: -2px;
  left: -5px;
}

@media screen and (max-width: 480px) {
  .organizing-example .text_box .text .dot.-move {
    margin: 0 -5px;
  }
}

.organizing-example .text_box .text .dot.-red {
  padding: 0 5px;
}

.organizing-example .text_box .text .num {
  position: relative;
  top: 1px;
  font-weight: bold;
  font-size: 2.6rem;
}

.organizing-example .text_box .text .none {
  font-weight: bold;
}

.organizing-example .text_box .note {
  font-size: 1.2rem;
}

@media screen and (max-width: 480px) {
  .organizing-example .text_box .note {
    margin-bottom: 10px;
  }
}

.organizing-example .text_box .info p:last-child .num,
.organizing-example .text_box .info p:last-child .none,
.organizing-example .text_box .info p:last-child .last {
  position: relative;
  top: 2px;
  color: #eb1428;
}

.organizing-example .text_box .info p:last-child .last {
  font-size: 1.2rem;
  font-weight: bold;
}

.organizing-example .text_box .info p:last-child {
  margin-top: 8px;
}

.organizing-list .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}

.organizing-list .list li {
  padding-left: 65px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2rem;
  background: url("../new_image/icon_check.svg") left top no-repeat;
}

@media screen and (max-width: 680px) {
  .organizing-list .list li {
    padding-left: 50px;
    background-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .organizing-list .list li {
    padding-left: 45px;
    background-position: left top 4px;
    background-size: 35px;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

.organizing-list .list li:nth-child(2n) {
  width: 530px;
}

.organizing-list .list li:nth-child(2n-1) {
  width: 470px;
}

.organizing-list .text {
  text-align: center;
}

@media screen and (max-width: 680px) {
  .organizing-list .text {
    text-align: left;
  }
}

.organizing-next {
  background: #f9f7ed url("../new_image/organizing_bg03.jpg") center no-repeat;
  background-size: cover;
  padding: 88px 15px 100px;
}

@media screen and (max-width: 480px) {
  .organizing-next {
    padding: 50px 16px 70px;
  }
}

.price-table {
  margin-bottom: 100px;
}
@media screen and (max-width: 680px) {
  .price-table {
    margin-bottom: 50px;
  }
}

.organizing-next .box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.organizing-next .imgleft {
  margin-bottom: 51px;
}

.organizing-next .text_box {
  margin-bottom: 52px;
}

.organizing-next .info {
  background: #ffffff;
  padding: 36px 60px 40px;
}

@media screen and (max-width: 480px) {
  .organizing-next .info {
    padding: 35px 15px 40px;
  }
}

.organizing-next .info .title {
  text-align: center;
  margin-bottom: 18px;
  color: #153496;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 2.6rem;
}

.organizing-requested {
  margin-bottom: 93px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .organizing-requested {
    margin-bottom: 70px;
  }
}

.organizing-requested .title {
  text-align: center;
  margin-bottom: 0;
  font-family: 'Noto Serif JP', serif;
  color: #153496;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

.organizing-requested .title .sub-text {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  margin-bottom: 17px;
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 680px) {
  .organizing-requested .title .sub-text {
    font-size: 1.8rem;
  }
}

.organizing-requested .title .sub-text::before {
  content: '';
  position: absolute;
  background: url("../new_image/title_left.svg") center no-repeat;
  width: 18px;
  height: 31px;
  left: -30px;
  top: 0;
}

.organizing-requested .title .sub-text::after {
  content: '';
  position: absolute;
  background: url("../new_image/title_right.svg") center no-repeat;
  width: 18px;
  height: 31px;
  right: -30px;
  top: 0;
}

.organizing-requested .title .main-text {
  font-size: 3.2rem;
  line-height: 1.5625;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  padding-bottom: 3px;
}

@media screen and (max-width: 680px) {
  .organizing-requested .title .main-text {
    font-size: 2.2rem;
  }
}

.organizing-requested .title .main-text::before {
  content: '';
  position: absolute;
  border-bottom: 4px double #fad901;
  width: 290px;
  height: 4px;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 680px) {
  .organizing-requested .title .main-text::before {
    width: 193px;
  }
}

@media screen and (max-width: 480px) {
  .organizing-requested .title .main-text::before {
    bottom: 38px;
    left: 36px;
  }
}

.organizing-requested .img {
  margin-bottom: -10px;
}

@media screen and (max-width: 680px) {
  .organizing-requested .text {
    text-align: left;
  }
}
/*# sourceMappingURL=service_organizing.css.map */