@charset "UTF-8";
/* CSS Document */
/*------------------------------------pcとsp*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sitemaps_sp {
    text-align: center;
  }
}
/* -------------------------------- mainvisual */
.mainvisual {
  background-image: url("../images/seiri/mainvisual.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: relative;
  z-index: -1000;
}

.mainvisual:before {
  width: 100%;
  height: 200px;
  z-index: 1000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.mainvisual_text {
  writing-mode: vertical-rl;
  position: absolute;
  right: 10vw;
  top: 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  .mainvisual {
    background-image: url("../images/seiri/mainvisual.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: -1000;
  }
  .mainvisual:before {
    width: 100%;
    height: 100px;
    z-index: 1000;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mainvisual_text {
    writing-mode: vertical-rl;
    position: absolute;
    right: 10vw;
    top: 50px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7em;
  }
  /* -------------------------------- sub */
  .sub_cont {
    max-width: 1020px;
    margin: 0 auto;
  }
  .title_img {
    text-align: center;
    padding: 100px 0 0 0;
  }
  .title_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .subtext {
    font-size: 24px;
    text-align: center;
    padding: 50px 0;
    line-height: 1.7em;
  }
  /* -------------------------------- select */
  .select_cont {
    background-image: url("../images/apartment_cleaning/background01.png");
    background-repeat: no-repeat;
    padding: 50px 0;
    width: 922px;
    height: 471px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  ul.select_list {
    max-width: 720px;
    margin: 0 auto;
  }
  ul.select_list li {
    background-image: url("../images/apartment_cleaning/check.png");
    background-repeat: no-repeat;
    background-position: 0% center;
    padding-left: 50px;
    line-height: 2.5em;
    font-size: 18px;
  }
  .select_title {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px;
  }
}
/* -------------------------------- sub */
.sub_cont {
  max-width: 1020px;
  margin: 0 auto;
}

.title_img {
  text-align: center;
  padding: 100px 0 0 0;
}

.subtext {
  font-size: 24px;
  text-align: center;
  padding: 50px 0;
  line-height: 1.7em;
}

/* -------------------------------- select */
.select_cont {
  background-image: url("../images/apartment_cleaning/background01.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
  max-width: 100%;
  height: 471px;
  box-sizing: border-box;
  margin: 0 auto;
}

ul.select_list {
  max-width: 720px;
  margin: 0 auto;
}

ul.select_list li {
  background-image: url("../images/apartment_cleaning/check.png");
  background-repeat: no-repeat;
  background-position: 0% center;
  padding-left: 50px;
  line-height: 1.6em;
  font-size: 18px;
  margin-bottom: 30px;
}

.select_title {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 50px;
}

/* -------------------------------- lisk */
.lisk_cont {
  background-image: url("../images/index/background02.png");
  height: auto;
  background-position: bottom;
  background-repeat: repeat-x;
}

.lisk_box {
  background-image: url("../images/index/circle.png");
  width: 181px;
  height: 181px;
  font-weight: bold;
  font-size: 26px;
  position: relative;
  margin: 10px;
  text-align: center;
}

.lisk_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 181px;
}

.risk_list {
  display: flex;
  max-width: 1020px;
  flex-wrap: wrap;
  margin: 50px auto 0 auto;
  justify-content: center;
  padding-bottom: 50px;
}

.mail_img a {
  transition: filter 0.4s;
}

.mail_img a:hover {
  filter: brightness(130%);
}

.area_cont {
  background: #ecebe5;
  padding: 40px;
  margin-top: 50px;
}

.area_title {
  font-size: 25px;
  color: #004480;
  font-weight: bold;
  padding-bottom: 10px;
}

.sec02 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(37, 176, 144, 0.09);
  margin-top: 120px;
}
.sec02:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  width: 96px;
  height: 158px;
  margin: 0 auto;
  background: #fff;
}
.sec02 .inner {
  width: 820px;
  margin: 0 auto;
}
.sec02 .sec_title {
  position: relative;
  margin-bottom: 100px;
  font-size: 33px;
  letter-spacing: 0.12em;
  font-weight: bold;
  text-align: center;
}
.sec02 .lead_text {
  padding-left: 30px;
  border-left: 10px solid #3AA88A;
  margin-bottom: 80px;
  font-size: 22px;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.sec02 .image_title {
  margin-bottom: 10px;
  font-size: 20px;
}
.sec02 .image_flex {
  display: flex;
}
.sec02 .image {
  position: relative;
}
.sec02 .flexbox {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.sec02 .textbox {
  width: 660px;
  margin: 0 auto;
}
.sec02 .sec_text {
  margin-bottom: 30px;
  text-align: justify;
  line-height: 2;
  font-size: 20px;
}
.sec02 .sec_text span {
  color: #25B090;
  font-weight: 700;
}
.sec02 ul {
  list-style: disc;
}
.sec02 li {
  line-height: 2.5;
  font-size: 18px;
}
.sec02 .add_text {
  font-size: 18px;
  text-align: center;
  padding: 30px 0 80px 0;
  line-height: 1.8;
}
.sec02 .imagebox01_add {
  margin-right: 150px;
}
.sec02 .flexbox02 {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.sec02 .imagebox02 {
  margin-right: 150px;
}
.sec02 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 700px;
  margin: 0 auto 80px;
}
.sec02 .item {
  position: relative;
  width: 220px;
  height: 80px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
}
.sec02 .item:before {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  width: 100%;
  height: 100%;
  border: 4px solid #25B090;
}
.sec02 .item span {
  position: relative;
  z-index: 2;
}
.sec02 .item:nth-of-type(1) {
  margin-right: 100px;
  margin-bottom: 60px;
  line-height: 30px;
}
.sec02 .item:nth-of-type(2) {
  margin-bottom: 60px;
}
.sec02 .item:nth-of-type(3) {
  margin-left: 140px;
  margin-right: 100px;
  line-height: 33px;
}
.sec02 .small_title {
  margin-top: 120px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  text-align: center;
}
.sec02 .small_title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -29px;
  width: 46px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
}
.sec02 .box {
  position: relative;
  width: 750px;
  padding: 30px 30px 40px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
.sec02 .box_title {
  margin-bottom: 30px;
}
.sec02 .box_title_info {
  margin-top: -20px;
  margin-bottom: 30px;
  text-align: right;
  letter-spacing: 0.008em;
}
.sec02 .place_list {
  display: flex;
  flex-wrap: wrap;
}
.sec02 .place {
  position: relative;
  padding-left: 1em;
  width: 120px;
  line-height: 2;
}
.sec02 .place:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.sec02 .etc {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.sec02 .box h4 {
  font-size: 18px;
  padding-bottom: 14px;
}
.sec02 .menu {
  margin-bottom: 30px;
}
.sec02 .menu span {
  color: #25B090;
}
@media screen and (max-width: 768px) {
  .sec02 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 80px;
    box-sizing: border-box;
    background: rgba(37, 176, 144, 0.09);
  }
  .sec02:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    width: 48px;
    height: 79px;
    margin: 0 auto;
    background: #fff;
  }
  .sec02 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .sec_title {
    position: relative;
    margin-bottom: 60px;
    font-size: 24px;
    letter-spacing: 0.12em;
    font-weight: bold;
    text-align: center;
  }
  .sec02 .lead_text {
    padding-left: 20px;
    border-left: 5px solid #3AA88A;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 0.12em;
    font-weight: bold;
  }
  .sec02 .image_title {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
  .sec02 .imagebox {
    text-align: center;
  }
  .sec02 .image {
    position: relative;
    margin-bottom: 20px;
  }
  .sec02 .flexbox {
    display: block;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .sec02 .textbox {
    width: 100%;
  }
  .sec02 .sec_text {
    margin-bottom: 30px;
    text-align: justify;
    line-height: 2;
    font-size: 18px;
  }
  .sec02 .add_text {
    font-size: 18px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .sec02 li {
    line-height: 2;
    font-size: 16px;
  }
  .sec02 .imagebox01_add {
    margin-right: 0px;
  }
  .sec02 .flexbox02 {
    display: block;
    margin-bottom: 80px;
  }
  .sec02 .imagebox02 {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sec02 .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 80px;
  }
  .sec02 .item {
    position: relative;
    width: 130px;
    height: auto;
    background: #fff;
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .sec02 .item:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 100%;
    height: 100%;
    border: 2px solid #25B090;
  }
  .sec02 .item span {
    position: relative;
    z-index: 2;
  }
  .sec02 .item:nth-of-type(1) {
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .sec02 .item:nth-of-type(2) {
    margin-bottom: 30px;
    padding-top: 48px;
  }
  .sec02 .item:nth-of-type(3) {
    margin-left: 40px;
    margin-right: 20px;
    margin-bottom: 30px;
    line-height: 22px;
  }
  .sec02 .item:nth-of-type(4) {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec02 .box {
    position: relative;
    width: 100%;
    padding: 20px 20px 77px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
  }
  .sec02 .box .menu_text {
    text-align: left;
  }
  .sec02 .box_title {
    margin-bottom: 30px;
  }
  .sec02 .box_title_info {
    margin-top: -20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .sec02 .place_list {
    display: flex;
    flex-wrap: wrap;
  }
  .sec02 .place {
    position: relative;
    width: 50%;
    padding-left: 1em;
    box-sizing: border-box;
    text-align: left;
  }
  .sec02 .place:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec02 .place:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sec02 .etc {
    position: absolute;
    left: 24px;
    bottom: 18px;
  }
  .sec02 .small_title {
    margin-bottom: 50px;
    text-align: center;
  }
  .sec02 .casebox {
    width: 100%;
    margin-bottom: 80px;
  }
  .sec02 .casebox .flexbox {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .sec02 .casebox .item_box {
    width: 100%;
    box-sizing: border-box;
  }
  .sec02 .casebox .item_title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .sec02 .casebox .item_image {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .sec02 .casebox .item_image img {
    width: 100%;
    height: 100%;
  }
  .sec02 .casebox .item_text {
    margin-bottom: 50px;
    letter-spacing: 0.1em;
    text-align: justify;
    line-height: 1.8;
  }
  .sec02 .casebox .both_text {
    margin-bottom: 80px;
    letter-spacing: 0.1em;
    text-align: justify;
    line-height: 2;
  }
  .sec02 .casebox .arrows_image {
    margin: 15px auto;
    padding-top: initial;
    transform: rotate(90deg);
    text-align: center;
  }
  .sec02 .casebox .flexbox .item:nth-of-type(1) {
    margin-right: 60px;
  }
  .sec02 .casebox .flexbox:nth-of-type(3) {
    margin-bottom: 0px;
  }
  .sec02 .casebox .flexbox_arrows {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .sec02 .casebox .flexbox_arrows .item_image {
    width: 300px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0px;
  }
  .sec02 .casebox .flexbox_arrows .item_image img {
    width: 100%;
    height: 100%;
  }
}

/* -------------------------------- sub_sp common */
@media screen and (max-width: 768px) {
  .title_img {
    text-align: center;
    padding: 25px 0;
  }
  .title_img img {
    width: 300px;
  }
  .subtext {
    font-size: 18px;
    text-align: left;
    padding: 25px;
    line-height: 1.7em;
  }
  .select_cont {
    background: rgba(37, 176, 144, 0.1);
    padding: 25px;
    width: auto;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .select_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px;
  }
  ul.select_list li {
    background-image: url(../images/apartment_cleaning/check.png);
    background-repeat: no-repeat;
    background-position: 0% center;
    padding-left: 50px;
    line-height: 1.7em;
    font-size: 18px;
    padding-top: 15px;
  }
  #place {
    padding: 40px 0;
  }
  .flexbox {
    display: flex;
    flex-direction: column;
    max-width: 1020px;
    justify-content: space-around;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .box {
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
  .radius_box {
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
  .place_title02 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .place_text03 {
    background-image: url(../images/apartment_cleaning/fukidashi02.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 70px;
  }
  .mainvisual {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: -1000;
  }
  .mainvisual:before {
    width: 100%;
    height: 100px;
    z-index: 1000;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .place_image img {
    width: 100%;
  }
}/*# sourceMappingURL=seiri_20251114.css.map */