@charset "utf-8";

/*
  File Name   : residence.css
  Description : コンテンツエリア関係 他
*/

/* base
============================================================ */
#lay-main {
  padding-bottom: 0;
}

/* com-section-base
============================================================ */
.com-section-base {
  margin-top: 100px;
}
.com-section-base:first-of-type {
  margin-top: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .com-section-base {
    margin-top: 80px;
  }
}

/* svg-title-A
============================================================ */
.svg-title-A {
  text-align: center;
  margin-bottom: 60px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .svg-title-A {
    margin-bottom: 40px;
  }
}

/* residence-text-wrap
============================================================ */
.residence-text-wrap .text-block .title {
  font-size: 20px;
  font-weight: bold;
  color: #5a514b;
  margin-bottom: 8px;
  line-height: 1.6;
}
.residence-text-wrap .text-block {
  width: calc(100% - 300px);
}
.residence-text-wrap .img-block {
  width: 300px;
  text-align: right;
  margin-left: auto;
}
.residence-text-wrap .single-img-block {
  width: 100%;
  text-align: center;
  margin-top: 45px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .residence-text-wrap .text-block .title {
    font-size: 20px;
    font-weight: bold;
    color: #5a514b;
    margin-bottom: 8px;
    line-height: 1.6;
  }
  .residence-text-wrap .text-block {
    width: 100%;
  }
  .residence-text-wrap .single-img-block {
    margin-top: 30px;
  }
}

/* -residence-common-parts
============================================================ */
.-residence-common-parts {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .-residence-common-parts {
  }
}

/* -com-first-wrap
============================================================ */
.-com-first-wrap {
  margin-bottom: 60px !important;
}
.-com-first-wrap .img-wrap {
  background: url(../img/residence/residence-top-img-1.jpg) center no-repeat;
  background-size: cover;
}
.-com-first-wrap .title-block-head {
  margin-bottom: 30px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .-com-first-wrap {
    margin-bottom: 80px !important;
  }
}

/* com-section-bottom-nav
============================================================ */
body.index .com-section-bottom-nav {
  margin-top: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  body.index .com-section-bottom-nav {
    margin-top: 0;
  }
}

/* -residence-top-B
============================================================ */
.-residence-top-B {
  margin-top: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .hoge {
  }
}

/* -residence-top-C
============================================================ */
.com-section-base.-residence-top-C {
  margin-top: 113px !important;
}
.-residence-top-C {
  padding-bottom: 150px;
}
.-residence-top-C .person-C {
  position: relative;
}
.-residence-top-C .person-C img {
  width: 123px;
  position: absolute;
  bottom: 0;
  right: 53px;
}
.-residence-top-C .flow-list-wrap li {
  width: calc((100% - 20px * 3) / 4);
  margin-right: 20px;
  box-shadow: 5px 5px 15px 0 #f7eae2;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  padding: 20px 20px;
  box-sizing: border-box;
}
.-residence-top-C .flow-list-wrap li:last-child {
  margin-right: 0;
}
.-residence-top-C .flow-list-wrap li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 31px;
  height: 30px;
  background: url(../img/residence/flow-list-wrap-arrow.png) 0 0 no-repeat;
  background-size: 31px auto;
  z-index: 1;
}
.-residence-top-C .flow-list-wrap li:last-child:after {
  display: none;
}
.-residence-top-C .flow-list-wrap li .number-parts {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #e24a7e;
  padding-top: 7px;
  box-sizing: border-box;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.-residence-top-C .flow-list-wrap li .number-parts .number {
  font-size: 20px;
  margin-top: 4px;
}
.-residence-top-C .flow-list-wrap li .img-block {
  text-align: center;
}
.-residence-top-C .flow-list-wrap li .img-block img {
  border-radius: 10px;
  overflow: hidden;
}
.-residence-top-C .flow-list-wrap li .desc-block {
  margin-top: 20px;
}
.-residence-top-C .flow-list-wrap li .desc-block .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #e24a7e;
  text-align: center;
}
.-residence-top-C .flow-list-wrap li .desc-block .text {
  margin-top: 15px;
  letter-spacing: 1px;
}

.-residence-top-C .flow-box-wrap {
  margin-top: 40px;
}
.-residence-top-C .flow-box-wrap .main-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 11px 20px;
  border-radius: 15px 15px 0 0;
  background-color: #433c37;
}
.-residence-top-C .flow-box-wrap .main-title span {
  position: relative;
  padding-left: 40px;
}
.-residence-top-C .flow-box-wrap .main-title span::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 31px;
  height: 35px;
  background: url(../img/residence/timing/timing-box-wrap-title-icon.png) 0 0 no-repeat;
  background-size: 31px auto;
}
.-residence-top-C .flow-box-wrap .desc-wrap {
  padding: 25px 40px 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}
.-residence-top-C .flow-box-wrap .item {
  width: calc((100% - 40px * 1) / 2);
  margin-right: 40px;
}
.-residence-top-C .flow-box-wrap .item:last-child {
  margin-right: 0;
}
.-residence-top-C .flow-box-wrap .item .text {
  margin-top: 15px;
}

