@charset "utf-8";
/* CSS Document */

/*----- リード -----*/
.section-lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .section-lead {
    font-size: 2rem;
  }
}

.text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3em;
}

@media (max-width: 767px) {
  .text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

@media (min-width: 768px) {
  .pc-center {
    text-align: center;
  }
}

.mgb0 {
  margin-bottom: 0 !important;
}

.ls0 {
  letter-spacing: 0 !important;
}

@media (min-width: 768px) {
  .ls0-pc {
    letter-spacing: 0 !important;
  }
}

.text-list>* {
  margin-bottom: 0.5em;
  line-height: 1.6;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.text-list.text-list-num {
  counter-reset: number 0;
}

.text-list.text-list-num>li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #a1955e;
  margin-right: 0.3em;
}

.text-list.text-list-circle {}

.text-list.text-list-circle>li::before {
  content: '';
  border-radius: 100%;
  background-color: #a1955e;
  display: inline-block;
  height: 0.8em;
  margin-right: 0.5em;
  width: 0.8em;
}


table.tbl {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}

table.tbl th,
table.tbl td {
  border-bottom: solid 1px #333;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 1.0em 0;
  text-align: left;
  vertical-align: middle;
}

table.tbl tr:first-child th {
  border-top: solid 1px #333;
}

table.tbl th {
  width: 10em;
}

@media (min-width: 768px) {
  table.tbl tr:first-child td {
    border-top: solid 1px #333;
  }
}

@media (max-width: 767px) {

  table.tbl th,
  table.tbl td {
    display: block;
    width: 100%;
  }

  table.tbl td {
    padding-top: 0;
  }

  table.tbl th {
    border-bottom: none;
  }
}

.def-list {}

.def-list dt {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
}

.def-list dd {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-bottom: 1em;
}

@media (max-width: 414px) {
  .def-list dt {
    font-size: 1.5rem;
  }
}

/*----- PAGING -----*/
.paging {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.paging>* {
  min-width: 2em;
}

.paging a,
.paging .page-link {
  display: block;
  position: relative;
  line-height: 1;
  text-align: center;
  transition: all 0.2s ease;
}

.paging .paging-btn {
  max-width: 240px;
  width: 60%;
}

.paging .btn {
  padding: 1em 2em;
  width: auto;
}

.paging .prev-link .arrow,
.paging .next-link .arrow {
  display: inline-block;
  height: 0.6em;
  width: 1.5em;
}

.paging .prev-link .arrow {
  transform: scaleX(-1);
}

@media (min-width: 768px) {
  .paging {
    justify-content: center;
  }

  .paging>*:not(:last-child) {
    margin-right: 2em;
    margin-left: 2em;
  }
}

@media (max-width: 767px) {
  .paging .page-link {
    font-size: 15px;
  }
}


@media (max-width: 767px) {
  .sp-center {
    text-align: center;
  }
}

/* CONTACT SECTION
 -------------------------------*/
@media (min-width:768px) {
  #ft_contact .contact-items {
    display: flex;
  }

  #ft_contact .contact-items>* {
    width: calc(50% - 30px / 2);
  }

  #ft_contact .contact-items>*:nth-child(odd) {
    margin-right: 30px;
  }
}

@media (max-width:767px) {
  #ft_contact .contact-items>*:not(:last-child) {
    margin-bottom: 5%;
  }
}

#ft_contact .contact-item-box {
  border: solid 1px #000;
  padding: 30px;
  text-align: center;
}

@media (min-width:768px) {
  #ft_contact .contact-item-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width:767px) {
  #ft_contact .contact-item-box {
    padding: 7% 5%;
  }
}

#ft_contact .contact-item-box .btn {
  max-width: none;
  width: 100%;
}

#ft_contact .contact-item-box .box-ttl {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 1em;
}

#ft_contact .contact-item-box .tel {
  font-size: 4rem;
  color: #EC008C;
  margin-bottom: 0.2em;
}

#ft_contact .contact-item-box .tel a {
  color: #EC008C;
}

#ft_contact .contact-item-box .time {
  font-size: 1.6rem;
  color: #EC008C;
}


/* CONTENTS BANNERS SECTION
 -------------------------------*/
#contents_bnrs {}

.bnrs-list {
  display: flex;
  flex-wrap: wrap;
}

.bnrs-list .bnr {
  margin: 0 20px 0 0;
  width: calc(25% - 60px / 4);
}

.bnrs-list .bnr:nth-child(4n) {
  margin-right: 0;
}

@media (min-width:768px) {
  .bnrs-list.col-3 .bnr {
    width: calc(33.33% - 40px / 3);
  }

  .bnrs-list.col-3 .bnr:nth-child(3n) {
    margin-right: 0;
  }
}

.bnrs-list .bnr .bnr-inner {
  display: block;
  position: relative;
}

.bnrs-list .bnr .bnr-img {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666%;
  position: relative;
}

@media (min-width:768px) {
  .bnrs-list.col-3 .bnr .bnr-img {
    padding-top: 49.0956%;
  }
}

.bnrs-list .bnr .bnr-img img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.bnrs-list .bnr .bnr-ttl {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 0.5em 0.5em;
  position: absolute;
  left: 0.5em;
  bottom: 0.5em;
}

.bnrs-list .bnr .bnr-ttl>* {
  display: block;
  line-height: 1;
}

.bnrs-list .bnr .bnr-ttl__en {
  font-family: 'Belleza', sans-serif;
  font-size: 3.0rem;
  margin-bottom: 0.3em;
}

@media (max-width:767px) {
  .bnrs-list .bnr {
    margin: 0 auto;
    width: 100%;
  }

  .bnrs-list .bnr:not(:last-child) {
    margin-bottom: 5%;
  }
}


/* FLEX CONTAINER */
.flex-container:not(:last-child) {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .flex-container:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media (min-width: 1025px) {
  .flex-container {
    align-items: center;
    display: flex;
  }

  .flex-container.ai-start {
    align-items: flex-start;
  }

  .flex-container.row-reverse {
    flex-direction: row-reverse;
  }

  .flex-container>.container-item {
    width: 50%;
  }

  .flex-container .media-area {
    width: 50%;
  }

  .flex-container .text-area {
    padding-left: 8rem;
    width: 50%;
  }

  .flex-container .text-area.pos-left {
    padding-right: 8rem;
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .flex-container .text-area {
    margin-top: 8%;
  }

  .flex-container:not(.row-reverse) .text-area.pos-left {
    margin-top: 0;
  }

  .flex-container .text-area.pos-left,
  .flex-container.row-reverse .text-area {
    margin-bottom: 8%;
  }

  .flex-container .text-area.pos-left+.media-area {
    margin-bottom: 0;
  }
}

.youtube-wrap {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  height: auto;
  width: 100%;
}

.youtube-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* GALLERY ITEMS */
.gallery-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.gallery-items .gallery-item {
  margin: 0 40px 50px 0;
  width: calc(25% - 120px / 4);
}

.gallery-items .gallery-item:last-child {
  margin-right: 0;
}

.gallery-item-nth04 .gallery-item:nth-child(4n) {
  margin-right: 0;
}

@media (min-width: 768px) {

  .gallery-items .gallery-item:nth-child(4n+1):nth-last-child(-n+4),
  .gallery-items .gallery-item:nth-child(4n+1):nth-last-child(-n+4)~.gallery-item {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .gallery-items .gallery-item {
    margin: 0 5% 10% 0;
    width: calc(50% - 5% / 2);
  }

  .gallery-items .gallery-item:nth-child(even) {
    margin-right: 0;
  }
}

.gallery-items .gallery-item__caption {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0.8em 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .gallery-items .gallery-item__caption {
    font-size: 1.5rem;
  }
}



/*----------------------------------------------------
  TOP PAGE
----------------------------------------------------*/

#main-visual__top.main-visual {
  aspect-ratio: auto;
  background: none;
  overflow: hidden;
}

#main-visual__top,
#main-visual__top .slick-slider .slick-slide,
#main-visual__top .slick-slider .slick-slide img {
  max-height: calc(100vh - 90px);
}

@media (max-width: 1080px) {

  #main-visual__top,
  #main-visual__top .slick-slider .slick-slide,
  #main-visual__top .slick-slider .slick-slide img {
    max-height: calc(100vh - 70px);
  }
}

@media (max-width: 414px) {

  #main-visual__top,
  #main-visual__top .slick-slider .slick-slide,
  #main-visual__top .slick-slider .slick-slide img {
    max-height: calc(100vh - 50px);
  }
}

#main-visual__top,
#main-visual__top .slick-slider .slick-slide,
#main-visual__top .slick-slider .slick-slide img {
  min-height: 600px;
  height: auto;
}

#main-visual__top .slick-slider {
  margin-bottom: 0;
}

@media (min-width:768px) {
  #main-visual__top .slider-sp {
    display: none;
  }
}

@media (max-width:767px) {
  #main-visual__top .slider {
    display: none;
  }
}

#main-visual__top .slick-slider .slick-slide img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#main-visual__top .slick-dots {
  bottom: 30px;
}

#main-visual__top .slick-dots li {
  margin: 0;
}

