<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 共通カラー */
/* ブレイクポイント */
/* メディアクエリ */
.section__inner {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}
.section__title {
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 6px solid #48a64e;
}
@media screen and (min-width: 960px) {
  .section__title {
    font-size: 2.5rem;
  }
}
.section--swiper {
  margin-bottom: 60px;
}

.flex {
  display: block;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .flex {
    display: flex;
  }
}

.top__group {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .top__group {
    display: flex;
    justify-content: space-between;
  }
}
.top__group h2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .top__group h2 {
    margin-bottom: 0;
  }
}
.top .twitter-share-button, .top .hatena-bookmark-button-frame {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .top .twitter-share-button, .top .hatena-bookmark-button-frame {
    margin-left: 20px;
  }
}
.top__unit {
  display: flex;
}
.top__btn {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 6px 10px;
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .top__btn {
    margin-left: 20px;
  }
}
.top__btn--fb {
  background-color: #1877F2;
}
.top__btn--tw {
  border-radius: 15px;
  background-color: #1D9BF0;
}
.top__btn--tw img {
  margin-right: 4px;
}
.top__btn--b {
  background-color: #00A4DE;
}
.top__btn--print {
  background-color: #626262;
}
.top__title {
  display: block;
  color: #fff;
  font-size: 2rem;
  background-color: #48a64e;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .top__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .top__title {
    display: flex;
    align-items: center;
  }
}
.top__title span {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  margin-right: 20px;
}
@media screen and (min-width: 960px) {
  .top__title span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .top__title span {
    display: flex;
  }
}

.properties__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.properties__item {
  width: 100%;
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 760px) {
  .properties__item {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 30%;
    height: 630px;
    margin-bottom: 40px;
  }
}
.properties__item figure img {
  width: 100%;
}
.properties__unit {
  margin: 20px 15px;
}
.properties__title {
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.properties__table {
  width: 100%;
  font-size: 1.2rem;
  text-align: left;
  border-bottom: solid 1px #D5EBD6;
}
@media screen and (min-width: 960px) {
  .properties__table {
    font-size: 1.4rem;
  }
}
.properties__table tr {
  border-top: solid 1px #D5EBD6;
}
.properties__table tr, .properties__table th {
  display: block;
}
@media screen and (min-width: 960px) {
  .properties__table tr, .properties__table th {
    display: flex;
  }
}
.properties__table th {
  width: 100%;
  color: #48a64e;
  padding: 10px 0 0 0;
  letter-spacing: 2px;
}
@media screen and (min-width: 960px) {
  .properties__table th {
    width: 20%;
    padding: 10px 0;
  }
}
.properties__table td {
  display: block;
  width: 100%;
  padding: 10px 0;
}
@media screen and (min-width: 960px) {
  .properties__table td {
    width: 80%;
    padding: 10px 0;
  }
}
.properties__btn {
  position: relative;
  display: inline-block;
  background-color: #6bb470;
  color: #fff;
  font-weight: bold;
  border-radius: 35px;
  padding: 10px 70px 10px 40px;
  border: 1px solid #48a64e;
  font-weight: bold;
  position: relative;
  margin: 0 15px 20px 15px;
}
.properties__btn:hover {
  color: #48a64e;
  background: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 520px) {
  .properties__btn {
    padding: 20px 100px 20px 70px;
    margin: 0 auto 40px auto;
  }
}
.properties__btn::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/management-box_icon2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.properties__btn:hover::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/management-box_icon3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.swiper-text {
  font-weight: bold;
  padding: 30px 0 0 0;
}

.swiper-slide {
  text-align: center;
}
.swiper-slide a {
  height: 100%;
}
.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.detail-swiper {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .detail-swiper {
    margin-top: 40px;
  }
}
.detail-swiper .swiper-wrapper {
  height: auto;
}
.detail-swiper .swiper-slide img {
  height: 300px;
}
@media screen and (min-width: 760px) {
  .detail-swiper .swiper-slide img {
    height: 400px;
  }
}

.detail-swiper2 {
  height: auto;
  margin: 30px 0 0 0 !important;
}
.detail-swiper2 .swiper-wrapper {
  flex-wrap: wrap;
  height: auto;
}
.detail-swiper2 .swiper-slide {
  width: 50px;
  opacity: 0.4;
  line-height: 80px;
}
@media screen and (min-width: 760px) {
  .detail-swiper2 .swiper-slide {
    width: 100px;
  }
}
.detail-swiper2 .swiper-slide img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 760px) {
  .detail-swiper2 .swiper-slide img {
    width: 100px;
    height: 100px;
  }
}
.detail-swiper2 .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  color: #48a64e !important;
}

