/* ----------------------------------------
sitemap（サイトマップLP）
/sitemap/用cssのため消さないこと。
---------------------------------------- */

.sitemap_ti h2 {
  font-size: 30px;
  margin: 60px auto 30px;
  font-weight: 500;
  line-height: 1;
  font-weight: bold;
  width: 1100px;
  padding-top: 60px;
  text-align: left;
  border-bottom: none;
}

.sitemap_wrap {
  margin: 0 auto 60px;
  background: #f8f8f8;
  padding: 50px 50px 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.sitemap_inner {
  width: 430px;
  margin-bottom: 50px;
}

.sitemap_inner:nth-child(odd) {
  margin-right: 40px;
}

.sitemap_inner h3 {
  font-size: 25px;
  margin: 0 0 30px;
  font-weight: 500;
  line-height: 1;
}

.sitemap_inner ul {
  background: #fff;
  padding: 30px;
  height: calc(100% - 60px);
  box-sizing: border-box;
}

.sitemap_inner ul li {
}

.sitemap_inner ul li a {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  display: block;
}

.sitemap_inner ul li a:hover {
  text-decoration: underline;
}

.sitemap_inner ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #042455;
  border-right: 1px solid #042455;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 8px;
}

.sitemap_group {
  padding-left: 50px !important;
}

.sitemap_group_ti {
  margin-left: -20px;
}

.sitemap_flex ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.sitemap_flex ul li {
  width: 50%;
}

.sitemap_flex ul li:first-child {
  width: 100%;
}

/* ----------------------------------------
recruit(サイドバーなし)
/recruit/用cssのため消さないこと。
---------------------------------------- */
.recruit {
  width: 1000px;
  text-align: left;
  line-height: 24px;
  margin: 20px auto;
  padding: 0px 0px 0px 0px;
}

.recruit h2 {
  width: 1000px;
  font-size: 16px;
  line-height: 51px;
  margin: 0px auto 20px auto;
  padding: 0px 0px 0px 0px;
  text-indent: 15px;
  background: #f0f0f0;
  border-top: solid 5px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 3px #666;
  display: block;
  clear: both;
}

.recruit_tb {
  font-weight: bold;
  font-size: 18px;
}

.recruit1 img {
  max-width: 100%;
  height: auto;
}

.recruit2 p {
  margin: 0;
}

.recruit2 ul {
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}

.recruit2 ul li {
  margin: 0px 0px 0px 20px;
  padding: 4px;
  border: solid 1px #ccc;
  float: left;
}

.recruit2 ul li img {
  max-width: 300px;
  height: auto;
}

.recruit3 {
  width: 370px;
  overflow: hidden;
  float: left;
  margin: 0px 20px 20px 0px;
  padding: 0px 0px 0px 0px;
}

.recruit3 img {
  max-width: 370px;
  max-height: 400px;
}