.-residence-top-C .com-table-wrap-A {
  margin-top: 40px;
}
.-residence-top-C .com-small-text-wrap {
  margin-top: 0;
}
.-residence-top-C .com-small-text-wrap li {
  font-size: 14px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .-residence-top-C {
    padding-bottom: 80px;
  }
  .-residence-top-C .person-C h2.main-title {
    padding-right: 120px;
  }
  .-residence-top-C .person-C img {
    width: 100px;
    bottom: 0;
    right: 10px;
  }
  .-residence-top-C .flow-list-wrap li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .-residence-top-C .flow-list-wrap li:last-child {
    margin-bottom: 0;
  }
  .-residence-top-C .flow-list-wrap li::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -20px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 30px;
    height: 31px;
    background: url(../img/residence/flow-list-wrap-arrow-sp.png) 0 0 no-repeat;
    background-size: 30px auto;
    z-index: 1;
  }
  .-residence-top-C .flow-list-wrap li:last-child:after {
    display: none;
  }
  .-residence-top-C .flow-list-wrap li .number-parts {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #e24a7e;
    padding-top: 7px;
    box-sizing: border-box;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .-residence-top-C .flow-list-wrap li .number-parts .number {
    font-size: 20px;
    margin-top: 4px;
  }
  .-residence-top-C .flow-list-wrap li .img-block {
    text-align: center;
  }
  .-residence-top-C .flow-list-wrap li .desc-block {
    margin-top: 20px;
  }
  .-residence-top-C .flow-list-wrap li .desc-block .title {
    text-align: center;
  }
  .-residence-top-C .flow-list-wrap li .desc-block .text {
    margin-top: 15px;
    letter-spacing: 1px;
  }

  .-residence-top-C .flow-box-wrap {
    margin-top: 40px;
  }
  .-residence-top-C .flow-box-wrap .main-title {
    font-size: 18px;
    text-align: left;
    padding: 11px 20px;
  }
  .-residence-top-C .flow-box-wrap .main-title span {
    display: block;
  }
  .-residence-top-C .flow-box-wrap .main-title span::before {
    top: calc(50% - 3px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .-residence-top-C .flow-box-wrap .desc-wrap {
    padding: 20px 20px 20px;
  }
  .-residence-top-C .flow-box-wrap .item {
    width: 100%;
    margin-right: 0;
  }
  .-residence-top-C .flow-box-wrap .item:last-child {
    margin-top: 20px;
  }
  .-residence-top-C .flow-box-wrap .item .text {
    margin-top: 15px;
  }

  .-residence-top-C .com-table-wrap-A {
    margin-top: 40px;
  }
  .-residence-top-C .com-small-text-wrap {
    margin-top: 0;
  }
  .-residence-top-C .com-small-text-wrap li {
    font-size: 14px;
  }
}


/* body.timing */
/* ============================================================ */

/* -residence-timing-A
============================================================ */
body.timing .-residence-timing-A {
}
body.timing .-residence-timing-A .lead-text {
  margin-top: 15px;
}
body.timing .-residence-timing-A .single-img-wrap {
  max-width: 900px;
  margin: 40px auto 0;
}
body.timing .-residence-timing-A {
}
body.timing .-residence-timing-A {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .hoge {
  }
}

/* -residence-timing-B
============================================================ */
body.timing .-residence-timing-B .residence-text-wrap {
  margin-top: 15px;
}
body.timing .-residence-timing-B .residence-text-wrap .text-block .list-box li {
  padding-left: 23px;
  position: relative;
}
body.timing .-residence-timing-B .residence-text-wrap .text-block .list-box li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #e24a7e;
  border-radius: 50%;
}
body.timing .-residence-timing-B .residence-text-wrap .text-block .list-box li a {
  text-decoration: underline;
  color: #e24a7e;
}
body.timing .-residence-timing-B .residence-text-wrap .text-block .list-box li a:hover {
  text-decoration: none;
}
body.timing .-residence-timing-B .residence-text-wrap .img-block {
  width: 220px;
  margin-left: auto;
}
body.timing .-residence-timing-B .residence-text-wrap .img-block img {
  border-radius: 10px;
  overflow: hidden;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  body.timing .-residence-timing-B {
  }
  body.timing .-residence-timing-B .residence-text-wrap .text-block .list-box li a:hover {
    text-decoration: underline;
  }
  body.timing .-residence-timing-B .residence-text-wrap .img-block {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
}

/* -residence-timing-C
============================================================ */
body.timing .-residence-timing-C .residence-text-wrap {
  margin-top: 15px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  body.timing .-residence-timing-C .residence-text-wrap .img-block {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  body.timing .-residence-timing-C .residence-text-wrap .com-btn-wrap {
    margin: 20px auto 0;
  }
  body.timing .-residence-timing-C .com-btn-wrap a {
    display: block;
    text-align: center;
  }
}

/* -residence-timing-D
============================================================ */
body.timing .-residence-timing-D {
  margin-top: 130px;
  padding-bottom: 140px;
}
body.timing .-residence-timing-D .list-img-desc-wrap {
  margin-top: 60px;
}
body.timing .-residence-timing-D .list-img-desc-wrap ul {
  flex-wrap: wrap;
}
body.timing .-residence-timing-D .list-img-desc-wrap li {
  width: calc((100% - 40px * 1) / 2);
  margin-right: 40px;
}
body.timing .-residence-timing-D .list-img-desc-wrap li:nth-child(2n) {
  margin-right: 0;
}
body.timing .-residence-timing-D .list-img-desc-wrap li:nth-child(n + 3) {
  margin-top: 32px;
}
body.timing .-residence-timing-D .list-img-desc-wrap .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #ddd;
}
body.timing .-residence-timing-D .list-img-desc-wrap .img-block {
  margin-top: 20px;
}
body.timing .-residence-timing-D .list-img-desc-wrap .img-block img {
  border-radius: 10px;
  overflow: hidden;
}
body.timing .-residence-timing-D .list-img-desc-wrap .desc-block {
  margin-top: 17px;
  letter-spacing: 1px;
}

body.timing .-residence-timing-D .list-img-desc-wrap .item-1 .title,
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-A {
  background-color: #b5a91f;
}
body.timing .-residence-timing-D .list-img-desc-wrap .item-2 .title,
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-B {
  background-color: #2d8dbe;
}
body.timing .-residence-timing-D .list-img-desc-wrap .item-3 .title,
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-C {
  background-color: #c13d5e;
}
body.timing .-residence-timing-D .list-img-desc-wrap .item-4 .title,
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-D {
  background-color: #6d7e20;
}
body.timing .-residence-timing-D .list-img-desc-wrap .item-5 .title,
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-E {
  background-color: #6f386f;
}

body.timing .-residence-timing-D .single-img-wrap {
  position: relative;
}
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap {

}
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 22px 30px;
  padding-right: 48px;
  box-sizing: border-box;
  border-radius: 50px;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn:hover {
  text-decoration: none;
  opacity: .7;
}
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 10px;
  background: url(../img/common/icon-arrow-bottom-wh.png) 0 0 no-repeat;
  background-size: 9px auto;
}

body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-A {
  top: 45px;
  left: 273px;
}
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-B {
  top: 45px;
  right: 10px;
}
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-C {
  top: 552px;
  left: 623px;
}
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-D {
  bottom: 110px;
  right: 119px;
}
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-E {
  bottom: 146px;
  left: 279px;
}

body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-A {
  background-color: rgba(181, 169, 31, .9);
}
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-B {
  background-color: rgba(45, 141, 190, .9);
}
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-C {
  background-color: rgba(193, 61, 94, .9);
}
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-D {
  background-color: rgba(109, 126, 32, .9);
}
body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-E {
  background-color: rgba(111, 56, 111, .9);
}

@media screen and (max-width: 1261px) {
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn {
    font-size: 1.11vw;
    padding: 1.745vw 2.379vw;
    padding-right: 3.807vw;
    border-radius: 3.965vw;
  }
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn::after {
    right: 1.586vw;
    width: 0.714vw;
    height: 0.793vw;
    background-size: 0.714vw auto;
  }

  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-A {
    top: 3.569vw;
    left: 21.649vw;
  }
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-B {
    top: 3.569vw;
    right: 0.793vw;
  }
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-C {
    top: 43.775vw;
    left: 49.405vw;
  }
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-D {
    bottom: 8.723vw;
    right: 9.437vw;
  }
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-E {
    bottom: 11.578vw;
    left: 22.125vw;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  body.timing .-residence-timing-D {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  body.timing .-residence-timing-D .list-img-desc-wrap {
    margin-top: 40px;
  }
  body.timing .-residence-timing-D .list-img-desc-wrap li {
    width: 100%;
    margin-right: 0;
  }
  body.timing .-residence-timing-D .list-img-desc-wrap li:nth-child(n + 3),
  body.timing .-residence-timing-D .list-img-desc-wrap li:nth-child(n + 2) {
    margin-top: 30px;
  }
  body.timing .-residence-timing-D .list-img-desc-wrap .img-block {
    text-align: center;
  }
  body.timing .-residence-timing-D .list-img-desc-wrap .title {
    font-size: 18px;
  }
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn {
    font-size: 1.185vw;
    padding: 1.863vw 2.54vw;
    padding-right: 2.54vw;
    border-radius: 4.234vw;
  }
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn::after {
    display: none;
  }

  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-A {
    top: 3.81vw;
    left: 23.116vw;
  }
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-B {
    top: 3.81vw;
    right: 0.847vw;
  }
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-C {
    top: 46.74vw;
    left: 52.752vw;
  }
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-D {
    bottom: 9.314vw;
    right: 10.076vw;
  }
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-E {
    bottom: 12.362vw;
    left: 23.624vw;
  }
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 376px) {
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn {
    font-size: 1.885vw;
    padding: 2.563vw 2.754vw;
    padding-right: 2.754vw;
    border-radius: 4.934vw;
  }
  body.timing .-residence-timing-D .single-img-wrap .img-btn-wrap .btn-E {
    left: 13.624vw;
  }
}

/* -residence-timing-E
============================================================ */
body.timing .-residence-timing-E {
  margin-top: 60px;
  padding-bottom: 0;
}
body.timing .com-section-base.-residence-timing-E .com-bottom-link-wrap {
  margin-top: 40px !important;
}
body.timing .-residence-timing-E .person-A,
body.timing .-residence-timing-E .person-B {
  position: relative;
}
body.timing .-residence-timing-E .com-list-title-text-wrap p.text {
  width: calc(100% - 150px);
}
body.timing .-residence-timing-E .person-A .person-A-inner {
  width: 150px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
body.timing .-residence-timing-E .person-B .person-B-inner {
  width: 127px;
  position: absolute;
  bottom: 0;
  right: 17px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  body.timing .-residence-timing-E .com-list-title-text-wrap p.text {
    width: calc(100% - 100px);
  }
  body.timing .-residence-timing-E .person-A .person-A-inner,
  body.timing .-residence-timing-E .person-B .person-B-inner {
    width: 100px;
    bottom: 0;
    right: 0;
  }
}

/* yoyaku
============================================================ */
.yoyaku-1 {
  margin: 60px auto 0;
  text-align: center;
}
.yoyaku-2 {
  margin: 20px auto 0;
  text-align: center;
}


/* body.investigation */
/* ============================================================ */

/* -residence-investigation-A
============================================================ */
body.investigation .-residence-investigation-A .com-list-title-text-wrap {
  margin-top: 30px;
}
body.investigation .-residence-investigation-A .com-list-title-text-wrap li .desc-wrap {
  padding: 20px 20px 20px;
  text-align: center;
}
body.investigation .-residence-investigation-A .bottom-wrap {
  margin-top: 60px;
}
body.investigation .-residence-investigation-A .bottom-wrap .person-A {
  position: relative;
}
body.investigation .-residence-investigation-A .bottom-wrap .person-A img {
  width: 152px;
  position: absolute;
  bottom: -30px;
  right: 27px;
}
body.investigation .-residence-investigation-A .bottom-wrap .com-or-line-title {
  margin-bottom: 30px;
}
body.investigation .-residence-investigation-A .bottom-wrap .item {
  width: calc((100% - 40px * 1) / 2);
  margin-right: 40px;
}
body.investigation .-residence-investigation-A .bottom-wrap .item:last-child {
  margin-right: 0;
}
body.investigation .-residence-investigation-A .bottom-wrap .item .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  background-color: #433c37;
  padding: 12px 25px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
body.investigation .-residence-investigation-A .bottom-wrap .img-block {
  padding: 0 20px;
}
body.investigation .-residence-investigation-A .bottom-wrap .img-block.-pdg-r-l-0 {
  padding: 0 0;
}
body.investigation .-residence-investigation-A .com-btn-wrap {
  margin-top: 10px;
}
body.investigation .com-section-bottom-nav .com-section-inner .person-B {
  width: 196px;
  position: absolute;
  top: -327px;
  left: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  body.investigation .-residence-investigation-A .com-list-title-text-wrap {
    margin-top: 30px;
  }
  body.investigation .-residence-investigation-A .com-list-title-text-wrap li .desc-wrap {
    padding: 20px 20px 20px;
    text-align: center;
  }
  body.investigation .-residence-investigation-A .bottom-wrap {
    margin-top: 60px;
  }
  body.investigation .-residence-investigation-A .bottom-wrap .person-A h3 {
    padding-right: 120px;
  }
  body.investigation .-residence-investigation-A .bottom-wrap .person-A img {
    width: 100px;
    bottom: -30px;
    right: 10px;
  }
  body.investigation .-residence-investigation-A .bottom-wrap .com-or-line-title {
    margin-bottom: 30px;
  }
  body.investigation .-residence-investigation-A .bottom-wrap .item {
    width: 100%;
    max-width: 500px;
    margin-right: 0;
    margin: 0 auto;
  }
  body.investigation .-residence-investigation-A .bottom-wrap .item:last-child {
    margin: 0 auto;
    margin-top: 30px;
  }
  body.investigation .-residence-investigation-A .bottom-wrap .item .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  body.investigation .-residence-investigation-A .bottom-wrap .img-block {
    padding: 0 0;
  }
  body.investigation .-residence-investigation-A .com-btn-wrap {
    margin: 30px auto 0;
    width: 290px;
  }
  body.investigation .-residence-investigation-A .com-btn-wrap a {
    display: block;
    text-align: center;
  }
  body.investigation .com-section-bottom-nav .com-section-inner .person-B {
    width: 100px;
    top: -196px;
    left: 0;
  }
}

/* -residence-investigation-B
============================================================ */
body.investigation .-residence-investigation-B {
  margin-top: 160px;
  padding-bottom: 150px;
}
body.investigation .-residence-investigation-B .introduction-wrap .item {
  margin-bottom: 80px;
}
body.investigation .-residence-investigation-B .introduction-wrap .item:last-child {
  margin-bottom: 0;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-A {
}
body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-A {
  width: 184px;
  margin-right: auto;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B {
  width: 880px;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B .name-category .category {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-left: 10px;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B .name-category .category::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #433C37;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B .name-category .name {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B .name-category .name span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B .img-block-wrap {
  margin-top: 32px;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B .img-block-wrap li {
  width: calc((100% - 20px * 2) / 3);
  margin-right: 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B .img-block-wrap li img {
  border-radius: 10px;
  overflow: hidden;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B .img-block-wrap li:last-child {
  margin-right: 0;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B .img-block-wrap li .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  box-sizing: border-box;
  background-color: rgba(67, 60, 55, .9);
  width: 100%;
  position: absolute;
  bottom: 0;
}

body.investigation .-residence-investigation-B .introduction-wrap .box-B {
  margin-top: 25px;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-B .desc-block {
  width: 950px;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-B .img-block {
  width: 106px;
  margin-left: auto;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-B .desc-block .text-box {
  margin-bottom: 27px;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-B .desc-block .text-box .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #e24a7e;
  padding-bottom: 1px;
  border-bottom: solid 1px #edccb6;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-B .desc-block .text-box .text {
  margin-top: 15px;
}
body.investigation .-residence-investigation-B .introduction-wrap .box-B .com-table-wrap-A {
  margin-top: 35px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  body.investigation .-residence-investigation-B {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  body.investigation .-residence-investigation-B .introduction-wrap .item {
    margin-bottom: 80px;
  }
  body.investigation .-residence-investigation-B .introduction-wrap .item:last-child {
    margin-bottom: 0;
  }
  body.investigation .-residence-investigation-B .introduction-wrap .box-A {
  }
  body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-A {
    width: 100px;
    margin-right: 20px;
  }
  body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B {
    width: 100%;
  }
  body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B .img-block-wrap {
    margin-top: 32px;
  }
  body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B .img-block-wrap li {
    width: 100%;
    max-width: 500px;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B .img-block-wrap li:last-child {
    margin: 0 auto;
    margin-bottom: 0;
  }
  body.investigation .-residence-investigation-B .introduction-wrap .box-A .img-block-B .img-block-wrap li img {
    width: 100%;
  }

  body.investigation .-residence-investigation-B .introduction-wrap .box-B {
    margin-top: 25px;
  }
  body.investigation .-residence-investigation-B .introduction-wrap .box-B .desc-block {
    width: 100%;
  }
  body.investigation .-residence-investigation-B .introduction-wrap .box-B .img-block {
    width: 106px;
    margin-left: 0;
    margin: 30px auto 0;
  }
  body.investigation .-residence-investigation-B .introduction-wrap .box-B .desc-block .text-box {
    margin-bottom: 15px;
  }
  body.investigation .-residence-investigation-B .introduction-wrap .box-B .desc-block .text-box .text {
    margin-top: 15px;
  }
  body.investigation .-residence-investigation-B .introduction-wrap .box-B .com-table-wrap-A {
    margin-top: 35px;
  }
  body.investigation .-residence-investigation-B .sp-flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


/* body.management */
/* ============================================================ */

/* -residence-management-A
============================================================ */
body.management .-residence-management-A .single-img-wrap {
  text-align: center;
  max-width: 402px;
  margin: 30px auto 0;
}
body.management .-residence-management-A .main-text-wrap {
  text-align: center;
  margin-top: 25px;
  position: relative;
}
body.management .-residence-management-A .main-text-wrap .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
}
body.management .-residence-management-A .main-text-wrap .text {
  letter-spacing: 1px;
  margin-top: 20px;
}
body.management .-residence-management-A .main-text-wrap .person-A {
  width: 275px;
  position: absolute;
  bottom: -50px;
  right: 0;
}
body.management .-residence-management-A .com-small-text-wrap {
  margin-top: 26px;
}
body.management .-residence-management-A .com-small-text-wrap li {
  font-size: 14px;
  letter-spacing: 1px;
}
body.management .-residence-management-A .management-box-A {
  margin-top: 50px;
  position: relative;
}
body.management .-residence-management-A .management-box-A .person-B {
  width: 111px;
  position: absolute;
  top: -92px;
  right: 26px;
  z-index: -1;
}
body.management .-residence-management-A .management-box-A ul {
  display: flex;
}
body.management .-residence-management-A .management-box-A li {
  width: calc((100% - 40px * 2) / 3);
  margin-right: 40px;
  box-shadow: 5px 5px 15px 0 #f7eae2;
  border-radius: 30px;
  background-color: #fff;
  position: relative;
  text-align: center;
}
body.management .-residence-management-A .management-box-A li:last-child {
  margin-right: 0;
}
body.management .-residence-management-A .management-box-A li .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  border-radius: 30px 30px 0 0;
  background-color: #bbb;
  padding: 12px 10px 12px;
}
body.management .-residence-management-A .management-box-A .desc-wrap {
  padding: 20px 0 18px;
  box-sizing: border-box;
}
body.management .-residence-management-A .management-box-A .desc-wrap .img-block {
  padding: 0 20px 16px;
}
body.management .-residence-management-A .management-box-A .desc-wrap .img-block img {
  width: 78px;
}
body.management .-residence-management-A .management-box-A .desc-wrap .img-block .img-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 10px;
}
body.management .-residence-management-A .management-box-A .text-box {
  border-top: dashed 1px #d5d5d5;
  padding: 15px 20px 0;
  padding-top: 15px;
  width: 100%;
  display: table;
}
body.management .-residence-management-A .management-box-A .text-box .text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  display: table-cell;
  vertical-align: middle;
}
body.management .-residence-management-A .management-box-A .text-box .text .small {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
body.management .-residence-management-A .management-box-A li.item-A .parts {
  width: 146px;
  position: absolute;
  top: -26px;
  left: -40px;
}
body.management .-residence-management-A li.item-A {
  background-color: #fffde6;
}
body.management .-residence-management-A li.item-A .title {
  background-color: #e24a7e;
}
body.management .-residence-management-A li.item-A .img-title {
  color: #e24a7e;
}
body.management .-residence-management-A li.item-A .text-box .text .color {
  color: #e24a7e;
}

body.management .-residence-management-A li.item-B {
  background-color: #fff;
}
body.management .-residence-management-A li.item-B .title {
  background-color: #00aded;
}
body.management .-residence-management-A li.item-B .img-title {
  color: #00aded;
}
body.management .-residence-management-A li.item-B .text-box .text .color {
  color: #00aded;
}

body.management .-residence-management-A li.item-C {
  background-color: #fff;
}
body.management .-residence-management-A li.item-C .title {
  background-color: #664e9a;
}
body.management .-residence-management-A li.item-C .img-title {
  color: #664e9a;
}
body.management .-residence-management-A li.item-C .text-box .text .color {
  color: #664e9a;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  body.management .-residence-management-A .main-text-wrap .text {
    text-align: left;
    padding-right: 120px;
  }
  body.management .-residence-management-A .main-text-wrap .person-A {
    width: 180px;
    bottom: -51px;
    right: 0;
    z-index: -1;
  }
  body.management .-residence-management-A .com-small-text-wrap {
    margin-top: 26px;
  }
  body.management .-residence-management-A .com-small-text-wrap li {
    font-size: 14px;
    letter-spacing: 1px;
  }
  body.management .-residence-management-A .com-small-text-wrap li {
    font-size: 12px;
    width: calc(100% - 120px);
  }
  body.management .-residence-management-A .management-box-A .person-B {
    width: 100px;
    top: -82px;
    right: 26px;
  }
  body.management .-residence-management-A .management-box-A {
    margin-top: 50px;
  }
  body.management .-residence-management-A .management-box-A ul {
    display: block;
  }
  body.management .-residence-management-A .management-box-A li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  body.management .-residence-management-A .management-box-A li:last-child {
    margin-bottom: 0;
  }

  body.management .-residence-management-A .management-box-A li.item-A .parts {
    width: 100px;
    top: -40px;
    left: -20px;
  }
}

/* -residence-management-B
============================================================ */
/* body.management .-residence-management-B {
  margin-top: 150px;
}
body.management .-residence-management-B .main-text {
  margin-top: 25px;
}
body.management .-residence-management-B .com-list-box-A .number-parts .title {
  letter-spacing: 0;
}
body.management .-residence-management-B .com-list-box-A li .outer {
  padding-left: 90px;
  position: relative;
}
body.management .-residence-management-B .com-list-box-A li .outer .icon {
  position: absolute;
  top: 0;
  left: 0;
}
body.management .-residence-management-B .com-list-box-A li .title-A {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #e24a7e;
}
body.management .-residence-management-B .com-list-box-A li .desc-block {
  margin-top: 10px;
}

body.management .-residence-management-B .management-B-bottom-wrap {
  padding: 25px 30px 25px;
  padding-right: 20px;
  box-sizing: border-box;
  border: solid 2px #e24a7e;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 50px;
}
body.management .-residence-management-B .management-B-bottom-wrap .com-flex-box {
  align-items: center;
}
body.management .-residence-management-B .management-B-bottom-wrap .img-block {
  width: 290px;
  margin-left: auto;
}
body.management .-residence-management-B .management-B-bottom-wrap .img-block img {
  border-radius: 10px;
  overflow: hidden;
}
body.management .-residence-management-B .management-B-bottom-wrap .desc-block {
}
body.management .-residence-management-B .management-B-bottom-wrap .desc-block .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #e24a7e;
}
body.management .-residence-management-B .management-B-bottom-wrap .desc-block .com-small-text-wrap li {
  font-size: 14px;
  color: #e24a7e;
} */
body.coop24 .-residence-management-B .main-text-wrap {
  margin-top: 25px;
  position: relative;
}
body.coop24 .-residence-management-B .main-text-wrap .desc-block {
  width: calc(100% - 170px);
  margin-bottom: 26px;
}
body.coop24 .-residence-management-B .main-text-wrap .desc-block .text span {
  color: #e24a7e;
  font-weight: bold;
}
body.coop24 .-residence-management-B .main-text-wrap .img-block {
  width: 50%;
  text-align: right;
}
body.coop24 .-residence-management-B .main-text-wrap .img-block img {
  height: 80px;
}
body.coop24 .-residence-management-B .main-text-wrap .img-block img + img {
  margin-left: 10px;
}
body.coop24 .-residence-management-B .main-text-wrap .person-A {
  width: 145px;
  position: absolute;
  bottom: -90px;
  right: 30px;
}
body.coop24 .-residence-management-B .com-list-box-A {
  margin-top: 50px;
}
body.coop24 .-residence-management-B .com-list-box-A .number-parts {
  width: 60px;
  padding: 0;
  background: none;
  z-index: 1;
}
body.coop24 .-residence-management-B .com-list-box-A + .com-list-box-A {
  margin-top: 90px;
}
body.coop24 .-residence-management-B .com-list-box-A ul {
  margin-top: 30px;
}
body.coop24 .-residence-management-B .com-list-box-A .bottom-text {
  margin-top: 25px;
}
body.coop24 .-residence-management-B .com-list-box-A li .outer {
  position: relative;
  display: flex;
}
body.coop24 .-residence-management-B .com-list-box-A li .outer .img-block {
  width: 170px;
  margin-left: auto;
  border-radius: 5px;
}
body.coop24 .-residence-management-B .com-list-box-A li .outer .img-block img {
  border-radius: 5px;
  overflow: hidden;
}
body.coop24 .-residence-management-B .com-list-box-A li .title-A {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #e24a7e;
  margin-bottom: 10px;
}
body.coop24 .-residence-management-B .com-list-box-A li .desc-block {
  width: calc(100% - (170px + 20px));
  padding-right: 0;
}
body.coop24 .-residence-management-B .com-list-box-A li .desc-block .text span {
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
body.coop24 .-residence-management-B .com-list-box-A .com-btn-wrap {
  margin-top: 60px;
}
body.coop24 .-residence-management-B .com-list-box-A + .com-list-box-A li.item-2 .number-parts,
body.coop24 .-residence-management-B .com-list-box-A + .com-list-box-A li.item-3 .number-parts,
body.coop24 .-residence-management-B .com-list-box-A + .com-list-box-A li.item-4 .number-parts,
body.coop24 .-residence-management-B .com-list-box-A + .com-list-box-A li.item-5 .number-parts,
body.coop24 .-residence-management-B .com-list-box-A + .com-list-box-A li.item-6 .number-parts,
body.coop24 .-residence-management-B .com-list-box-A li.item-5 .number-parts,
body.coop24 .-residence-management-B .com-list-box-A li.item-6 .number-parts,
body.coop24 .-residence-management-B .com-list-box-A li.item-7 .number-parts,
body.coop24 .-residence-management-B .com-list-box-A li.item-8 .number-parts {
  display: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  /* body.management .-residence-management-B {
    margin-top: 80px;
  }
  body.management .-residence-management-B .com-list-box-A li .outer {
    padding-left: 0;
    position: static;
  }
  body.management .-residence-management-B .com-list-box-A li .outer .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
  }
  body.management .-residence-management-B .com-list-box-A li .title-A {
    padding-left: 60px;
    position: relative;
  }
  body.management .-residence-management-B .com-list-box-A li .desc-block {
    margin-top: 20px;
  }

  body.management .-residence-management-B .management-B-bottom-wrap {
    padding: 25px 20px 25px;
    padding-right: 20px;
    margin-top: 50px;
  }
  body.management .-residence-management-B .management-B-bottom-wrap .com-flex-box {
    align-items: center;
  }
  body.management .-residence-management-B .management-B-bottom-wrap .img-block {
    width: 100%;
    margin-left: 0;
    margin: 20px auto 0;
    text-align: center;
  }
  body.management .-residence-management-B .management-B-bottom-wrap .desc-block .title br {
    display: none;
  } */
  body.coop24 .-residence-management-B .main-text-wrap {
    margin-top: 25px;
  }
  body.coop24 .-residence-management-B .main-text-wrap .desc-block {
    width: calc(100% - 110px);
  }
  body.coop24 .-residence-management-B .main-text-wrap .img-block {
    width: calc(100% - 160px);
    text-align: left;
    padding-left: 0;
    margin-top: 20px;
  }
  body.coop24 .-residence-management-B .main-text-wrap .img-block img {
    height: auto;
    display: block;
  }
  body.coop24 .-residence-management-B .main-text-wrap .img-block img + img {
    margin-left: 0;
    margin-top: 10px;
  }
  body.coop24 .-residence-management-B .main-text-wrap .person-A {
    width: 120px;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  body.coop24 .-residence-management-B .com-list-box-A {
    margin-top: 50px;
  }
  body.coop24 .-residence-management-B .com-list-box-A .number-parts {
    width: 60px;
    right: -20px;
    left: auto;
  }
  body.coop24 .-residence-management-B .com-list-box-A + .com-list-box-A {
    margin-top: 90px;
  }
  body.coop24 .-residence-management-B .com-list-box-A ul {
    margin-top: 30px;
    display: block;
  }
  body.coop24 .-residence-management-B .com-list-box-A .bottom-text {
    margin-top: 25px;
  }
  body.coop24 .-residence-management-B .com-list-box-A li .outer {
    display: block;
  }
  body.coop24 .-residence-management-B .com-list-box-A li .outer .img-block {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
  body.coop24 .-residence-management-B .com-list-box-A li .desc-block {
    width: 100%;
    padding-right: 0;
  }
  body.coop24 .-residence-management-B .com-list-box-A .com-btn-wrap {
    margin-top: 40px;
  }
}

/* -residence-management-C
============================================================ */
body.coop24 .-residence-management-C .medical-A {
  margin-top: 28px;
}
body.coop24 .-residence-management-C .medical-features {
  background-color: #fff;
  margin-top: 30px;
  padding: 29px 30px 26px;
  border-radius: 20px;
  box-shadow: 5px 5px 15px 0 #f7eae2;
}
body.coop24 .-residence-management-C .medical-features .title {
  padding-left: 35px;
  position: relative;
}
body.coop24 .-residence-management-C .medical-features .title .number {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  width: 24px;
  height: 24px;
  padding-top: 4px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #433C37;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
body.coop24 .-residence-management-C .medical-features p.title {
  font-size: 20px;
  font-weight: bold;
}
body.coop24 .-residence-management-C .medical-features .text {
  margin-top: 20px;
}
body.coop24 .-residence-management-C .medical-features.-person-B .text {
  width: calc(100% - 270px);
}
body.coop24 .-residence-management-C .medical-features.-person-B {
  position: relative;
}
body.coop24 .-residence-management-C .medical-features.-person-B .person-B-inner {
  width: 237px;
  position: absolute;
  bottom: 0;
  right: 30px;
}
body.coop24 .-residence-management-C .duble-frame {
  margin-top: 36px;
}
body.coop24 .-residence-management-C .duble-frame ul {
  display: flex;
}
body.coop24 .-residence-management-C .duble-frame li {
  width: calc((100% - 21px * 2) / 3);
  margin-right: 21px;
}
body.coop24 .-residence-management-C .duble-frame li:last-child {
  margin-right: 0;
}
body.coop24 .-residence-management-C .duble-frame .inner-bg {
  padding: 10px;
  background-color: #fff;
  border: solid 1px #e24a7e;
  border-radius: 10px;
}
body.coop24 .-residence-management-C .duble-frame .inner-bg .inner {
  height: 140px;
  border: dashed 1px #e24a7e;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}
body.coop24 .-residence-management-C .duble-frame .img-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.coop24 .-residence-management-C .duble-frame .item-A .img-block img {
  width: 98px;
}
body.coop24 .-residence-management-C .duble-frame .item-B .img-block img {
  width: 66px;
}
body.coop24 .-residence-management-C .duble-frame .item-C .img-block img {
  width: 73px;
}
body.coop24 .-residence-management-C .duble-frame li .number-parts {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e24a7e;
  text-align: center;
  color: #fff;
  padding-top: 14px;
  box-sizing: border-box;
  position: absolute;
  top: -20px;
  left: 12px;
}
body.coop24 .-residence-management-C .duble-frame li .number-parts span {
  font-weight: bold;
  line-height: 1;
  display: block;
}
body.coop24 .-residence-management-C .duble-frame li .number-parts .point-title {
  font-size: 12px;
  letter-spacing: 0;
}
body.coop24 .-residence-management-C .duble-frame li .number-parts .number {
  font-size: 20px;
  margin-top: 4px;
}
body.coop24 .-residence-management-C .duble-frame .text-block {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
body.coop24 .-residence-management-C .medical-B {
  margin-top: 100px;
}
body.coop24 .-residence-management-C .medical-B .list-box {
  margin-top: 28px;
}
body.coop24 .-residence-management-C .medical-B .list-box li {
  padding-left: 23px;
  position: relative;
}
body.coop24 .-residence-management-C .medical-B .list-box li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #e24a7e;
  border-radius: 50%;
}
body.coop24 .-residence-management-C .medical-B p.text {
  margin-top: 18px;
}
body.coop24 .-residence-management-C .bubble-parts {
  width: 440px;
  background-color: #e24a7e;
  border-radius: 3px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 60px;
  margin-bottom: -15px;
  position: relative;
}
body.coop24 .-residence-management-C .bubble-parts::after {
  content: '';
  position: absolute;
  bottom: -15px;
  right: 20px; 
  border-top: 15px solid #e24a7e;
  border-right: 15px solid transparent;
}
body.coop24 .-residence-management-C .bubble-parts p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
body.coop24 .-residence-management-C .bubble-parts p span {
  color: #fcea0c;
}
body.coop24 .-residence-management-C .com-or-line-title {
  margin-top: 20px;
}
body.coop24 .-residence-management-C .medical-pricelist-wrap {
  position: relative;
}
body.coop24 .-residence-management-C .medical-pricelist-wrap .com-table-wrap-B {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.coop24 .-residence-management-C .medical-pricelist-wrap .com-table-wrap-B tr:first-child {
  position: relative;
}
body.coop24 .-residence-management-C .medical-pricelist-wrap .com-table-wrap-B .person-C {
  width: 156px;
  position: absolute;
  top: -127px;
  right: 40px;
  z-index: 1;
}
body.coop24 .-residence-management-C .medical-pricelist-wrap .com-table-wrap-B th:first-child {
  border-radius: 15px 15px 0 0;
}
body.coop24 .-residence-management-C .medical-pricelist-wrap .com-table-wrap-B th {
  background-color: #e24a7e;
  color: #fff;
}
body.coop24 .-residence-management-C .medical-pricelist-wrap .com-table-wrap-B th span {
  font-weight: bold;
  color: #e24a7e;
  background-color: #FCEA0C;
  padding: 9px 20px;
  border-radius: 3px;
  margin-left: 10px;
}
body.coop24 .-residence-management-C .medical-pricelist-wrap .com-table-wrap-B td:first-child {
  width: 162px;
}
body.coop24 .-residence-management-C .medical-pricelist-wrap .medical-icon-plus {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #e24a7e;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
}
body.coop24 .-residence-management-C .medical-pricelist-wrap .medical-icon-plus::before,
body.coop24 .-residence-management-C .medical-pricelist-wrap .medical-icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 24px;
  height: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e24a7e;
  border-radius: 2px;
}
body.coop24 .-residence-management-C .medical-pricelist-wrap .medical-icon-plus::after {
  top: 30px;
  left: calc(50% - 2px);
  width: 4px;
  height: 24px;
}
body.coop24 .-residence-management-C .com-or-title-text-box {
  margin-top: 30px;
}
body.coop24 .-residence-management-C .com-or-title-text-box .title {
  font-size: 14px;
}
body.coop24 .-residence-management-C .com-or-title-text-box .desc-wrap {
  padding: 57px 29px;
}
body.coop24 .-residence-management-C .com-or-title-text-box .or-block {
  margin-left: 297px;
  position: relative;
  z-index: 0;
}
body.coop24 .-residence-management-C .com-or-title-text-box .or {
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #e24a7e;
  border-radius: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
body.coop24 .-residence-management-C .com-or-title-text-box .dotted-line {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  height: 110px;
  border-right: dashed 1px #e24a7e;
  z-index: -1;
}
body.coop24 .-residence-management-C .com-or-title-text-box .desc-wrap .pharmacy-block {
  margin-left: 30px;
}
body.coop24 .-residence-management-C .com-or-title-text-box .desc-wrap .prescription-title {
  color: #e24a7e;
  font-size: 20px;
  font-weight: bold;
}
body.coop24 .-residence-management-C .medical-C .img-block {
  margin-top: 30px;
}
body.coop24 .-residence-management-C .medical-C .text-block {
  margin-top: 30px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  body.coop24 .-residence-management-C .medical-features.-person-B .text {
    width: calc(100% - 90px);
  }
  body.coop24 .-residence-management-C .medical-features.-person-B .person-B-inner {
    width: 150px;
    bottom: 0;
    right: -20px;
  }
  body.coop24 .-residence-management-C .duble-frame ul {
    display: block;
  }
  body.coop24 .-residence-management-C .duble-frame li {
    width: 100%;
    margin-right: 0;
  }
  body.coop24 .-residence-management-C .duble-frame li:not(:first-child) {
    margin-top: 26px;
  }
  body.coop24 .-residence-management-C .duble-frame .inner-bg .inner {
    height: 100px;
  }
  body.coop24 .-residence-management-C .bubble-parts {
    width: 100%;
  }
  body.coop24 .-residence-management-C .bubble-parts::after {
    content: none;
  }
  body.coop24 .-residence-management-C .medical-pricelist-wrap .com-table-wrap-B table {
    width: 100%;
  }
  body.coop24 .-residence-management-C .medical-pricelist-wrap .com-table-wrap-B td {
    width: 50%;
  }
  body.coop24 .-residence-management-C .com-or-title-text-box .desc-wrap {
    padding-top: 36px;
    padding-bottom: 40px;
  }
  body.coop24 .-residence-management-C .com-or-title-text-box .or-block-wrap {
    position: relative;
  }
  body.coop24 .-residence-management-C .com-or-title-text-box .home-block {
    text-align: center;
    margin-bottom: 150px;
  }
  body.coop24 .-residence-management-C .com-or-title-text-box .or-block {
    margin: 0;
    position: absolute;
    top: -105px;
    left: calc(50% - 30px);
  }
  body.coop24 .-residence-management-C .com-or-title-text-box .dotted-line {
    content: "";
    position: absolute;
    top: 50%;
    left: -46px;
    width: 152px;
    height: 1px;
    border-bottom: dashed 1px #e24a7e;
    border-right: none;
  }
  body.coop24 .-residence-management-C .com-or-title-text-box .desc-wrap .pharmacy-block {
    margin-left: 0;
    text-align: center;
  }
  body.coop24 .-residence-management-C .medical-C img {
    width: 100%;
  }
  body.coop24 .-residence-management-C .medical-pricelist-wrap .com-table-wrap-B .person-C {
    width: 100px;
    top: -65px;
    right: 0;
  }
}

/* -residence-management-D
/* ============================================================ */
body.management .-residence-management-D .btn-wrap {
  border-top: dashed 1px #e24a7e;
  padding-top: 80px;
}
body.management .-residence-management-D .btn-wrap .img-wrap img {
  border-radius: 20px;
}

/* body.agreement */
/* ============================================================ */

/* -residence-agreement-A
============================================================ */
body.agreement .-residence-agreement-A {
  margin-bottom: 0 !important;
}
body.agreement .-residence-agreement-A .svg-title-A {
  margin-bottom: 40px;
}
body.agreement .com-section-base {
  margin-bottom: 100px;
  margin-top: 0 !important;
}
body.agreement .com-section-base:last-of-type {
  margin-bottom: 0;
}
body.agreement .com-jump-link-wrap {
  margin-bottom: 60px;
}



/* -residence-agreement-B,C
============================================================ */
body.agreement .-residence-agreement-B .agreement-list-A,
body.agreement .-residence-agreement-C .agreement-list-A {
  margin-top: 30px;
}
body.agreement .-residence-agreement-B .agreement-list-A li,
body.agreement .-residence-agreement-C .agreement-list-A li {
  margin-bottom: 50px;
}
body.agreement .-residence-agreement-B .agreement-list-A li:last-child,
body.agreement .-residence-agreement-C .agreement-list-A li:last-child {
  margin-bottom: 0;
}
body.agreement .-residence-agreement-B .agreement-list-A .com-or-line-title,
body.agreement .-residence-agreement-C .agreement-list-A .com-or-line-title {
  padding-left: 35px;
  position: relative;
}
body.agreement .-residence-agreement-B .agreement-list-A  li:last-child .com-or-line-title,
body.agreement .-residence-agreement-C .agreement-list-A  li:last-child .com-or-line-title {
  padding-bottom: 0;
  border-bottom: none;
}
body.agreement .-residence-agreement-B .agreement-list-A .com-or-line-title .number,
body.agreement .-residence-agreement-C .agreement-list-A .com-or-line-title .number {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  width: 24px;
  height: 24px;
  padding-top: 4px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #e24a7e;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}
body.agreement .-residence-agreement-B .agreement-list-A .desc-wrap,
body.agreement .-residence-agreement-C .agreement-list-A .desc-wrap {
  margin-top: 15px;
}
body.agreement .-residence-agreement-B .agreement-list-A .desc-block,
body.agreement .-residence-agreement-C .agreement-list-A .desc-block {
  width: calc(100% - 290px);
  padding-right: 40px;
}
body.agreement .-residence-agreement-B .agreement-list-A .img-block,
body.agreement .-residence-agreement-C .agreement-list-A .img-block {
  width: 290px;
  margin-left: auto;
  text-align: right;
}
body.agreement .-residence-agreement-B .agreement-list-A .img-block img,
body.agreement .-residence-agreement-C .agreement-list-A .img-block img {
  border-radius: 10px;
  overflow: hidden;
}
body.agreement .-residence-agreement-B .agreement-list-A .com-table-wrap-A,
body.agreement .-residence-agreement-C .agreement-list-A .com-table-wrap-A {
  margin-top: 25px;
}
body.agreement .-residence-agreement-B .agreement-list-A .com-table-wrap-A .com-small-text-wrap,
body.agreement .-residence-agreement-C .agreement-list-A .com-table-wrap-A .com-small-text-wrap {
  margin-top: 0;
}
body.agreement .-residence-agreement-B .agreement-list-A .com-table-wrap-A li,
body.agreement .-residence-agreement-C .agreement-list-A .com-table-wrap-A li {
  margin-bottom: 0;
}
body.agreement .-residence-agreement-B .agreement-list-A .desc-block .com-btn-wrap,
body.agreement .-residence-agreement-C .agreement-list-A .desc-block .com-btn-wrap {
  margin-top: 10px;
}
body.agreement .-residence-agreement-B .agreement-list-A .com-btn-wrap a,
body.agreement .-residence-agreement-C .agreement-list-A .com-btn-wrap a {
  text-align: left;
  min-width: 220px;
}

body.agreement .-residence-agreement-C .agreement-list-A .desc-block .com-btn-wrap a {
  width: 380px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  body.agreement .-residence-agreement-B .agreement-list-A li,
  body.agreement .-residence-agreement-C .agreement-list-A li {
    margin-bottom: 40px;
  }
  body.agreement .-residence-agreement-B .agreement-list-A .desc-wrap,
  body.agreement .-residence-agreement-C .agreement-list-A .desc-wrap {
    margin-top: 15px;
  }
  body.agreement .-residence-agreement-B .agreement-list-A .desc-block,
  body.agreement .-residence-agreement-C .agreement-list-A .desc-block {
    width: 100%;
    padding-right: 0;
  }
  body.agreement .-residence-agreement-B .agreement-list-A .img-block,
  body.agreement .-residence-agreement-C .agreement-list-A .img-block {
    width: 100%;
    margin-left: 0;
    margin: 20px auto 0;
    text-align: center;
  }
  body.agreement .-residence-agreement-B .agreement-list-A .com-table-wrap-A,
  body.agreement .-residence-agreement-C .agreement-list-A .com-table-wrap-A {
    margin-top: 25px;
  }
  body.agreement .-residence-agreement-B .agreement-list-A .desc-block .com-btn-wrap,
  body.agreement .-residence-agreement-C .agreement-list-A .desc-block .com-btn-wrap {
    margin-top: 30px;
  }
  body.agreement .-residence-agreement-C .agreement-list-A .desc-block .com-btn-wrap.-first-child {
    margin-top: 30px;
  }
  body.agreement .-residence-agreement-C .agreement-list-A .desc-block .com-btn-wrap {
    margin-top: 15px;
  }
  body.agreement .-residence-agreement-B .agreement-list-A .com-btn-wrap a,
  body.agreement .-residence-agreement-C .agreement-list-A .com-btn-wrap a {
    text-align: center;
    min-width: 100%;
    display: block;
  }

  body.agreement .-residence-agreement-C .agreement-list-A .desc-block .com-btn-wrap a {
    width: 100%;
  }
}

/* body.with-meal */
/* ============================================================ */

/* -residence-with-meal-A
============================================================ */
.-residence-with-meal-A h3{
  margin-bottom: 30px;
}
.-residence-with-meal-A h4{
  margin-top: 70px;
  margin-bottom: 30px;
}
.-residence-with-meal-A .flex-box {
  display: flex;
  flex-direction: row-reverse;
}
.-residence-with-meal-A .flex-box .img-block {
  width: 530px;
  position: relative;
}
.-residence-with-meal-A .flex-box .img-block img {
  border-radius: 10px;
  overflow: hidden;
}
.-residence-with-meal-A .flex-box .img-block .parts {
  width: 180px;
  position: absolute;
  top: -105px;
  right: 20px;
}
.-residence-with-meal-A .flex-box .desc-block {
  width: calc(100% - 530px);
  padding-right: 40px;
}
.-residence-with-meal-A .with-meal-table {
  margin-bottom: 30px;
  text-align: center;
}
.-residence-with-meal-A .with-meal-notice {
  box-shadow: 10px 10px 30px 0 #f7eae2;
  border-radius: 15px;
  padding: 26px 40px 28px;
  box-sizing: border-box;
  background-color: #fff;
}
.-residence-with-meal-A .with-meal-notice ul,
.-residence-with-meal-A .with-meal-floor ul,
.-residence-with-meal-A .with-meal-building ul,
.-residence-with-meal-A .with-meal-service ul {
  display: flex;
  flex-wrap: wrap;
}
.-residence-with-meal-A .with-meal-notice ul li,
.-residence-with-meal-A .with-meal-floor ul li,
.-residence-with-meal-A .with-meal-building ul li,
.-residence-with-meal-A .with-meal-service ul li {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
.-residence-with-meal-A .with-meal-notice ul li:last-child,
.-residence-with-meal-A .with-meal-floor ul li:last-child,
.-residence-with-meal-A .with-meal-building ul li:last-child,
.-residence-with-meal-A .with-meal-service ul li:nth-child(2n) {
  margin-right: 0;
}
.-residence-with-meal-A .with-meal-notice ul li .title {
  font-size: 20px;
  color: #e24a7e;
  font-weight: bold;
  margin-bottom: 17px;
}
.-residence-with-meal-A .with-meal-bottom-text {
  margin-top: 25px;
}
.-residence-with-meal-A .with-meal-bottom-text .text {
  position: relative;
  padding-left: 1em;
}
.-residence-with-meal-A .with-meal-bottom-text .text::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.-residence-with-meal-A .person-A {
  position: relative;
}
.-residence-with-meal-A .person-A img {
  width: 192px;
  position: absolute;
  top: -119px;
  right: 20px;
}
.-residence-with-meal-A .with-meal-floor {
  box-shadow: 10px 10px 30px 0 #f7eae2;
  border-radius: 15px;
  padding: 30px 40px;
  box-sizing: border-box;
  background-color: #fff;
}
.-residence-with-meal-A .with-meal-floor ul li img {
  margin-top: 30px;
}
.-residence-with-meal-A .with-meal-building {
  margin-top: 60px;
}
.-residence-with-meal-A .with-meal-building img {
  margin-top: 30px;
}
.-residence-with-meal-A .with-meal-building .b-1F {
  height: 550px;
}
.-residence-with-meal-A .with-meal-building .b-2F {
  height: 400px;
}
.-residence-with-meal-A .with-meal-image {
  margin-top: 60px;
}
.-residence-with-meal-A .with-meal-image ul {
  display: flex;
  flex-wrap: wrap;
}
.-residence-with-meal-A .with-meal-image ul li {
  width: calc((100% - 40px * 2) / 3);
  margin-right: 40px;
}
.-residence-with-meal-A .with-meal-image ul li:last-child {
  margin-right: 0;
}
.-residence-with-meal-A .with-meal-image ul li img {
  border-radius: 10px;
}
.-residence-with-meal-A .person-B {
  position: relative;
}
.-residence-with-meal-A .person-B img {
  width: 171px;
  position: absolute;
  top: -85px;
  right: 0;
}
.-residence-with-meal-A .with-meal-service ul li:first-child {
  margin-bottom: 40px;
}
.-residence-with-meal-A .with-meal-unico {
  position: relative;
}
.-residence-with-meal-A .with-meal-unico .img-block {
  margin-top: 25px;
  width: 839px;
  position: relative;
}
.-residence-with-meal-A .with-meal-unico .img-block .icon {
  width: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.-residence-with-meal-A .with-meal-unico .person-C {
  width: 188px;
  position: absolute;
  bottom: -100px;
  right: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .hoge {
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .-residence-with-meal-A .flex-box {
    display: block;
  }
  .-residence-with-meal-A .flex-box .img-block {
    width: 100%;
  }
  .-residence-with-meal-A .flex-box .img-block .parts {
    width: 118px;
    top: -50px;
    right: 0;
  }
  .-residence-with-meal-A .flex-box .desc-block {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .-residence-with-meal-A .with-meal-notice {
    padding: 20px;
  }
  .-residence-with-meal-A .with-meal-notice ul,
  .-residence-with-meal-A .with-meal-floor ul,
  .-residence-with-meal-A .with-meal-building ul,
  .-residence-with-meal-A .with-meal-service ul {
    display: block;
  }
  .-residence-with-meal-A .with-meal-notice ul li,
  .-residence-with-meal-A .with-meal-floor ul li,
  .-residence-with-meal-A .with-meal-building ul li,
  .-residence-with-meal-A .with-meal-service ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .-residence-with-meal-A .with-meal-notice ul li:last-child,
  .-residence-with-meal-A .with-meal-floor ul li:last-child,
  .-residence-with-meal-A .with-meal-building ul li:last-child {
    margin-bottom: 0;
  }
  .-residence-with-meal-A .with-meal-notice ul li .title {
    margin-bottom: 10px;
  }
  .-residence-with-meal-A .with-meal-bottom-text {
    margin-top: 20px;
  }
  .-residence-with-meal-A .person-A img {
    width: 100px;
    top: -28px;
    right: 10px;
  }
  .-residence-with-meal-A .with-meal-floor {
    padding: 20px;
  }
  .-residence-with-meal-A .with-meal-building .b-1F,
  .-residence-with-meal-A .with-meal-building .b-2F {
    height: auto;
  }
  .-residence-with-meal-A .with-meal-building img {
    margin-bottom: 50px;
  }
  .-residence-with-meal-A .with-meal-building .com-btn-wrap {
    margin-bottom: 70px;
  }
  .-residence-with-meal-A .with-meal-image {
    margin-top: 60px;
  }
  .-residence-with-meal-A .with-meal-image ul {
    display: block;
  }
  .-residence-with-meal-A .with-meal-image ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .-residence-with-meal-A .with-meal-image ul li:last-child {
    margin-bottom: 0;
  }
  .-residence-with-meal-A .person-B img {
    width: 100px;
    top: -20px;
  }
  .-residence-with-meal-A .with-meal-unico .img-block {
    margin-top: 20px;
    width: 82%;
  }
  .-residence-with-meal-A .with-meal-unico .img-block .icon {
    width: 30px;
  }
  .-residence-with-meal-A .with-meal-unico .person-C {
    width: 100px;
    position: absolute;
    bottom: -80px;
    right: -30px;
  }
}


