@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/building/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/building/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;
}

.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: 460px;
  margin: 0 auto;
}
.sec02 .sec_text {
  margin-bottom: 30px;
  text-align: justify;
  line-height: 2;
  font-size: 20px;
}
.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 .casebox {
  width: 100%;
  margin-bottom: 80px;
}
.sec02 .casebox .flexbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
.sec02 .casebox .item_box {
  width: 330px;
  box-sizing: border-box;
}
.sec02 .casebox .item_title {
  margin-bottom: 10px;
  font-size: 20px;
}
.sec02 .casebox .item_image {
  width: 100%;
  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: 100px;
  letter-spacing: 0.1em;
  text-align: justify;
  line-height: 1.8;
}
.sec02 .casebox .arrows_image {
  margin: auto;
  padding-top: 40px;
}
.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: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.sec02 .casebox .flexbox_arrows .item_image {
  width: 100%;
  height: 303px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0px;
}
.sec02 .casebox .flexbox_arrows .item_image img {
  width: 100%;
  height: 100%;
}
.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 .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 .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%;
  }
}

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

.sec04 {
  position: relative;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.sec04:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  width: 96px;
  height: 158px;
  margin: 0 auto;
  background: rgba(37, 176, 144, 0.09);
}
.sec04 .inner {
  width: 820px;
  margin: 0 auto;
}
.sec04 .sec_title {
  position: relative;
  margin-bottom: 100px;
  font-size: 33px;
  letter-spacing: 0.12em;
  font-weight: bold;
  text-align: center;
}
.sec04 .lead_text {
  padding-left: 30px;
  border-left: 10px solid #3AA88A;
  margin-bottom: 80px;
  font-size: 22px;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.sec04 .image_title {
  margin-bottom: 10px;
  font-size: 20px;
}
.sec04 .image_flex {
  display: flex;
}
.sec04 .image {
  position: relative;
}
.sec04 .image_text {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.sec04 .flexbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.sec04 .textbox {
  width: 100%;
  padding-bottom: 50px;
  width: 460px;
}
.sec04 .sec_text {
  margin-bottom: 50px;
  text-align: justify;
  line-height: 2;
}
.sec04 .link_btn {
  width: 440px;
  margin: 0 auto;
}
.sec04 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 20px 40px;
  border: 1px solid #F4F0BF;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 2px rgba(204, 204, 204, 0.75);
  background: #fff;
  color: #4C4948;
}
.sec04 .link_btn a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.sec04 .link_btn a:before {
  content: ">>>";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.sec04 .flexbox02 {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.sec04 .imagebox02 {
  margin-right: 150px;
}
.sec04 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 700px;
  margin: 0 auto 80px;
}
.sec04 .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;
}
.sec04 .item:before {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  width: 100%;
  height: 100%;
  border: 4px solid #25B090;
}
.sec04 .item span {
  position: relative;
  z-index: 2;
}
.sec04 .item:nth-of-type(1) {
  margin-right: 100px;
  margin-bottom: 60px;
}
.sec04 .item:nth-of-type(2) {
  margin-bottom: 60px;
}
.sec04 .item:nth-of-type(3) {
  margin-left: 140px;
  margin-right: 100px;
}
.sec04 .box {
  position: relative;
  width: 650px;
  padding: 20px 20px 40px;
  margin: 0 auto;
  box-sizing: border-box;
  background: rgba(37, 176, 144, 0.09);
}
.sec04 .box_title {
  margin-bottom: 30px;
}
.sec04 .place_list {
  display: flex;
  flex-wrap: wrap;
}
.sec04 .place {
  position: relative;
  padding-left: 1em;
  width: 30%;
  line-height: 2;
}
.sec04 .place:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.sec04 .etc {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    position: relative;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    background: rgba(37, 176, 144, 0.09);
  }
  .sec04:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    width: 48px;
    height: 79px;
    margin: 0 auto;
    background: #fff;
  }
  .sec04 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec04 .sec_title {
    position: relative;
    margin-bottom: 60px;
    font-size: 24px;
    letter-spacing: 0.12em;
    font-weight: bold;
    text-align: center;
  }
  .sec04 .lead_text {
    padding-left: 20px;
    border-left: 5px solid #3AA88A;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 0.12em;
    font-weight: bold;
  }
  .sec04 .image_title {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
  .sec04 .imagebox {
    margin-bottom: 20px;
  }
  .sec04 .image_flex {
    display: flex;
    justify-content: center;
  }
  .sec04 .image {
    position: relative;
    text-align: center;
  }
  .sec04 .image_text {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
  }
  .sec04 .flexbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .sec04 .leftbox {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec04 .rightbox {
    width: 100%;
  }
  .sec04 .textbox {
    width: 100%;
  }
  .sec04 .sec_text {
    margin-bottom: 30px;
    text-align: justify;
    line-height: 2;
  }
  .sec04 .link_btn {
    width: 320px;
    margin: 0 auto 50px;
  }
  .sec04 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    border: 1px solid #F4F0BF;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px 2px rgba(204, 204, 204, 0.75);
    background: #fff;
    color: #4C4948;
  }
  .sec04 .link_btn a:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  .sec04 .link_btn a:before {
    content: ">>>";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
  }
  .sec04 .flexbox02 {
    display: block;
    margin-bottom: 80px;
  }
  .sec04 .imagebox01 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .sec04 .imagebox02 {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .sec04 .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 80px;
  }
  .sec04 .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;
  }
  .sec04 .item:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 100%;
    height: 100%;
    border: 2px solid #25B090;
  }
  .sec04 .item span {
    position: relative;
    z-index: 2;
  }
  .sec04 .item:nth-of-type(1) {
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .sec04 .item:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .sec04 .item:nth-of-type(3) {
    margin-left: 40px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .sec04 .item:nth-of-type(4) {
    margin-bottom: 30px;
  }
  .sec04 .box {
    position: relative;
    width: 100%;
    padding: 20px 20px 40px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
  }
  .sec04 .box_title {
    margin-bottom: 30px;
  }
  .sec04 .place_list {
    display: flex;
    flex-wrap: wrap;
  }
  .sec04 .place {
    position: relative;
    width: 50%;
    padding-left: 1em;
    box-sizing: border-box;
    text-align: left;
  }
  .sec04 .place:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec04 .place:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sec04 .etc {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}

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

.sec06 {
  position: relative;
  margin-top: 120px;
  padding-top: 100px;
}
.sec06:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  width: 96px;
  height: 158px;
  margin: 0 auto;
  background: rgba(37, 176, 144, 0.09);
}
.sec06 .inner {
  width: 820px;
  margin: 0 auto;
}
.sec06 .sec_title {
  position: relative;
  margin-bottom: 100px;
  font-size: 33px;
  letter-spacing: 0.12em;
  font-weight: bold;
  text-align: center;
}
.sec06 .lead_text {
  padding-left: 30px;
  border-left: 10px solid #3AA88A;
  margin-bottom: 80px;
  font-size: 22px;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.sec06 .image_title {
  margin-bottom: 10px;
  font-size: 20px;
}
.sec06 .image_flex {
  display: flex;
}
.sec06 .image {
  position: relative;
}
.sec06 .image_text {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.sec06 .flexbox {
  display: block;
  justify-content: space-between;
  margin-bottom: 50px;
}
.sec06 .textbox {
  width: 100%;
  padding-bottom: 50px;
}
.sec06 .sec_text {
  margin-bottom: 50px;
  text-align: justify;
  line-height: 2;
}
.sec06 .link_btn {
  width: 440px;
  margin: 0 auto;
}
.sec06 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 20px 40px;
  border: 1px solid #F4F0BF;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 2px rgba(204, 204, 204, 0.75);
  background: #fff;
  color: #4C4948;
}
.sec06 .link_btn a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.sec06 .link_btn a:before {
  content: ">>>";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.sec06 .flexbox02 {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.sec06 .imagebox02 {
  margin-right: 150px;
}
.sec06 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 700px;
  margin: 0 auto 80px;
}
.sec06 .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;
}
.sec06 .item:before {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  width: 100%;
  height: 100%;
  border: 4px solid #25B090;
}
.sec06 .item span {
  position: relative;
  z-index: 2;
}
.sec06 .item:nth-of-type(1) {
  margin-right: 100px;
  margin-bottom: 60px;
}
.sec06 .item:nth-of-type(2) {
  margin-bottom: 60px;
}
.sec06 .item:nth-of-type(3) {
  margin-left: 140px;
  margin-right: 100px;
}
.sec06 .box {
  position: relative;
  width: 650px;
  padding: 20px 20px 40px;
  margin: 0 auto;
  box-sizing: border-box;
  background: rgba(37, 176, 144, 0.09);
}
.sec06 .box_title {
  margin-bottom: 30px;
}
.sec06 .place_list {
  display: flex;
  flex-wrap: wrap;
}
.sec06 .place {
  position: relative;
  padding-left: 1em;
  width: 30%;
  line-height: 2;
}
.sec06 .place:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.sec06 .etc {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec06 {
    position: relative;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    background: rgba(37, 176, 144, 0.09);
  }
  .sec06:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    width: 48px;
    height: 79px;
    margin: 0 auto;
    background: #fff;
  }
  .sec06 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec06 .sec_title {
    position: relative;
    margin-bottom: 60px;
    font-size: 24px;
    letter-spacing: 0.12em;
    font-weight: bold;
    text-align: center;
  }
  .sec06 .lead_text {
    padding-left: 20px;
    border-left: 5px solid #3AA88A;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 0.12em;
    font-weight: bold;
  }
  .sec06 .image_title {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
  .sec06 .image_flex {
    display: flex;
    justify-content: center;
  }
  .sec06 .image {
    position: relative;
  }
  .sec06 .image_text {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
  }
  .sec06 .flexbox {
    display: block;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .sec06 .textbox {
    width: 100%;
  }
  .sec06 .sec_text {
    margin-bottom: 30px;
    text-align: justify;
    line-height: 2;
  }
  .sec06 .link_btn {
    width: 320px;
    margin: 0 auto 50px;
  }
  .sec06 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    border: 1px solid #F4F0BF;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px 2px rgba(204, 204, 204, 0.75);
    background: #fff;
    color: #4C4948;
  }
  .sec06 .link_btn a:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  .sec06 .link_btn a:before {
    content: ">>>";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
  }
  .sec06 .flexbox02 {
    display: block;
    margin-bottom: 80px;
  }
  .sec06 .imagebox01 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .sec06 .imagebox02 {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .sec06 .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 80px;
  }
  .sec06 .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;
  }
  .sec06 .item:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 100%;
    height: 100%;
    border: 2px solid #25B090;
  }
  .sec06 .item span {
    position: relative;
    z-index: 2;
  }
  .sec06 .item:nth-of-type(1) {
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .sec06 .item:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .sec06 .item:nth-of-type(3) {
    margin-left: 40px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .sec06 .item:nth-of-type(4) {
    margin-bottom: 30px;
  }
  .sec06 .box {
    position: relative;
    width: 100%;
    padding: 20px 20px 40px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
  }
  .sec06 .box_title {
    margin-bottom: 30px;
  }
  .sec06 .place_list {
    display: flex;
    flex-wrap: wrap;
  }
  .sec06 .place {
    position: relative;
    width: 50%;
    padding-left: 1em;
    box-sizing: border-box;
    text-align: left;
  }
  .sec06 .place:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec06 .place:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sec06 .etc {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}

/* .sec05 {
    width: 1020px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 auto;

    .small_title {
        margin-bottom: 50px;
        text-align: center;
    }

    .cont {
        width: 990px;
        margin: 0 auto;
    }

    .cont01 {
        display: flex;
        margin-bottom: 80px;

        .textbox {
            margin-right: 30px;
        }
    }

    .cont02 {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 80px;

        .cont_image {
            margin-right: 30px;
        }
    }

    .cont03 {
        display: flex;
        margin-bottom: 80px;

        .textbox {
            margin-right: 30px;
        }
    }

    .cont04 {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 80px;

        .cont_image {
            margin-right: 30px;
        }
    }

    .cont05 {
        display: flex;
        margin-bottom: 80px;

        .textbox {
            margin-right: 30px;
        }
    }

    .cont_title {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        border-left: 10px solid #3aa88a;
        margin-bottom: 30px;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: .12em;
    }

    .cont_text {
        line-height: 2;
    }

    .cont_image {
        min-width: 470px;
    }

    @media screen and (max-width: 768px) {

        width: 100%;
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        box-sizing: border-box;

        .small_title {
            margin-bottom: 50px;
            text-align: center;
        }

        .cont {
            width: 100%;
            margin: 0 auto;
        }

        .cont01 {
            display: block;
            margin-bottom: 80px;

            .textbox {
                margin-right: 0;
            }
        }

        .cont02 {
            display: block;
            margin-bottom: 80px;

            .cont_image {
                margin-right: 0;
            }
        }

        .cont03 {
            display: block;
            margin-bottom: 80px;

            .textbox {
                margin-right: 0;
            }
        }

        .cont04 {
            display: block;
            margin-bottom: 80px;

            .cont_image {
                margin-right: 0;
            }
        }

        .cont05 {
            display: block;

            .textbox {
                margin-right: 0;
            }
        }

        .cont_title {
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 15px;
            border-left: 10px solid #3aa88a;
            margin-bottom: 30px;
            font-size: 17px;
            font-weight: bold;
            letter-spacing: .12em;
        }

        .cont_text {
            line-height: 2;
        }

        .cont_image {
            min-width: auto;
            width: 100%;
            height: 250px;
            margin-bottom: 20px;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
} */
.sec07 {
  position: relative;
  margin-top: 120px;
  padding-top: 50px;
  padding-bottom: 100px;
  background: rgba(37, 176, 144, 0.09);
}
.sec07:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  width: 46px;
  height: 90px;
  margin: 0 auto;
  background: rgba(37, 176, 144, 0.09);
  background: #fff;
}
.sec07 .inner {
  width: 820px;
  margin: 0 auto;
}
.sec07 .small_title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.sec07 .cont {
  width: 990px;
  margin: 0 auto;
}
.sec07 .cont01 {
  display: flex;
  margin-bottom: 80px;
}
.sec07 .cont01 .textbox {
  margin-right: 30px;
}
.sec07 .cont02 {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 80px;
}
.sec07 .cont02 .cont_image {
  margin-right: 30px;
}
.sec07 .cont03 {
  display: flex;
  margin-bottom: 80px;
}
.sec07 .cont03 .textbox {
  margin-right: 30px;
}
.sec07 .cont04 {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 80px;
}
.sec07 .cont04 .cont_image {
  margin-right: 30px;
}
.sec07 .cont05 {
  display: flex;
  margin-bottom: 80px;
}
.sec07 .cont05 .textbox {
  margin-right: 30px;
}
.sec07 .cont_title {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-left: 10px solid #3aa88a;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.sec07 .cont_text {
  line-height: 2;
}
.sec07 .cont_image {
  min-width: 470px;
}
@media screen and (max-width: 768px) {
  .sec07 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec07 .small_title {
    margin-bottom: 50px;
    text-align: center;
  }
  .sec07 .cont {
    width: 100%;
    margin: 0 auto;
  }
  .sec07 .cont01 {
    display: block;
    margin-bottom: 80px;
  }
  .sec07 .cont01 .textbox {
    margin-right: 0;
  }
  .sec07 .cont02 {
    display: block;
    margin-bottom: 80px;
  }
  .sec07 .cont02 .cont_image {
    margin-right: 0;
  }
  .sec07 .cont03 {
    display: block;
    margin-bottom: 80px;
  }
  .sec07 .cont03 .textbox {
    margin-right: 0;
  }
  .sec07 .cont04 {
    display: block;
    margin-bottom: 80px;
  }
  .sec07 .cont04 .cont_image {
    margin-right: 0;
  }
  .sec07 .cont05 {
    display: block;
  }
  .sec07 .cont05 .textbox {
    margin-right: 0;
  }
  .sec07 .cont_title {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-left: 10px solid #3aa88a;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  .sec07 .cont_text {
    line-height: 2;
  }
  .sec07 .cont_image {
    min-width: auto;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
  .sec07 .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

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