#main-visual__top .slick-dots li button {
  padding: 2px;
}

#main-visual__top .slick-dots li button::before {
  color: #FFF;
  content: '\025A0';
  font-size: 14px;
  opacity: 1;
}

#main-visual__top .slick-dots li.slick-active button::before {
  color: #EB5379;
}

/*----- HOME INFORMATION SECTION -----*/
@media (min-width:768px) {
  #home_information .flex-container {
    align-items: center;
  }

  #home_information .news-area {
    padding-left: 2rem;
    width: calc(100% - 20em);
  }

  #home_information .title-area {
    text-align: center;
    width: 20em;
  }

  #home_information .section-ttl {
    margin-bottom: 0;
  }
}

#home_information .post {
  border: none;
  padding: 0;
}

#home_information .post-list .post:not(:last-child) {
  margin-bottom: 1.3em;
}

#home_information .post__date,
#home_information .post__title {
  display: block;
  padding: 0;
}

#home_information .post__date {
  color: #EC008C;
  margin-bottom: 0.5em;
}

#home_information .post__title {
  width: 100%;
}


/*----- HOME CONCEPT SECTION -----*/
#home_concept .section-wrap {
  position: relative;
}

#home_concept .section-wrap::before,
#home_concept .section-wrap::after {
  content: '';
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

#home_concept .section-wrap::before {
  background-image: url(../img/top/img_concept_01.png);
}

#home_concept .section-wrap::after {
  background-image: url(../img/top/img_concept_02.png);
}

@media (min-width:1081px) {

  #home_concept .section-wrap::before,
  #home_concept .section-wrap::after {
    height: calc(100% - 120px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 30%;
  }

  #home_concept .section-wrap::before {
    left: 0;
  }

  #home_concept .section-wrap::after {
    right: 0;
  }
}

@media (max-width:1080px) {
  #home_concept .section-wrap {
    padding: 5% 0;
  }

  #home_concept .section-wrap::before,
  #home_concept .section-wrap::after {
    display: block;
    height: 0;
    padding-top: 85%;
    position: static;
  }

  #home_concept .section-wrap::after {
    margin-left: auto;
    width: 90%;
  }
}

#home_concept .section-inner {
  position: relative;
  z-index: 2;
}


/*----- HOME BUSINESS SECTION -----*/
#home_business {
  position: relative;
}


#home_business .section-container {
  margin: 0 auto;
  width: 100%;
}

#home_business .section-container .container-l {
  padding-right: 60px;
}

@media (min-width:768px) {
  #home_business .section-container {
    display: flex;
    justify-content: space-between;
  }

  #home_business .section-container>* {
    width: 50%;
  }

  #home_business .tab-contents-area {
    height: 100%;
    margin-right: calc((50vw - 100%) * -1);
    width: 50vw;
  }
}

@media (max-width:1260px) {
  #home_business .section-container .container-l {
    padding-right: 40px;
  }
}

@media (max-width:767px) {
  #home_business .section-container .container-l {
    padding: 0;
  }

  #home_business .section-container .container-r {
    display: none;
  }
}


/* BUSINESS ITEMS */
#home_business .business-items {}

#home_business .business-item {
  border-bottom: solid 1px #000;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media (min-width:768px) {
  #home_business .business-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  #home_business .business-item:hover {
    background-color: #FFF8F8;
  }
}

#home_business .business-item:first-child {
  border-top: solid 1px #000;
}

#home_business .business-item .item-inner {
  padding: 20px;
}

@media (min-width:1081px) {
  #home_business .business-item .item-inner {
    align-items: center;
    display: flex;
  }
}

@media (max-width:1080px) {
  #home_business .business-item .item-inner {
    padding: 5% 0;
  }
}

#home_business .business-item .item-inner.arrow::before,
#home_business .business-item .item-inner.arrow::after {
  bottom: auto;
  right: 1rem;
  top: 50%;
}

#home_business .business-item .item-inner.arrow::before {
  top: calc(50% + 2px);
}

@media (max-width:1080px) {

  #home_business .business-item .item-inner.arrow::before,
  #home_business .business-item .item-inner.arrow::after {
    top: 4rem;
  }

  #home_business .business-item .item-inner.arrow::before {
    top: calc(4rem + 2px);
    width: 2.5rem;
  }

  #home_business .business-item .item-inner.arrow::after {
    width: 1rem;
  }
}

@media (min-width:1081px) {
  #home_business .business-item .item-title-area {
    width: 40%;
  }
}

@media (max-width:1080px) {
  #home_business .business-item .item-title-area {
    margin-bottom: 3%;
  }
}

#home_business .business-item .item-title {
  color: #EC008C;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

@media (max-width:640px) {
  #home_business .business-item .item-title {
    font-size: 2rem;
  }
}

#home_business .business-item .item-title-en {
  color: #AB8B8C;
  font-family: 'Belleza', sans-serif;
  font-size: 1.6rem;
}

@media (max-width:640px) {
  #home_business .business-item .item-title-en {
    font-size: 1.2rem;
  }
}

@media (min-width:1081px) {
  #home_business .business-item .item-text-area {
    padding-right: 2rem;
    width: 60%;
  }
}

@media (min-width:768px) {
  #home_business .business-item .item-text-area {
    padding-right: 2rem;
  }
}

@media (max-width:767px) {
  #home_business .business-item .item-text-area {
    margin-bottom: 3%;
  }
}

#home_business .business-item .item-text {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}

@media (max-width:640px) {
  #home_business .business-item .item-text {
    font-size: 1.5rem;
  }
}

#home_business .business-item .business-item-contents {
  aspect-ratio: 71/31;
  position: relative;
  padding-top: 43.6619%;
}

@media (min-width:768px) {
  #home_business .business-item .business-item-contents {
    display: none;
  }
}

#home_business .tab-contents {
  background-color: #333;
  height: 100%;
  opacity: 0;
}

#home_business .tab-contents[data-active='1'] {
  opacity: 1;
}

/* TAB CONTENTS */
#home_business .tab-contents {
  position: relative;
}

@media (min-width:768px) {
  #home_business .tab-contents-area {
    position: relative;
  }

  #home_business .tab-contents {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.3s all ease;
    transform: 0.3s all ease;
  }
}

#home_business .contents-item__img {
  background-color: #EFEFEF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

#home_business .contents-item__num {
  position: absolute;
  left: 30px;
  color: #EC008C;
  display: inline-block;
  font-size: 6rem;
  font-weight: bold;
  top: 30px;
}

@media (max-width:640px) {
  #home_business .contents-item__num {
    font-size: 3rem;
    left: 5%;
  }
}

#home_business .contents-item__textarea {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

@media (max-width:640px) {
  #home_business .contents-item__textarea {
    left: 5%;
    bottom: 5%;
  }
}

#home_business .contents-item__text {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  padding-right: 1em;
  text-shadow: 0.0.5px rgba(0, 0, 0, 0.7);
}

@media (max-width:640px) {
  #home_business .contents-item__text {
    font-size: 1.5rem;
  }
}

/*----- HOME COMPANY SECTION -----*/
#home_company {}

#home_company .btn--aboutus {
  margin-bottom: 20px;
}

@media (min-width:1025px) {
  #home_company .flex-container {
    align-items: center;
  }

  #home_company .flex-container .btn {
    margin-left: 0;
  }
}


/*----- HOME NEWS SECTION -----*/
@media (min-width:1025px) {
  #home_news .flex-container {
    display: flex;
  }

  #home_news .flex-container .title-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
  }

  #home_news .flex-container .news-area {
    width: 75%;
  }

  #home_news .title-area .btn {
    margin-left: 0;
  }

  #home_news .flex-container .news-area .btn__more {
    display: none;
  }
}

@media (min-width:1025px) {
  #home_news .section-ttl {
    text-align: left;
  }

  #home_news .post-inner {
    display: flex;
  }
}

@media (max-width:1024px) {
  #home_news .post-list {
    margin-bottom: 10%;
  }

  #home_news .flex-container .title-area .btn__more {
    display: none;
  }
}


/*----- HOME BLOG SECTION -----*/
#home_blog {
  position: relative;
}

#home_blog .card-wrap .card {
  padding: 0 10px;
}

@media (min-width:1025px) {
  #home_blog .flex-container {
    display: flex;
  }

  #home_blog .flex-container .title-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
  }

  #home_blog .bloglist-area {
    width: 75%;
  }

  #home_blog .bloglist-area .blog-list {
    width: 67vw;
    margin-right: calc((67vw - 100%) * -1);
  }

  #home_blog .title-area .btn {
    margin-left: 0;
  }

  #home_blog .bloglist-area .btn__more {
    display: none;
  }
}

@media (min-width:1501px) {
  #home_blog .bloglist-area .blog-list {
    width: 60vw;
    margin-right: calc((60vw - 100%) * -1);
  }
}

@media (min-width:1025px) {
  #home_blog .section-ttl {
    text-align: left;
  }

  #home_blog .post-inner {
    display: flex;
  }
}

@media (max-width:1024px) {
  #home_blog .bloglist-area {
    padding-bottom: 8%;
  }

  #home_blog .card-wrap {
    margin-bottom: 10%;
  }

  #home_blog .title-area .btn__more {
    display: none;
  }
}