.recruit4 {
  width: 600px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.recruit4 p {
  margin: 0;
}

.recruit5 {
  line-height: 28px;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}

.recruit5 dt {
  width: 150px;
  display: block;
  clear: left;
  float: left;
  background: #eee;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-weight: bold;
  line-height: 35px;
}

.recruit5 dd {
  display: block;
  float: left;
  margin: 10px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
  line-height: 35px;
  width: 820px;
}

/* ----------------------------------------
recruit(サイドバーあり)
/recruit/用cssのため消さないこと。
---------------------------------------- */

.recruit_side {
  width: 780px;
  text-align: left;
  line-height: 24px;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}

.recruit_side h2 {
  width: 100%;
  font-size: 16px;
  line-height: 51px;
  margin: 0px auto 20px auto;
  padding: 0px 0px 0px 0px;
  text-indent: 15px;
  background: #f0f0f0;
  border-top: solid 5px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 3px #666;
  display: block;
  clear: both;
}

.recruit_tb {
  font-weight: bold;
  font-size: 18px;
}

.recruit1_side img {
  max-width: 100%;
  height: auto;
}

.recruit2_side p {
  margin: 0;
}

.recruit2_side ul {
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}

.recruit2_side ul li {
  margin: 0px 0px 0px 20px;
  padding: 4px;
  border: solid 1px #ccc;
  float: left;
}

.recruit2_side ul li img {
  max-width: 226px;
  height: auto;
}

.recruit3_side {
  width: 350px;
  overflow: hidden;
  float: left;
  margin: 0px 20px 20px 0px;
  padding: 0px 0px 0px 0px;
}

.recruit3_side img {
  max-width: 350px;
  max-height: 400px;
}

.recruit4_side {
  width: 410px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.recruit4_side p {
  margin: 0;
}

.recruit5_side {
  line-height: 28px;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}

.recruit5_side dt {
  width: 150px;
  display: block;
  clear: left;
  float: left;
  background: #eee;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-weight: bold;
  line-height: 35px;
}

.recruit5_side dd {
  display: block;
  float: left;
  margin: 10px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
  line-height: 35px;
  width: 600px;
}

/* ----------------------------------------
musashino_lpo
---------------------------------------- */
#musashino_lpo {
  h1 {
    position: absolute;
    box-sizing: border-box;
  }
  .m_main_wrap {
    position: relative;
    margin-top: 120px;
    & video {
      position: absolute;
      bottom: 0px;
      z-index: -1;
      object-fit: cover;
      width: 100%;
      height: 550px;
    }
  }
  .m_main_in {
    padding: 150px 0 90px;
    width: 900px;
    margin: 0 auto;
  }
  .m_main_top {
    display: flex;
    justify-content: center;
    & h2 {
      font-size: 55px;
      font-weight: 900;
      color: #fff;
      margin: 0 0 20px 0;
      text-align: center;
      line-height: 1;
      letter-spacing: 0.05em;
    }
    & span {
      font-size: 21px;
      font-weight: 500;
      color: #fff;
      display: block;
      text-align: center;
    }
    & .m_main_area {
      width: 495px;
      border-radius: 10px;
      background: rgb(0, 0, 0, 0.5);
      box-sizing: border-box;
      padding: 25px;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      display: none;
      & .corre {
        font-size: 15px;
        font-weight: 500;
        border: solid 1px #fff;
        border-radius: 18px;
        padding: 7px 24px;
      }
      & .area {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.1em;
      }
    }
  }
  & .m_search_btn {
    width: 550px;
    margin: 40px auto 50px auto;
    display: flex;
    justify-content: space-between;
  }
  & .m_search_btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 55px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    background: #171771;
    border-radius: 28px;
    box-sizing: border-box;
    border: solid 1px #171771;
    position: relative;
    &:hover {
      background: #fff;
      color: #171771;
    }
  }
  & .m_search_btn li:nth-child(1) a {
    &::before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      background-image: url(../musashino_lpo/img/more_down.webp);
      background-size: cover;
      position: absolute;
      top: 17px;
      right: 24px;
    }
    &:hover::before {
      content: url(../musashino_lpo/img/more_down_blue.webp);
    }
  }
  & .m_search_btn li:nth-child(2) a {
    &::before {
      content: url(../musashino_lpo/img/search_icon.webp);
      position: absolute;
      top: 20px;
      left: 34px;
    }
    &:hover::before {
      content: url(../musashino_lpo/img/search_icon_blue.webp);
    }
  }

  .sea_keyword .search_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 610px;
    margin: 0 auto;
  }

  .sea_keyword .search_window {
    width: 100%;
    height: 55px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid #ccc;
    font-size: 17px;
    border-radius: 3px;
    color: #333;
    box-shadow: inset 2px 2px 10px rgb(71 71 71 / 10%);
    margin: 0 10px 0 0;
  }
  .search_window::placeholder {
    color: #b6b5b5;
  }

  .sea_keyword .free_btn {
    border: none;
    cursor: pointer;
    padding: 0;
    background: none;
    width: 112px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
  }

  .sea_keyword .free_btn img {
    transition: 0.3s;
  }

  .sea_keyword .free_btn img:hover {
    opacity: 0.8;
  }

  .m_spe_wrap {
    padding: 100px 0 60px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    &::after {
      content: "";
      position: absolute;
      right: -150px;
      top: 80px;
      width: 670px;
      height: 620px;
      background-image: url(../musashino_lpo/img/home_icon.webp);
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
    }
  }
  .m_all_ti {
    text-align: center;
    & h2 {
      font-size: 45px;
      margin-bottom: 20px;
      line-height: 1;
    }
    & p {
      font-size: 20px;
      font-weight: 600;
      color: #181871;
      letter-spacing: 0.05em;
      & img {
        margin: 0 10px 0 0;
      }
    }
  }

  .m_spe_slide {
    padding: 90px 0 100px 0;
    position: relative;
    overflow: hidden;
  }
  .m_spe_slide .b_slider .prev_a {
    display: none !important;
  }
  .m_spe_slide .b_slider .next_a {
    display: none !important;
  }
  .b_slider li {
    margin: 0 15px;
  }
  .b_slider li a {
    width: 370px;
    display: block;
    border: solid 1px #e7e7f1;
    height: 500px;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    position: relative;
    & .pro_new {
      padding: 5px 11px;
      border-radius: 15px;
      color: #fff;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 0.05em;
      line-height: 1;
      background: #be4b4b;
      display: inline-block;
      position: absolute;
      z-index: 2;
      top: 8px;
      left: 8px;
    }
    & .pick_up {
      padding: 5px 11px;
      border-radius: 15px;
      color: #fff;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 0.05em;
      line-height: 1;
      background: #60765c;
      display: inline-block;
      position: absolute;
      z-index: 2;
      top: 8px;
      left: 8px;
    }
    & .syube {
      font-size: 14px;
      background: #706159;
      font-weight: 500;
      color: #fff;
      margin: 15px 0 10px 0;
      display: inline-block;
      padding: 3px 8px;
    }
    & h3 {
      font-size: 18px;
    }
    & .pro_ne {
      font-size: 15px;
      font-weight: 600;
      color: #b50216;
      margin: 7px 0;
      line-height: 1;
      & .kakaku_te {
        font-size: 23px;
      }
    }
    & .buk_te {
      font-size: 15px;
      line-height: 24px;
      padding: 0 0 10px 0;
      border-bottom: solid 1px #cccccc;
    }
    & .coment {
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0.05em;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      padding: 5px 0 0 0;
      min-height: 3em;
    }
    &:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    }
  }
  .buk_add {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .b_slider .slick-dots {
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    top: 530px;
    text-align: center;
  }

  .buk_img {
    mask-image: url(../img/top/buk_img_mask.png);
    -webkit-mask-image: url(../img/top/buk_img_mask.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: round;
    & img {
      width: 100%;
      height: 225px;
      object-fit: cover;
    }
  }
  .m_more_btn {
    position: relative;
    z-index: 90;
    & a {
      width: 165px;
      height: 55px;
      margin: 0 auto;
      background: #181871;
      display: flex;
      align-items: center;
      border-radius: 28px;
      color: #fff;
      box-sizing: border-box;
      padding: 0 0 0 20px;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: -0.02em;
      position: relative;
      &::before {
        content: "";
        width: 17px;
        height: 1px;
        background: #181871;
        position: absolute;
        top: 27px;
        right: 31px;
        z-index: 2;
      }
      &::after {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        transform: rotate(-45deg);
        border-right: 1px solid #181871;
        border-bottom: 1px solid #181871;
        position: absolute;
        top: 25px;
        right: 31px;
        z-index: 2;
      }
      & span {
        width: 50px;
        height: 28px;
        border-radius: 14px;
        background: #fff;
        position: absolute;
        top: 14px;
        right: 15px;
        z-index: 1;
        transition: 0.3s;
      }
      &:hover span {
        width: 161px;
        height: 51px;
        border-radius: 30px;
        background: #fff;
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: -1;
      }
      &:hover {
        color: #181871;
        z-index: 1;
      }
    }
  }

  .m_search_wrap {
    padding: 65px 0;
    background: rgb(239, 241, 242, 0.7);
  }
  .m_sea_in {
    width: 1200px;
    margin: 0 auto;
  }
  .m_sea_bnr {
    border-radius: 10px;
    background-image: url(../musashino_lpo/img/m_kaiin_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    box-sizing: border-box;
    padding: 30px 60px 30px 30px;
    justify-content: space-between;
    box-shadow: 0px 0px 10px rgb(51, 51, 51, 0.2);
    margin-bottom: 70px;
    &:hover .kaiin_btn {
      background: #fff;
      color: #9a1616;
    }
    &:hover .kaiin_btn::before {
      content: "";
      width: 18px;
      height: 20px;
      background-image: url(../img/top/main_kaiin_red.webp);
      background-repeat: no-repeat;
      position: absolute;
      top: 20px;
      left: 505x;
    }
  }
  .m_bnr_icon {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 70px;
    & img {
      width: 50px;
    }
    & p {
      font-size: 15px;
      font-weight: 500;
      line-height: 19px;
      color: #181871;
      text-align: center;
    }
  }
  .m_bnr_ri {
    display: flex;
    justify-content: space-between;
    width: 840px;
  }
  .m_bnr_suu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 450px;
    & img {
      width: 24px;
    }
    & .ippan {
      width: 190px;
      height: 120px;
      box-sizing: border-box;
      border-radius: 3px;
      text-align: center;
      color: #fff;
      padding: 15px 0 0 0;
      background: rgb(0, 0, 0, 0.5);
      & p {
        font-size: 17px;
        font-weight: 600;
      }
      & p .tl {
        padding: 3px 19px;
        border-radius: 15px;
        font-size: 15px;
        font-weight: 500;
        border: solid 1px #fff;
        margin: 0 0 20px 0;
        display: inline-block;
      }
      & p .ippan_suu {
        font-size: 27px;
        font-weight: 600;
      }
    }
    & .kaiin {
      width: 205px;
      height: 120px;
      box-sizing: border-box;
      border-radius: 3px;
      text-align: center;
      color: #fff;
      padding: 15px 0 0 0;
      background: rgb(0, 0, 0, 0.5);
      & p {
        font-size: 25px;
        font-weight: 600;
      }
      & p .tl {
        padding: 3px 19px;
        border-radius: 15px;
        font-size: 15px;
        font-weight: 500;
        border: solid 1px #fff;
        margin: 0 0 20px 0;
        display: inline-block;
      }
      & p .kaiin_suu {
        font-size: 36px;
        font-weight: 600;
      }
    }
  }
  .m_bnr_kaiin {
    width: 350px;
    & .lead {
      font-size: 18px;
      color: #fff;
      font-weight: 600;
      line-height: 26px;
      text-align: center;
      position: relative;
      &::before {
        content: "";
        width: 1px;
        height: 48px;
        background: #fff;
        transform: rotate(-30deg);
        position: absolute;
        bottom: 0;
        left: 30px;
      }
      &::after {
        content: "";
        width: 1px;
        height: 48px;
        background: #fff;
        transform: rotate(30deg);
        position: absolute;
        top: 10px;
        right: 30px;
      }
    }
    & .kaiin_btn {
      width: 350px;
      height: 60px;
      margin-top: 15px;
      background: #9a1616;
      border: solid 1px #9a1616;
      box-sizing: border-box;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      position: absolute;
      transition: 0.3s;
      &::before {
        content: "";
        width: 18px;
        height: 20px;
        background-image: url(../musashino_lpo/img/main_kaiin.webp);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 20px;
        left: 50px;
      }
    }
  }
  .m_area_search {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .m_area_le {
    width: 687px;
    height: 406px;
    padding: 30px 30px 30px 40px;
    box-sizing: border-box;
    background-image: url(../musashino_lpo/img/m_area_map.webp);
    & h3 {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      font-size: 22px;
      letter-spacing: 0.03em;
      gap: 10px 0;
      & img {
        width: 33px;
      }
      & span {
        font-size: 13px;
        font-weight: 600;
        color: #181871;
        letter-spacing: 0.03em;
      }
    }
    & .area_con {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 25px 0;
      margin-top: 40px;
      & li a {
        width: 190px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #181871;
        box-sizing: border-box;
        border: solid 1px #181871;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.03em;
        border-radius: 3px;
        box-shadow: 0px 0px 10px rgb(51, 51, 51, 0.1);
        position: relative;
        &:hover {
          background: #fff;
          color: #181871;
        }
      }
      & li:last-child a {
        background: #fff;
        border: solid 0px #181871;
        color: #181871;
        box-shadow: none;
        justify-content: space-between;
        border-bottom: solid 1px #181871;
        border-radius: 0;
        &:hover {
          background: #181871;
          color: #fff;
          border-radius: 3px;
          justify-content: center;
          gap: 0 20px;
        }
        &:hover::before {
          content: url(../musashino_lpo/img/arrow_white.webp);
          position: absolute;
          top: 16px;
          right: 15px;
        }
      }
    }
  }

  .type_free_con {
    width: 475px;
  }
  .sea_type h3 {
    font-size: 22px;
    margin-bottom: 10px;
    & img {
      margin: 0 5px 0px 0;
    }
  }
  .sea_type ul {
    background: rgb(236, 234, 234, 0.5);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 25px;
    gap: 20px 0;
    margin-bottom: 20px;
    & li a {
      width: 130px;
      height: 100px;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      border: solid 1px #cccccc;
      font-size: 14px;
      font-weight: 600;
      gap: 10px 0px;
      &:hover {
        background: #e7e7f1;
      }
      & img {
        width: 50px;
      }
    }
  }

  .sea_free h3 {
    font-size: 22px;
    margin-bottom: 10px;
    & img {
      margin: 0 5px 0px 0;
    }
  }

  .type_free_con .sea_keyword .search_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .type_free_con .sea_keyword .search_window {
    width: 406px;
    height: 55px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid #ccc;
    font-size: 17px;
    border-radius: 3px;
    color: #333;
    box-shadow: inset 2px 2px 10px rgb(71 71 71 / 10%);
    margin: 0 10px 0 0;
  }
  .type_free_con .search_window::placeholder {
    /* プレースホルダーのテキストの色を指定 */
    color: #b6b5b5;
  }

  .type_free_con .sea_keyword .free_btn {
    border: none;
    cursor: pointer;
    padding: 0;
    background: none;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
  }

  .type_free_con .sea_keyword .free_btn img {
    transition: 0.3s;
  }

  .type_free_con .sea_keyword .free_btn img:hover {
    opacity: 0.8;
  }

  .m_map_search h3 {
    text-align: center;
    font-size: 25px;
    line-height: 1;
    margin: 40px 0 30px 0;
    & img {
      margin: 0 10px 0 0;
    }
  }

  #map_canvas {
    width: 100%;
    height: 500px;
  }
  .gmap-container {
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
  }
  .map-side-open {
    left: -41px;
  }
  .map_search_te {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
  }

  /*googlemap*/
  .gmap-wrap {
    box-shadow: 0 0 3px 0 #999;
    border-radius: 3px;
    padding: 20px 20px;
    margin: 30px 3px 40px;
  }
  .gmap-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
  }
  .gmap {
    width: 100%;
    height: 600px;
    margin: 0px auto;
  }
  .gmap-side-container {
    height: 100%;
    position: absolute;
    top: 0px;
    right: -303px;
    opacity: 0.2;
  }
  .gmap-side {
    background-color: #eee;
    width: 300px;
    height: 100%;
    overflow: auto;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 11px 2px rgba(0, 0, 0, 0.3);
  }
  .map-side-open {
    width: 30px;
    top: 210px;
    left: -30px;
    padding: 50px 0;
    text-align: center;
    position: absolute;
    cursor: pointer;
    background: #666666;
  }
  .map-side {
    font-family: 小塚ゴシック Pro;
  }
  .map-side-ti {
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #000;
    width: 100%;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }
  .map-side-ti2 {
    background: #e3e3e3;
    color: #666666;
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
  }
  .map-side-list {
    width: 100%;
  }
  .map-side-list a {
    display: block;
    width: 240px;
    margin: 0 auto 10px;
    text-align: left;
    box-shadow: 0 0 3px 0 #999;
    border-radius: 3px;
    padding: 10px;
    text-decoration: none;
    color: #000;
    background: #fff;
  }
  .map-side-list a:hover {
    background: #f5f5f5;
  }
  .map-side-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: none;
  }
  .map-side-list ul li {
    margin: 0;
  }
  li.map-side-shurui {
    color: #fff;
    padding: 5px;
    line-height: 1;
    text-align: center;
    background: #000066;
    display: inline-block;
    font-size: 10px;
    width: 80px;
    margin-right: 2% !important;
    box-sizing: border-box;
  }
  li.map-side-name {
    width: 63%;
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  li.map-side-img {
    width: 80px;
    float: left;
    margin: 5px 0;
  }
  li.map-side-img img {
    width: 100%;
    height: auto;
  }
  li.map-side-info {
    width: calc(100% - 80px);
    padding-left: 5px;
    box-sizing: border-box;
    float: right;
  }
  .map-side-list ul P {
    margin: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  span.map-side-kakaku {
    font-size: 16px;
    color: #ff0004;
    font-weight: bold;
  }
  li.map-side-more {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    padding-bottom: 2px;
    border-radius: 3px;
    background: #ff6531;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 5px 0 0;
    display: none;
  }
  .maps-kaiin {
    overflow: hidden;
  }
  .maps-kaiin-count {
    width: 75%;
    float: left;
  }
  .maps-kaiin-btn {
    width: 25%;
    float: right;
    margin: 11px 0;
    text-align: right;
  }
  .s-search li {
    float: left;
    margin: 5px 30px 0 5px;
    list-style: none;
  }

  /* 新着物件 */
  .propety_wrap {
    padding: 100px 0 70px 0;
    position: relative;
    background: #fff;
    &::before {
      content: "";
      width: 100%;
      height: 540px;
      background: #181871;
      position: absolute;
      bottom: 0;
    }
  }

  .propety_wrap .b_slider {
    margin: 0 !important;
  }
  .propety_wrap .b_slider .next_a {
    right: -790px;
  }
  .propety_wrap .b_slider .prev_a {
    left: 1080px;
    top: -125px;
  }
  .propety_wrap .b_slider .slick-dots {
    top: -105px;
    left: 660px;
    text-align: right;
  }
  .propety_wrap .b_slider .slick-dots li {
    margin: 0 5px;
  }

  .new_pro_con {
    padding: 200px 0 0px 0;
    left: calc(50% - 600px);
    right: 0;
    position: relative;
    overflow: hidden;
    margin-top: -140px;
    width: calc(50% + 600px);
  }

  .pro_more_btn {
    width: 165px;
    margin: 60px auto 0 auto;
    & a {
      border: solid 1px #fff;
      &:hover span {
        width: 159px;
        height: 49px;
        border-radius: 30px;
        background: #fff;
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: -1;
      }
    }
    &::before {
      right: 15px;
    }
  }
  .new_pro_more_btn a {
    &:hover span {
      width: 165px;
      height: 53px;
      border-radius: 28px;
      background: #fff;
      position: absolute;
      top: 0px;
      right: -1px;
      z-index: -1;
    }
  }

  .m_featre_wrap {
    margin: 80px 0;
    padding: 70px 0 60px 0;
    position: relative;
    &::before {
      content: "";
      width: 58vw;
      height: 500px;
      border-radius: 0 15px 15px 0;
      background: rgb(231, 231, 241, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
  }
  .m_fea_in {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m_fea_le .m_all_ti span {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
  }
  .m_fea_ri {
    width: 825px;
    & ul {
      display: flex;
      flex-wrap: wrap;
      gap: 25px 0;
      justify-content: space-between;
      & li a {
        width: 256px;
        height: 171px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        background-repeat: no-repeat;
        position: relative;
        &::before {
          content: "";
          height: 1px;
          background: #ddd;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
        }
      }
      & li:nth-child(1) a {
        background-image: url(../img/top/parking_bg.webp);
        &::before {
          width: 150px;
          top: 102px;
        }
        &:hover {
          background-image: url(../img/top/parking_bg_hover.webp);
        }
      }
      & li:nth-child(2) a {
        background-image: url(../img/top/station_bg.webp);
        &::before {
          width: 160px;
          top: 102px;
        }
        &:hover {
          background-image: url(../img/top/station_bg_hover.webp);
        }
      }
      & li:nth-child(3) a {
        background-image: url(../musashino_lpo/img/special_bg.webp);
        &::before {
          width: 130px;
          top: 102px;
        }
        &:hover {
          background-image: url(../musashino_lpo/img/special_bg_hover.webp);
        }
      }
      & li:nth-child(4) a {
        background-image: url(../img/top/new_bg.webp);
        &::before {
          width: 120px;
          top: 102px;
        }
        &:hover {
          background-image: url(../img/top/new_bg_hover.webp);
        }
      }
      & li:nth-child(5) a {
        background-image: url(../img/top/pet_bg.webp);
        &::before {
          width: 200px;
          top: 102px;
        }
        &:hover {
          background-image: url(../img/top/pet_bg_hover.webp);
        }
      }
      & li:nth-child(6) a {
        background-image: url(../img/top/new_btn_bg.webp);
        &::before {
          width: 90px;
          top: 102px;
        }
        &:hover {
          background-image: url(../img/top/new_btn_bg_hover.webp);
        }
      }
    }
  }

  .m_member_wrap {
    background-image: url(../musashino_lpo/img/m_member_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    &::before {
      content: "";
      width: 55vw;
      height: 440px;
      background: #fff;
      border-radius: 15px 0 0 0;
      position: absolute;
      bottom: 0;
      right: 0;
    }
  }
  .m_member_in {
    width: 1200px;
    margin: 80px auto 0 auto;
    display: flex;
    padding: 140px 0 0 0;
    justify-content: space-between;
    align-items: end;
  }
  .m_mem_le {
    width: 410px;
    padding-bottom: 120px;
  }
  .m_mem_ti {
    & p {
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 20px;
      & img {
        margin: 0 10px 0 0;
      }
    }
    & h2 {
      font-size: 45px;
      color: #fff;
      line-height: 1.2;
    }
  }

  .sea_kaiin_count {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 100px;
    & .sea_koukai {
      width: 190px;
      background: #fff;
      text-align: center;
      border-radius: 3px;
      & .count_ti {
        font-size: 15px;
        color: #181871;
        padding: 3px 15px;
        font-weight: 600;
        margin: 10px 0 20px 0;
        background: #e7e7f1;
        border-radius: 15px;
        display: inline-block;
      }
      & .koukai_suu {
        font-size: 27px;
        font-weight: 600;
        color: #333;
        padding-bottom: 20px;
        & span {
          font-size: 17px;
        }
      }
    }
    & .sea_kaiin {
      width: 200px;
      text-align: center;
      background: #fff;
      border-radius: 3px;
      & .count_ti {
        font-size: 15px;
        color: #9a1616;
        padding: 3px 15px;
        font-weight: 600;
        margin: 10px 0 20px 0;
        background: #f5e7e7;
        border-radius: 15px;
        display: inline-block;
      }
      & .kaiin_suu {
        font-size: 37px;
        font-weight: 600;
        color: #9a1616;
        padding-bottom: 20px;
        & span {
          font-size: 25px;
        }
      }
    }
    & .sea_kaiin_count_ti {
      position: absolute;
      top: -55px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 228px;
      background: #181871;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      border-radius: 20px;
      padding: 10px 0;
    }
    &::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 0;
      border-right: 5px solid transparent;
      border-bottom: 10px solid #181871;
      border-left: 6px solid transparent;
      transform: rotate(180deg);
      position: absolute;
      top: -17px;
      right: 204px;
    }
  }

  .m_mem_ri {
    width: 580px;
    text-align: center;
    position: relative;
    z-index: 1;
    & .merit_ti {
      font-size: 26px;
      color: #181871;
      font-weight: 600;
      margin: 10px 0 50px 0;
      & span {
        display: inline-block;
        margin: 0 13px;
        position: relative;
        z-index: 5;
        color: #fff;
        font-size: 32px;
        &::before {
          content: "";
          width: 43px;
          height: 43px;
          border-radius: 20px;
          z-index: -1;
          background: #181871;
          position: absolute;
          top: -12px;
          left: -12px;
        }
      }
    }
    & ul {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px;
      & li {
        width: 180px;
        background: #eeeef5;
        display: flex;
        flex-direction: column;
        gap: 10px 0;
        padding: 20px 0;
        border-radius: 3px;
        align-items: center;
        font-size: 15px;
        letter-spacing: 0.03em;
        line-height: 20px;
        font-weight: 600;
      }
    }
    & .m_mem_kaiin {
      width: 400px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #9a1616;
      box-sizing: border-box;
      border: solid 1px #9a1616;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      border-radius: 3px;
      margin: 0 auto;
      position: relative;
      & img {
        margin: 0 8px 0 0;
        width: 18px;
      }
      &:hover {
        background: #fff;
        color: #9a1616;
        &::before {
          content: url(../img/top/main_kaiin_red.webp);
          position: absolute;
          top: 20px;
          left: 98px;
        }
      }
    }
    & .m_mem_login {
      margin: 10px 0 30px 0;
      font-size: 16px;
      font-weight: 600;
      position: relative;
      display: block;
      padding: 5px 0;
      &::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 0;
        border-right: 6px solid transparent;
        border-bottom: 9px solid #181871;
        border-left: 6px solid transparent;
        transform: rotate(90deg);
        position: absolute;
        top: 10px;
        left: 210px;
      }
      &:hover {
        color: #9a1616;
      }
      &:hover::before {
        border-bottom: 9px solid #9a1616;
      }
    }
  }

  /* お客様の声 */
  .m_voice_wrap {
    padding: 100px 0 150px 0;
    width: 100%;
    overflow: hidden;
  }
  .voice_te {
    width: 1200px;
    margin: 0 auto 80px auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 0 50px 0;
    border-bottom: solid 1px #181871;
    & .vo_div {
      display: flex;
      align-items: flex-start;
      gap: 0 60px;
    }
  }
  .vo_ti h2 {
    font-size: 45px;
    margin-bottom: 20px;
    line-height: 1;
  }
  .vo_ti p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #181871;
    & img {
      margin: 0 5px 0 0;
    }
  }
  .vo_mess {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
  }
  .vo_more_btn::before {
    right: 15px;
  }
  .voice_slider {
    margin: 0 auto !important;
    width: 830px;
    height: 315px;
    & li a {
      display: flex;
      width: 710px;
      height: 315px;
      box-sizing: border-box;
      padding: 25px;
      background: #f4f5f6;
      gap: 0 25px;
      &:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
      }
    }
  }

  .voive_le_img {
    mask-image: url(/img/top/voice_img_mask.png);
    -webkit-mask-image: url(/img/top/voice_img_mask.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: round;
    height: 262px;
    width: 393px;
    & img {
      width: 100%;
    }
  }
  .voice_ri {
    padding: 40px 0 0 0;
    & h3 {
      font-size: 20px;
    }
  }
  .vo_new {
    padding: 5px 11px;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1;
    background: #be4b4b;
    display: inline-block;
  }
  .vo_syu {
    font-size: 14px;
    font-weight: 600;
    margin: 30px 0 15px 0;
  }
  .m_voice_wrap iframe {
    width: 100% !important;
    height: 415px;
  }

  /* スタッフ紹介 */
  .m_staff_wrap {
    background-image: url(../img/top/staff_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding: 0 0 100px 0;
    position: relative;
    &::before {
      content: "";
      width: 94vw;
      background: #fff;
      border-radius: 0 15px 0 0;
      position: absolute;
      top: 15.2vw;
      left: 0;
      height: 50px;
    }
  }
  .staff_in {
    padding: 4.5vw 0 60px 0;
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
  .staff_ti {
    margin: 0 auto;
    padding: 0 0 0 70px;
    text-align: center;
    position: relative;
    & h2 {
      font-size: 45px;
      margin-bottom: 20px;
      color: #fff;
      line-height: 1;
    }
    & p {
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      line-height: 1;
      & img {
        margin: 0 10px 0 0;
      }
    }
  }
  .staff_more_btn {
    width: 165px;
    position: absolute;
    top: 100px;
    right: 0;
    & a {
      border: solid 1px #fff;
      background: none;
      &:hover span {
        width: 163px;
        height: 53px;
        border-radius: 30px;
        background: #fff;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: -1;
      }
    }
  }
  .staff_te {
    margin: min(1.6vw, 35px) 0 0 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
  }

  .staff_slider_con {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 70px;
  }
  .staff_slider {
    width: 1300px;
    height: 455px;
    margin: 0 auto;
  }
  .staff_slider li a {
    width: 265px !important;
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
    & p {
      font-size: 15px;
      margin: 10px 0;
    }
    & h3 {
      font-size: 31px;
      color: #181871;
      line-height: 1;
      & span {
        font-size: 13px;
        font-weight: 600;
        display: block;
        margin: 8px 0 0 0;
      }
    }
    &:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    }
  }
  .m_staff_wrap iframe {
    width: 100%;
    height: 540px;
  }

  /* 会社概要 */
  .m_company_wrap {
    position: relative;
    margin-bottom: 100px;
    &::before {
      content: "";
      width: 60%;
      height: 770px;
      background: rgb(231, 231, 241, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 0 15px 15px 0;
    }
    &::after {
      content: "";
      width: max(650px, 36.5vw);
      height: max(430px, 24vw);
      background-image: url(../musashino_lpo/img/m_shop_img.webp);
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      right: 8vw;
      top: min(5vw, 100px);
    }
  }
  .comp_in {
    width: 1200px;
    margin: 0 auto;
    padding: 110px 0 100px 0;
    & ul {
      display: flex;
      justify-content: space-between;
      margin-top: 120px;
      & li a {
        width: 260px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 0 25px 0;
        border-bottom: solid 1px #181871;
        font-size: 21px;
        box-sizing: border-box;
        font-weight: 600;
        color: #181871;
        position: relative;
        z-index: 1;
        & img {
          width: 23px;
        }
        &:hover {
          color: #fff;
          background: #181871;
          padding: 25px;
          border-radius: 50px;
        }
        &:hover::after {
          content: "";
          width: 23px;
          height: 23px;
          background-image: url(../img/top/arrow_white.webp);
          background-repeat: no-repeat;
          position: absolute;
          top: 25px;
          right: 25px;
        }
      }
    }
  }
  .comp_mess {
    font-size: 18px;
    line-height: 37px;
    font-weight: 500;
    margin: 20px 0 20px 0;
  }
  .m_shop_tel {
    margin: 60px 0 0 0;
    display: inline-block;
  }
  .m_shop_map img {
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .reason_more_btn {
    width: 165px;
    & a {
      width: 165px;
      height: 55px;
      margin: 0 auto;
      background: none;
      display: flex;
      align-items: center;
      border-radius: 28px;
      color: #fff;
      box-sizing: border-box;
      padding: 0 0 0 20px;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: -0.02em;
      border: solid 1px #fff;
      position: relative;
      &:hover span {
        width: 165px;
        height: 55px;
        border-radius: 30px;
        background: #fff;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: -1;
      }
    }
  }
  .m_shop_map a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 1.6;
  }

  .m_reason_wrap {
    background-image: url(../musashino_lpo/img/m_reason_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0 100px 0;
  }
  .m_reason_in {
    width: 1200px;
    margin: 0 auto;
  }
  .m_reason_te {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 60px;
  }
  .m_reason_ti h2 {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
  }
  .m_reason_ti p {
    font-size: 20px;
    color: #fff;
    & img {
      margin: 0 10px 0 0;
      display: inline-block;
    }
  }
  .m_reason_in ul {
    background: #eeeef5;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 25px;
    & li {
      width: 360px;
      background: #fff;
      border-radius: 7px;
      background-image: url(../musashino_lpo/img/m_reason_li_bg.webp);
      background-position: center;
      text-align: center;
      position: relative;
      padding: 80px 0 40px 0;
      & .m_reason_no {
        position: absolute;
        top: 35px;
        left: 35px;
      }
      & p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.3;
      }
      & h3 {
        font-size: 30px;
        margin: 25px 0;
        line-height: 1.2;
      }
    }
  }

  .m_service_wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0;
  }
  .m_service_wrap a {
    background-image: url(../musashino_lpo/img/m_rerise_service_bg.webp);
    background-repeat: no-repeat;
    display: block;
    box-sizing: border-box;
    padding: 35px 35px 35px 50px;
    &:hover .m_serv_btn p {
      background: #fff;
      color: #349db0;
      &::before {
        content: url(../musashino_lpo/img/arrow_green.webp);
        position: absolute;
        top: 18px;
        right: 26px;
      }
    }
  }
  .m_serv_btn p::after {
    content: url(../musashino_lpo/img/m_rerise_service_woman.webp);
    position: absolute;
    top: -392px;
    right: -30px;
  }
  .m_serv_mess {
    margin: 0 0 0 120px;
    font-size: 20px;
    font-weight: 600;
    background: #cdaf37;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    &::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 0;
      border-right: 7px solid transparent;
      border-bottom: 10px solid #cdaf37;
      border-left: 7px solid transparent;
      transform: rotate(180deg);
      position: absolute;
      bottom: -10px;
      right: 41px;
    }
  }
  .m_serv_con {
    margin-top: 30px;
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .m_serv_te {
    width: 800px;
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 3px;
    & h2 {
      text-align: center;
      margin: 5px 0 30px 0;
      color: #349db0;
      line-height: 1;
      font-size: 45px;
      position: relative;
      &::before {
        content: "";
        width: 2px;
        height: 40px;
        background: #349db0;
        transform: rotate(-30deg);
        position: absolute;
        bottom: 0;
        left: 90px;
      }
      &::after {
        content: "";
        width: 2px;
        height: 40px;
        background: #349db0;
        transform: rotate(30deg);
        position: absolute;
        top: 10px;
        right: 80px;
      }
    }
    & ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 15px 0;
      & li {
        width: 240px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 25px;
        background: linear-gradient(24deg, #429f80 50%, #55aa8d 50%);
        font-weight: 900;
        text-align: center;
        line-height: 1.2;
        border-radius: 3px;
      }
      & li:last-child {
        font-size: 22px;
      }
    }
  }
  .m_serv_btn p {
    width: 277px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: solid 1px #349db0;
    background: #349db0;
    border-radius: 5px;
    gap: 0 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
    position: relative;
    & img {
      width: 23px;
    }
  }

  /* YouTube */
  .youtube_wrap {
    padding: 130px 0 50px 0;
    position: relative;
    margin: 0 0 100px 0;
    &::before {
      content: "";
      width: 95%;
      height: 770px;
      background: rgb(231, 231, 241, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 0 15px 15px 0;
    }
    iframe {
      display: block;
      width: 100%;
      height: 500px;
    }
  }
  .youtube_ti {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
  }
  .youtu_more_btn {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 99;
  }
  .youtube_con {
    padding: 200px 0 100px 0;
    left: calc(50% - 600px);
    right: 0;
    position: relative;
    overflow: hidden;
    margin-top: -140px;
    width: calc(50% + 600px);
  }

  .youtu_img_mask {
    mask-image: url(/img/top/youtube_img_mask.png);
    -webkit-mask-image: url(/img/top/youtube_img_mask.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: round;
    height: 334px;
    width: 500px;
    transition: 0.3s;
    &:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 5px rgb(0 0 0 / 70%);
    }
  }
  .youtube_slider li a {
    display: block;
    width: 500px;
  }
  .youtube_slider li img {
    height: 100%;
    object-fit: cover;
  }

  /* ここから先は小平店オープン後に消してください */

  #area_search_after_off {
    .area_search {
      background-image: url(../../img/top/area_bg.webp);
      background-repeat: no-repeat;
      width: 100%;
      height: 440px;
      box-sizing: border-box;
      padding: 70px 80px 60px 50px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 60px 0 30px 0;
    }
    .area_le {
      width: 200px;
      & h3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 25px;
        letter-spacing: 0.03em;
        gap: 10px 0;
        & span {
          font-size: 15px;
          font-weight: 600;
          color: #181871;
          letter-spacing: 0.03em;
        }
      }
    }
    .area_ri {
      width: 830px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px 0;
      & li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 190px;
        height: 55px;
        color: #fff;
        background: #181871;
        box-sizing: border-box;
        border: solid 1px #181871;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.03em;
        border-radius: 3px;
        box-shadow: 2px 2px 3px rgb(0, 0, 0, 0.1);
        &:hover {
          background: #fff;
          color: #181871;
        }
      }
    }

    .search_menu {
      display: flex;
      justify-content: space-between;
      & h3 {
        font-size: 22px;
        letter-spacing: 0.03em;
        display: flex;
        align-items: center;
        gap: 0 5px;
        margin: 0 0 15px 0;
      }
    }
    .condition {
      width: 540px;
      & ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 0;
        & li a {
          width: 256px;
          height: 171px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 22px;
          font-weight: 600;
          color: #fff;
          background-repeat: no-repeat;
          position: relative;
          &::before {
            content: "";
            height: 1px;
            background: #ddd;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
          }
        }
        & li:nth-child(1) a {
          background-image: url(../img/top/parking_bg.webp);
          &::before {
            width: 150px;
            top: 102px;
          }
          &:hover {
            background-image: url(../img/top/parking_bg_hover.webp);
          }
        }
        & li:nth-child(2) a {
          background-image: url(../img/top/station_bg.webp);
          &::before {
            width: 160px;
            top: 102px;
          }
          &:hover {
            background-image: url(../img/top/station_bg_hover.webp);
          }
        }
        & li:nth-child(3) a {
          background-image: url(../img/top/new_bg.webp);
          &::before {
            width: 120px;
            top: 102px;
          }
          &:hover {
            background-image: url(../img/top/new_bg_hover.webp);
          }
        }
        & li:nth-child(4) a {
          background-image: url(../img/top/pet_bg.webp);
          &::before {
            width: 200px;
            top: 102px;
          }
          &:hover {
            background-image: url(../img/top/pet_bg_hover.webp);
          }
        }
      }
    }

    .type_free_con {
      width: 600px;
    }
    .sea_type ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px 0;
      margin-bottom: 30px;
      padding: 0;
      & li a {
        width: 290px;
        height: 70px;
        background: #fff;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        border: solid 2px #181871;
        font-size: 17px;
        font-weight: 600;
        padding: 0 0 0 15px;
        gap: 0 15px;
        justify-content: normal;
        flex-direction: initial;
        &:hover {
          background: #e7e7f1;
        }
      }
    }
    .sea_keyword .search_space {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .sea_keyword .search_window {
      width: 483px !important;
      height: 55px;
      background: #fff;
      box-sizing: border-box;
      padding: 0 20px;
      border: 1px solid #ccc;
      font-size: 17px;
      border-radius: 3px;
      color: #333;
      box-shadow: inset 2px 2px 10px rgb(71 71 71 / 10%);
      margin: 0 10px 0 0;
    }
    .search_window::placeholder {
      color: #b6b5b5;
    }

    .sea_keyword .free_btn {
      border: none;
      cursor: pointer;
      padding: 0;
      background: none;
      width: 112px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0 10px;
      background: #3e3e3e;
      border-radius: 4px;
      color: #fff;
      font-size: 17px;
      font-weight: 600;
    }

    .sea_keyword .free_btn img {
      transition: 0.3s;
    }
    .sea_keyword .free_btn img:hover {
      opacity: 0.8;
    }
  }

  /* ここまで消してください */

  .fix_lpo_line {
    position: fixed;
    bottom: 15px;
    left: 0;
    z-index: 200;
    & a img {
      transition: 0.3s;
    }
    & a:hover img {
      transform: translateY(-5px);
    }
  }
}