.lb-outerContainer {
  width: 50% !important;
  height: auto !important;
}

.lightbox .lb-image {
  width: 100% !important;
  height: auto !important;
}

.lb-dataContainer {
  width: 50% !important;
}

.expansion-icon img {
  display: none;
}
@media screen and (min-width: 960px) {
  .expansion-icon img {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    padding: 20px;
    border: 2px solid #48a64e;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 99;
  }
}

.banner {
  width: 100%;
  text-align: center;
  border: solid 2px #cb5b5b;
  padding: 20px;
  margin: 40px auto;
}
@media screen and (min-width: 960px) {
  .banner {
    width: 400px;
  }
}
.banner__head {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .banner__head {
    font-size: 1.4rem;
  }
}
.banner__tel {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .banner__tel {
    font-size: 2.5rem;
  }
}
.banner__text {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .banner__text {
    font-size: 1.4rem;
  }
}
.banner__btn {
  position: relative;
  display: inline-block;
  background-color: #cb5b5b;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  letter-spacing: 4px;
  padding: 20px 60px;
}
.banner__btn:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  left: 0;
  top: 0;
}
.banner__btn:hover:after {
  border-radius: 50px;
}
.banner__btn img {
  width: 30px;
  margin-right: 10px;
}

.facility__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}
.facility__wrap img {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 760px) {
  .facility__wrap img {
    margin-right: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.facility__wrap img:last-of-type {
  margin-right: 0;
}

.vacancy .yes {
  width: 100%;
  border: solid 2px #48a64e;
  padding: 20px;
  padding-bottom: 40px;
  margin: 30px auto;
}
.vacancy .yes__head {
  color: #48a64e;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .vacancy .yes__head {
    font-size: 2rem;
  }
}
.vacancy .yes__area {
  margin: 0 auto 20px auto;
  overflow-x: scroll;
}
.vacancy .yes__table {
  width: 100%;
  min-width: 900px;
  text-align: center;
}
.vacancy .yes__table th {
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  background-color: #48a64e;
  border: solid 1px #fff;
  vertical-align: middle;
  padding: 10px;
}
@media screen and (min-width: 960px) {
  .vacancy .yes__table th {
    font-size: 1.4rem;
  }
}
.vacancy .yes__table td {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.2rem;
  background-color: #F2F2F2;
  border: solid 1px #fff;
  vertical-align: middle;
  word-break: keep-all;
  padding: 30px;
  width: max-content;
}
@media screen and (min-width: 960px) {
  .vacancy .yes__table td {
    font-size: 1.4rem;
  }
}
.vacancy .yes__table td img {
  width: 120px;
}
.vacancy .yes__table td a {
  text-decoration: underline;
}
.vacancy .yes__unit {
  display: block;
}
@media screen and (min-width: 960px) {
  .vacancy .yes__unit {
    display: flex;
  }
}
.vacancy .yes__text {
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .vacancy .yes__text {
    font-size: 1.4rem;
  }
}
.vacancy .yes__nav {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .vacancy .yes__nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
}
.vacancy .yes__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vacancy .yes__item {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  align-items: center;
  width: 24px;
  height: 34px;
  line-height: 1;
  color: #626262;
  background-color: #fff;
  border: solid 1px #626262;
  margin: 0 5px;
}
@media screen and (min-width: 960px) {
  .vacancy .yes__item {
    font-size: 1.4rem;
  }
}
.vacancy .yes__item:hover {
  color: #fff;
  background: #626262;
  transition: 0.3s;
}
.vacancy .yes__item a {
  cursor: pointer;
}
.vacancy .yes__item--prev, .vacancy .yes__item--next {
  width: 40px;
}
.vacancy .yes__item--current {
  color: #fff;
  background-color: #626262;
}
.vacancy .no {
  width: 100%;
  text-align: center;
  border: solid 2px #cb5b5b;
  padding: 20px;
  margin: 30px auto;
}
.vacancy .no__head {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .vacancy .no__head {
    font-size: 2.5rem;
  }
}
.vacancy .no__tel {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .vacancy .no__tel {
    font-size: 2.5rem;
  }
}
.vacancy .no__text {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .vacancy .no__text {
    font-size: 1.4rem;
  }
}
.vacancy .no__btn {
  position: relative;
  display: inline-block;
  background-color: #cb5b5b;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  letter-spacing: 4px;
  padding: 20px 60px;
}
.vacancy .no__btn:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  left: 0;
  top: 0;
}
.vacancy .no__btn:hover:after {
  border-radius: 50px;
}
.vacancy .no__btn img {
  width: 30px;
  margin-right: 10px;
}