/*----- HOME PROPERTY SECTION -----*/
.propertylist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media (max-width:767px) {
  .propertylist {
    flex-direction: column;
  }
}

.propertylist .property-item {
  display: flex;
  flex-direction: column;
  margin: 0 20px 50px 0;
}

@media (min-width:768px) {
  .propertylist:not(.col-3) .property-item {
    width: calc(25% - 60px / 4);
  }

  .propertylist:not(.col-3) .property-item:nth-child(4n) {
    margin-right: 0;
  }

  .propertylist.col-3 .property-item {
    width: calc(33.33% - 40px / 3);
  }

  .propertylist.col-3 .property-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width:767px) {
  .propertylist .property-item {
    margin: 0 0 10%;
    width: 100%;
  }
}



.property-item .property-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.property-item .property-item-media {
  position: relative;
  width: 100%;
}

.property-item .property-item__thumb {
  aspect-ratio: 3/2;
  background-color: #CCC;
  overflow: hidden;
  padding-top: 65.3846%;
  position: relative;
  width: 100%;
}

.property-item .property-item__thumb img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.property-item.closing .property-item__thumb::after {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}


.property-item .property-item-body {
  display: flex;
  background-color: #f2f2f2;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
  color: #040000;
}

.property-item .property-item__cat {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0.5em 0.5em;
  background-color: #a1955e;
  text-align: center;
  width: 9em;
}

.property-item .property-item__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  /* border-bottom: solid 1px #333; */
  margin-bottom: .5em;
  /* margin-bottom: .5em; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.property-item .property-item__infoarea {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1em;
  padding-top: .5em;
  border-top: solid 1px #333;
}

.property-item .property-item__price .unit {
  font-size: 1.2rem;
}

.property-item .property-item__link {
  margin-top: auto;
  text-align: right;
}

.property-item .property-item__link .arrow {
  padding-right: 2em;
}


.propertylist.js-slider {}

.propertylist.js-slider .property-item {
  margin: 0;
  padding: 0 10px;
  max-width: 750px;
  width: auto;
}

.propertylist.js-slider .slick-track {
  display: flex;
}

.propertylist.js-slider .slick-slide {
  height: auto !important;
}

.js-slider .slick-arrow {
  background-color: #a1955e;
  color: #FFF;
  display: inline-block;
  font-size: 1.5rem;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  width: 40px;
  z-index: 10;

  &:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/common/slick-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 7.5 / 14;
    width: 7.5px;
    height: auto;
  }

  &.next-arrow:before {transform: rotate(180deg);}

}

.js-slider .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

.js-slider .prev-arrow {
  left: -40px;
}

.js-slider .next-arrow {
  right: -40px;
}

.js-slider .slick-arrow.arrow::before,
.js-slider .slick-arrow.arrow::after {
  /* right: 8px; */
  /* bottom: 20px; */
}

.js-slider .slick-arrow.arrow::before {
  border-bottom-color: #FFF;
  /* bottom: calc(20px - 2px); */
}

.js-slider .slick-arrow.arrow::after {
  background-color: #FFF;
}

.js-slider .prev-arrow.arrow::after {
  /* left: 8px; */
  /* right: auto; */
  -webkit-transform: scale(-1, 1) rotate(30deg);
  transform: scale(-1, 1) rotate(30deg);
}

@media (max-width: 1260px) {
  .js-slider .prev-arrow {
    left: -20px;
  }

  .js-slider .next-arrow {
    right: -20px;
  }
}

@media (max-width: 640px) {
  .js-slider .prev-arrow {
    left: -10px;
  }

  .js-slider .next-arrow {
    right: -10px;
  }
}


#home_property .property-item .property-item-body {
  background-color: #f2f2f2;
}


/*----- HOME RIZO MOTOBU SECTION -----*/
#home_rizo_motobu .section-inner {
  padding-top: 0;
}

#home_rizo_motobu .bl-contents {
  background-color: #AB8B8C;
}

#home_rizo_motobu .section-bg {
  background-image: url(../img/top/img_rizo_motobu02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  margin: 0 calc(100% - 50vw);
  padding-top: 100%;
  width: 100vw;
}

@media (max-width:1000px) {
  #home_rizo_motobu .section-bg {
    padding-top: 136%;
  }
}

@media (max-width:767px) {
  #home_rizo_motobu .section-bg {
    background-image: url(../img/top/img_rizo_motobu02_sp.png);
    padding-top: 70.5882%;
    margin: 0 calc(105.5% - 100vw);
  }
}

#home_rizo_motobu .textarea {}

#home_rizo_motobu .textarea-inner {
  background-color: #333;
  color: #FFF;
  padding: 50px;
}

@media (max-width:1080px) {
  #home_rizo_motobu .textarea-inner {
    padding: 30px;
  }
}

@media (max-width:767px) {
  #home_rizo_motobu .textarea-inner {
    padding: 5%;
  }
}

@media (min-width:768px) {
  #home_rizo_motobu .bl-contents {
    display: flex;
    align-items: flex-end;
  }

  #home_rizo_motobu .bl-contents .img-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
  }

  #home_rizo_motobu .textarea {
    transform: translateY(100px);
    width: 50%;
  }

  #home_rizo_motobu .textarea .textarea-inner {
    width: 50vw;
    margin-right: calc((50vw - 100%) * -1);
  }

  #home_rizo_motobu .btn__more {
    margin-left: 0;
  }
}

@media (max-width:767px) {
  #home_rizo_motobu .textarea {
    margin-top: -8%;
  }
}

#home_rizo_motobu .bl-contents-title {
  font-size: 2rem;
  color: #FFF;
  line-height: 1.4;
  margin-bottom: 2em;
}

#home_rizo_motobu .bl-contents-title .title-main {
  font-size: 3rem;
  color: #EC008C;
}

@media (max-width:640px) {
  #home_rizo_motobu .bl-contents-title {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }

  #home_rizo_motobu .bl-contents-title .title-main {
    font-size: 2rem;
  }
}

/*----- HOME MILITARY LAND SECTION -----*/
#home_military_land .bl-contents {
  background-image: url(../img/top/img_military_land.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

@media (max-width:767px) {
  #home_military_land .bl-contents {
    background-image: url(../img/top/img_military_land_sp.png);
    padding-bottom: 55%;
  }
}

#home_military_land .textarea-inner {
  background-color: rgba(51, 51, 51, 0.9);
  color: #FFF;
  padding: 50px;
}

@media (max-width:1080px) {
  #home_military_land .textarea-inner {
    padding: 30px;
  }
}

@media (max-width:767px) {
  #home_military_land .textarea-inner {
    padding: 5%;
  }
}

@media (min-width:768px) {
  #home_military_land .bl-contents {
    display: flex;
    align-items: flex-end;
  }

  #home_military_land .textarea {
    width: 50%;
  }

  #home_military_land .btn__more {
    margin-left: 0;
  }
}

#home_military_land .bl-contents-title {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  font-weight: bold;
  color: #EC008C;
  line-height: 1.4;
  padding: 0.3em 0.5em;
  margin-bottom: 1em;
}

@media (max-width:640px) {
  #home_military_land .bl-contents-title {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }

  #home_military_land .bl-contents-title .title-main {
    font-size: 2rem;
  }
}

#home_military_land .bl-contents .section-lead {
  font-size: 3rem;
  margin-bottom: 0.5em;
  line-height: 1.4;
}

@media (max-width:1080px) {
  #home_military_land .bl-contents .section-lead {
    font-size: 2rem;
  }
}


/*----- HOME INHERITANCE SECTION -----*/
#home_inheritance {}

#home_inheritance .bl-contents {
  background-image: url(../img/top/img_inheritance.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

@media (max-width:767px) {
  #home_inheritance .bl-contents {
    background-image: url(../img/top/img_inheritance_sp.png);
    padding-bottom: 55%;
  }
}

#home_inheritance .textarea-inner {
  background-color: rgba(51, 51, 51, 0.9);
  color: #FFF;
  padding: 50px;
}

@media (max-width:1080px) {
  #home_inheritance .textarea-inner {
    padding: 30px;
  }
}

@media (max-width:767px) {
  #home_inheritance .textarea-inner {
    padding: 5%;
  }
}

@media (min-width:768px) {
  #home_inheritance .bl-contents {
    display: flex;
    align-items: flex-end;
  }

  #home_inheritance .textarea {
    width: 50%;
  }

  #home_inheritance .btn__more {
    margin-left: 0;
  }
}

#home_inheritance .bl-contents-title {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  font-weight: bold;
  color: #EC008C;
  line-height: 1.4;
  padding: 0.3em 0.5em;
  margin-bottom: 1em;
}

@media (max-width:640px) {
  #home_inheritance .bl-contents-title {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }

  #home_inheritance .bl-contents-title .title-main {
    font-size: 2rem;
  }
}

#home_inheritance .bl-contents .section-lead {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

@media (max-width:1080px) {
  #home_inheritance .bl-contents .section-lead {
    font-size: 2rem;
  }
}


