@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/akiya/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;
  background-color: rgba(0, 0, 0, 0.5);
}

.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/akiya/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;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .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: 2.5em;
  font-size: 18px;
}

.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;
}

.sec01 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.sec01:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  width: 96px;
  height: 158px;
  margin: 0 auto;
  background: rgba(37, 176, 144, 0.09);
}
.sec01 .inner {
  width: 820px;
  margin: 0 auto;
}
.sec01 .sec_title {
  position: relative;
  margin-bottom: 100px;
  font-size: 33px;
  letter-spacing: 0.12em;
  font-weight: bold;
  text-align: center;
}
.sec01 .lead_text {
  padding-left: 30px;
  border-left: 10px solid #3AA88A;
  margin-bottom: 80px;
  font-size: 22px;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.sec01 .image_title {
  margin-bottom: 10px;
  font-size: 20px;
}
.sec01 .image_flex {
  display: flex;
}
.sec01 .image {
  position: relative;
}
.sec01 .arrows_image {
  margin: auto;
  padding-top: 40px;
}
.sec01 .arrows_image2 {
  margin: 120px auto;
}
.sec01 .flexbox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px;
}
.sec01 .flexbox_both_arrow {
  display: flex;
  justify-content: left;
  padding-bottom: 10px;
}
.sec01 .flexbox_both_arrow .image {
  position: relative;
  padding-right: 0px;
}
.sec01 .leftbox {
  width: 335px;
}
.sec01 .leftbox img {
  padding-bottom: 7px;
}
.sec01 .rightbox {
  width: 335px;
}
.sec01 .rightbox img {
  padding-bottom: 7px;
}
.sec01 .textbox {
  width: 460px;
}
.sec01 .sec_text {
  margin-bottom: 50px;
  text-align: justify;
  line-height: 2;
}
.sec01 .sec_text_both {
  margin-bottom: 50px;
  text-align: justify;
  line-height: 2;
}
.sec01 .box {
  position: relative;
  width: 100%;
  padding: 20px 20px 77px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
.sec01 .box .course {
  padding-bottom: 10px;
}
.sec01 .box .menu_text p {
  text-align: left;
  padding-left: 1em;
  padding-bottom: 25px;
}
.sec01 .box .sub_text {
  margin-left: 10em;
}
.sec01 .box .etc p {
  margin-top: 20px;
}
.sec01 .box .menu_text2 p {
  text-align: left;
  padding-left: 1em;
  padding-bottom: 0;
}
.sec01 .box .menu_text dl {
  margin-block-start: 0;
  padding-left: 1em;
  display: flex;
}
.sec01 .box .menu_text dt {
  width: 9em;
  text-wrap: nowrap;
}
.sec01 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 700px;
  margin: 0 auto 80px;
}
.sec01 .item {
  position: relative;
  width: 220px;
  height: 80px;
  background: rgba(37, 176, 144, 0.09);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
}
.sec01 .item:before {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  width: 100%;
  height: 100%;
  border: 4px solid #25B090;
}
.sec01 .item span {
  position: relative;
  z-index: 2;
}
.sec01 .item:nth-of-type(1) {
  margin-right: 100px;
  margin-bottom: 60px;
}
.sec01 .item:nth-of-type(2) {
  margin-bottom: 60px;
}
.sec01 .item:nth-of-type(3) {
  margin-left: 140px;
  margin-right: 100px;
}
.sec01 .box {
  position: relative;
  width: 750px;
  padding: 20px 20px 40px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  background: rgba(37, 176, 144, 0.09);
}
.sec01 .box_title {
  margin-bottom: 30px;
}
.sec01 .place_list {
  display: flex;
}
.sec01 .place {
  position: relative;
  padding-left: 1em;
}
.sec01 .place:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.sec01 .place:not(:last-of-type) {
  margin-right: 50px;
}
.sec01 .etc {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.sec01 .radius_box {
  position: relative;
  width: 750px;
  padding: 40px 40px 40px;
  margin: 0 auto;
  box-sizing: border-box;
  background: rgba(37, 176, 144, 0.09);
  border-radius: 60px;
}
.sec01 .box_list {
  margin: 15px 0 35px;
}
.sec01 .box_list li {
  padding-left: 1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    position: relative;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .sec01:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    width: 48px;
    height: 79px;
    margin: 0 auto;
    background: rgba(37, 176, 144, 0.09);
  }
  .sec01 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .sec_title {
    position: relative;
    margin-bottom: 60px;
    font-size: 24px;
    letter-spacing: 0.12em;
    font-weight: bold;
    text-align: center;
  }
  .sec01 .lead_text {
    padding-left: 20px;
    border-left: 5px solid #3AA88A;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 0.12em;
    font-weight: bold;
  }
  .sec01 .image_title {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
  .sec01 .imagebox {
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .sec01 .image {
    position: relative;
    text-align: center;
    padding-right: initial;
  }
  .sec01 .image img {
    text-align: center;
  }
  .sec01 .arrows_image {
    margin: 0 auto;
    padding-top: initial;
    transform: rotate(90deg);
    text-align: center;
  }
  .sec01 .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -17px;
  }
  .sec01 .flexbox_both_arrow {
    display: block;
    justify-content: space-between;
    margin-bottom: -17px;
  }
  .sec01 .leftbox {
    width: 100%;
  }
  .sec01 .rightbox {
    width: 100%;
  }
  .sec01 .textbox {
    width: 100%;
  }
  .sec01 .sec_text {
    margin-bottom: 50px;
    text-align: justify;
    line-height: 2;
  }
  .sec01 .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 80px;
  }
  .sec01 .item {
    position: relative;
    width: 130px;
    height: auto;
    background: rgba(37, 176, 144, 0.09);
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .sec01 .item:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 100%;
    height: 100%;
    border: 4px solid #25B090;
  }
  .sec01 .item span {
    position: relative;
    z-index: 2;
  }
  .sec01 .item:nth-of-type(1) {
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .sec01 .item:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .sec01 .item:nth-of-type(3) {
    margin-left: 40px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .sec01 .item:nth-of-type(4) {
    margin-bottom: 30px;
  }
  .sec01 .box {
    position: relative;
    width: 100%;
    padding: 20px 20px 40px;
    margin: 0 auto 40px;
    box-sizing: border-box;
    background: rgba(37, 176, 144, 0.09);
  }
  .sec01 .box .menu_text {
    text-align: justify;
  }
  .sec01 .box .menu_text2 p {
    text-align: left;
    padding-left: 1em;
    padding-bottom: 0;
  }
  .sec01 .box .menu_text dl {
    margin-block-start: 0;
    padding-left: 1em;
    display: block;
  }
  .sec01 .box .menu_text dt {
    width: 100%;
    text-align: left;
    text-wrap: nowrap;
  }
  .sec01 .box .menu_text dd {
    margin-inline-start: initial;
    text-align: left;
  }
  .sec01 .box_title {
    margin-bottom: 30px;
  }
  .sec01 .place_list {
    display: flex;
    flex-wrap: wrap;
  }
  .sec01 .place {
    position: relative;
    width: 50%;
    padding-left: 1em;
    box-sizing: border-box;
    text-align: left;
  }
  .sec01 .place:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec01 .place:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sec01 .etc {
    position: absolute;
    left: 24px;
    bottom: 18px;
    text-align: left;
  }
  .sec01 .radius_box {
    position: relative;
    width: 100%;
    padding: 20px 20px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgba(37, 176, 144, 0.09);
    border-radius: 30px;
  }
  .sec01 .box_list {
    margin: 15px 0 35px;
  }
  .sec01 .box_list li {
    text-align: left;
    padding-left: 2em;
    text-indent: -1em;
    margin-bottom: 8px;
  }
}

/* -------------------------------- 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=akiya_20251215.css.map */