.spec {
  margin: 20px 0 40px 0;
}
@media screen and (min-width: 960px) {
  .spec {
    margin: 20px 0 60px 0;
  }
}
.spec__table {
  width: 100%;
}
.spec__table tbody tr:first-child th {
  border-top: 1px solid #E8E8E8;
}
.spec__table tbody tr:last-child th {
  border-bottom: 1px solid #E8E8E8;
}
.spec__table th, .spec__table td {
  width: auto;
  text-align: left;
  display: block;
  padding: 10px;
}
@media screen and (min-width: 960px) {
  .spec__table th, .spec__table td {
    width: 35%;
    vertical-align: baseline;
    display: table-cell;
    padding: 20px 30px;
  }
}
.spec__table th {
  border: none;
  background-color: #f5f7ed;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .spec__table th {
    width: 200px;
    border-bottom: 1px solid #fff;
    background-color: #f5f7ed;
  }
}
.spec__table td {
  border: 1px solid #E8E8E8;
  vertical-align: middle;
}

.contact {
  position: relative;
  border: 2px solid #626262;
  border-radius: 5px;
  margin: 60px 0 40px 0;
}
.contact__unit {
  position: absolute;
  left: 10px;
  top: -16px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .contact__unit {
    left: 20px;
  }
}
.contact__title {
  display: flex;
  align-items: center;
  font-size: 2rem;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .contact__title {
    font-size: 2.5rem;
  }
}
.contact__img {
  margin-right: 10px;
  vertical-align: middle;
}
.contact__inner {
  padding: 40px 20px 20px 20px;
}
.contact__head {
  font-weight: bold;
  margin-bottom: 40px;
}
.contact__group {
  display: block;
}
@media screen and (min-width: 960px) {
  .contact__group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.contact__info {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .contact__info {
    margin-bottom: 0;
  }
}
.contact__text {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .contact__text {
    font-size: 1.4rem;
  }
}
.contact__text--name {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .contact__text--name {
    font-size: 2rem;
  }
}
.contact__btn {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #cb5b5b;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s;
  display: inline-flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  justify-content: center;
  letter-spacing: 4px;
  padding: 20px 60px;
}
.contact__btn:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  left: 0;
  top: 0;
}
@media screen and (min-width: 520px) {
  .contact__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contact__btn:hover:after {
  border-radius: 50px;
}
.contact__btn img {
  width: 30px;
  margin-right: 10px;
}

.check {
  margin: 20px 0 60px 0;
}
.check__wrap {
  display: block;
}
@media screen and (min-width: 960px) {
  .check__wrap {
    display: flex;
    justify-content: space-between;
  }
}
.check__item {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .check__item {
    width: 30%;
    text-align: left;
    margin-bottom: 0;
  }
}
.check__title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .check__title {
    font-size: 2rem;
  }
}
.check figure {
  margin: 10px 0;
}
@media screen and (min-width: 960px) {
  .check figure {
    margin: 20px 0;
  }
}</pre></body></html>