/*----- INSTAGRAM SECTION -----*/
@media (min-width:1025px) {
  #instagram .flex-container {
    display: flex;
  }

  #instagram .flex-container .title-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
  }

  #instagram .flex-container .instagram-area {
    width: 75%;
  }

  #instagram .title-area .btn {
    margin-left: 0;
  }

  #instagram .flex-container .instagram-area .btn__more {
    display: none;
  }
}

@media (min-width:1025px) {
  #instagram .section-ttl {
    text-align: left;
  }
}

@media (max-width:1024px) {
  #instagram .flex-container .title-area .btn__more {
    display: none;
  }

  #instagram .instagram-wrap {
    margin-bottom: 10%;
  }
}



.bg {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/top/bg_01.png);
}

@media (max-width:767px) {
  .bg {
    background-image: url(../img/top/bg_01.png);
  }
}

/*----- COOPERATION SECTION -----*/
#home_cooperation .bnrs-list li span {
  display: block;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #home_cooperation .bnrs-list li span {
    font-size: large;
  }
}

/*----------------------------------------------------
  POST PAGE
----------------------------------------------------*/
#postlist .post-list .post:first-child {
  border-top: solid 1px #333;
}

#postlist .card-wrap {
  display: flex;
  flex-wrap: wrap;
}

#postlist .card-wrap .card {
  margin: 0 20px 50px 0;
  width: calc(50% - 20px / 2);
}

@media (min-width:768px) {
  #postlist .card-wrap .card {
    margin: 0 20px 50px 0;
    width: calc(33.33% - 40px / 3);
  }

  #postlist .card-wrap .card:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width:767px) {
  #postlist .card-wrap .card {
    margin: 0 5% 10% 0;
    width: calc(50% - 5% / 2);
  }

  #postlist .card-wrap .card:nth-child(even) {
    margin-right: 0;
  }
}


/*----------------------------------------------------
  CONCEPT PAGE
----------------------------------------------------*/
#main-visual__concept .main-visual-bg {
  background-image: url(../img/concept/img_head.png);
}

@media (max-width: 767px) {
  #main-visual__concept .main-visual-bg {
    background-image: url(../img/concept/img_head_sp.png);
  }
}

@media (min-width: 1025px) {
  #concept .flex-container .media-area {
    width: 55%;
  }

  #concept .flex-container .text-area {
    width: 45%;
  }
}

#concept .section-lead {
  font-size: 3.0rem;
  letter-spacing: 0;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  #concept .section-lead {
    font-size: 2.0rem;
  }
}

#promise {
  counter-reset: number 0;
}

#promise .promise-list {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #promise .promise-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#promise .promise-list .promise-item {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  #promise .promise-list .promise-item {
    margin: 0 40px 0 0;
    width: calc(33.33% - 80px / 3);
  }

  #promise .promise-list .promise-item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #promise .promise-list .promise-item:not(:last-child) {
    margin-bottom: 10%;
  }
}

#promise .promise-item__thumb {
  margin-bottom: 10px;
  position: relative;
}

#promise .promise-item__thumb::before {
  background-color: #EC008C;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  font-size: 3.0rem;
  color: #FFF;
  font-weight: bold;
  left: 0.5em;
  line-height: 1;
  padding: 0.3em;
  top: 0.5em;
  z-index: 2;
}


#promise .promise-item__text {
  margin-bottom: 0;
}



/*----------------------------------------------------
  BUSINESS PAGE
----------------------------------------------------*/
#main-visual__business .main-visual-bg {
  background-image: url(../img/business/img_head.png);
}

@media (max-width: 767px) {
  #main-visual__business .main-visual-bg {
    background-image: url(../img/business/img_head_sp.png);
  }
}

#bl-contents__business {
  counter-reset: number 0;
  width: 100%;
}

#bl-contents__business .bl-contents-item:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  #bl-contents__business .bl-contents-item:not(:last-child) {
    margin-bottom: 15%;
  }
}

#business.section .section-inner {
  padding-top: 0;
}

#bl-contents__business .bl-contents-item-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

#bl-contents__business .bl-contents-item-head {
  position: relative;
}

#bl-contents__business .bl-contents-item-head::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  font-size: 6.0rem;
  color: #EC008C;
  font-weight: bold;
  left: 0.3em;
  line-height: 1;
  top: 0.5em;
  z-index: 2;
}

@media (max-width: 767px) {
  #bl-contents__business .bl-contents-item-head::before {
    font-size: 3.0rem;
  }
}

#bl-contents__business .bl-contents-thumb {
  background-color: #F2F2F2;
  display: block;
}

#bl-contents__business .bl-contents-ttl {
  color: #EC008C;
  font-size: 4.0rem;
  padding: 1em 0 0.5em;
  line-height: 1;
  text-align: left;
}

@media (max-width: 767px) {
  #bl-contents__business .bl-contents-ttl {
    font-size: 2.0rem;
  }
}

#bl-contents__business .bl-contents-ttl>* {
  display: block;
}

#bl-contents__business .bl-contents-ttl-sub {
  color: #AB8B8C;
  font-family: 'Belleza', sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  padding-top: 0.5em;
}

@media (max-width: 767px) {
  #bl-contents__business .bl-contents-ttl-sub {
    font-size: 1.2rem;
  }
}

#bl-contents__business .bl-contents-text {
  font-size: 1.6rem;
  margin-bottom: 2em;
  line-height: 2;
}

@media (max-width: 767px) {
  #bl-contents__business .bl-contents-text {
    font-size: 1.5rem;
  }
}

#bl-contents__business .business-item__cat {
  color: #888888;
  line-height: 1.6;
  margin-top: 1em;
}

@media (min-width: 768px) {
  #bl-contents__business .business-item__cat {
    font-size: 2.0rem;
  }
}

#bl-contents-system .bl-contents-item:last-child {
  margin-bottom: 0;
}


@media (min-width: 768px) {
  #business .gallery-items .gallery-item {
    margin: 0 20px 20px 0;
    width: calc(25% - 60px / 4);
  }

  #business .gallery-items .gallery-item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #business .gallery-items .gallery-item {
    margin: 0 3% 5% 0;
    width: calc(50% - 3% / 2);
  }

  #business .gallery-items .gallery-item:nth-child(even) {
    margin-right: 0;
  }

  #business .gallery-items .gallery-item:nth-child(2n+1):nth-last-child(-n+2),
  #business .gallery-items .gallery-item:nth-child(2n+1):nth-last-child(-n+2)~.gallery-item {
    margin-bottom: 0;
  }
}



/*----------------------------------------------------
  COMPANY PAGE
----------------------------------------------------*/
#main-visual__company .main-visual-bg {
  background-image: url(../img/company/img_head.png);
}

@media (max-width: 767px) {
  #main-visual__company .main-visual-bg {
    background-image: url(../img/company/img_head_sp.png);
  }
}

/* ABOUT US SECTION */
.tbl__aboutus.tbl th {
  color: #EC008C;
}

.tbl__aboutus.tbl th .js-span-wrap {
  display: flex;
  justify-content: space-between;
  width: 6em;
}

@media (min-width: 768px) {
  .tbl__aboutus.tbl th {
    width: 8em;
  }

  .tbl__aboutus.tbl th .js-span-wrap {
    margin: auto;
  }

  .tbl__aboutus.tbl td {
    padding-left: 1em;
    width: calc(100% - 8em);
  }
}

@media (max-width: 767px) {
  .tbl__aboutus.tbl th {
    padding-bottom: 0;
  }

  .tbl__aboutus.tbl td {
    font-size: 1.5rem;
  }
}

/* STAFF SECTION */
#staff {}

.staff-list {}