/* musashino_lpo
---------------------------------------- */

/* ----------------------------------------
kodaira_lpo
---------------------------------------- */
#kodaira_lpo {
  h1 {
    position: absolute;
    box-sizing: border-box;
  }
  .m_main_wrap {
    position: relative;
    margin-top: 120px;
    & video {
      position: absolute;
      bottom: 0px;
      z-index: -1;
      object-fit: cover;
      width: 100%;
      height: 550px;
    }
  }
  .m_main_in {
    padding: 150px 0 90px;
    width: 840px;
    margin: 0 auto;
  }
  .m_main_top {
    display: flex;
    justify-content: space-between;
    & h2 {
      font-size: 55px;
      font-weight: 900;
      color: #fff;
      margin: 0 0 20px 0;
      text-align: center;
      line-height: 1;
      letter-spacing: 0.05em;
    }
    & span {
      font-size: 21px;
      font-weight: 500;
      color: #fff;
      display: block;
      text-align: center;
    }
    & .m_main_area {
      width: 525px;
      border-radius: 10px;
      background: rgb(0, 0, 0, 0.5);
      box-sizing: border-box;
      padding: 25px;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      & .corre {
        font-size: 15px;
        font-weight: 500;
        border: solid 1px #fff;
        border-radius: 18px;
        padding: 7px 24px;
      }
      & .area {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.1em;
      }
    }
  }
  & .m_search_btn {
    width: 550px;
    margin: 40px auto 50px auto;
    display: flex;
    justify-content: space-between;
  }
  & .m_search_btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 55px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    background: #171771;
    border-radius: 28px;
    box-sizing: border-box;
    border: solid 1px #171771;
    position: relative;
    &:hover {
      background: #fff;
      color: #171771;
    }
  }
  & .m_search_btn li:nth-child(1) a {
    &::before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      background-image: url(../kodaira_lpo/img/more_down.webp);
      background-size: cover;
      position: absolute;
      top: 17px;
      right: 24px;
    }
    &:hover::before {
      content: url(../kodaira_lpo/img/more_down_blue.webp);
    }
  }
  & .m_search_btn li:nth-child(2) a {
    &::before {
      content: url(../kodaira_lpo/img/search_icon.webp);
      position: absolute;
      top: 20px;
      left: 34px;
    }
    &:hover::before {
      content: url(../kodaira_lpo/img/search_icon_blue.webp);
    }
  }

  .sea_keyword .search_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 610px;
    margin: 0 auto;
  }

  .sea_keyword .search_window {
    width: 100%;
    height: 55px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid #ccc;
    font-size: 17px;
    border-radius: 3px;
    color: #333;
    box-shadow: inset 2px 2px 10px rgb(71 71 71 / 10%);
    margin: 0 10px 0 0;
  }
  .search_window::placeholder {
    color: #b6b5b5;
  }

  .sea_keyword .free_btn {
    border: none;
    cursor: pointer;
    padding: 0;
    background: none;
    width: 112px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
  }

  .sea_keyword .free_btn img {
    transition: 0.3s;
  }

  .sea_keyword .free_btn img:hover {
    opacity: 0.8;
  }

  .m_spe_wrap {
    padding: 100px 0 60px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    &::after {
      content: "";
      position: absolute;
      right: -150px;
      top: 80px;
      width: 670px;
      height: 620px;
      background-image: url(../kodaira_lpo/img/home_icon.webp);
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
    }
  }
  .m_all_ti {
    text-align: center;
    & h2 {
      font-size: 45px;
      margin-bottom: 20px;
      line-height: 1;
    }
    & p {
      font-size: 20px;
      font-weight: 600;
      color: #181871;
      letter-spacing: 0.05em;
      & img {
        margin: 0 10px 0 0;
      }
    }
  }

  .m_spe_slide {
    padding: 90px 0 100px 0;
    position: relative;
    overflow: hidden;
  }
  .m_spe_slide .b_slider .prev_a {
    display: none !important;
  }
  .m_spe_slide .b_slider .next_a {
    display: none !important;
  }
  .b_slider li {
    margin: 0 15px;
  }
  .b_slider li a {
    width: 370px;
    display: block;
    border: solid 1px #e7e7f1;
    height: 500px;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    position: relative;
    & .pro_new {
      padding: 5px 11px;
      border-radius: 15px;
      color: #fff;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 0.05em;
      line-height: 1;
      background: #be4b4b;
      display: inline-block;
      position: absolute;
      z-index: 2;
      top: 8px;
      left: 8px;
    }
    & .pick_up {
      padding: 5px 11px;
      border-radius: 15px;
      color: #fff;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 0.05em;
      line-height: 1;
      background: #bc792f;
      display: inline-block;
      position: absolute;
      z-index: 2;
      top: 8px;
      left: 8px;
    }
    & .syube {
      font-size: 14px;
      background: #706159;
      font-weight: 500;
      color: #fff;
      margin: 15px 0 10px 0;
      display: inline-block;
      padding: 3px 8px;
    }
    & h3 {
      font-size: 18px;
    }
    & .pro_ne {
      font-size: 15px;
      font-weight: 600;
      color: #b50216;
      margin: 7px 0;
      line-height: 1;
      & .kakaku_te {
        font-size: 23px;
      }
    }
    & .buk_te {
      font-size: 15px;
      line-height: 24px;
      padding: 0 0 10px 0;
      border-bottom: solid 1px #cccccc;
    }
    & .coment {
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0.05em;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      padding: 5px 0 0 0;
      min-height: 3em;
    }
    &:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    }
  }
  .buk_add {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .b_slider .slick-dots {
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    top: 530px;
    text-align: center;
  }

  .buk_img {
    mask-image: url(../img/top/buk_img_mask.png);
    -webkit-mask-image: url(../img/top/buk_img_mask.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: round;
    & img {
      width: 100%;
      height: 225px;
      object-fit: cover;
    }
  }
  .m_more_btn {
    position: relative;
    z-index: 90;
    & a {
      width: 165px;
      height: 55px;
      margin: 0 auto;
      background: #181871;
      display: flex;
      align-items: center;
      border-radius: 28px;
      color: #fff;
      box-sizing: border-box;
      padding: 0 0 0 20px;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: -0.02em;
      position: relative;
      &::before {
        content: "";
        width: 17px;
        height: 1px;
        background: #181871;
        position: absolute;
        top: 27px;
        right: 31px;
        z-index: 2;
      }
      &::after {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        transform: rotate(-45deg);
        border-right: 1px solid #181871;
        border-bottom: 1px solid #181871;
        position: absolute;
        top: 25px;
        right: 31px;
        z-index: 2;
      }
      & span {
        width: 50px;
        height: 28px;
        border-radius: 14px;
        background: #fff;
        position: absolute;
        top: 14px;
        right: 15px;
        z-index: 1;
        transition: 0.3s;
      }
      &:hover span {
        width: 161px;
        height: 51px;
        border-radius: 30px;
        background: #fff;
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: -1;
      }
      &:hover {
        color: #181871;
        z-index: 1;
      }
    }
  }

  .m_search_wrap {
    padding: 65px 0;
    background: rgb(239, 241, 242, 0.7);
  }
  .m_sea_in {
    width: 1200px;
    margin: 0 auto;
  }
  .m_sea_bnr {
    border-radius: 10px;
    background-image: url(../kodaira_lpo/img/m_kaiin_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    box-sizing: border-box;
    padding: 30px 60px 30px 30px;
    justify-content: space-between;
    box-shadow: 0px 0px 10px rgb(51, 51, 51, 0.2);
    margin-bottom: 70px;
    &:hover .kaiin_btn {
      background: #fff;
      color: #9a1616;
    }
    &:hover .kaiin_btn::before {
      content: "";
      width: 18px;
      height: 20px;
      background-image: url(../img/top/main_kaiin_red.webp);
      background-repeat: no-repeat;
      position: absolute;
      top: 20px;
      left: 505x;
    }
  }
  .m_bnr_icon {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 70px;
    & img {
      width: 50px;
    }
    & p {
      font-size: 15px;
      font-weight: 500;
      line-height: 19px;
      color: #181871;
      text-align: center;
    }
  }
  .m_bnr_ri {
    display: flex;
    justify-content: space-between;
    width: 840px;
  }
  .m_bnr_suu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 450px;
    & img {
      width: 24px;
    }
    & .ippan {
      width: 190px;
      height: 120px;
      box-sizing: border-box;
      border-radius: 3px;
      text-align: center;
      color: #fff;
      padding: 15px 0 0 0;
      background: rgb(0, 0, 0, 0.5);
      & p {
        font-size: 17px;
        font-weight: 600;
      }
      & p .tl {
        padding: 3px 19px;
        border-radius: 15px;
        font-size: 15px;
        font-weight: 500;
        border: solid 1px #fff;
        margin: 0 0 20px 0;
        display: inline-block;
      }
      & p .ippan_suu {
        font-size: 27px;
        font-weight: 600;
      }
    }
    & .kaiin {
      width: 205px;
      height: 120px;
      box-sizing: border-box;
      border-radius: 3px;
      text-align: center;
      color: #fff;
      padding: 15px 0 0 0;
      background: rgb(0, 0, 0, 0.5);
      & p {
        font-size: 25px;
        font-weight: 600;
      }
      & p .tl {
        padding: 3px 19px;
        border-radius: 15px;
        font-size: 15px;
        font-weight: 500;
        border: solid 1px #fff;
        margin: 0 0 20px 0;
        display: inline-block;
      }
      & p .kaiin_suu {
        font-size: 36px;
        font-weight: 600;
      }
    }
  }
  .m_bnr_kaiin {
    width: 350px;
    & .lead {
      font-size: 18px;
      color: #fff;
      font-weight: 600;
      line-height: 26px;
      text-align: center;
      position: relative;
      &::before {
        content: "";
        width: 1px;
        height: 48px;
        background: #fff;
        transform: rotate(-30deg);
        position: absolute;
        bottom: 0;
        left: 30px;
      }
      &::after {
        content: "";
        width: 1px;
        height: 48px;
        background: #fff;
        transform: rotate(30deg);
        position: absolute;
        top: 10px;
        right: 30px;
      }
    }
    & .kaiin_btn {
      width: 350px;
      height: 60px;
      margin-top: 15px;
      background: #9a1616;
      border: solid 1px #9a1616;
      box-sizing: border-box;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      position: absolute;
      transition: 0.3s;
      &::before {
        content: "";
        width: 18px;
        height: 20px;
        background-image: url(../kodaira_lpo/img/main_kaiin.webp);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 20px;
        left: 50px;
      }
    }
  }
  .m_area_search {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .m_area_le {
    width: 687px;
    height: 406px;
    padding: 30px 30px 30px 40px;
    box-sizing: border-box;
    background-image: url(../kodaira_lpo/img/m_area_map.webp);
    & h3 {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      font-size: 22px;
      letter-spacing: 0.03em;
      gap: 10px 0;
      & img {
        width: 33px;
      }
      & span {
        font-size: 13px;
        font-weight: 600;
        color: #181871;
        letter-spacing: 0.03em;
      }
    }
    & .area_con {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 25px 0;
      margin-top: 40px;
      & li a {
        width: 190px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #181871;
        box-sizing: border-box;
        border: solid 1px #181871;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.03em;
        border-radius: 3px;
        box-shadow: 0px 0px 10px rgb(51, 51, 51, 0.1);
        position: relative;
        &:hover {
          background: #fff;
          color: #181871;
        }
      }
      & li:last-child a {
        background: #fff;
        border: solid 0px #181871;
        color: #181871;
        box-shadow: none;
        justify-content: space-between;
        border-bottom: solid 1px #181871;
        border-radius: 0;
        &:hover {
          background: #181871;
          color: #fff;
          border-radius: 3px;
          justify-content: center;
          gap: 0 20px;
        }
        &:hover::before {
          content: url(../kodaira_lpo/img/arrow_white.webp);
          position: absolute;
          top: 16px;
          right: 15px;
        }
      }
    }
  }

  .type_free_con {
    width: 475px;
  }
  .sea_type h3 {
    font-size: 22px;
    margin-bottom: 10px;
    & img {
      margin: 0 5px 0px 0;
    }
  }
  .sea_type ul {
    background: rgb(236, 234, 234, 0.5);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 25px;
    gap: 20px 0;
    margin-bottom: 20px;
    & li a {
      width: 130px;
      height: 100px;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      border: solid 1px #cccccc;
      font-size: 14px;
      font-weight: 600;
      gap: 10px 0px;
      &:hover {
        background: #e7e7f1;
      }
      & img {
        width: 50px;
      }
    }
  }

  .sea_free h3 {
    font-size: 22px;
    margin-bottom: 10px;
    & img {
      margin: 0 5px 0px 0;
    }
  }

  .type_free_con .sea_keyword .search_space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .type_free_con .sea_keyword .search_window {
    width: 406px;
    height: 55px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid #ccc;
    font-size: 17px;
    border-radius: 3px;
    color: #333;
    box-shadow: inset 2px 2px 10px rgb(71 71 71 / 10%);
    margin: 0 10px 0 0;
  }
  .type_free_con .search_window::placeholder {
    /* プレースホルダーのテキストの色を指定 */
    color: #b6b5b5;
  }

  .type_free_con .sea_keyword .free_btn {
    border: none;
    cursor: pointer;
    padding: 0;
    background: none;
    width: 112px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
  }

  .type_free_con .sea_keyword .free_btn img {
    transition: 0.3s;
  }

  .type_free_con .sea_keyword .free_btn img:hover {
    opacity: 0.8;
  }

  .m_map_search h3 {
    text-align: center;
    font-size: 25px;
    line-height: 1;
    margin: 40px 0 30px 0;
    & img {
      margin: 0 10px 0 0;
    }
  }

  #map_canvas {
    width: 100%;
    height: 500px;
  }
  .gmap-container {
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
  }
  .map-side-open {
    left: -41px;
  }
  .map_search_te {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
  }

  /*googlemap*/
  .gmap-wrap {
    box-shadow: 0 0 3px 0 #999;
    border-radius: 3px;
    padding: 20px 20px;
    margin: 30px 3px 40px;
  }
  .gmap-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
  }
  .gmap {
    width: 100%;
    height: 600px;
    margin: 0px auto;
  }
  .gmap-side-container {
    height: 100%;
    position: absolute;
    top: 0px;
    right: -303px;
    opacity: 0.2;
  }
  .gmap-side {
    background-color: #eee;
    width: 300px;
    height: 100%;
    overflow: auto;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 11px 2px rgba(0, 0, 0, 0.3);
  }
  .map-side-open {
    width: 30px;
    top: 210px;
    left: -30px;
    padding: 50px 0;
    text-align: center;
    position: absolute;
    cursor: pointer;
    background: #666666;
  }
  .map-side {
    font-family: 小塚ゴシック Pro;
  }
  .map-side-ti {
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #000;
    width: 100%;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }
  .map-side-ti2 {
    background: #e3e3e3;
    color: #666666;
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
  }
  .map-side-list {
    width: 100%;
  }
  .map-side-list a {
    display: block;
    width: 240px;
    margin: 0 auto 10px;
    text-align: left;
    box-shadow: 0 0 3px 0 #999;
    border-radius: 3px;
    padding: 10px;
    text-decoration: none;
    color: #000;
    background: #fff;
  }
  .map-side-list a:hover {
    background: #f5f5f5;
  }
  .map-side-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: none;
  }
  .map-side-list ul li {
    margin: 0;
  }
  li.map-side-shurui {
    color: #fff;
    padding: 5px;
    line-height: 1;
    text-align: center;
    background: #000066;
    display: inline-block;
    font-size: 10px;
    width: 80px;
    margin-right: 2% !important;
    box-sizing: border-box;
  }
  li.map-side-name {
    width: 63%;
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  li.map-side-img {
    width: 80px;
    float: left;
    margin: 5px 0;
  }
  li.map-side-img img {
    width: 100%;
    height: auto;
  }
  li.map-side-info {
    width: calc(100% - 80px);
    padding-left: 5px;
    box-sizing: border-box;
    float: right;
  }
  .map-side-list ul P {
    margin: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  span.map-side-kakaku {
    font-size: 16px;
    color: #ff0004;
    font-weight: bold;
  }
  li.map-side-more {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    padding-bottom: 2px;
    border-radius: 3px;
    background: #ff6531;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 5px 0 0;
    display: none;
  }
  .maps-kaiin {
    overflow: hidden;
  }
  .maps-kaiin-count {
    width: 75%;
    float: left;
  }
  .maps-kaiin-btn {
    width: 25%;
    float: right;
    margin: 11px 0;
    text-align: right;
  }
  .s-search li {
    float: left;
    margin: 5px 30px 0 5px;
    list-style: none;
  }

  /* 新着物件 */
  .propety_wrap {
    padding: 100px 0 70px 0;
    position: relative;
    background: #fff;
    &::before {
      content: "";
      width: 100%;
      height: 540px;
      background: #181871;
      position: absolute;
      bottom: 0;
    }
  }

  .propety_wrap .b_slider {
    margin: 0 !important;
  }
  .propety_wrap .b_slider .next_a {
    right: -790px;
  }
  .propety_wrap .b_slider .prev_a {
    left: 1080px;
    top: -125px;
  }
  .propety_wrap .b_slider .slick-dots {
    top: -105px;
    left: 660px;
    text-align: right;
  }
  .propety_wrap .b_slider .slick-dots li {
    margin: 0 5px;
  }

  .new_pro_con {
    padding: 200px 0 0px 0;
    left: calc(50% - 600px);
    right: 0;
    position: relative;
    overflow: hidden;
    margin-top: -140px;
    width: calc(50% + 600px);
    .b_slider li a {
      .pick_up {
        background: #be4b4b;
      }
    }
  }

  .pro_more_btn {
    width: 165px;
    margin: 60px auto 0 auto;
    & a {
      border: solid 1px #fff;
      &:hover span {
        width: 159px;
        height: 49px;
        border-radius: 30px;
        background: #fff;
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: -1;
      }
    }
    &::before {
      right: 15px;
    }
  }
  .new_pro_more_btn a {
    &:hover span {
      width: 165px;
      height: 53px;
      border-radius: 28px;
      background: #fff;
      position: absolute;
      top: 0px;
      right: -1px;
      z-index: -1;
    }
  }

  .m_featre_wrap {
    margin: 80px 0;
    padding: 70px 0 60px 0;
    position: relative;
    &::before {
      content: "";
      width: 58vw;
      height: 500px;
      border-radius: 0 15px 15px 0;
      background: rgb(231, 231, 241, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
  }
  .m_fea_in {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m_fea_le .m_all_ti span {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
  }
  .m_fea_ri {
    width: 825px;
    & ul {
      display: flex;
      flex-wrap: wrap;
      gap: 25px 0;
      justify-content: space-between;
      & li a {
        width: 256px;
        height: 171px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        background-repeat: no-repeat;
        position: relative;
        &::before {
          content: "";
          height: 1px;
          background: #ddd;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
        }
      }
      & li:nth-child(1) a {
        background-image: url(../img/top/parking_bg.webp);
        &::before {
          width: 150px;
          top: 102px;
        }
        &:hover {
          background-image: url(../img/top/parking_bg_hover.webp);
        }
      }
      & li:nth-child(2) a {
        background-image: url(../img/top/station_bg.webp);
        &::before {
          width: 160px;
          top: 102px;
        }
        &:hover {
          background-image: url(../img/top/station_bg_hover.webp);
        }
      }
      & li:nth-child(3) a {
        background-image: url(../kodaira_lpo/img/special_bg.webp);
        &::before {
          width: 130px;
          top: 102px;
        }
        &:hover {
          background-image: url(../kodaira_lpo/img/special_bg_hover.webp);
        }
      }
      & li:nth-child(4) a {
        background-image: url(../img/top/new_bg.webp);
        &::before {
          width: 120px;
          top: 102px;
        }
        &:hover {
          background-image: url(../img/top/new_bg_hover.webp);
        }
      }
      & li:nth-child(5) a {
        background-image: url(../img/top/pet_bg.webp);
        &::before {
          width: 200px;
          top: 102px;
        }
        &:hover {
          background-image: url(../img/top/pet_bg_hover.webp);
        }
      }
      & li:nth-child(6) a {
        background-image: url(../img/top/new_btn_bg.webp);
        &::before {
          width: 90px;
          top: 102px;
        }
        &:hover {
          background-image: url(../img/top/new_btn_bg_hover.webp);
        }
      }
    }
  }

  .m_member_wrap {
    background-image: url(../kodaira_lpo/img/m_member_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    &::before {
      content: "";
      width: 55vw;
      height: 440px;
      background: #fff;
      border-radius: 15px 0 0 0;
      position: absolute;
      bottom: 0;
      right: 0;
    }
  }
  .m_member_in {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 140px 0 0 0;
    justify-content: space-between;
    align-items: end;
  }
  .m_mem_le {
    width: 410px;
    padding-bottom: 120px;
  }
  .m_mem_ti {
    & p {
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 20px;
      & img {
        margin: 0 10px 0 0;
      }
    }
    & h2 {
      font-size: 45px;
      color: #fff;
      line-height: 1.2;
    }
  }

  .sea_kaiin_count {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 100px;
    & .sea_koukai {
      width: 190px;
      background: #fff;
      text-align: center;
      border-radius: 3px;
      & .count_ti {
        font-size: 15px;
        color: #181871;
        padding: 3px 15px;
        font-weight: 600;
        margin: 10px 0 20px 0;
        background: #e7e7f1;
        border-radius: 15px;
        display: inline-block;
      }
      & .koukai_suu {
        font-size: 27px;
        font-weight: 600;
        color: #333;
        padding-bottom: 20px;
        & span {
          font-size: 17px;
        }
      }
    }
    & .sea_kaiin {
      width: 200px;
      text-align: center;
      background: #fff;
      border-radius: 3px;
      & .count_ti {
        font-size: 15px;
        color: #9a1616;
        padding: 3px 15px;
        font-weight: 600;
        margin: 10px 0 20px 0;
        background: #f5e7e7;
        border-radius: 15px;
        display: inline-block;
      }
      & .kaiin_suu {
        font-size: 37px;
        font-weight: 600;
        color: #9a1616;
        padding-bottom: 20px;
        & span {
          font-size: 25px;
        }
      }
    }
    & .sea_kaiin_count_ti {
      position: absolute;
      top: -55px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 228px;
      background: #181871;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      border-radius: 20px;
      padding: 10px 0;
    }
    &::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 0;
      border-right: 5px solid transparent;
      border-bottom: 10px solid #181871;
      border-left: 6px solid transparent;
      transform: rotate(180deg);
      position: absolute;
      top: -17px;
      right: 204px;
    }
  }

  .m_mem_ri {
    width: 580px;
    text-align: center;
    position: relative;
    z-index: 1;
    & .merit_ti {
      font-size: 26px;
      color: #181871;
      font-weight: 600;
      margin: 10px 0 50px 0;
      & span {
        display: inline-block;
        margin: 0 13px;
        position: relative;
        z-index: 5;
        color: #fff;
        font-size: 32px;
        &::before {
          content: "";
          width: 43px;
          height: 43px;
          border-radius: 20px;
          z-index: -1;
          background: #181871;
          position: absolute;
          top: -12px;
          left: -12px;
        }
      }
    }
    & ul {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px;
      & li {
        width: 180px;
        background: #eeeef5;
        display: flex;
        flex-direction: column;
        gap: 10px 0;
        padding: 20px 0;
        border-radius: 3px;
        align-items: center;
        font-size: 15px;
        letter-spacing: 0.03em;
        line-height: 20px;
        font-weight: 600;
      }
    }
    & .m_mem_kaiin {
      width: 400px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #9a1616;
      box-sizing: border-box;
      border: solid 1px #9a1616;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      border-radius: 3px;
      margin: 0 auto;
      position: relative;
      & img {
        margin: 0 8px 0 0;
        width: 18px;
      }
      &:hover {
        background: #fff;
        color: #9a1616;
        &::before {
          content: url(../img/top/main_kaiin_red.webp);
          position: absolute;
          top: 20px;
          left: 98px;
        }
      }
    }
    & .m_mem_login {
      margin: 10px 0 30px 0;
      font-size: 16px;
      font-weight: 600;
      position: relative;
      display: block;
      padding: 5px 0;
      &::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 0;
        border-right: 6px solid transparent;
        border-bottom: 9px solid #181871;
        border-left: 6px solid transparent;
        transform: rotate(90deg);
        position: absolute;
        top: 10px;
        left: 210px;
      }
      &:hover {
        color: #9a1616;
      }
      &:hover::before {
        border-bottom: 9px solid #9a1616;
      }
    }
  }

  /* お客様の声 */
  .m_voice_wrap {
    padding: 100px 0 150px 0;
    width: 100%;
    overflow: hidden;
  }
  .voice_te {
    width: 1200px;
    margin: 0 auto 80px auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 0 50px 0;
    border-bottom: solid 1px #181871;
    & .vo_div {
      display: flex;
      align-items: flex-start;
      gap: 0 60px;
    }
  }
  .vo_ti h2 {
    font-size: 45px;
    margin-bottom: 20px;
    line-height: 1;
  }
  .vo_ti p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #181871;
    & img {
      margin: 0 5px 0 0;
    }
  }
  .vo_mess {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
  }
  .vo_more_btn::before {
    right: 15px;
  }
  .voice_slider {
    width: 830px;
    height: 315px;
    margin: 0 auto !important;
    & li a {
      display: flex;
      width: 710px;
      height: 315px;
      box-sizing: border-box;
      padding: 25px;
      background: #f4f5f6;
      gap: 0 25px;
      &:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
      }
    }
  }

  .voive_le_img {
    mask-image: url(/img/top/voice_img_mask.png);
    -webkit-mask-image: url(/img/top/voice_img_mask.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: round;
    height: 262px;
    width: 393px;
    & img {
      width: 100%;
    }
  }
  .voice_ri {
    padding: 40px 0 0 0;
    & h3 {
      font-size: 20px;
    }
  }
  .vo_new {
    padding: 5px 11px;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1;
    background: #be4b4b;
    display: inline-block;
  }
  .vo_syu {
    font-size: 14px;
    font-weight: 600;
    margin: 30px 0 15px 0;
  }
  .m_voice_wrap iframe {
    width: 100% !important;
    height: 415px;
  }

  /* スタッフ紹介 */
  .m_staff_wrap {
    background-image: url(../img/top/staff_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding: 0 0 100px 0;
    position: relative;
    &::before {
      content: "";
      width: 94vw;
      background: #fff;
      border-radius: 0 15px 0 0;
      position: absolute;
      top: 15.2vw;
      left: 0;
      height: 50px;
    }
  }
  .staff_in {
    padding: 4.5vw 0 60px 0;
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
  .staff_ti {
    margin: 0 auto;
    padding: 0 0 0 70px;
    text-align: center;
    position: relative;
    & h2 {
      font-size: 45px;
      margin-bottom: 20px;
      color: #fff;
      line-height: 1;
    }
    & p {
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      line-height: 1;
      & img {
        margin: 0 10px 0 0;
      }
    }
  }
  .staff_more_btn {
    width: 165px;
    position: absolute;
    top: 100px;
    right: 0;
    & a {
      border: solid 1px #fff;
      background: none;
      &:hover span {
        width: 163px;
        height: 53px;
        border-radius: 30px;
        background: #fff;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: -1;
      }
    }
  }
  .staff_te {
    margin: min(1.6vw, 35px) 0 0 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
  }

  .staff_slider_con {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 70px;
  }
  .staff_slider {
    margin: 0 auto;
    width: 1300px;
    height: 455px;
  }
  .staff_slider li a {
    width: 265px !important;
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
    & p {
      font-size: 15px;
      margin: 10px 0;
    }
    & h3 {
      font-size: 31px;
      color: #181871;
      line-height: 1;
      & span {
        font-size: 13px;
        font-weight: 600;
        display: block;
        margin: 8px 0 0 0;
      }
    }
    &:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    }
  }
  .m_staff_wrap iframe {
    width: 100%;
    height: 540px;
  }

  /* 会社概要 */
  .m_company_wrap {
    position: relative;
    margin-bottom: 100px;
    &::before {
      content: "";
      width: 60%;
      height: 770px;
      background: rgb(231, 231, 241, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 0 15px 15px 0;
    }
    &::after {
      content: "";
      width: max(650px, 36.5vw);
      height: max(430px, 24vw);
      background-image: url(../kodaira_lpo/img/m_shop_img.webp);
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      right: 8vw;
      top: min(5vw, 100px);
    }
  }
  .comp_in {
    width: 1200px;
    margin: 0 auto;
    padding: 110px 0 100px 0;
    & ul {
      display: flex;
      justify-content: space-between;
      margin-top: 120px;
      & li a {
        width: 260px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 0 25px 0;
        border-bottom: solid 1px #181871;
        font-size: 21px;
        box-sizing: border-box;
        font-weight: 600;
        color: #181871;
        position: relative;
        z-index: 1;
        & img {
          width: 23px;
        }
        &:hover {
          color: #fff;
          background: #181871;
          padding: 25px;
          border-radius: 50px;
        }
        &:hover::after {
          content: "";
          width: 23px;
          height: 23px;
          background-image: url(../img/top/arrow_white.webp);
          background-repeat: no-repeat;
          position: absolute;
          top: 25px;
          right: 25px;
        }
      }
    }
  }
  .comp_mess {
    font-size: 18px;
    line-height: 37px;
    font-weight: 500;
    margin: 20px 0 20px 0;
  }
  .m_shop_tel {
    margin: 60px 0 0 0;
    display: inline-block;
    & img {
      width: 288px;
    }
  }
  .m_shop_map img {
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .reason_more_btn {
    width: 165px;
    & a {
      width: 165px;
      height: 55px;
      margin: 0 auto;
      background: none;
      display: flex;
      align-items: center;
      border-radius: 28px;
      color: #fff;
      box-sizing: border-box;
      padding: 0 0 0 20px;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: -0.02em;
      border: solid 1px #fff;
      position: relative;
      &:hover span {
        width: 165px;
        height: 55px;
        border-radius: 28px;
        background: #fff;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: -1;
      }
    }
  }
  .m_shop_map a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 1.6;
  }

  .m_reason_wrap {
    background-image: url(../kodaira_lpo/img/m_reason_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0 100px 0;
  }
  .m_reason_in {
    width: 1200px;
    margin: 0 auto;
  }
  .m_reason_te {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 60px;
  }
  .m_reason_ti h2 {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
  }
  .m_reason_ti p {
    font-size: 20px;
    color: #fff;
    & img {
      margin: 0 10px 0 0;
      display: inline-block;
    }
  }
  .m_reason_in ul {
    background: #eeeef5;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 25px;
    & li {
      width: 360px;
      background: #fff;
      border-radius: 7px;
      background-image: url(../kodaira_lpo/img/m_reason_li_bg.webp);
      background-position: center;
      text-align: center;
      position: relative;
      padding: 80px 0 40px 0;
      & .m_reason_no {
        position: absolute;
        top: 35px;
        left: 35px;
      }
      & p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.3;
      }
      & h3 {
        font-size: 30px;
        margin: 25px 0;
        line-height: 1.2;
      }
    }
  }

  .m_service_wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0;
  }
  .m_service_wrap a {
    background-image: url(../kodaira_lpo/img/m_rerise_service_bg.webp);
    background-repeat: no-repeat;
    display: block;
    box-sizing: border-box;
    padding: 35px 35px 35px 50px;
    &:hover .m_serv_btn p {
      background: #fff;
      color: #349db0;
      &::before {
        content: url(../kodaira_lpo/img/arrow_green.webp);
        position: absolute;
        top: 18px;
        right: 26px;
      }
    }
  }
  .m_serv_btn p::after {
    content: url(../kodaira_lpo/img/m_rerise_service_woman.webp);
    position: absolute;
    top: -392px;
    right: -30px;
  }
  .m_serv_mess {
    margin: 0 0 0 120px;
    font-size: 20px;
    font-weight: 600;
    background: #cdaf37;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    &::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 0;
      border-right: 7px solid transparent;
      border-bottom: 10px solid #cdaf37;
      border-left: 7px solid transparent;
      transform: rotate(180deg);
      position: absolute;
      bottom: -10px;
      right: 41px;
    }
  }
  .m_serv_con {
    margin-top: 30px;
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .m_serv_te {
    width: 800px;
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 3px;
    & h2 {
      text-align: center;
      margin: 5px 0 30px 0;
      color: #349db0;
      line-height: 1;
      font-size: 45px;
      position: relative;
      &::before {
        content: "";
        width: 2px;
        height: 40px;
        background: #349db0;
        transform: rotate(-30deg);
        position: absolute;
        bottom: 0;
        left: 90px;
      }
      &::after {
        content: "";
        width: 2px;
        height: 40px;
        background: #349db0;
        transform: rotate(30deg);
        position: absolute;
        top: 10px;
        right: 80px;
      }
    }
    & ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 15px 0;
      & li {
        width: 240px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 25px;
        background: linear-gradient(24deg, #429f80 50%, #55aa8d 50%);
        font-weight: 900;
        text-align: center;
        line-height: 1.2;
        border-radius: 3px;
      }
      & li:last-child {
        font-size: 22px;
      }
    }
  }
  .m_serv_btn p {
    width: 277px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: solid 1px #349db0;
    background: #349db0;
    border-radius: 5px;
    gap: 0 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
    position: relative;
    & img {
      width: 23px;
    }
  }

  /* YouTube */
  .youtube_wrap {
    padding: 130px 0 50px 0;
    position: relative;
    margin: 0 0 100px 0;
    &::before {
      content: "";
      width: 95%;
      height: 770px;
      background: rgb(231, 231, 241, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 0 15px 15px 0;
    }
    iframe {
      display: block;
      width: 100%;
      height: 500px;
    }
  }
  .youtube_ti {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
  }
  .youtu_more_btn {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 99;
  }
  .youtube_con {
    padding: 200px 0 100px 0;
    left: calc(50% - 600px);
    right: 0;
    position: relative;
    overflow: hidden;
    margin-top: -140px;
    width: calc(50% + 600px);
  }

  .youtu_img_mask {
    mask-image: url(/img/top/youtube_img_mask.png);
    -webkit-mask-image: url(/img/top/youtube_img_mask.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: round;
    height: 334px;
    width: 500px;
    transition: 0.3s;
    &:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 5px rgb(0 0 0 / 70%);
    }
  }
  .youtube_slider li a {
    display: block;
    width: 500px;
  }
  .youtube_slider li img {
    height: 100%;
    object-fit: cover;
  }

  .fix_lpo_line {
    position: fixed;
    bottom: 15px;
    left: 0;
    z-index: 200;
    & a img {
      transition: 0.3s;
    }
    & a:hover img {
      transform: translateY(-5px);
    }
  }
}

/* kodaira_lpo
---------------------------------------- */

/* ----------------------------------------
service
---------------------------------------- */

.se_cont {
  margin: 200px 0 180px;
  font-family: "Noto Sans JP", sans-serif;
}

.se_h2_tl {
  width: 1200px;
  margin: 0 auto;
  & h2 {
    color: #333333;
    font-size: 55px;
    font-weight: 800;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    letter-spacing: 5px;
    margin: 0 0 30px 0;
  }
  & p {
    color: #181871;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    padding-left: 47px;
    position: relative;
    &::before {
      content: "";
      background-image: url(/service/img/tl_icon.webp);
      background-size: cover;
      background-repeat: no-repeat;
      width: 28px;
      height: 17px;
      position: absolute;
      top: 3px;
      bottom: 0;
      margin: auto;
      left: 12px;
    }
  }
}

.se_cont_inner {
  margin: 75px 0 0 0;
  padding: 120px 0 175px;
  position: relative;
  z-index: 1;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 88%;
    background-color: #eff1f2;
    border-radius: 15px 0 0 15px;
    z-index: -1;
  }
}

.se_main_img {
  position: relative;
  width: 100%;
  height: 423px;
  &::before {
    content: "";
    width: 95%;
    height: 423px;
    background-image: url(/service/img/se_main_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.se_main_wrap {
  width: 1100px;
  margin: 120px auto 80px;
}
.se_main_tl {
  color: #181871;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 50px;
  &::before {
    content: "";
    width: 604px;
    height: 2px;
    background: #181871;
    position: absolute;
    bottom: 0;
  }
}
.se_txt {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}

.se_ab_box {
  background-color: #ffffff;
  width: 1200px;
  box-sizing: border-box;
  border-radius: 7px;
  margin: 0 auto;
  padding: 230px 84px 65px;
  position: relative;
  &:not(:last-child) {
    margin-bottom: 80px;
  }
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #e5e7eb;
    border-right: 100px solid transparent;
    border-radius: 7px 0 0 0;
    z-index: 1;
  }
  &::after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    width: 695px;
    height: 463px;
    position: absolute;
    top: 99px;
    right: -5.1vw;
  }
}
.se_ab_tl {
  margin-bottom: 140px;
  .se_ab_tl_txt {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
  }
  & h3 {
    color: #333333;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    margin: 25px 0 45px;
  }
  .se_ab_blue {
    color: #181871;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 14px;
    padding-left: 77px;
    &::before {
      content: "";
      width: 63px;
      height: 2px;
      background: #181871;
      position: absolute;
      top: 4px;
      bottom: 0;
      margin: auto;
      left: 0;
    }
  }
}
.se_ab_flex {
  display: flex;
  align-items: center;
  gap: 0 26px;
}

.se_ab_box:first-child {
  &::after {
    background-image: url(/service/img/se_img1.webp);
  }
}
.se_ab_box:nth-child(2) {
  &::after {
    background-image: url(/service/img/se_img2.webp);
  }
}
.se_ab_box:nth-child(3) {
  &::after {
    background-image: url(/service/img/se_img3.webp);
  }
}
.se_ab_box:nth-child(4) {
  &::after {
    background-image: url(/service/img/se_img4.webp);
  }
}
.se_ab_box:nth-child(5) {
  & h3 {
    margin: 60px 0 65px !important;
  }
  &::after {
    background-image: url(/service/img/se_img5.webp);
  }
}
.se_ab_box:nth-child(6) {
  &::after {
    width: 856px;
    right: -11vw;
    background-image: url(/service/img/se_img6.webp);
    background-size: 88%;
  }
}
.se_ab_box:last-child {
  &::after {
    background-image: url(/service/img/app_mockup.webp);
    width: 395px;
    right: 7vw;
  }
}

.se_ab_inner_box {
  margin-bottom: 45px;
}
.se_ab_img {
  margin-bottom: 50px;
}

.se_dl_app {
  width: 655px;
  margin: 80px auto 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  & a {
    display: block;
    .se_app_store {
      width: 280px !important;
    }
    .se_goo_play {
      width: 330px !important;
      display: none;
    }
  }
}

.se_esti {
  width: 1000px;
  margin: 0 auto;
  padding: 54px 52px;
  background-color: #e3e4e8;
  box-sizing: border-box;
  border-radius: 7px;
  & h3 {
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    width: 370px;
    padding: 13px 25px;
    background-color: #88898c;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto 40px;
  }
}
.se_esti_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}
.se_esti_item {
  width: 430px;
  display: block;
  padding: 40px 22px 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
}
.se_esti_txt {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.se_esti_btn {
  width: 364px;
  padding: 27px 55px 25px;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  margin: 25px auto 0;
  border: solid 1px #9a1616;
  background-color: #9a1616;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  display: block;
  gap: 0 8px;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    left: 2vw;
  }
  &:hover {
    background: #fff;
    color: #9a1616;
  }
}
.se_esti_item:first-child .se_esti_btn {
  &::before {
    width: 18px;
    height: 24px;
    background-image: url(/service/img/mitsumolri_form.webp);
  }
  &:hover::before {
    background-image: url(/service/img/mitsumolri_form_hover.webp);
  }
}
.se_esti_item:last-child .se_esti_btn {
  &::before {
    width: 25px;
    height: 18px;
    background-image: url(/service/img/soudan_form.webp);
  }
  &:hover::before {
    background-image: url(/service/img/soudan_form_hover.webp);
  }
}
.se_esti_item_l {
  width: 892px;
  display: block;
  padding: 30px 0;
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  & a {
    width: 480px;
    display: block;
    padding: 25px 0;
    border-radius: 3px;
    box-sizing: border-box;
    border: solid 1px #9a1616;
    background-color: #9a1616;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto;
    position: relative;
    &::before {
      content: "";
      background-image: url(/service/img/pdf_icon.webp);
      width: 29px;
      height: 31px;
      position: absolute;
      top: 3px;
      bottom: 0;
      margin: auto;
      left: 3vw;
    }
    &::after {
      content: "";
      background-image: url(/service/img/se_seni_icon.webp);
      width: 15px;
      height: 15px;
      position: absolute;
      top: 3px;
      bottom: 0;
      margin: auto;
      right: 4vw;
    }
    &:hover {
      background: #fff;
      color: #9a1616;
    }
    &:hover::after {
      background-image: url(/service/img/se_seni_icon_hover.webp);
    }
  }
}

/* service
---------------------------------------- */

/* ----------------------------------------
elected
---------------------------------------- */

.el_cont {
  margin: 200px 0 180px;
  font-family: "Noto Sans JP", sans-serif;
}

.el_h2_tl {
  width: 1200px;
  margin: 0 auto;
  & h2 {
    color: #333333;
    font-size: 55px;
    font-weight: 800;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    letter-spacing: 5px;
    margin: 0 0 30px 0;
  }
  & p {
    color: #181871;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    padding-left: 47px;
    position: relative;
    &::before {
      content: "";
      background-image: url(/elected/img/tl_icon.webp);
      background-size: cover;
      background-repeat: no-repeat;
      width: 28px;
      height: 17px;
      position: absolute;
      top: 3px;
      bottom: 0;
      margin: auto;
      left: 12px;
    }
  }
}

.el_cont_inner {
  margin: 75px 0 0 0;
  padding: 120px 0 175px;
  position: relative;
  z-index: 1;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 88%;
    background-color: #eff1f2;
    border-radius: 15px 0 0 15px;
    z-index: -1;
  }
}

.el_main_img {
  position: relative;
  width: 100%;
  height: 423px;
  &::before {
    content: "";
    width: 95%;
    height: 423px;
    background-image: url(/elected/img/el_main_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.el_cont_inner ul {
  margin: 115px 0 0 0;
}

.el_ab_box {
  background-color: #ffffff;
  width: 1200px;
  box-sizing: border-box;
  border-radius: 7px;
  margin: 0 auto;
  padding: 225px 85px 65px;
  position: relative;
  &:not(:last-child) {
    margin-bottom: 80px;
  }
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #e5e7eb;
    border-right: 100px solid transparent;
    border-radius: 7px 0 0 0;
    z-index: 1;
  }
  &::after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    width: 695px;
    height: 463px;
    position: absolute;
    top: 99px;
    right: -5.1vw;
  }
}
.el_ab_tl {
  margin-bottom: 140px;
  .el_ab_tl_txt {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
  }
  & h3 {
    color: #333333;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    margin: 30px 0 45px;
  }
  .el_ab_blue {
    color: #181871;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 14px;
    padding-left: 77px;
    &::before {
      content: "";
      width: 63px;
      height: 2px;
      background: #181871;
      position: absolute;
      top: 4px;
      bottom: 0;
      margin: auto;
      left: 0;
    }
  }
}
.el_txt {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
.el_ab_flex {
  display: flex;
  align-items: center;
  gap: 0 34px;
}

.el_ab_box:first-child {
  &::after {
    background-image: url(/elected/img/el_img1.webp);
  }
}
.el_ab_box:nth-child(2) {
  &::after {
    background-image: url(/elected/img/el_img2.webp);
  }
}
.el_ab_box:nth-child(3) {
  &::after {
    background-image: url(/elected/img/el_img3.webp);
  }
}
.el_ab_box:nth-child(4) {
  padding: 80px 0 95px !important;
}
.el_ab_box:nth-child(5) {
  padding: 70px 138px 80px !important;
}

.el_cm_tl {
  margin: 0 auto 35px;
  & h3 {
    color: #181871;
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    margin: 25px 0 0;
    text-align: center;
  }
  & img {
    display: block;
    margin: 0 auto;
  }
}
.el_cm_box {
  & img {
    display: block;
    margin: 0 auto;
  }
}

.el_mitsumori_tl {
  & h3 {
    color: #181871;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    margin: 25px 0 45px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    &::before {
      content: "";
      width: 900px;
      height: 2px;
      background: #181871;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
    }
  }
}

.el_mitsumori_box {
  & img {
    display: block;
    margin: 0 auto 10px;
  }
  .el_mi_txt {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    margin-right: 55px;
  }
}
.el_mitsumori_blue {
  width: 913px;
  margin: 25px 0 35px;
  padding: 20px 97px 10px 55px;
  border-radius: 7px;
  background-color: #eef7ff;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  .el_mi_ilust {
    display: block;
    margin: 0;
  }
}

.el_mitsumori_blue_txt {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  .el_p_bl {
    font-size: 38px;
  }
  .el_p_bl_red {
    color: #9a1616;
  }
}
.el_mitsumori_flex {
  width: 913px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  & p {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
  }

  & a {
    width: 442px;
    display: block;
    padding: 26px 0;
    border-radius: 3px;
    border: solid 1px #9a1616;
    background-color: #9a1616;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    &::before {
      content: "";
      position: absolute;
      top: 3px;
      bottom: 0;
      margin: auto;
      left: 5.4vw;
      width: 18px;
      height: 24px;
      background-image: url(/elected/img/mitsumolri_form.webp);
    }
    &:hover {
      background: #fff;
      color: #9a1616;
      &::before {
        background-image: url(/elected/img/mitsumolri_form_hover.webp);
      }
    }
  }
}
/* elected
---------------------------------------- */

/*---------------------------------------- 
 concept*/

.riz_lp_all_wrap {
  font-family:
    游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-weight: 500;
  overflow: hidden;
}

.riz_lp_all_wrap h1 {
  color: #ffffff;
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
/*----main-----*/
.rg_conce_main_wrap {
  background-color: #171771;
  padding: 290px 0 160px;
  position: relative;
  z-index: 7;
  border-radius: 0 0 0 300px;
}
.rg_conce_main_wrap::before {
  content: "";
  width: 100%;
  height: 480px;
  background-image: url(/concept/img/main_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  z-index: 0;
}
.rg_conce_main_wrap::after {
  content: "";
  width: 411px;
  height: 459px;
  background-image: url(/concept/img/main_logo_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  bottom: 70px;
  right: 5%;
}
.rg_conce_main_inner {
  padding: 0 10%;
}
.rg_conce_main_wrap .rg_conce_tl {
  margin: 0px 0 208px;
}
.rg_conce_tl p {
  color: #ffffff;
  font-size: clamp(15px, 1.8vw, 22px);
  font-weight: bold;
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  line-height: 1;
  letter-spacing: 2px;
  display: flex;
  gap: 0 6px;
  margin-bottom: 30px;
  padding-left: 2.5%;
  position: relative;
}
.rg_conce_tl p::before {
  content: "";
  width: 2%;
  height: 50px;
  background-image: url(/concept/img/tl_icon_white.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 0;
}
.rg_conce_tl h2 {
  color: #ffffff;
  font-size: clamp(50px, 4vw, 70px);
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1;
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  position: relative;
  z-index: 0;
}
.rg_conce_main_txt {
  color: #ffffff;
  font-size: clamp(23px, 2.1vw, 36px);
  font-weight: bold;
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  letter-spacing: 0.5px;
  line-height: 2.2;
  position: relative;
  z-index: 3;
}
/*----/main-----*/

/*----reason-----*/
.rg_conce_reason_wrap {
  background-color: #e8e8e8;
  padding: 500px 0 220px;
  margin-top: -295px;
  position: relative;
  z-index: 6;
  border-radius: 0 0 0 300px;
}
.rg_conce_reason_wrap::after {
  content: "";
  width: 10%;
  height: 942px;
  background-image: url(/concept/img/re_txt_img.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: -1;
}
.rg_conce_tl_blue {
  margin: 0 auto 7%;
  width: 90%;
}
.rg_conce_tl_blue p {
  color: #171771;
}
.rg_conce_tl_blue p::before {
  background-image: url(/concept/img/tl_icon_blue.webp);
}
.rg_conce_tl_blue h3 {
  color: #333333;
  font-size: clamp(50px, 4vw, 70px);
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 1;
  font-family:
    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  position: relative;
  z-index: 0;
}
.rg_conce_flex li {
  display: flex;
  position: relative;
  &:first-child {
    margin-bottom: 130px;
  }
}
.rg_conce_flex li img {
  position: absolute;
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.rg_conce_flex li:nth-child(odd) img {
  border-radius: 30px 0 0 0;
}
.rg_conce_flex li:nth-child(even) img {
  border-radius: 0 30px 0 0;
}
/* 1つ目（奇数）：テキスト(左) ＋ 画像(右) */
.rg_conce_flex li:nth-child(odd) {
  /* テキストの左側にだけ余白を作る */
  margin-left: 5%;
}
.rg_conce_flex li:nth-child(odd) img {
  right: 0;
}
/* 2つ目（偶数）：画像(左) ＋ テキスト(右) */
.rg_conce_flex li:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-right: 5%;
}
.rg_conce_flex li:nth-child(even) img {
  left: 0;
}
.rg_conce_flex_r {
  width: 47%;
  padding-top: 50px;
  font-family:
    "Yu Gothic Medium", "Yu Gothic", "YuGothic", "游ゴシック体", "游ゴシック",
    sans-serif;
}
.rg_conce_con_tl {
  color: #333333;
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0px;
  padding-bottom: 5%;
  position: relative;
  &::before {
    content: "";
    width: 120px;
    height: 1px;
    background: #171771;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.rg_conce_con_txt {
  color: #333333;
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0px;
  margin: 5% 0;
}
.rg_conce_btn a {
  width: 300px;
  display: block;
  color: #171771 !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 33px 38px;
  border-radius: 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  text-align: left;
  position: relative;
  &::after {
    content: "";
    width: 19px;
    height: 15px;
    background-image: url(/concept/img/file_icon_blue.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    right: 1.5vw;
  }
}
.rg_conce_sekoujirei_btn a {
  width: 300px;
  display: block;
  color: #171771 !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 33px 38px;
  border-radius: 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  text-align: left;
  position: relative;
}
.rg_conce_sekoujirei_btn a span {
  width: 23px;
  height: 23px;
  border-radius: 14px;
  background: #171771;
  position: absolute;
  top: 30px;
  bottom: 0;
  margin: 0 auto;
  right: 23px;
  z-index: 1;
  transition: 0.3s;
}
.rg_conce_sekoujirei_btn a::before {
  content: "";
  width: 8px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 41px;
  right: 30px;
  z-index: 3;
}
.rg_conce_sekoujirei_btn a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  transform: rotate(-45deg);
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 39px;
  right: 31px;
  z-index: 2;
}

/*----/reason-----*/

/*----after support----*/
.rg_conce_support_wrap {
  background-color: #ffffff;
  padding: 500px 0 220px;
  margin-top: -295px;
  position: relative;
  z-index: 5;
  border-radius: 0 0 0 300px;
}
.rg_conce_support_wrap:after {
  content: "";
  width: 10%;
  height: 1044px;
  background-image: url(/concept/img/su_txt_img.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: -1;
}
/*----/after support----*/

/* concept
---------------------------------------- */
