@charset "UTF-8";
.mainColor {
  color: #1e9884;
}

.subColor {
  color: #86cb4a;
}

.white {
  color: #ffffff;
}

.red {
  color: #ff0000;
}

.shuiro {
  color: #ce3b27;
}

.brown {
  color: #6a3e0b;
}

.bronze {
  color: #7b6119;
}

.blue {
  color: #004597;
}

.green {
  color: #408827;
}

.gold {
  color: #beb887;
}

.beige {
  color: #f8efd8;
}

/*- 文字サイズ自動変更--------------------*/
/*- 文字サイズ記述見本----------*/
/*
p {
  @include module.fs(36,36,24,20,18,18);
}
p {
  @include fs2(20,10);
    @include module.fs2(36, 20);
}
*/
#education footer,
#living footer,
#publicorder footer,
#transportation footer,
#worksupport footer,
#play footer,
#happy_system footer {
  margin-top: 0;
  padding-top: 0;
}

.md {
  display: none;
}
@media screen and (max-width: 991px) {
  .md {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .pc-md {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .sm {
    display: block;
  }
}

.xs {
  display: none;
}
@media screen and (max-width: 575px) {
  .xs {
    display: block;
  }
}

.center {
  text-align: center;
}

.flex {
  display: flex;
}

.pad-2 {
  padding: 2rem 0;
}

.pad-top-2 {
  padding-top: 2rem;
}

.subvisual {
  background-size: cover;
  padding: 0 0 4rem;
  height: 560px;
}
@media screen and (max-width: 767px) {
  .subvisual {
    padding: 0 0 2rem;
    height: 520px;
  }
}
.subvisual::after {
  background-color: unset;
}
.subvisual .wrapper {
  position: relative;
  height: 100%;
}
.subvisual .wrapper h1 {
  text-align: center;
  position: absolute;
  top: 13rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .subvisual .wrapper h1 {
    top: 10rem;
  }
}
.subvisual .wrapper h1 img {
  width: 100%;
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .subvisual .wrapper h1 img {
    max-width: 244px;
  }
}

.contents01-think .contents01-title {
  position: relative;
}
.contents01-think .contents01-title h2 {
  display: inline-block;
  position: absolute;
  top: -18rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 680px;
}
@media screen and (max-width: 991px) {
  .contents01-think .contents01-title h2 {
    width: 540px;
    top: -16rem;
  }
}
@media screen and (max-width: 767px) {
  .contents01-think .contents01-title h2 {
    width: 100%;
    top: -9rem;
  }
}

.slogan {
  position: relative;
  z-index: 0;
  padding-top: 22rem;
}
@media screen and (max-width: 991px) {
  .slogan {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .slogan {
    padding-top: 8rem;
  }
}
.slogan .m-plus {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .slogan .m-plus {
    max-width: 296px;
  }
}
.slogan .m-plus span {
  text-align: center;
  color: #1e9884;
  line-height: 2.056;
  letter-spacing: 0.02em;
  display: block;
  border-bottom: 1px dashed #1e9884;
}
@media only screen and (min-width: 1200px) {
  .slogan .m-plus span {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slogan .m-plus span {
    font-size: calc(2.28rem + ((1vw - 0.992rem) * (0.5797101449)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slogan .m-plus span {
    font-size: calc(2.16rem + ((1vw - 0.768rem) * (0.5381165919)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slogan .m-plus span {
    font-size: calc(2.04rem + ((1vw - 0.576rem) * (0.6282722513)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .slogan .m-plus span {
    font-size: calc(1.92rem + ((1vw - 0.421rem) * (0.7792207792)));
  }
}
@media only screen and (max-width: 420px) {
  .slogan .m-plus span {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (1.2)));
  }
}
@media screen and (max-width: 767px) {
  .slogan .m-plus span {
    letter-spacing: 0.02em;
    line-height: 2.056;
  }
}
.slogan .m-plus .flex {
  justify-content: center;
  border-bottom: 1px dashed #1e9884;
}
@media screen and (max-width: 767px) {
  .slogan .m-plus .flex {
    display: block;
  }
}
.slogan .m-plus .flex span {
  border: none;
}
@media screen and (max-width: 767px) {
  .slogan .m-plus .flex span:first-child {
    border-bottom: 1px dashed #1e9884;
  }
}
.slogan p.normal {
  text-align: center;
  padding: 3rem 2.5rem 0;
  letter-spacing: 0.03em;
  line-height: 2.125;
}
@media only screen and (min-width: 1200px) {
  .slogan p.normal {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slogan p.normal {
    font-size: calc(1.58rem + ((1vw - 0.992rem) * (0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slogan p.normal {
    font-size: calc(1.56rem + ((1vw - 0.768rem) * (0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slogan p.normal {
    font-size: calc(1.54rem + ((1vw - 0.576rem) * (0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .slogan p.normal {
    font-size: calc(1.52rem + ((1vw - 0.421rem) * (0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  .slogan p.normal {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.2)));
  }
}
@media screen and (max-width: 767px) {
  .slogan p.normal {
    text-align: left;
    line-height: 1.733;
  }
}

/*-------------------------------------------------------
-- ▼ domicile_info_add 共通 -- */
.domicile_info_add .subvisual {
  background-position: center;
}
.domicile_info_add .point .town img {
  width: 100%;
}
.domicile_info_add .point .point-content {
  background-color: #e4f8aa;
  padding-bottom: 17.5rem;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content {
    padding-bottom: 6.7rem;
  }
}
.domicile_info_add .point .point-content .point-wrapper {
  background-image: url(../../images/domicile_info/illust-castle.webp), url(../../images/domicile_info/illust-tree2.webp), url(../../images/domicile_info/illust-family2.webp), url(../../images/domicile_info/illust-aeon.webp), url(../../images/domicile_info/illust-girl.webp), url(../../images/domicile_info/illust-tree3.webp);
  background-position: top left, bottom 45% left 18%, bottom left 5%, top 10% right, bottom 45% right 10%, bottom right 20%;
  background-size: 130px, 81px, 153px, 154px, 122px, 87px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-wrapper {
    background-size: 50px, 50px, 80px, 80px, 80px, 50px;
    background-position: top -2% left 3%, bottom 30% left 18%, bottom left 5%, top -1% right 0%, bottom 35% right 10%, bottom right 15%;
  }
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-wrapper {
    background-image: url(../../images/domicile_info/illust-tree1.webp), url(../../images/domicile_info/illust-jk.webp);
    background-size: 40px, 60px;
    background-position: top 50% left 10%, top 60% right 10%;
  }
}
@media screen and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-wrapper {
    background-size: 30px, 40px;
    background-position: top 50% left 70px, top 60% right 40px;
  }
}
.domicile_info_add .point .point-content .point-wrapper .point-link {
  max-width: 700px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link {
    max-width: 330px;
    margin: 0 auto 1rem;
  }
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper {
    gap: 10px;
  }
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row {
    gap: 10px;
  }
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row.row-top {
  justify-content: space-between;
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row.row-top .item {
  flex: 1 1 calc(33.333% - 20px); /* 3列 */
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row.row-top .item {
    flex: 1 1 calc(50% - 20px); /* 2列 */
  }
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row.row-top .item:nth-child(3) {
    flex: 1 1 100%;
    justify-content: center;
  }
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row.row-bottom {
  justify-content: center; /* 中央に寄せる */
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row.row-bottom .item {
  flex: 1 1 180px; /* 固定幅でもOK */
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row.row-bottom .item {
    flex: 1 1 calc(50% - 20px); /* 2列 */
  }
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row.row-bottom .item:first-child a {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row.row-bottom .item:first-child a {
    margin: 0 auto;
  }
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row.row-bottom .item:last-child {
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row.row-bottom .item:last-child {
    margin-left: 0;
  }
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row.row-bottom .item:last-child a {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row.row-bottom .item:last-child a {
    margin: 0 auto;
  }
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  position: relative;
  margin: 0 auto;
  background-color: #edfdfd;
  box-shadow: 3px 4px 0px #1e9884;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a {
    width: 155px;
    height: 155px;
  }
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a:active {
  transform: translateY(3px);
  box-shadow: 1px 1px 0 #1e9884;
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a .bubble {
  text-align: center;
  padding-top: 1.5rem;
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a .bubble img {
  width: 100%;
  max-width: 90px;
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a p {
  color: #1e9884;
  font-weight: 500;
  line-height: 1.444;
  text-align: center;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a p {
    font-size: calc(1.74rem + ((1vw - 0.992rem) * (0.2898550725)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a p {
    font-size: calc(1.68rem + ((1vw - 0.768rem) * (0.269058296)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a p {
    font-size: calc(1.62rem + ((1vw - 0.576rem) * (0.3141361257)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a p {
    font-size: calc(1.56rem + ((1vw - 0.421rem) * (0.3896103896)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a p {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.6)));
  }
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a p {
    line-height: 1.4;
  }
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a p.twoline {
  padding-top: 1.5rem;
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a p.fourline {
  padding-top: 0.2rem;
  letter-spacing: 0;
  line-height: 1.1;
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a .leaf-arrow {
  background-color: #1e9884;
  width: 43px;
  height: 38px;
  border-radius: 20px 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
}
@media screen and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a .leaf-arrow {
    width: 33px;
    height: 28px;
    border-radius: 15px 0;
    bottom: -10px;
  }
}
.domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a .leaf-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
}
@media screen and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-wrapper .point-link .flex-wrapper .row .item a .leaf-arrow::after {
    bottom: 5px;
  }
}
.domicile_info_add .point .point-content .point-item {
  padding-top: 13rem;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item {
    padding-top: 12rem;
  }
}
.domicile_info_add .point .point-content .point-item.point1 {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item.point1 {
    padding-top: 4rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 3rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg {
    padding: 1.8rem 0 5.5rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .tag img {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.domicile_info_add .point .point-content .point-item .whitebg h2 {
  color: #1e9884;
  font-weight: 500;
  text-align: center;
  margin: 4rem 0 3rem;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-item .whitebg h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-item .whitebg h2 {
    font-size: calc(2.28rem + ((1vw - 0.992rem) * (0.5797101449)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg h2 {
    font-size: calc(2.16rem + ((1vw - 0.768rem) * (0.5381165919)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg h2 {
    font-size: calc(2.04rem + ((1vw - 0.576rem) * (0.6282722513)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-item .whitebg h2 {
    font-size: calc(1.92rem + ((1vw - 0.421rem) * (0.7792207792)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-item .whitebg h2 {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (1.2)));
  }
}
.domicile_info_add .point .point-content .point-item .whitebg h2 .marker {
  display: inline;
  background: linear-gradient(transparent 50%, #fdffd6 50%);
}
.domicile_info_add .point .point-content .point-item .whitebg .inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner {
    padding: 0 2.4rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .main-block {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .main-block {
    display: block;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .main-block.noflex .item img {
  max-width: 100%;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .main-block.noflex .item img {
    padding-bottom: 0;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .main-block .item {
  flex-basis: 50%;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .main-block .item img {
  width: 100%;
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .main-block .item img {
    display: block;
    margin: 0 auto;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .main-block .item p {
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding-left: 3rem;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .main-block .item p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .main-block .item p {
    font-size: calc(1.58rem + ((1vw - 0.992rem) * (0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .main-block .item p {
    font-size: calc(1.56rem + ((1vw - 0.768rem) * (0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .main-block .item p {
    font-size: calc(1.54rem + ((1vw - 0.576rem) * (0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .main-block .item p {
    font-size: calc(1.52rem + ((1vw - 0.421rem) * (0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .main-block .item p {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.2)));
  }
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .main-block .item p {
    line-height: 1.733;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .main-block .item p {
    padding: 2rem 0;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .main-block .item p:nth-child(2) {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .main-block .item p:nth-child(2) {
    padding-top: 0;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block {
  max-width: 660px;
  margin: 0 auto;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block {
    padding-top: 0;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.wide-sub-block {
  max-width: 100%;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.wide-sub-block .single-image img {
  max-width: 100%;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex {
    display: block;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex .item {
  flex-basis: 48%;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex .item img {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex .item img {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex .item img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex .item .name {
  color: #1e9884;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex .item .name {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex .item .name {
    font-size: calc(1.68rem + ((1vw - 0.992rem) * (0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex .item .name {
    font-size: calc(1.66rem + ((1vw - 0.768rem) * (0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex .item .name {
    font-size: calc(1.64rem + ((1vw - 0.576rem) * (0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex .item .name {
    font-size: calc(1.62rem + ((1vw - 0.421rem) * (0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex .item .name {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0.2)));
  }
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex .item .name {
    padding-top: 1rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .flex:nth-last-child(2) {
  padding-top: 2rem;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block > p {
  letter-spacing: 0.03em;
  line-height: 1.733;
  margin: 1rem 0 0;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block > p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block > p {
    font-size: calc(1.5rem + ((1vw - 0.992rem) * (0)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block > p {
    font-size: calc(1.5rem + ((1vw - 0.768rem) * (0)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block > p {
    font-size: calc(1.5rem + ((1vw - 0.576rem) * (0)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block > p {
    font-size: calc(1.5rem + ((1vw - 0.421rem) * (0)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block > p {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (0)));
  }
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block > p:not(:last-child) {
    margin: 2rem 0;
  }
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block > p.more {
    margin-top: 0rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block > p + img.sm {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .single-image {
  padding-bottom: 2rem;
  text-align: center;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .single-image img {
  width: 100%;
  max-width: 660px;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .single-image p {
    text-align: left;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image {
  padding-top: 4rem;
}
@media screen and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image {
    padding-top: 2rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex:nth-child(2) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0 2rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item {
  flex-basis: 49%;
  display: block;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt {
  color: #1e9884;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt {
    padding-top: 1rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt h3 {
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt h3 {
    font-size: calc(1.68rem + ((1vw - 0.992rem) * (0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt h3 {
    font-size: calc(1.66rem + ((1vw - 0.768rem) * (0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt h3 {
    font-size: calc(1.64rem + ((1vw - 0.576rem) * (0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt h3 {
    font-size: calc(1.62rem + ((1vw - 0.421rem) * (0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt h3 {
    font-size: calc(1.6rem + ((1vw - 0.32rem) * (0.2)));
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt h3 .dotted-line {
  flex-grow: 1;
  border-bottom: 4px dotted #1e9884; /* 点線の色と太さ */
  height: 0;
  margin-left: 10px;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt p {
  line-height: 1.571;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt p {
    font-size: calc(1.56rem + ((1vw - 0.992rem) * (0.193236715)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt p {
    font-size: calc(1.52rem + ((1vw - 0.768rem) * (0.1793721973)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt p {
    font-size: calc(1.48rem + ((1vw - 0.576rem) * (0.2094240838)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt p {
    font-size: calc(1.44rem + ((1vw - 0.421rem) * (0.2597402597)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .text-image .flex .item.txt p {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.4)));
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block {
  max-width: 750px;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album {
  background-color: #fdffd6;
  position: relative;
  padding: 7rem 1rem;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album {
    padding: 3rem 1rem;
    margin-bottom: 5rem;
    max-width: 294px;
    margin: 0 auto;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item {
  max-width: 590px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item {
    max-width: 254px;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(1) .item {
  position: absolute;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(1) .item.illust {
  top: 0;
  right: -50px;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(1) .item.illust {
    right: -20px;
    top: 60px;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(1) .item.illust img {
  max-width: 170px;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(1) .item.illust img {
    max-width: 98px;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(1) .item.bubble {
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(1) .item.bubble {
    position: static;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(2) {
  position: relative;
  padding-top: 4rem;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(2) .item {
  position: absolute;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(2) .item.illust {
  top: 30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(2) .item.illust {
    top: 15px;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(2) .item.illust img {
  max-width: 126px;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(2) .item.illust img {
    max-width: 57px;
  }
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(2) .bubble img {
    margin-right: 0;
    margin-left: auto;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(3) {
  position: relative;
  padding-top: 4rem;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(3) .item {
  position: absolute;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(3) .item.illust1 {
  top: 30px;
  left: 60px;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(3) .item.illust1 {
    top: 100px;
    left: 0;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(3) .item.illust1 img {
  max-width: 86px;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(3) .item.illust1 img {
    max-width: 47px;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(3) .item.illust2 {
  top: 30px;
  right: 80px;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(3) .item.illust2 {
    top: 45px;
    right: -15px;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(3) .item.illust2 img {
  max-width: 117px;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(3) .item.illust2 img {
    max-width: 70px;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item .bubble img {
  max-width: 260px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item .bubble img {
    max-width: 200px;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item .photo img {
  max-width: 514px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item p {
  padding-top: 4.5rem;
  color: #1e9884;
  letter-spacing: 0.03em;
  line-height: 1.733;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item p {
    font-size: calc(1.58rem + ((1vw - 0.992rem) * (0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item p {
    font-size: calc(1.56rem + ((1vw - 0.768rem) * (0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item p {
    font-size: calc(1.54rem + ((1vw - 0.576rem) * (0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item p {
    font-size: calc(1.52rem + ((1vw - 0.421rem) * (0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item p {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.2)));
  }
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block.album-block .album .album-item p {
    padding-top: 3rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access {
  padding-top: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item {
  flex-basis: 48.5%;
  display: block !important;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item {
    padding-top: 4rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
  border-bottom: 2px solid #1e9884;
  width: 100%;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3 {
    font-size: calc(1.96rem + ((1vw - 0.992rem) * (0.193236715)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3 {
    font-size: calc(1.92rem + ((1vw - 0.768rem) * (0.1793721973)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3 {
    font-size: calc(1.88rem + ((1vw - 0.576rem) * (0.2094240838)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3 {
    font-size: calc(1.84rem + ((1vw - 0.421rem) * (0.2597402597)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3 {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (0.4)));
  }
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3 {
    margin-bottom: 3rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3::before, .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 55%;
  border-style: solid;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3::before {
  border-width: 15px 15px 0 0;
  border-color: #1e9884 transparent transparent;
  translate: -50% 100%;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3::after {
  border-width: 10.2px 10.2px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3 .flex {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3 .flex {
    display: flex;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3 .flex img {
  max-width: 55px;
  margin: 0;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item h3 .flex span {
  font-weight: bold;
  color: #1e9884;
  padding-left: 1rem;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .access .item > img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .modal_pop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997 !important;
  touch-action: auto;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .modal_pop .bg {
  background-color: rgba(17, 17, 17, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998 !important;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .modal_pop .modal_pop_main {
  height: 95vh;
  width: 100%;
  max-width: 55%;
  background-color: #ffffff;
  padding: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999 !important;
  overflow-y: scroll;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .modal_pop .modal_pop_main {
    padding: 1rem;
    max-width: 90%;
    height: auto;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .modal_pop .modal_pop_main .js-modal-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .modal_pop .modal_pop_main .js-modal-close-button {
    top: 0px;
    right: 10px;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .modal_pop .modal_pop_main img.centerimg {
  max-width: 95%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .sub-block .modal_pop .modal_pop_main img.centerimg {
    position: static;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .number {
  background-color: #fdffd6;
  padding: 2rem;
  margin-top: 13rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number {
    padding: 2rem 1rem;
    margin-top: 8rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .number .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
  width: 114px;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .number .icon img {
  width: 100%;
  max-width: 114px;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 {
  color: #1e9884;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 {
    font-size: calc(2.2rem + ((1vw - 0.992rem) * (0.4830917874)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 {
    font-size: calc(2.1rem + ((1vw - 0.768rem) * (0.4484304933)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 {
    font-size: calc(2rem + ((1vw - 0.576rem) * (0.5235602094)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 {
    font-size: calc(1.9rem + ((1vw - 0.421rem) * (0.6493506494)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (1)));
  }
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 span.nearby {
    display: block;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 span.txt-big {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 span.txt-big {
    font-size: 3.1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 span.txt-big {
    font-size: calc(2.96rem + ((1vw - 0.992rem) * (0.6763285024)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 span.txt-big {
    font-size: calc(2.82rem + ((1vw - 0.768rem) * (0.6278026906)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 span.txt-big {
    font-size: calc(2.68rem + ((1vw - 0.576rem) * (0.7329842932)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 span.txt-big {
    font-size: calc(2.54rem + ((1vw - 0.421rem) * (0.9090909091)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number h3 span.txt-big {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * (1.4)));
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex {
    display: block;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item {
  background-color: #1e9884;
  border-radius: 10px;
  padding: 2.2rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 0.1rem 1rem;
    border-radius: 13px;
    margin-bottom: 1rem;
    align-items: center;
    flex-direction: row;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item.fewline {
  padding: 1rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item.fewline {
    padding: 0.1rem 1rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 1.667;
  letter-spacing: 0em;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p {
    font-size: calc(1.58rem + ((1vw - 0.992rem) * (0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p {
    font-size: calc(1.56rem + ((1vw - 0.768rem) * (0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p {
    font-size: calc(1.54rem + ((1vw - 0.576rem) * (0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p {
    font-size: calc(1.52rem + ((1vw - 0.421rem) * (0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (0.2)));
  }
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p.title {
    line-height: 1.3;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p.numitem {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p.numitem span.txt-big {
  padding: 0 0.5rem;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p.numitem span.txt-big {
    font-size: 4.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p.numitem span.txt-big {
    font-size: calc(4.2rem + ((1vw - 0.992rem) * (1.9323671498)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p.numitem span.txt-big {
    font-size: calc(3.8rem + ((1vw - 0.768rem) * (1.7937219731)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p.numitem span.txt-big {
    font-size: calc(3.4rem + ((1vw - 0.576rem) * (2.0942408377)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p.numitem span.txt-big {
    font-size: calc(3rem + ((1vw - 0.421rem) * (2.5974025974)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .flex .item p.numitem span.txt-big {
    font-size: calc(2.6rem + ((1vw - 0.32rem) * (4)));
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .number .more {
  text-align: center;
  padding: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .number .more {
    padding: 1rem 0 0;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .more {
  text-align: center;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .more {
    padding-top: 1rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .more + .more {
  padding-top: 1rem;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .more a {
  border-bottom: 1px solid;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .more a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .more a {
    font-size: calc(1.42rem + ((1vw - 0.992rem) * (-0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .more a {
    font-size: calc(1.44rem + ((1vw - 0.768rem) * (-0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .more a {
    font-size: calc(1.46rem + ((1vw - 0.576rem) * (-0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .more a {
    font-size: calc(1.48rem + ((1vw - 0.421rem) * (-0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .more a {
    font-size: calc(1.5rem + ((1vw - 0.32rem) * (-0.2)));
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .more a::after {
  content: "";
  background-image: url(../../images/education/icon-blank.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  bottom: 1px;
  right: -25px;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .award {
  padding: 3rem 0 5rem;
  margin-top: 5rem;
  background-color: #fdffd6;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .award {
    padding: 2rem 1rem 4rem;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .award h3 {
  text-align: center;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .award h3 img {
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .award h3 img {
    max-width: 177px;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex {
  justify-content: center;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex {
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex ul.leaf-list {
  list-style-position: inside;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex ul.leaf-list {
    padding: 0;
  }
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex ul.leaf-list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  padding-bottom: 0.5rem;
  color: #1e9884;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex ul.leaf-list li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 8px 0;
  margin-right: 0.5em;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex ul.leaf-list li:nth-child(odd)::before {
  background-color: #12b9ac;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex ul.leaf-list li:nth-child(even)::before {
  background-color: #abde7f;
}
.domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex + p {
  max-width: 660px;
  margin: 0 auto;
  padding-top: 2rem;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex + p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex + p {
    font-size: calc(1.48rem + ((1vw - 0.992rem) * (0.0966183575)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex + p {
    font-size: calc(1.46rem + ((1vw - 0.768rem) * (0.0896860987)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex + p {
    font-size: calc(1.44rem + ((1vw - 0.576rem) * (0.1047120419)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex + p {
    font-size: calc(1.42rem + ((1vw - 0.421rem) * (0.1298701299)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .point .point-content .point-item .whitebg .inner .award .flex + p {
    font-size: calc(1.4rem + ((1vw - 0.32rem) * (0.2)));
  }
}
.domicile_info_add .point .point-content .point-item .whitebg img.inleaf {
  position: absolute;
  right: 0;
  bottom: 40px;
  transform: scaleX(-1);
  width: 100%;
  max-width: 120px;
}
.domicile_info_add .point .point-content .point-item#point3 .whitebg .inner .number .flex .item {
  flex-basis: auto;
  width: 27%;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item#point3 .whitebg .inner .number .flex .item {
    width: 100%;
  }
}
.domicile_info_add .point .point-content .point-item#point3 .whitebg .inner .number .flex .item:first-child {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .point .point-content .point-item#point3 .whitebg .inner .number .flex .item:first-child {
    width: 100%;
    flex-direction: column;
  }
}
.domicile_info_add .point .point-content .point-item#point3 .whitebg .inner .number .flex .item:first-child .in p {
  padding: 0;
}
.domicile_info_add .point .point-content .illust-wrap {
  position: relative;
}
.domicile_info_add .point .point-content .illust-wrap img {
  position: absolute;
}
.domicile_info_add .picture img {
  width: 100%;
}
.domicile_info_add .introduction {
  position: relative;
  padding: 7rem 0 4rem;
  background-image: url(../../images/education/bg-slash.svg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .domicile_info_add .introduction {
    background-image: url(../../images/education/bg-slash-sp.svg);
    padding: 4rem 0;
  }
}
.domicile_info_add .introduction .illust-leaf {
  position: absolute;
  left: 0;
  top: 10px;
  width: 60px;
}
.domicile_info_add .introduction .wrapper {
  max-width: 900px;
}
.domicile_info_add .introduction .wrapper h2 {
  text-align: center;
  color: #1e9884;
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .introduction .wrapper h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .introduction .wrapper h2 {
    font-size: calc(2.44rem + ((1vw - 0.992rem) * (0.7729468599)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .introduction .wrapper h2 {
    font-size: calc(2.28rem + ((1vw - 0.768rem) * (0.7174887892)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .introduction .wrapper h2 {
    font-size: calc(2.12rem + ((1vw - 0.576rem) * (0.8376963351)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .introduction .wrapper h2 {
    font-size: calc(1.96rem + ((1vw - 0.421rem) * (1.038961039)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .introduction .wrapper h2 {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * (1.6)));
  }
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-mid {
    font-size: 2.9rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-mid {
    font-size: calc(2.8rem + ((1vw - 0.992rem) * (0.4830917874)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-mid {
    font-size: calc(2.7rem + ((1vw - 0.768rem) * (0.4484304933)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-mid {
    font-size: calc(2.6rem + ((1vw - 0.576rem) * (0.5235602094)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-mid {
    font-size: calc(2.5rem + ((1vw - 0.421rem) * (0.6493506494)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-mid {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * (1)));
  }
}
@media screen and (max-width: 767px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-mid {
    display: block;
  }
}
.domicile_info_add .introduction .wrapper h2 span.marker {
  background: linear-gradient(transparent 50%, #fdffd6 50%);
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .introduction .wrapper h2 span.marker {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .introduction .wrapper h2 span.marker {
    font-size: calc(3.1rem + ((1vw - 0.992rem) * (0.4830917874)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .introduction .wrapper h2 span.marker {
    font-size: calc(3rem + ((1vw - 0.768rem) * (0.4484304933)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .introduction .wrapper h2 span.marker {
    font-size: calc(2.9rem + ((1vw - 0.576rem) * (0.5235602094)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .introduction .wrapper h2 span.marker {
    font-size: calc(2.8rem + ((1vw - 0.421rem) * (0.6493506494)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .introduction .wrapper h2 span.marker {
    font-size: calc(2.7rem + ((1vw - 0.32rem) * (1)));
  }
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-small {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-small {
    font-size: calc(2.26rem + ((1vw - 0.992rem) * (0.6763285024)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-small {
    font-size: calc(2.12rem + ((1vw - 0.768rem) * (0.6278026906)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-small {
    font-size: calc(1.98rem + ((1vw - 0.576rem) * (0.7329842932)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-small {
    font-size: calc(1.84rem + ((1vw - 0.421rem) * (0.9090909091)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-small {
    font-size: calc(1.7rem + ((1vw - 0.32rem) * (1.4)));
  }
}
@media only screen and (min-width: 1200px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-big {
    font-size: 3.3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-big {
    font-size: calc(3.14rem + ((1vw - 0.992rem) * (0.7729468599)));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-big {
    font-size: calc(2.98rem + ((1vw - 0.768rem) * (0.7174887892)));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-big {
    font-size: calc(2.82rem + ((1vw - 0.576rem) * (0.8376963351)));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-big {
    font-size: calc(2.66rem + ((1vw - 0.421rem) * (1.038961039)));
  }
}
@media only screen and (max-width: 420px) {
  .domicile_info_add .introduction .wrapper h2 span.txt-big {
    font-size: calc(2.5rem + ((1vw - 0.32rem) * (1.6)));
  }
}
.domicile_info_add .introduction .wrapper .txt-wrap {
  padding-top: 5rem;
}
@media screen and (max-width: 575px) {
  .domicile_info_add .introduction .wrapper .txt-wrap {
    max-width: 295px;
    margin: 0 auto;
  }
}
.domicile_info_add .introduction .wrapper .txt-wrap p {
  line-height: 1.875;
  padding-bottom: 3rem;
  color: #1e9884;
}
.domicile_info_add .show_pop:hover {
  cursor: pointer;
}

/* -- ▲ domicile_info_add 共通 --
-------------------------------------------------------*/
/*-------------------------------------------------------
-- ▼ 子育て教育 -- */
.education .subvisual {
  background-image: url(../../images/education/sv.webp);
}
@media screen and (max-width: 1600px) {
  .education .subvisual {
    background-position: left 30% center;
  }
}
@media screen and (max-width: 991px) {
  .education .subvisual {
    background-position: left 25% center;
  }
}
@media screen and (max-width: 767px) {
  .education .subvisual {
    background-image: url(../../images/education/sv-sp.webp);
  }
}
.education .slogan .m-plus .flex {
  border: none;
}
.education .point .point-content .wrapper.point1-wrapper .point-item.point1 .whitebg .inner .number .flex .item {
  flex-basis: 24%;
}
.education .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
  bottom: -110px;
  left: 280px;
  width: 97px;
}
@media screen and (max-width: 1199px) {
  .education .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
    left: 70px;
  }
}
@media screen and (max-width: 991px) {
  .education .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
    width: 40px;
    bottom: -60px;
  }
}
.education .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(2) {
  bottom: -135px;
  right: 220px;
  width: 112px;
}
@media screen and (max-width: 991px) {
  .education .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(2) {
    right: 30px;
    width: 65px;
    bottom: -90px;
  }
}
.education .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(3) {
  bottom: -140px;
  right: 0;
  width: 160px;
}
@media screen and (max-width: 991px) {
  .education .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(3) {
    display: none;
  }
}
.education .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
  bottom: -110px;
  left: 200px;
  width: 170px;
}
@media screen and (max-width: 991px) {
  .education .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
    width: 100px;
    bottom: -80px;
    left: 50px;
  }
}
.education .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
  bottom: -100px;
  right: 150px;
  width: 136px;
}
@media screen and (max-width: 991px) {
  .education .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
    width: 54px;
    bottom: -40px;
    right: 10px;
  }
}
.education .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(1) {
  bottom: -140px;
  left: 100px;
  width: 98px;
}
@media screen and (max-width: 991px) {
  .education .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(1) {
    width: 40px;
    left: 50px;
    bottom: -30px;
  }
}
.education .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(2) {
  bottom: -120px;
  right: 100px;
  width: 190px;
}
@media screen and (max-width: 991px) {
  .education .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(2) {
    width: 90px;
    bottom: -30px;
    right: 20px;
  }
}
.education .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(1) {
  bottom: -140px;
  left: 180px;
  width: 169px;
}
@media screen and (max-width: 1199px) {
  .education .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(1) {
    left: 70px;
  }
}
@media screen and (max-width: 991px) {
  .education .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(1) {
    display: none;
  }
}
.education .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(2) {
  bottom: -140px;
  right: 220px;
  width: 222px;
}
@media screen and (max-width: 991px) {
  .education .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(2) {
    display: none;
  }
}
.education .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(3) {
  bottom: -140px;
  right: 0;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .education .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(3) {
    right: auto;
    left: 20px;
    width: 40px;
    bottom: -70px;
  }
}
@media screen and (max-width: 991px) {
  .education .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(4) {
    right: 20px;
    bottom: -50px;
    width: 95px;
  }
}
.education .point .point-content .wrapper.point5-wrapper .illust-wrap img:nth-child(1) {
  bottom: -160px;
  left: 150px;
  width: 230px;
}
@media screen and (max-width: 1199px) {
  .education .point .point-content .wrapper.point5-wrapper .illust-wrap img:nth-child(1) {
    left: 70px;
  }
}
@media screen and (max-width: 991px) {
  .education .point .point-content .wrapper.point5-wrapper .illust-wrap img:nth-child(1) {
    display: none;
  }
}
.education .point .point-content .wrapper.point5-wrapper .illust-wrap img:nth-child(2) {
  bottom: -130px;
  right: 120px;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .education .point .point-content .wrapper.point5-wrapper .illust-wrap img:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .education .point .point-content .wrapper.point5-wrapper .illust-wrap img:nth-child(3) {
    right: 30px;
    bottom: -40px;
    width: 63px;
  }
}

/* -- ▲ 子育て教育 --
-------------------------------------------------------*/
/*-------------------------------------------------------
-- ▼ 住環境 -- */
.living .subvisual {
  background-image: url(../../images/living/sv.webp);
}
@media screen and (max-width: 767px) {
  .living .subvisual {
    background-image: url(../../images/living/sv-sp.webp);
  }
}
.living .slogan .m-plus .flex {
  border: none;
}
.living .point .point-content .wrapper.point-wrapper {
  background-image: url(../../images/domicile_info/illust-tree2.webp), url(../../images/domicile_info/illust-boy.webp), url(../../images/domicile_info/illust-tree3.webp);
  background-size: 90px, 125px, 100px;
  background-position: top 0px left 100px, bottom 70px left 120px, bottom 80px right 100px;
}
@media screen and (max-width: 767px) {
  .living .point .point-content .wrapper.point-wrapper {
    background-image: url(../../images/domicile_info/illust-boy.webp), url(../../images/domicile_info/illust-tree1.webp);
    background-size: 57px, 25px;
    background-position: bottom 200px left 50px, bottom 180px right 40px;
  }
}
.living .point .point-content .wrapper.point1-wrapper .point-item .whitebg .inleaf {
  bottom: 600px;
}
@media screen and (max-width: 767px) {
  .living .point .point-content .wrapper.point1-wrapper .point-item .whitebg .inleaf {
    width: 85px;
    bottom: 770px;
    right: -1rem;
  }
}
.living .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
  bottom: -65px;
  left: 100px;
  width: 84px;
}
@media screen and (max-width: 991px) {
  .living .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
    width: 40px;
    bottom: -30px;
    left: 100px;
  }
}
.living .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(2) {
  bottom: -50px;
  right: 50px;
  width: 184px;
}
@media screen and (max-width: 991px) {
  .living .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(2) {
    bottom: -60px;
    right: 60px;
    width: 146px;
  }
}
.living .point .point-content .wrapper.point2-wrapper .point-item .whitebg .inleaf {
  bottom: 700px;
}
.living .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
  bottom: -140px;
  left: 100px;
  width: 94px;
}
@media screen and (max-width: 991px) {
  .living .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
    width: 50px;
    bottom: -50px;
    left: 50px;
  }
}
.living .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
  bottom: -70px;
  right: 50px;
  width: 214px;
}
@media screen and (max-width: 991px) {
  .living .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
    width: 120px;
    bottom: -45px;
    right: 10px;
  }
}
.living .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(1) {
  bottom: -100px;
  left: 50px;
  width: 145px;
}
@media screen and (max-width: 991px) {
  .living .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(1) {
    width: 100px;
    left: 30px;
    bottom: -30px;
  }
}
@media screen and (max-width: 991px) {
  .living .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(2) {
    bottom: -40px;
    right: -1rem;
    transform: scaleX(-1);
    width: 85px;
  }
}
.living .point .point-content .wrapper.point4-wrapper .point-item .whitebg .inleaf {
  bottom: 400px;
}
.living .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(1) {
  bottom: -120px;
  left: 100px;
  width: 78px;
}
@media screen and (max-width: 991px) {
  .living .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(1) {
    right: auto;
    left: 60px;
    width: 60px;
    bottom: -100px;
  }
}
.living .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(2) {
  width: 112px;
  right: 50px;
  bottom: -80px;
}
@media screen and (max-width: 991px) {
  .living .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(2) {
    right: 20px;
    bottom: -90px;
    width: 64px;
  }
}
.living .point .point-content .wrapper.point5-wrapper .point-item .whitebg .inleaf {
  bottom: 600px;
}
.living .point .point-content .wrapper.point5-wrapper .illust-wrap img:nth-child(1) {
  right: 30px;
  bottom: -100px;
  width: 150px;
}
@media screen and (max-width: 991px) {
  .living .point .point-content .wrapper.point5-wrapper .illust-wrap img:nth-child(1) {
    right: 30px;
    bottom: -40px;
    width: 63px;
  }
}
.living .point .point-content .point-item.point2 .whitebg .inner .number .flex .item {
  flex-basis: 48%;
}
@media screen and (max-width: 767px) {
  .living .point .point-content .point-item.point2 .whitebg .inner .number .flex .item:last-child {
    flex-direction: column;
  }
}
.living .point .point-content .point-item.point4 .whitebg .inner .number .flex .item {
  flex-basis: 32%;
}

/* -- ▲ 住環境 --
-------------------------------------------------------*/
/*-------------------------------------------------------
-- ▼ 安心・安全な治安 -- */
.publicorder .subvisual {
  background-image: url(../../images/publicorder/sv.webp);
}
@media screen and (max-width: 767px) {
  .publicorder .subvisual {
    background-image: url(../../images/publicorder/sv-sp.webp);
  }
}
.publicorder .subvisual .wrapper h1 img {
  max-width: 528px;
}
@media screen and (max-width: 767px) {
  .publicorder .subvisual .wrapper h1 img {
    max-width: 320px;
  }
}
.publicorder .slogan .m-plus span {
  border: none;
}
.publicorder .point .point-content .wrapper.point-wrapper {
  background-image: url(../../images/domicile_info/illust-fam-tree.webp), url(../../images/domicile_info/illust-tree3.webp);
  background-size: 178px, 100px;
  background-position: bottom 50px left 100px, bottom 80px right 100px;
}
@media screen and (max-width: 767px) {
  .publicorder .point .point-content .wrapper.point-wrapper {
    background-image: url(../../images/domicile_info/illust-tree1.webp), url(../../images/domicile_info/illust-girl.webp);
    background-size: 25px, 64px;
    background-position: top 200px left 50px, top 210px right 30px;
  }
}
.publicorder .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
  bottom: -30px;
  left: 100px;
  width: 150px;
}
@media screen and (max-width: 991px) {
  .publicorder .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
    width: 100px;
    bottom: -60px;
    left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .publicorder .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(2) {
    right: -1rem;
    bottom: -40px;
    width: 90px;
    transform: scaleX(-1);
  }
}
.publicorder .point .point-content .wrapper.point2-wrapper .point-item .whitebg .inleaf {
  bottom: 500px;
}
@media screen and (max-width: 767px) {
  .publicorder .point .point-content .wrapper.point2-wrapper .point-item .number .flex .item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .publicorder .point .point-content .wrapper.point2-wrapper .point-item .number .flex .item .sp-flex {
    display: flex;
    justify-content: center;
  }
}
.publicorder .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
  bottom: -100px;
  left: 50px;
  width: 217px;
}
@media screen and (max-width: 991px) {
  .publicorder .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
    width: 100px;
    bottom: -60px;
    left: 30px;
  }
}
.publicorder .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
  right: 50px;
  bottom: -100px;
  width: 156px;
}
@media screen and (max-width: 991px) {
  .publicorder .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
    right: 25px;
    bottom: -30px;
    width: 50px;
  }
}
.publicorder .point .point-content .wrapper.point3-wrapper .point-item .whitebg .inleaf {
  right: auto;
  left: 0;
  bottom: 100px;
  transform: none;
}
.publicorder .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(1) {
  bottom: -130px;
  left: 50px;
  width: 118px;
  transform: scaleX(-1);
}
@media screen and (max-width: 991px) {
  .publicorder .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(1) {
    width: 60px;
    bottom: -80px;
    left: 50px;
  }
}
.publicorder .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(2) {
  left: 180px;
  bottom: -110px;
  width: 75px;
}
@media screen and (max-width: 991px) {
  .publicorder .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(2) {
    left: 120px;
    bottom: -30px;
    width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .publicorder .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(3) {
    right: -1rem;
    bottom: -30px;
    width: 90px;
    transform: scaleX(-1);
  }
}
.publicorder .point .point-content .wrapper.point4-wrapper .point-item .whitebg .inleaf {
  right: auto;
  left: 0;
  bottom: 1200px;
  transform: none;
}
.publicorder .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(1) {
  bottom: -130px;
  left: 100px;
  width: 89px;
  transform: scaleX(-1);
}
@media screen and (max-width: 991px) {
  .publicorder .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(1) {
    width: 39px;
    bottom: -100px;
    left: 50px;
    transform: none;
  }
}
.publicorder .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(2) {
  right: 50px;
  bottom: -120px;
  width: 217px;
}
@media screen and (max-width: 991px) {
  .publicorder .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(2) {
    right: 30px;
    bottom: -60px;
    width: 95px;
  }
}
.publicorder .point .point-content .wrapper.point5-wrapper .point-item .whitebg .inleaf {
  right: auto;
  left: 0;
  bottom: 100px;
  transform: none;
}
.publicorder .point .point-content .wrapper.point5-wrapper .illust-wrap img:nth-child(1) {
  right: 50px;
  bottom: -90px;
  width: 150px;
}
@media screen and (max-width: 991px) {
  .publicorder .point .point-content .wrapper.point5-wrapper .illust-wrap img:nth-child(1) {
    right: 30px;
    bottom: -60px;
    width: 80px;
  }
}
.publicorder .point .point-content .point-item.point2 .whitebg .inner .number .flex .item {
  flex-basis: 32%;
}

/* -- ▲ 安心・安全な治安 --
-------------------------------------------------------*/
/*-------------------------------------------------------
-- ▼ 交通利便性 -- */
.transportation .subvisual {
  background-image: url(../../images/transportation/sv.webp);
}
@media screen and (max-width: 767px) {
  .transportation .subvisual {
    background-image: url(../../images/transportation/sv-sp.webp);
  }
}
.transportation .slogan .m-plus span {
  border: none;
}
.transportation .point .point-content .wrapper.point-wrapper {
  background-image: url(../../images/domicile_info/illust-family4.webp), url(../../images/domicile_info/illust-tree3.webp);
  background-size: 138px, 100px;
  background-position: bottom 20px left 100px, bottom 80px right 120px;
}
@media screen and (max-width: 767px) {
  .transportation .point .point-content .wrapper.point-wrapper {
    background-image: url(../../images/domicile_info/illust-forest.webp), url(../../images/domicile_info/illust-girl2.webp);
    background-size: 45px, 44px;
    background-position: bottom 200px left 50px, bottom 180px right 40px;
  }
}
.transportation .point .point-content .wrapper.point1-wrapper {
  position: relative;
}
.transportation .point .point-content .wrapper.point1-wrapper .point-item .whitebg .inleaf {
  bottom: 1400px;
}
.transportation .point .point-content .wrapper.point1-wrapper .point-item .whitebg .sub-block.album-block .album {
  padding: 5rem 1rem;
}
@media screen and (max-width: 767px) {
  .transportation .point .point-content .wrapper.point1-wrapper .point-item .whitebg .sub-block.album-block .album {
    padding: 2rem 1rem;
    margin: 3rem 0 0;
  }
}
.transportation .point .point-content .wrapper.point1-wrapper .point-item .whitebg .sub-block.album-block .album .album-item .bubble img {
  max-width: 358px;
}
.transportation .point .point-content .wrapper.point1-wrapper .illust-all-wrap img {
  position: absolute;
}
@media screen and (max-width: 991px) {
  .transportation .point .point-content .wrapper.point1-wrapper .illust-all-wrap img:nth-child(1) {
    right: 0;
    top: 1070px;
    width: 80px;
    transform: scaleX(-1);
  }
}
.transportation .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
  left: 50px;
  bottom: -120px;
  width: 222px;
}
@media screen and (max-width: 991px) {
  .transportation .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
    left: 30px;
    bottom: -70px;
    width: 100px;
  }
}
.transportation .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(2) {
  right: 50px;
  bottom: -120px;
  width: 299px;
}
@media screen and (max-width: 991px) {
  .transportation .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(2) {
    right: 50px;
    bottom: -40px;
    width: 130px;
  }
}
.transportation .point .point-content .wrapper.point2-wrapper .point-item .whitebg .inleaf {
  bottom: auto;
  top: 50px;
}
.transportation .point .point-content .wrapper.point2-wrapper .point2-sub1-img img {
  border-radius: 30px;
  overflow: hidden;
}
.transportation .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
  left: 50px;
  bottom: -110px;
  width: 150px;
}
@media screen and (max-width: 991px) {
  .transportation .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
    left: 30px;
    bottom: -45px;
    width: 70px;
  }
}
.transportation .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
  left: 200px;
  bottom: -90px;
  width: 83px;
}
@media screen and (max-width: 991px) {
  .transportation .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
    left: 110px;
    bottom: -60px;
    width: 45px;
  }
}
.transportation .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(3) {
  right: 50px;
  bottom: -120px;
  width: 133px;
  transform: scaleX(-1);
}
@media screen and (max-width: 991px) {
  .transportation .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(3) {
    right: 45px;
    bottom: -80px;
    width: 67px;
  }
}
.transportation .point .point-content .wrapper.point3-wrapper .point-item .whitebg .inleafbox .inleaf:nth-child(1) {
  bottom: auto;
  top: 50px;
}
.transportation .point .point-content .wrapper.point3-wrapper .point-item .whitebg .inleafbox .inleaf:nth-child(2) {
  right: auto;
  left: 0;
  bottom: 700px;
  transform: none;
}
.transportation .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(1) {
  left: 50px;
  bottom: -110px;
  width: 150px;
}
@media screen and (max-width: 991px) {
  .transportation .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(1) {
    left: 10px;
    bottom: -85px;
    width: 100px;
  }
}
.transportation .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(2) {
  left: 230px;
  bottom: -120px;
  width: 120px;
}
@media screen and (max-width: 991px) {
  .transportation .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(2) {
    left: 110px;
    bottom: -80px;
    width: 92px;
  }
}
.transportation .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(3) {
  right: 50px;
  bottom: -70px;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .transportation .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(3) {
    right: 45px;
    bottom: -80px;
    width: 60px;
  }
}
.transportation .point .point-content .wrapper.point4-wrapper .point-item .whitebg .inleaf {
  bottom: auto;
  top: 100px;
}
.transportation .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(1) {
  left: 120px;
  bottom: -130px;
  width: 80px;
}
@media screen and (max-width: 991px) {
  .transportation .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(1) {
    left: 80px;
    bottom: -85px;
    width: 40px;
  }
}
.transportation .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(2) {
  right: 50px;
  bottom: -100px;
  width: 140px;
}
@media screen and (max-width: 991px) {
  .transportation .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(2) {
    right: 50px;
    bottom: -65px;
    width: 95px;
  }
}
.transportation .point .point-content .wrapper.point5-wrapper .illust-wrap img:nth-child(1) {
  right: 50px;
  bottom: -100px;
  width: 140px;
}
@media screen and (max-width: 991px) {
  .transportation .point .point-content .wrapper.point5-wrapper .illust-wrap img:nth-child(1) {
    right: 30px;
    bottom: -25px;
    width: 63px;
  }
}

/* -- ▲ 交通利便性 --
-------------------------------------------------------*/
/*-------------------------------------------------------
-- ▼ お仕事支援 -- */
.worksupport .subvisual {
  background-image: url(../../images/worksupport/sv.webp);
}
@media screen and (max-width: 767px) {
  .worksupport .subvisual {
    background-image: url(../../images/worksupport/sv-sp.webp);
  }
}
.worksupport .subvisual .wrapper h1 img {
  max-width: 365px;
}
@media screen and (max-width: 767px) {
  .worksupport .subvisual .wrapper h1 img {
    max-width: 243px;
  }
}
.worksupport .slogan .m-plus span {
  border: none;
}
.worksupport .point .point-content .wrapper.point-wrapper {
  height: 250px;
  background-image: url(../../images/domicile_info/illust-tree3.webp), url(../../images/domicile_info/illust-girl2.webp);
  background-size: 100px;
  background-position: top left 100px, bottom 0px right 120px;
}
@media screen and (max-width: 991px) {
  .worksupport .point .point-content .wrapper.point-wrapper {
    background-size: 80px;
    background-position: top left 0px, bottom 0px right 0px;
  }
}
@media screen and (max-width: 767px) {
  .worksupport .point .point-content .wrapper.point-wrapper {
    height: auto;
    background-image: url(../../images/domicile_info/illust-boy.webp), url(../../images/domicile_info/illust-tree1.webp);
    background-size: 57px, 25px;
    background-position: top 80% left 50px, top 90% right 50px;
  }
}
.worksupport .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
  left: 50px;
  bottom: -100px;
  width: 80px;
}
@media screen and (max-width: 991px) {
  .worksupport .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
    left: 50px;
    bottom: -30px;
    width: 40px;
  }
}
.worksupport .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(2) {
  right: 50px;
  bottom: -120px;
  width: 150px;
}
@media screen and (max-width: 991px) {
  .worksupport .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(2) {
    right: 30px;
    bottom: -60px;
    width: 95px;
  }
}
.worksupport .point .point-content .wrapper.point2-wrapper .point-item .whitebg .inleaf {
  right: auto;
  left: 0;
  bottom: 100px;
  transform: none;
}
.worksupport .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
  left: 40px;
  bottom: -140px;
  width: 90px;
}
@media screen and (max-width: 991px) {
  .worksupport .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
    left: 10px;
    bottom: -70px;
    width: 54px;
  }
}
.worksupport .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
  left: 120px;
  bottom: -120px;
  width: 150px;
}
@media screen and (max-width: 991px) {
  .worksupport .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
    left: 60px;
    bottom: -70px;
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .worksupport .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(3) {
    right: -1rem;
    bottom: -100px;
    width: 85px;
    transform: scaleX(-1);
  }
}
.worksupport .point .point-content .wrapper.point3-wrapper .point-item .whitebg .inleaf {
  bottom: auto;
  top: 50px;
}
.worksupport .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(1) {
  right: 20px;
  bottom: -90px;
  width: 120px;
}
@media screen and (max-width: 991px) {
  .worksupport .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(1) {
    right: 20px;
    bottom: -50px;
    width: 63px;
  }
}

/* -- ▲ お仕事支援 --
-------------------------------------------------------*/
/*-------------------------------------------------------
-- ▼ 遊ぶ・愉しむ -- */
.play .subvisual {
  background-image: url(../../images/play/sv.webp);
}
@media screen and (max-width: 767px) {
  .play .subvisual {
    background-image: url(../../images/play/sv-sp.webp);
  }
}
.play .subvisual .wrapper h1 img {
  max-width: 373px;
}
@media screen and (max-width: 767px) {
  .play .subvisual .wrapper h1 img {
    max-width: 243px;
  }
}
.play .slogan .m-plus .flex {
  border: none;
}
.play .point .point-content .wrapper.point-wrapper {
  background-image: url(../../images/domicile_info/illust-forest.webp), url(../../images/domicile_info/illust-boy.webp), url(../../images/domicile_info/illust-tree3.webp);
  background-size: 108px, 120px, 100px;
  background-position: top 30px left 140px, top 150px left 200px, bottom 180px right 180px;
}
@media screen and (max-width: 991px) {
  .play .point .point-content .wrapper.point-wrapper {
    background-position: top 0 left 10px, bottom left 10px, bottom 30px right 10px;
  }
}
@media screen and (max-width: 767px) {
  .play .point .point-content .wrapper.point-wrapper {
    background-image: url(../../images/domicile_info/illust-boy.webp), url(../../images/domicile_info/illust-tree1.webp);
    background-size: 57px, 25px;
    background-position: bottom 0 left 30px, bottom 0 right 20px;
    padding-bottom: 6rem;
  }
}
.play .point .point-content .wrapper.point1-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .play .point .point-content .wrapper.point1-wrapper .point-item {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .play .point .point-content .wrapper.point1-wrapper .point-item .whitebg .inner .sub-block.album-block {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .play .point .point-content .wrapper.point1-wrapper .point-item .whitebg .inner .sub-block.album-block .album .album-item:nth-child(2) .illust {
    top: 50px;
  }
}
.play .point .point-content .wrapper.point1-wrapper .illust-all-wrap img {
  position: absolute;
}
@media screen and (max-width: 991px) {
  .play .point .point-content .wrapper.point1-wrapper .illust-all-wrap img:nth-child(1) {
    right: 0;
    top: 500px;
    width: 80px;
    transform: scaleX(-1);
  }
}
.play .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
  left: 50px;
  bottom: -90px;
  width: 200px;
}
@media screen and (max-width: 991px) {
  .play .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
    left: 40px;
    bottom: -80px;
    width: 100px;
  }
}
.play .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(2) {
  left: 250px;
  bottom: -90px;
  width: 125px;
}
@media screen and (max-width: 991px) {
  .play .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(2) {
    left: 150px;
    bottom: -25px;
    width: 50px;
  }
}
.play .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(3) {
  right: 50px;
  bottom: -160px;
  width: 192px;
}
@media screen and (max-width: 991px) {
  .play .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(3) {
    right: 10px;
    bottom: -100px;
    width: 100px;
  }
}
.play .point .point-content .wrapper.point2-wrapper .point-item .whitebg .inleaf {
  right: auto;
  left: 0;
  bottom: 200px;
  transform: none;
}
@media screen and (max-width: 767px) {
  .play .point .point-content .wrapper.point2-wrapper .point-item .whitebg .inner .sub-block .flex .item {
    display: block;
  }
}
.play .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
  left: 200px;
  bottom: -100px;
  width: 150px;
}
@media screen and (max-width: 991px) {
  .play .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
    left: 80px;
    bottom: -60px;
    width: 100px;
  }
}
.play .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
  right: 100px;
  bottom: -90px;
  width: 150px;
}
@media screen and (max-width: 991px) {
  .play .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
    right: 30px;
    bottom: -25px;
    width: 100px;
  }
}
.play .point .point-content .wrapper.point3-wrapper {
  position: relative;
}
.play .point .point-content .wrapper.point3-wrapper .point-item .whitebg .inleaf {
  bottom: 1000px;
}
.play .point .point-content .wrapper.point3-wrapper .point-item .whitebg .sub-block.album-block .album .album-item:nth-child(1) .item.illust {
  top: -50px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .play .point .point-content .wrapper.point3-wrapper .point-item .whitebg .sub-block.album-block .album .album-item:nth-child(1) .item.illust {
    top: 30px;
    right: 15px;
  }
}
.play .point .point-content .wrapper.point3-wrapper .point-item .whitebg .sub-block.album-block .album .album-item:nth-child(1) .item.illust img {
  max-width: 124px;
}
@media screen and (max-width: 767px) {
  .play .point .point-content .wrapper.point3-wrapper .point-item .whitebg .sub-block.album-block .album .album-item:nth-child(1) .item.illust img {
    max-width: 66px;
  }
}
.play .point .point-content .wrapper.point3-wrapper .point-item .whitebg .sub-block.album-block .album .album-item:nth-child(2) .item.illust {
  top: 30px;
  left: 110px;
}
@media screen and (max-width: 767px) {
  .play .point .point-content .wrapper.point3-wrapper .point-item .whitebg .sub-block.album-block .album .album-item:nth-child(2) .item.illust {
    left: 20px;
  }
}
.play .point .point-content .wrapper.point3-wrapper .point-item .whitebg .sub-block.album-block .album .album-item:nth-child(2) .item.illust img {
  max-width: 76px;
}
@media screen and (max-width: 767px) {
  .play .point .point-content .wrapper.point3-wrapper .point-item .whitebg .sub-block.album-block .album .album-item:nth-child(2) .item.illust img {
    max-width: 50px;
  }
}
.play .point .point-content .wrapper.point3-wrapper .illust-all-wrap img {
  position: absolute;
}
@media screen and (max-width: 991px) {
  .play .point .point-content .wrapper.point3-wrapper .illust-all-wrap img:nth-child(1) {
    right: 0;
    top: 760px;
    width: 60px;
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 991px) {
  .play .point .point-content .wrapper.point3-wrapper .illust-all-wrap img:nth-child(2) {
    left: 0;
    top: 1240px;
    width: 60px;
  }
}
.play .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(1) {
  left: 100px;
  bottom: -70px;
  width: 90px;
}
@media screen and (max-width: 991px) {
  .play .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(1) {
    left: 20px;
    bottom: -50px;
    width: 50px;
  }
}
.play .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(2) {
  left: 250px;
  bottom: -110px;
  width: 132px;
}
@media screen and (max-width: 991px) {
  .play .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(2) {
    left: 80px;
    bottom: -80px;
    width: 77px;
  }
}
.play .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(3) {
  right: 50px;
  bottom: -80px;
  width: 211px;
}
@media screen and (max-width: 991px) {
  .play .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(3) {
    right: 0px;
    bottom: -45px;
    width: 120px;
  }
}
.play .point .point-content .wrapper.point4-wrapper .point-item .whitebg .inleaf {
  bottom: 700px;
}
.play .point .point-content .wrapper.point4-wrapper .point-item .whitebg .sub-block .more {
  padding: 3rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .play .point .point-content .wrapper.point4-wrapper .point-item .whitebg .sub-block .more {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .play .point .point-content .wrapper.point4-wrapper .point-item .whitebg .sub-block .more.more2 {
    padding: 2rem 0 1rem;
  }
}
.play .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(1) {
  right: 50px;
  bottom: -80px;
  width: 166px;
}
@media screen and (max-width: 991px) {
  .play .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(1) {
    right: 0px;
    bottom: -45px;
    width: 65px;
  }
}
.play .point .point-content .point-link .flex-wrapper .row-bottom:first-child {
  padding-bottom: 2rem;
}

/* -- ▲ 遊ぶ・愉しむ --
-------------------------------------------------------*/
/*-------------------------------------------------------
-- ▼ うれしい制度 -- */
.happy_system .subvisual {
  background-image: url(../../images/happy_system/sv.webp);
}
@media screen and (max-width: 767px) {
  .happy_system .subvisual {
    background-image: url(../../images/happy_system/sv-sp.webp);
  }
}
.happy_system .subvisual .wrapper h1 img {
  max-width: 373px;
}
@media screen and (max-width: 767px) {
  .happy_system .subvisual .wrapper h1 img {
    max-width: 243px;
  }
}
.happy_system .slogan .m-plus span {
  border: none;
}
.happy_system .point .point-content .wrapper.point-wrapper {
  background-image: url(../../images/domicile_info/illust-tree1.webp), url(../../images/domicile_info/illust-girl.webp), url(../../images/domicile_info/illust-tree3.webp);
  background-size: 45px, 140px, 100px;
  background-position: top 30px left 120px, bottom left 170px, bottom 30px right 180px;
}
@media screen and (max-width: 991px) {
  .happy_system .point .point-content .wrapper.point-wrapper {
    background-position: top 0 left 10px, bottom left 10px, bottom 30px right 10px;
  }
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point-wrapper {
    background-image: url(../../images/domicile_info/illust-tree1.webp), url(../../images/domicile_info/illust-girl.webp);
    background-size: 25px, 65px;
    background-position: top 200px left 50px, top 210px right 30px;
  }
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point1-wrapper .whitebg .inner .sub-block .flex2 .item:nth-child(2) {
    padding-top: 2rem;
  }
}
.happy_system .point .point-content .wrapper.point1-wrapper .whitebg .inner .sub-block .number .flex .item {
  flex-direction: row;
  flex-basis: 100%;
}
.happy_system .point .point-content .wrapper.point1-wrapper .whitebg .inleaf {
  bottom: 500px;
}
.happy_system .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
  left: 60px;
  bottom: -160px;
  width: 150px;
}
@media screen and (max-width: 991px) {
  .happy_system .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
    left: 30px;
    bottom: -145px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(1) {
    bottom: -135px;
  }
}
.happy_system .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(2) {
  right: 160px;
  bottom: -110px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(2) {
    left: 170px;
    bottom: -70px;
    width: 100px;
  }
}
.happy_system .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(3) {
  right: 50px;
  bottom: -110px;
  width: 94px;
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(3) {
    right: 170px;
    bottom: -70px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point1-wrapper .illust-wrap img:nth-child(4) {
    right: -1rem;
    bottom: -90px;
    width: 84px;
    transform: scaleX(-1);
  }
}
.happy_system .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
  left: 80px;
  bottom: -134px;
  width: 108px;
}
@media screen and (max-width: 991px) {
  .happy_system .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
    left: 100px;
    bottom: -160px;
    width: 77px;
  }
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(1) {
    left: 30px;
    bottom: -125px;
  }
}
.happy_system .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
  left: 250px;
  bottom: -80px;
  width: 93px;
}
@media screen and (max-width: 991px) {
  .happy_system .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
    left: 220px;
    bottom: -90px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(2) {
    left: 170px;
    bottom: -50px;
  }
}
.happy_system .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(3) {
  right: 50px;
  bottom: -135px;
  width: 180px;
}
@media screen and (max-width: 991px) {
  .happy_system .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(3) {
    right: 70px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(3) {
    right: 25px;
    bottom: -122px;
  }
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point2-wrapper .illust-wrap img:nth-child(4) {
    width: 88px;
    left: 70px;
  }
}
.happy_system .point .point-content .wrapper.point3-wrapper .point-item#point3 .whitebg .inner .sub-block > .flex:nth-child(1) {
  padding-bottom: 5rem;
}
.happy_system .point .point-content .wrapper.point3-wrapper .point-item#point3 .whitebg .inner .sub-block > .flex:nth-child(2) {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point3-wrapper .point-item#point3 .whitebg .inner .sub-block > .flex:nth-child(2) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point3-wrapper .point-item#point3 .whitebg .inner .sub-block > .flex .item:first-child {
    padding-bottom: 3rem;
  }
}
.happy_system .point .point-content .wrapper.point3-wrapper .point-item#point3 .whitebg .inner .number .flex .item:first-child {
  width: 100%;
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point3-wrapper .point-item#point3 .whitebg .inner .number .flex .item:first-child {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point3-wrapper .point-item#point3 .whitebg .inner .number .flex .item p {
    margin: 0;
  }
}
.happy_system .point .point-content .wrapper.point3-wrapper .point-item#point3 .whitebg .inner .number .flex .item p.title {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .happy_system .point .point-content .wrapper.point3-wrapper .point-item#point3 .whitebg .inner .number .flex .item p.title {
    padding-right: 0;
  }
}
.happy_system .point .point-content .wrapper.point3-wrapper .point-item#point3 .whitebg .inleaf {
  bottom: 150px;
}
.happy_system .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(1) {
  left: 60px;
  bottom: -100px;
  width: 200px;
}
@media screen and (max-width: 991px) {
  .happy_system .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(1) {
    left: 20px;
    bottom: -80px;
    width: 100px;
  }
}
.happy_system .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(2) {
  left: 270px;
  bottom: -120px;
  width: 85px;
}
@media screen and (max-width: 991px) {
  .happy_system .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(2) {
    left: 120px;
    bottom: -100px;
    width: 40px;
  }
}
.happy_system .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(3) {
  right: 50px;
  bottom: -120px;
  width: 140px;
}
@media screen and (max-width: 991px) {
  .happy_system .point .point-content .wrapper.point3-wrapper .illust-wrap img:nth-child(3) {
    right: 10px;
    bottom: -80px;
    width: 86px;
  }
}
.happy_system .point .point-content .wrapper.point4-wrapper .point-item#point4 .whitebg .inleafbox .inleaf:nth-child(1) {
  right: auto;
  left: 0;
  bottom: 300px;
  transform: none;
}
.happy_system .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(1) {
  left: 60px;
  bottom: -130px;
  width: 105px;
  transform: scaleX(-1);
}
@media screen and (max-width: 991px) {
  .happy_system .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(1) {
    left: 50px;
    bottom: -90px;
    width: 62px;
  }
}
.happy_system .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(2) {
  right: 120px;
  bottom: -90px;
  width: 158px;
}
@media screen and (max-width: 991px) {
  .happy_system .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(2) {
    left: 125px;
    bottom: -80px;
    width: 60px;
  }
}
@media screen and (max-width: 991px) {
  .happy_system .point .point-content .wrapper.point4-wrapper .illust-wrap img:nth-child(3) {
    right: -1rem;
    bottom: -30px;
    width: 85px;
    transform: scaleX(-1);
  }
}
.happy_system .point .point-content .wrapper.point5-wrapper .illust-wrap img:nth-child(1) {
  right: 50px;
  bottom: -100px;
  width: 140px;
}
@media screen and (max-width: 991px) {
  .happy_system .point .point-content .wrapper.point5-wrapper .illust-wrap img:nth-child(1) {
    right: 30px;
    bottom: -45px;
    width: 63px;
  }
}

/* -- ▲ うれしい制度 --
-------------------------------------------------------*/

/*# sourceMappingURL=domicile_info_add.css.map */