@media (min-width: 768px) {
  .staff-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.staff-list .staff-item {
  background-color: #FFF8F8;
  background-image: linear-gradient(-40.5deg, #FFEEEE 50%, #FFF8F8 50%);
  background-image: -webkit-linear-gradient(-40.5deg, #FFF8F8 50%, #FFEEEE 50%);
  background-image: -moz-linear-gradient(-40.5deg, #FFF8F8 50%, #FFEEEE 50%);
  background-image: -ms-linear-gradient(-40.5deg, #FFF8F8 50%, #FFEEEE 50%);
  padding: 30px;
}

@media (max-width: 767px) {
  .staff-list .staff-item {
    padding: 5%;
    margin-bottom: 10%;
  }
}

@media (min-width: 768px) {
  .staff-list .staff-item {
    display: flex;
    flex-direction: column;
    margin: 0 20px 20px 0;
    width: calc(33.33% - 40px / 3);
  }

  .staff-list .staff-item:nth-child(3n) {
    margin-right: 0;
  }
}

.staff-item__thumb {
  max-width: 150px;
  margin: 0 auto 10px;
  text-align: center;
  width: 45%;
}

.staff-item__position {
  color: #AB8B8C;
  font-size: 1.4rem;
  padding: 0.5em 0;
  text-align: center;
}

.staff-item__name {
  color: #EC008C;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

.staff-item__text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}

@media (max-width: 767px) {
  .staff-item__text {
    font-size: 1.5rem;
  }
}

/* ACCESS SECTION */
@media (min-width: 768px) {
  .access-item-content {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .access-item-content .map-area {
    max-width: 600px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .access-item-content .map-area {
    margin-bottom: 10%;
  }
}

.access-item-content .map-box {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 767px) {
  .access-item-content .map-box {
    aspect-ratio: 16/9;
  }
}

.access-item-content .map-box iframe {
  height: 100%;
  width: 100%;
}


@media (min-width: 768px) {
  .access-item-content .info-area {
    max-width: 500px;
    margin-left: 100px;
    width: 50%;
  }
}

@media (max-width:1080px) and (min-width: 768px) {
  .access-item-content .info-area {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  .access-item-content .info-area .btn {
    margin-left: 0;
  }
}

.tbl__access.tbl {
  margin-bottom: 40px;
}

.tbl__access.tbl th {
  color: #EC008C;
}

.tbl__access.tbl tr:first-child td {
  border-top: none;
  padding-top: 0;
}

.tbl__access.tbl th .js-span-wrap {
  display: flex;
  justify-content: space-between;
  width: 5em;
}

@media (min-width: 768px) {
  .tbl__access.tbl th {
    width: 7em;
  }

  .tbl__access.tbl th .js-span-wrap {
    margin: auto;
  }

  .tbl__access.tbl td {
    padding-left: 1em;
    width: calc(100% - 7em);
  }
}

@media (max-width: 767px) {
  .tbl__access.tbl th {
    padding-bottom: 0;
  }

  .tbl__access.tbl td {
    font-size: 1.5rem;
  }
}



/*----------------------------------------------------
  INHERITANCE PAGE
----------------------------------------------------*/
#main-visual__inheritance .main-visual-bg {
  background-image: url(../img/inheritance/img_head.png);
}

@media (max-width: 767px) {
  #main-visual__inheritance .main-visual-bg {
    background-image: url(../img/inheritance/img_head_sp.png);
  }
}

/* INHERITANCE TOP SECTION */
.btn__contact {
  max-width: 270px;
}

#inheritance_top .section-inner {
  padding-top: 20px;
}

@media (max-width: 767px) {
  #inheritance_top .section-inner {
    padding-top: 5%;
  }
}

#inheritance_top .section-ttl {
  margin-bottom: 0.5em;
}

/* INHERITANCE OF REAL ESTATE SECTION */
#inheritance_estate .section-lead {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  #inheritance_estate .section-lead {
    font-size: 3.0rem;
    margin-bottom: 0;
  }
}


/* INHERITANCE POINT SECTION */
#inheritance_point .point-list {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #inheritance_point .point-list {
    display: flex;
  }
}

@media (min-width: 768px) {
  #inheritance_point .point-list .point-item {
    margin-right: 40px;
    width: calc(25% - 120px / 4);
  }

  #inheritance_point .point-list .point-item:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  #inheritance_point .point-list .point-item {
    margin-right: 20px;
    width: calc(25% - 60px / 4);
  }
}

@media (max-width: 767px) {
  #inheritance_point .point-list .point-item {
    width: 100%;
  }

  #inheritance_point .point-list .point-item:not(:last-child) {
    margin-bottom: 10%;
  }
}


#inheritance_point .point-item__ttl {
  color: #EC008C;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 0.8em 0 0.5em;
}

@media (max-width: 767px) {
  #inheritance_point .point-item__ttl {
    font-size: 2rem;
  }
}

#inheritance_point .point-item__text {
  margin-bottom: 0;
}


/* INHERITANCE CONTACT SECTION */
#inheritance_contact .section-lead {
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  #inheritance_contact .section-lead {
    font-size: 3.0rem;
  }
}

@media (min-width: 768px) {
  #inheritance_contact .contact-item-content {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  #inheritance_contact .contact-item-content .media-area {
    max-width: 600px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  #inheritance_contact .contact-item-content .media-area {
    margin-bottom: 10%;
  }
}

@media (min-width: 768px) {
  #inheritance_contact .contact-item-content .info-area {
    max-width: 500px;
    margin-left: 100px;
    width: 50%;
  }
}

@media (max-width:1080px) and (min-width: 768px) {
  #inheritance_contact .contact-item-content .info-area {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  #inheritance_contact .contact-item-content .info-area .btn {
    margin-left: 0;
  }
}

#inheritance_contact .info-area .row {
  border-bottom: solid 1px #000;
  padding: 0.6em 0;
}

#inheritance_contact .info-area .row:first-child {
  border-top: solid 1px #000;
}

@media (max-width: 767px) {
  #inheritance_contact .info-area .row {
    padding: 1em 0;
  }
}



/*----------------------------------------------------
  CONDOMINIUM PAGE
----------------------------------------------------*/
#main-visual__condominium .page-title .page-title__main {
  color: #0170B8;
}

/* #main-visual__condominium .page-title .page-title__main {
  color: #0170B8;
} */

#main-visual__condominium .page-title .page-title__sub {
  color: #999;
}

/* #main-visual__condominium .page-title .page-title__sub {
  color: #999;
} */

/* #main-visual__condominium .main-visual-bg {
  background-image: url(../img/condominium/img_head.png);
} */

#main-visual__condominium .main-visual-bg {
  background-image: url(../img/condominium/img_head02.png);
}

/* @media (max-width: 767px) {
  #main-visual__condominium .main-visual-bg {
    background-image: url(../img/condominium/img_head_sp.png);
  }
} */

#condominium .fw-normal {
  font-weight: normal;
}

#condominium .mgb50 {
  margin-bottom: 50px;
}

#condominium .mgb100 {
  margin-bottom: 100px;
}

@media (max-width: 430px) {
  #condominium .mgb100 {
    margin-bottom: 50px;
  }
}

#condominium .inner-last {
  padding-bottom: 100px;
}

@media (max-width: 430px) {
  #condominium .inner-last {
    padding-bottom: 10%;
  }
}

#nearby .condominium-blue .section-ttl__en {
  color: #0170B8;
  font-weight: normal;
}

#nearby .condominium-blue .section-ttl__jp {
  color: #999;
  margin-top: 10px;
  font-weight: normal;
}

#condominium .section-inner .villa-big {
  font-weight: lighter;
}

#condominium .section-inner .btn-blue {
  background-color: #0170B8;
  color: #fff;
  border-color: #0170B8;
  max-width: 240px;
}

#condominium .section-inner .btn {
  color: #fff !important;
}

#condominium .section-inner .btn-blue:hover {
  background-color: #fff;
  color: #0170B8;
  border-color: #0170B8;
}

#condominium .section-inner .btn:hover {
  color: #0170B8 !important;
}

#condominium .condominium-blue {
  color: #0170B8;
}

#condominium .mgrauto {
  margin: 0 auto 0 0;
}

@media (max-width: 768px) {
  #condominium .sp-mg0-auto {
    margin: 0 auto;
  }
}

#condominium .agingcare-bottom {
  margin-bottom: 50px;
}

#soldout .section-inner {}

#soldout .frm__soldout {
  background-color: #FFF8F8;
  padding: 50px 20px;
}

@media (max-width: 767px) {
  #soldout .frm__soldout {
    padding: 8%;
  }
}

#condominium .section-ttl-blue .section-ttl__jp {
  color: #0170B8;
  font-size: 20px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  #condominium .section-ttl__jp {
    font-size: 1.0rem;
  }
}

@media (max-width: 767px) {
  #condominium .section-inner.pdt-half:not(:first-child) {
    padding-top: 0;
  }

  #condominium .section-lead {
    margin-bottom: 1.5em;
  }
}

#condominium .btn.mgb10 {
  margin-bottom: 10px;
}

#condominium .pic-main {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  #condominium .pic-main {
    margin-bottom: 5%;
  }
}

@media (max-width: 767px) {

  #condominium .overview-container-02.flex-container .text-area,
  #condominium .overview-container-03.flex-container .text-area {
    margin-top: 5%;
  }
}

@media (max-width: 520px) {

  #condominium .overview-container-02 .section-lead,
  #condominium .overview-container-03 .section-lead {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }

  #condominium .overview-container-03 .section-lead {
    letter-spacing: 0;
  }
}

/* CONDOMINIUM NEARBY SECTION */
#nearby .gallery-items {
  justify-content: center;
}

/* CONDOMINIUM CONTACT SECTION */
#condominium_contact .pt100 {
  padding-top: 100px;
}

#condominium_contact .fw-normal {
  font-weight: normal;
}

#condominium_contact .contact-item-content .info-area .btn-blue {
  max-width: 240px;
  color: #fff !important;
  background-color: #0170B8;
  border-color: #0170B8;
}

#condominium_contact .contact-item-content .info-area .btn-blue:hover {
  background-color: #fff;
  color: #0170B8 !important;
}

#condominium_contact .contact-item-content .info-area .btn-gray02 {
  max-width: 240px;
  color: #0170B8 !important;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

#condominium_contact .contact-item-content .info-area .btn-gray02:hover {
  background-color: #0170B8;
  border-color: #0170B8;
  color: #fff !important;
}

@media (min-width: 768px) {
  #condominium_contact .contact-item-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  #condominium_contact .contact-item-content .media-area {
    max-width: 600px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  #condominium_contact .contact-item-content .media-area {
    margin-bottom: 10%;
  }
}

@media (min-width: 768px) {
  #condominium_contact .contact-item-content .info-area {
    max-width: 500px;
    margin-left: 100px;
    width: 50%;
  }
}

@media (max-width:1080px) and (min-width: 768px) {
  #condominium_contact .contact-item-content .info-area {
    margin-left: 50px;
  }
}

#condominium_contact .contact-item-content .info-area .btn__details {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #condominium_contact .contact-item-content .info-area .btn {
    margin-left: 0;
  }
}

#condominium_contact .info-area .row {
  border-bottom: solid 1px #000;
  padding: 0.6em 0;
}

#condominium_contact .info-area .row:first-child {
  border-top: solid 1px #000;
}

@media (max-width: 767px) {
  #condominium_contact .info-area .row {
    padding: 1em 0;
  }
}


/*----------------------------------------------------
  RIZO HOTEL PAGE
----------------------------------------------------*/
#main-visual__rizo_hotel .main-visual-bg {
  background-image: url(../img/hotel/img_head.png);
}

@media (max-width: 767px) {
  #main-visual__rizo_hotel .main-visual-bg {
    background-image: url(../img/hotel/img_head_sp.png);
  }
}

/* RIZO HOTEL SECTION */
@media (max-width: 767px) {
  #rizohotel .txt {
    font-size: 1.5rem;
  }
}

#rizohotel .section-ttl__jp {
  color: #EC008C;
  font-size: 1.5rem;
  margin-top: 0.3em;
}

@media (max-width: 767px) {
  #rizohotel .section-ttl__jp {
    font-size: 1.0rem;
  }
}

/* FACILITY SECTION */
#facility .floor-items {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #facility .floor-items {
    display: flex;
  }
}

@media (max-width: 767px) {
  #facility .floor-item:not(:last-child) {
    margin-bottom: 10%;
  }
}

#facility .gallery-items .gallery-item__caption {
  letter-spacing: 0;
  text-align: left;
}

#facility .bl-contents-area {
  margin-bottom: 50px;
}

#facility .bl-contents {
  margin-bottom: 50px;
}

#facility .bl-contents-inner {
  padding: 40px;
}

@media (max-width: 767px) {
  #facility .bl-contents-inner {
    padding: 8% 5%;
  }
}

#facility .bl-contents-ttl {
  border-bottom: solid 1px #333;
  color: #0170b8;
  font-size: 2.0rem;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  #facility .bl-contents-ttl {
    margin-bottom: 1em;
  }
}

#facility .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#facility .item-list .item:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  #facility .item-list .item {
    width: 20%;
  }
}

@media (max-width: 767px) {
  #facility .item-list .item {
    width: 50%;
    margin: 0 0 10%;
  }
}

#facility .item__icon {
  max-width: 150px;
  margin: 0 auto;
  width: 70%;
}

#facility .item__ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  padding: 1em 0 0;
}

@media (max-width: 767px) {
  #facility .item__ttl {
    font-size: 1.5rem;
  }
}

/* SCENE SECTION */
#scene .gallery-items .gallery-item__caption {
  letter-spacing: 0;
  text-align: left;
}

/* HOTEL CONTACT SECTION */
#hotel_contact .item-list {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #hotel_contact .item-list {
    display: flex;
    justify-content: center;
  }

  #hotel_contact .item-list .item {
    margin-right: 20px;
    width: calc(33.33% - 40px / 3);
  }

  #hotel_contact .item-list .item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #hotel_contact .item-list .item {
    width: 100%;
  }

  #hotel_contact .item-list .item:not(:last-child) {
    margin-bottom: 5%;
  }
}

#hotel_contact .tbl {
  margin-bottom: 50px;
}


/*----------------------------------------------------
  MILITARY LAND PAGE
----------------------------------------------------*/
#main-visual__military_land .main-visual-bg {
  background-image: url(../img/military_land/img_head.png);
}

@media (max-width: 767px) {
  #main-visual__military_land .main-visual-bg {
    background-image: url(../img/military_land/img_head_sp.png);
  }
}

@media (max-width: 767px) {
  .plan_main .txt {
    font-size: 1.5rem;
  }
}

#military_land .section-lead {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  #military_land .section-lead {
    font-size: 3.0rem;
  }
}

/* MILITARY POINT */
#military_point .point-list {
  max-width: 890px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #military_point .point-list {
    display: flex;
  }

  #military_point .point-list .point-item {
    margin: 0 40px 0 0;
    width: calc(33.333% - 80px / 3);
  }

  #military_point .point-list .point-item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #military_point .point-list {
    width: 70%;
  }
}

@media (max-width: 767px) {
  #military_point .point-item:not(:last-child) {
    margin-bottom: 8%;
  }
}

#military_point .point-item-bg {
  background-color: #FFF;
  border-radius: 50%;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100%;
}

#military_point .point-item-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
}

#military_point .point-item__icon {
  height: 51px;
  margin: 0 auto;
  text-align: center;
}

#military_point .point-item__icon img {
  height: 100%;
}

#military_point .point-item__ttl {
  color: #EC008C;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0.8em 0 0.5em;
}

#military_point .point-item__text {
  line-height: 1.3;
  font-size: 2.0rem;
  text-align: center;
}

#military_point .point-item__text .txt-s {
  font-size: 1.4rem;
}

/* MILITARY FLOW */
#military_flow .flow-list {
  counter-reset: number 0;
  margin-bottom: 50px;
}

@media (min-width: 1025px) {
  #military_flow .flow-list {
    display: flex;
  }
}

#military_flow .flow-list .flow-item {
  position: relative;
}

@media (min-width: 1025px) {
  #military_flow .flow-list .flow-item {
    margin: 0 40px 0 0;
    width: calc(20% - 160px / 5);
  }

  #military_flow .flow-list .flow-item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  #military_flow .flow-list .flow-item {
    width: 100%;
    margin: 0 auto 10%;
  }

  #military_flow .flow-list .flow-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  #military_flow .flow-list .flow-item {
    margin-bottom: 20%;
  }
}

#military_flow .flow-list .flow-item:not(:last-child)::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 0;
  right: 0;
  width: 0;
}

@media (min-width: 1025px) {
  #military_flow .flow-list .flow-item:not(:last-child)::after {
    border-left: 10px solid #EC008C;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: 100%;
    margin-left: 15px;
    top: 25%;
  }
}

@media (max-width: 1024px) {
  #military_flow .flow-list .flow-item:not(:last-child)::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #EC008C;
    top: 100%;
    left: 0;
    margin: 20px auto 0;
  }
}

#military_flow .flow-item__thumb {
  margin-bottom: 20px;
  position: relative;
  margin: 0 auto;
  max-width: 300px;
}

@media (max-width: 767px) {
  #military_flow .flow-item__thumb {
    margin-bottom: 5%;
    width: 80%;
  }
}

#military_flow .flow-item__thumb::before {
  color: #EC008C;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  font-size: 4.0rem;
  font-weight: bold;
  left: 0;
  line-height: 1;
  top: 0;
  z-index: 2;
}

@media (max-width: 1024px) {
  #military_flow .flow-item__thumb::before {
    font-size: 5rem;
  }
}

@media (max-width: 767px) {
  #military_flow .flow-item__thumb::before {
    font-size: 4rem;
    left: 0.3em;
  }
}

#military_flow .flow-item__ttl {
  color: #EC008C;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.5em 0;
  text-align: center;
}

#military_flow .flow-item__text {
  line-height: 1.8;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  #military_flow .flow-item__text {
    text-align: center;
  }
}

/* MILITARY ABOUT */
#military_about .about-list {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #military_about .about-list {
    display: flex;
    flex-wrap: wrap;
  }
}

#military_about .about-list .about-item {
  margin: 0 40px 0 0;
  width: calc(25% - 120px / 4);
}

#military_about .about-list .about-item:last-child {
  margin-right: 0;
}

@media (max-width:1260px) {
  #military_about .about-list .about-item {
    margin: 0 40px 40px 0;
    width: calc(50% - 40px / 2);
  }

  #military_about .about-list .about-item:nth-child(even) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #military_about .about-list .about-item {
    width: 100%;
    margin: 0 auto 10%;
  }

  #military_about .about-list .about-item:last-child {
    margin-bottom: 0;
  }
}

#military_about .about-item__thumb {
  margin-bottom: 10px;
}

#military_about .about-item__ttl {
  color: #EC008C;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
  letter-spacing: 0;
  text-align: center;
}

@media (min-width: 768px) and (max-width:1260px) {
  #military_about .about-item__ttl {
    font-size: 2.2vh;
  }
}

@media (min-width: 768px) {
  #military_about .about-item__ttl {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 3em;
  }
}

@media (max-width: 767px) {
  #military_about .about-item__ttl {
    font-size: 2.0rem;
    margin-bottom: 1em;
  }
}

#military_about .about-item__text {
  letter-spacing: 0;
  margin-bottom: 0;
}

#military_about .txt {
  font-size: 1.6rem;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #AB8B8C;
}

@media (max-width: 767px) {
  #military_about .txt {
    font-size: 1.5rem;
  }
}


/*----------------------------------------------------
  PROPERTY PAGE
----------------------------------------------------*/
#main-visual__property .main-visual-bg {
  background-image: url(../img/property/img_head.png);
}

@media (max-width: 767px) {
  #main-visual__property .main-visual-bg {
    background-image: url(../img/property/img_head_sp.png);
  }
}

/*---------- ARCHIVE PAGE ----------*/
.property-list.card-wrap .card {
  background-color: #F2F2F2;
}

@media (max-width:1024px) and (min-width: 768px) {
  .propertylist.col-3 .property-item {
    margin-right: 20px !important;
    width: calc(50% - 20px / 2);
  }

  .propertylist.col-3 .property-item:nth-child(even) {
    margin-right: 0 !important;
  }
}

#postlist .property-item .property-item__infoarea {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #postlist .property-item .property-item__infoarea {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}

#postlist .property-item .property-item__price {
  line-height: 1;
  padding-top: 3rem;
  color: #a1955e !important;
  font-size: 1.7rem;
  text-align: left;
}

@media (min-width: 768px) {
  #postlist .property-item .property-item__price {
    margin-top: auto;
  }
}

#postlist .property-item .property-item__price .value {
  font-size: 1.7rem;
}

#postlist .property-item .property-item__price .unit {
  font-size: 1.7rem;
}

#postlist .property-item .property-item__price .tax {
  display: block;
  font-size: 1.7rem;
  padding-top: 0.2em;
}

/*---------- SINGLE PAGE ----------*/

/* SIDE PROPERTY LIST*/
#side .propertylist.col-1 {
  flex-direction: column;
}

#side .propertylist .property-item {
  width: 100%;
  margin: 0 0 20px;
}

#post_single.post_single__property .article {
  border: none;
  padding: 0;
}

/* PROPERTY IMAGES [SLIDER] */
.post_single__property .slider-container {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .post_single__property .slider-container {
    margin-bottom: 8%;
  }
}

.post_single__property .slider-container .slider {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .post_single__property .slider-container .slider {
    margin-bottom: 5px;
  }
}

.post_single__property .slider-container .slick-img,
.post_single__property .slider-container .thumbnail-img {
  aspect-ratio: 16/12;
  margin: 10px;
  position: relative;
  overflow: hidden;
}

/*
.post_single__property .slider-container .slick-slide img,
.post_single__property .slider-container .thumbnail-img img {
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: auto;
}
*/
.post_single__property .slider-container .slick-slide img,
.post_single__property .slider-container .thumbnail-img img {
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}

@media (max-width: 767px) {

  .post_single__property .slider-container .slick-img,
  .post_single__property .slider-container .thumbnail-img {
    margin: 3px;
  }
}

.article.closing .slider-container {
  position: relative;
}

.article.closing .slider-container .slider::after {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.article.closing .slider-container .closing {
  background-color: #a1955e;
  display: block;
  left: 50%;
  margin: auto;
  padding: 1rem 2rem;
  position: absolute;
  text-align: center;
  top: 40%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 2;
}

.article.closing .slider-container .closing-text {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.6;
  white-space: nowrap;
}

.article.closing .slider-container .closing-text-jp {
  border-bottom: solid 1px #FFF;
}

.article.closing .slider-container .closing-text-en {
  font-size: 2.2rem;
}


.post_single__property .thumbnail.pos-fixed .slick-track {
  transform: translate3d(0, 0, 0) !important;
}


.post_single__property .slick-arrow {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.post_single__property .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

.post_single__property .prev-arrow {
  left: 30px;
}

.post_single__property .next-arrow {
  right: 30px;
}

@media (max-width: 767px) {
  .post_single__property .prev-arrow {
    left: -10px;
  }

  .post_single__property .next-arrow {
    right: -10px;
  }
}


#graydisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

#graydisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
}



.field-items {
  margin-bottom: 50px;
}

.field-items .field-item {
  background-color: #F2F2F2;
  padding: 1rem;
  text-align: center;
}

.field-item .field-item__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.field-item .field-item__val {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .field-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .field-items .field-item {
    margin: 0 20px 20px 0;
    width: calc(33.33% - 40px / 3);
  }

  .field-items .field-item:nth-child(3n),
  .field-items .field-item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .field-items .field-item:not(:last-child) {
    margin-bottom: 5%;
  }
}

.field-item__val .property-item__price .tax {
  display: block;
  font-size: 0.7em;
  padding-top: 0.3em;
}



.detail-area {
  margin-bottom: 50px;
}

.detail-box {
  display: flex;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .detail-box {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}

.detail-box .detail-head,
.detail-box .detail-data {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0.5em 0.8em;
  text-align: left;
}

.detail-box .detail-head {
  background-color: #EC008C;
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  width: 12em;
}

@media (max-width: 767px) {
  .detail-box .detail-head {
    font-size: 1.5rem;
    justify-content: center;
    width: 100%;
  }
}

.detail-box .detail-data {
  font-size: 1.6rem;
  padding-left: 1em;
}

@media (min-width: 768px) {
  .detail-box .detail-data {
    width: calc(100% - 12em);
  }
}

@media (max-width: 767px) {
  .detail-box .detail-data {
    font-size: 1.5rem;
    padding-left: 0;
  }
}

.detail-area .row {
  display: flex;
  flex-wrap: wrap;
}

.detail-area .row .col {
  width: 100%;
}

@media (min-width: 1025px) {
  .detail-area .row .col-half {
    margin-right: 30px;
    width: calc(50% - 30px / 2);
  }

  .detail-area .row .col-half:nth-child(even) {
    margin-right: 0;
  }
}



/* PROPERTY DETAIL REMARKS BOX */
.detail-remarks-box {
  background-color: #F2F2F2;
  margin-bottom: 50px;
  padding: 20px;
}

@media (max-width: 767px) {
  .detail-remarks-box {
    padding: 5%;
  }
}

.detail-remarks-text {
  line-height: 1.8;
  font-size: 1.6rem;
}

/* PROPERTY MAP */
.property-map-area {
  margin-bottom: 50px;
}

.acf-map {
  aspect-ratio: 3 / 1;
  width: 100%;
}

.acf-map img {
  max-width: inherit !important;
}

@media (max-width: 767px) {
  .acf-map {
    aspect-ratio: 3 / 2;
  }
}


/*----------------------------------------------------
  CONTACT PAGE
----------------------------------------------------*/

/* TELEPHONE CONTACT BOX*/
#bl-contents--tel {
  margin: 0 auto 80px;
  width: 100%;
}

#contact .tel-contact-box {
  border: solid 1px #333;
  padding: 50px;
}

@media (max-width: 1080px) {
  #contact .tel-contact-box {
    padding: 5%;
  }
}

#contact .tel-contact-box .box-ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

#contact .tel-contact-box .box-info-area>* {
  line-height: 1;
}

#contact .tel-contact-box .box-info-area .tel {
  font-size: 4rem;
  font-weight: bold;
  color: #EC008C;
  margin-bottom: 0.2em;
}

#contact .tel-contact-box .box-info-area .time {
  font-size: 1.6rem;
  color: #EC008C;
}

@media (min-width: 768px) {
  #contact .tel-contact-box {
    display: flex;
    justify-content: center;
  }

  #contact .tel-contact-box .box-ttl-area {
    display: flex;
    align-items: center;
    padding-right: 50px;
    border-right: solid 1px #333;
  }

  #contact .tel-contact-box .box-info-area {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {

  #contact .tel-contact-box,
  #contact .tel-contact-box>* {
    text-align: center;
  }

  #contact .tel-contact-box .box-ttl-area {
    border-bottom: solid 1px #333;
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
}

@media (max-width: 414px) {
  #contact .tel-contact-box .box-info-area .tel {
    font-size: 3.0rem;
  }

  #contact .tel-contact-box .box-info-area .time {
    font-size: 1.5rem;
  }
}


@media (min-width: 768px) {

  .tbl__contact.tbl th,
  .tbl__contact.tbl td {
    padding: 2em 0;
  }

  .tbl__contact.tbl th {
    font-weight: bold;
    width: 20em;
  }
}

/*----- FORM SETTINGS -----*/

/*フォーム部品*/
.form-box input[type='text'],
.form-box input[type='password'],
.form-box input[type='tel'],
.form-box input[type='email'],
.form-box input[type='number'],
.form-box select,
.form-box textarea {
  border-radius: 0;
  color: #333;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 1em;
  background-color: #F2F2F2;
  border: none;
  box-shadow: none !important;
  width: 100%;
}

@media (max-width: 767px) {

  .form-box input[type='text'],
  .form-box input[type='password'],
  .form-box input[type='tel'],
  .form-box input[type='email'],
  .form-box input[type='number'],
  .form-box select,
  .form-box textarea {
    font-size: 1.5rem;
    padding: 0.8em 0.5em;
  }
}

.form-box input[type='checkbox'],
.form-box input[type='radio'] {
  margin: 0 2px 0 0;
}

.form-box select {
  background-color: #FFF;
  border: solid 1px #333;
  color: #333;
  width: auto;
}

.form-box .mwform-checkbox-field label,
.form-box .mwform-radio-field label {
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 1024px) {

  .form-box .mwform-checkbox-field label,
  .form-box .mwform-radio-field label {
    font-size: 14px;
  }
}

@media (max-width: 767px) {

  .form-box .mwform-checkbox-field label,
  .form-box .mwform-radio-field label {
    font-weight: normal;
  }
}

.form-box input::placeholder {
  color: #888888;
}

.form-box textarea::placeholder {
  font-size: 0.9em;
  color: #888888;
  line-height: 1.4;
}

.form-box .required {
  background-color: #ED1C24;
  color: #FFF;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-left: 2em;
  padding: 0.3em 0.8em;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .form-box .required {
    font-size: 1rem;
    padding: 0.5em 1.2em;
  }
}

.form-box .agree-box {
  font-size: 1.6rem;
  margin: 50px auto;
  text-align: center;
}

.form-box .agree-box .text {
  font-size: 16px;
  margin-bottom: 2em;
}

.form-box .agree-box .required {
  margin: 0 1em 0 0;
}

@media (min-width: 768px) {
  .form-box .agree-box .text {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .form-box .agree-box {
    font-size: 1.6rem;
  }
}

/*ボタン*/
.form-box .btn-box {
  padding: 30px 0;
  text-align: center;
}

.form-box .btn,
.form-box #reset,
.form-box #submitback,
.form-box #submitforword {
  background-color: #EC008C;
  border: solid 2px #EC008C;
  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  opacity: 1;
  line-height: 1;
  max-width: 200px;
  margin: 5px;
  padding: 0.6em 1em;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: relative;
  width: 80%;
}

.form-box .btn-box [type='submit'] {
  background: none;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.form-box #submitback.arrow::before,
.form-box #submitforword.arrow::before,
.form-box #submitback.arrow::after,
.form-box #submitforword.arrow::after {
  right: 1em;
  bottom: 1em;
}

.form-box #submitback.arrow::after,
.form-box #submitforword.arrow::after {
  bottom: calc(1em + 2px)
}

/*ボタン -戻る*/
.form-box #reset,
.form-box #submitback {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #888 !important;
  display: inline-block;
  margin-bottom: 10px;
}

.form-box #reset [type='reset'],
.form-box #submitback [type='submit'] {
  color: #888 !important;
  cursor: pointer;
  background-color: transparent;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


@media (max-width: 767px) {

  .form-box .btn,
  .form-box #reset,
  .form-box #submitback,
  .form-box #submitforword {
    display: block;
    margin: 0 auto 10px;
    max-width: none;
  }
}

.form-box .mw_wp_form .error {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 5px;
}

.form-box .mwform-radio-field~.error,
.form-box .mwform-checkbox-field-text~.error,
.form-box .mwform-checkbox-field~.error,
.form-box .input-num~.error {
  margin-left: 1em;
}


/*[入力画面]*/
.form-box .text {
  line-height: 1.6;
}

.form-box .mw_wp_form_input .txt__input {
  display: block;
}

.form-box .mw_wp_form_input .txt__confirm {
  display: none;
}

.form-box .mw_wp_form_input #submitback {
  display: none;
}

/*[確認画面]*/
.form-box .mw_wp_form_confirm .txt__input {
  display: none;
}

.form-box .mw_wp_form_confirm .txt__confirm {
  display: block;
}

.form-box .mw_wp_form_confirm #reset,
.form-box .mw_wp_form_confirm .btn[type='reset'] {
  display: none;
}

@media (min-width: 768px) {
  .form-box .agree-box {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .form-box .btn {
    -webkit-appearance: none;
  }
}

@media (max-width: 767px) {
  .form-box .mwform-checkbox-field {
    font-size: 14px;
  }

  .form-box .btn,
  .form-box .button {
    font-size: 15px;
    -webkit-appearance: none;
    margin-bottom: 10px;
  }

  .form-box input[type='text'],
  .form-box input[type='tel'],
  .form-box input[type='email'],
  .form-box textarea {
    width: 100%;
    margin-right: 0;
  }

  .form-box .mw_wp_form_confirm .agree-box {
    text-align: left;
  }

  .form-box .agree-box .required {
    margin: 0 0 8px;
  }
}



/*----------------------------------------------------
  PRIVACY POLICY PAGE
----------------------------------------------------*/
@media (max-width: 767px) {
  #privacy_policy .text {
    letter-spacing: 0.05em;
    line-height: 2;
  }

  #privacy_policy .text-list-num>* {
    padding-left: 1.0em;
    text-indent: -1.0em;
  }
}

#privacy_policy .def-list dt {}

#privacy_policy .def-list dt::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #a1955e;
  margin-right: 0.5em;
}

#privacy_policy .def-list dd {
  margin-left: 2.5rem;
}


/*----------------------------------------------------
  RECRUIT PAGE
----------------------------------------------------*/
.ex_bold {
  font-weight: bold;
}

#main-visual__recruit .main-visual-bg {
  background-image: url(../img/recruit/img_head.png);
}

#recruit_a .section-inner {
  padding-bottom: 0;
}

#recruit_a .section-lead {
  font-size: 30px;
  margin-bottom: 1.0em;
}

#recruit_a .section-lead .big_txt {
  font-size: 47px;
}

.recruit_flow_ul {
  display: flex;
  align-items: stretch;
  margin-bottom: 3em;
  justify-content: space-between;
}

.recruit_flow_ul li {
  background-color: #ffffff;
  color: #ec008c;
  border: solid 2px #ec008c;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  width: 22.5%;
  padding: .5em 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit_flow_ul li:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 100%;
  font-size: 22px;
  margin-left: 15px;
}


.tbl__recruit_b.tbl th,
.tbl__recruit_b.tbl td {
  padding: 1.4em 2em;
  font-size: 16px;
  line-height: 2;
  border-bottom: solid 1px #e0b2b3;
}

.tbl__recruit_b.tbl tr:first-child th,
.tbl__recruit_b.tbl tr:first-child td {
  border-top: solid 3px #ec008c;
}

.tbl__recruit_b.tbl th {
  width: 17em;
  font-weight: bold;
  background-color: #fff8f8;
}

/* tbl__recruit_c */
.tbl__recruit_c.tbl th,
.tbl__recruit_c.tbl td {
  padding: 1.6em 2em;
  font-size: 16px;
  line-height: 1.7;
  border-bottom: solid 2px #ec008c;
}

.tbl__recruit_c.tbl th {
  border-left: solid 2px #ec008c;
  background-color: #ec008c;
  color: #fff;
  width: 17em;
}

.tbl__recruit_c.tbl th .big_txt {
  font-size: 33px;
}

.tbl__recruit_c.tbl td {
  border-left: solid 2px #ec008c;
  border-right: solid 2px #ec008c;
}

.tbl__recruit_c.tbl td a {
  color: #3176c4;
  text-decoration: underline;
}

.tbl__recruit_c.tbl tr:first-child th,
.tbl__recruit_c.tbl tr:first-child td {
  border-top: solid 2px #ec008c;
}

#recruit_c .section-inner {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  #main-visual__recruit .main-visual-bg {
    background-image: url(../img/recruit/img_head_sp.png);
  }

  #recruit_a .section-lead {
    font-size: 20px;
  }

  #recruit_a .section-lead .big_txt {
    font-size: 30px;
  }

  .recruit_flow_ul {
    flex-direction: column;
  }

  .recruit_flow_ul li {
    width: 100%;
    font-size: 18px;
    margin-bottom: 1.5em;
  }

  .recruit_flow_ul li:not(:last-child)::after {
    transform: rotate(90deg);
    left: auto;
    bottom: -28px;
    font-size: 18px;
    margin-left: 0;
  }

  .tbl__recruit_b.tbl th,
  .tbl__recruit_b.tbl td {
    font-size: 14px;
    line-height: 1.6;
    padding: 1.1em 0.7em;
    display: table-cell;
    width: auto;
  }

  .tbl__recruit_b.tbl th {
    width: 7.5em;
  }

  #recruit_c .section-inner {
    padding-bottom: 60px;
  }

  /* tbl__recruit_c */
  .tbl__recruit_c.tbl th,
  .tbl__recruit_c.tbl td {
    padding: 1.2em 1.2em;
    font-size: 14px;
    line-height: 1.5;
  }

  .tbl__recruit_c.tbl th {
    width: 100%;
    text-align: center;
  }

  .tbl__recruit_c.tbl th .big_txt {
    font-size: 20px;
  }
}



/*----------------------------------------------------
  404 PAGE
----------------------------------------------------*/



/*----- Loading -----*/
.loading {
  width: 100vw;
  height: 100vh;
  background-color: #FFF8F8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  transition: all 1s;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  height: -webkit-fill-available;
  background-color: #FFF8F8;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 1s;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.loading-container {
  top: 50%;
  left: 0;
  right: 0;
  line-height: 1;
  width: 70%;
  max-width: 355px;
  margin: auto;
  text-align: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  overflow: hidden;
  z-index: 2;
}

.loading .graph-wrap {
  height: 5px;
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  background-color: #CCCCCC;
  z-index: 1;
}

.loading .graph {
  width: 0%;
  height: 100%;
  background-color: #EC008C;
}

.slick-list .property-item__title {color: #fff;}
