@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
.page_content {
  max-width: 100rem;
  margin: 0 auto;
}
#page_title .heading {
  display: block;
  position: relative;
  z-index: 2;
}
#main__contents--wrapper {
  position: relative;
}
#main__contents--wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--black);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 119.6rem;
}
.tab_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #958D7E;
}
.tab_list li {
  border-top: 1px solid #958D7E;
  border-left: 1px solid #958D7E;
  border-right: 1px solid #958D7E;
  border-radius: .4rem .4rem 0 0;
  font-weight: 700;
}
.tab_list li:last-child {
  margin-right: 0;
}
.tab_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
}
.tab_list li a:hover {
  background: #D6D1BF;
}
.tab_list li.-active a {
  background: #958D7E;
  color: #fff;
}

.sub_title {
  font-weight: 700;
  padding-left: .5em;
  border-left: .6rem solid var(--mainColor);
  line-height: 1.2;
}
.page_menu_link {
  display: flex;
  align-items: center;
  background: #F8F8F8;
  border-radius: 1.5rem;
  position: relative;
}
.page_menu_link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/nav-arrow.svg) no-repeat center / 100%;
}

.page_menu_text span {
  display: block;
  white-space: nowrap;
}
.page_menu_title {
  font-weight: 700;
}
.page_menu_subtitle {
  font-weight: 700;
  color: var(--mainColor);
  margin-top: .5rem;
}
@media only screen and ( max-width : 767px ) {
  #main {
    margin-top: 12rem;
  }
  #page_title {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
  #page_title .heading {
    padding: 0 0 0 1rem;
  }
  #page_title .heading:before {
    left: -.6rem;
    width: 1.2rem;
    height: .9rem;
    top: .5rem;
  }
  #page_title .heading .heading-jp {
    margin-bottom: .5rem;
    font-size: 3.6rem;
    line-height: 1.2;
  }
  #page_title .heading .heading-en {
    margin-top: .3rem;
    font-size: 1.4rem;
  }
  #main__contents--wrapper {
    padding-bottom: 6rem;
  }
  .title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  .sub_title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .page_menu_list {
    margin-top: 7rem;
  }
  .page_menu_link {
    height: 9rem;
    margin-bottom: 2rem;
    padding: 0 1.5rem;
  }
  .page_menu_link:last-child {
    margin-bottom: 0;
  }
  .page_menu_link:after {
    right: 1.5rem;
    width: 3.4rem;
    height: 3.4rem;
  }
  .page_menu_icon {
    width: 5rem;
    margin-right: 1.2rem;
  }
  .page_menu_text {
    width: calc(100% - 6.2rem);
    padding-right: 3.5rem;
  }
  .page_menu_title {
    font-size: 1.6rem;
  }
  .page_menu_subtitle {
    font-size: 1.2rem;
  }
  .topicsList.tab_list {
    border-bottom: none;
    justify-content: flex-start;
    margin-bottom: 3rem;
  }
  .topicsList.tab_list li {
    border-bottom: 1px solid #958D7E;
    width: 32%;
    border-radius: .4rem;
    height: 3rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    margin-right: 2%;
    border: 1px solid var(--black);
  }
  .topicsList.tab_list li:nth-child(3n) {
    margin-right: 0;
  }
  .topicsList.tab_list li.-active {
    border-color: #958D7E;
    background: #958D7E;
  }
  .topicsList.tab_list li a {
    height: 2.8rem;
  }
  .worksList.tab_list,
  .landList.tab_list {
    padding: 0 1rem;
    margin-bottom: 4rem;
  }
  .worksList.tab_list li {
    width: 23.5%;
    margin-right: 2%;
    height: 3.2rem;
  }
  .worksList.tab_list li a {
    height: 3.2rem;
  }
  .worksList.tab_list li:last-child {
    margin-right: 0;
  }
  .landList.tab_list {
    justify-content: space-between;
    border-color: var(--black);
  }
  .landList.tab_list li {
    width: 48.5%;
    height: 5rem;
    border-color: var(--black);
    overflow: hidden;
  }
  .landList.tab_list li a {
    height: 4.9rem;
    text-align: center;
    line-height: 1.2;
    font-size: 1.6rem;
  }
  .landList.tab_list li.-active a {
    background: var(--black);
  }
}
@media print, screen and ( min-width : 768px ) {
  #main {
    margin-top: 17rem;
  }
  #page_title {
    margin-top: 7rem;
    margin-bottom: 14rem;
  }
  #page_title .heading {
    margin-bottom: 3rem;
  }
  #page_title .heading .heading-jp {
    margin-bottom: 2rem;
  }
  #main__contents--wrapper {
    padding-bottom: 14rem;
  }
  #footer {
    margin-top: 26rem;
  }
  .tab_list {
    margin-bottom: 6rem;
  }
  .tab_list li {
    margin-right: 3rem;
    min-width: 21rem;
  }
  .tab_list li a {
    padding: 0 2rem;
  }
  .landList li {
    width: 47rem;
    margin-right: 5rem;
  }
  .title {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }
  .sub_title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .page_menu_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 14rem;
  }
  .page_menu_link {
    height: 13.4rem;
    width: 48%;
    margin-top: 4.2rem;
    padding: 0 3rem;
  }
  .page_menu_link:nth-child(-n+2) {
    margin-top: 0;
  }
  .page_menu_link:after {
    right: 3rem;
    width: 5rem;
    height: 5rem;
  }
  .page_menu_icon {
    width: 7.8rem;
    margin-right: 2rem;
  }
  .page_menu_text {
    width: calc(100% - 9.8rem);
    padding-right: 7rem;
  }
  .page_menu_title {
    font-size: 2rem;
  }
  .page_menu_subtitle {
    font-size: 1.4rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   土地情報

--------------------------------------------------------------------------------------------- */
.land_list_archive .land__fig {
  position: relative;
  overflow: hidden;
}


@media only screen and ( max-width : 767px ) {
  .land_list_archive .land__item {
    margin-bottom: 4rem;
  }
  .land_list_archive .land__item:last-child {
    margin-bottom: 0;
  }
  .land_list_archive .land__fig {
    height: 21.6rem;
    margin-bottom: 3rem;
    border: .2rem solid #fff;
    border-radius: .6rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .land_list_archive .land__item {
    width: 30%;
    margin-top: 6rem;
    margin-right: 5%;
  }
  .land_list_archive .land__item:nth-child(3n) {
    margin-right: 0;
  }
  .land_list_archive .land__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .land_list_archive .land__fig {
    height: 23.2rem;
    margin-bottom: 3rem;
    border: .4rem solid #fff;
    border-radius: 1rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   施工事例一蘭

--------------------------------------------------------------------------------------------- */
.works_list__item {
  position: relative;
}
.works_list_archive .works_list__fig {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  border: .4rem solid #fff;
  transition: transform 0.3s ease;
}
.works_list__fig img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  height: 100%;
  object-fit: cover;
}
.works_list__item a:hover img {
  transform: scale(1.1);
}

.works__list_txt {
  position: absolute;
  bottom: .4rem;
  left: .4rem;
  right: .4rem;
  color: #fff;
  padding: 2rem;
  transition: transform 0.3s ease;
  background: linear-gradient(to bottom,  rgba(51,44,31,0) 0%,rgba(51,44,31,1) 100%);
  border-radius: 0 0 1.6rem 1.6rem;
}

.works_list__tit {
  font-weight: 700;
  margin: 0.3rem 0 0;
}

@media only screen and ( max-width : 767px ) {
  .works_list__item {
    margin: 0 0.5rem;
  }
  .works_list__fig {
    border-width: .2rem;
  }
  .works__list_txt {
    padding: 1.5rem;
  }
  .works_list__tit {
    font-size: 1.4rem;
  }
  .works_list_archive .works_list__fig {
    height: 22.2rem;
  }
  .works_list_archive .works_list__item {
    margin-bottom: 4rem;
  }
  .works_list_archive .works_list__item:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  .works_list_archive .works_list__item {
    width: 30.5%;
    margin-top: 4rem;
    margin-right: 4.25%;
  }
  .works_list_archive .works_list__item:nth-child(3n) {
    margin-right: 0;
  }
  .works_list_archive .works_list__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .works_list_archive .works_list__fig {
    height: 23.2rem;
  }
  .works_list__tit {
    font-size: 1.6rem;
  }
  .works__list_txt {
    padding: 2.5rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   WORKS詳細

--------------------------------------------------------------------------------------------- */


.single_gallery_wrapper .slick-prev,
.single_gallery_wrapper .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    display: block;

    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}

.single_gallery_wrapper .slick-prev:hover,
.single_gallery_wrapper .slick-prev:focus,
.single_gallery_wrapper .slick-next:hover,
.single_gallery_wrapper .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

.single_gallery_wrapper .slick-prev:hover:before,
.single_gallery_wrapper .slick-prev:focus:before,
.single_gallery_wrapper .slick-next:hover:before,
.single_gallery_wrapper .slick-next:focus:before
{
    opacity: 1;
}

.single_gallery_wrapper .slick-prev.slick-disabled:before,
.single_gallery_wrapper .slick-next.slick-disabled:before
{
    opacity: .25;
}

.single_gallery_wrapper .slick-prev:before,
.single_gallery_wrapper .slick-next:before
{
    content: "";
    opacity: .75;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    text-align: center;
    width: 4.8rem;
    height: 4.8rem;
}

.single_gallery_wrapper .slick-prev:before
{
    background: url(../img/prev02.svg) no-repeat center / 100%;
}

.single_gallery_wrapper .slick-next:before
{
    background: url(../img/next02.svg) no-repeat center / 100%;
}


.single_gallery_wrapper .works-slide__item {
  margin: 0 1rem;
  transition: transform 0.3s ease;
}

.single_gallery_wrapper .works-slide__fig img {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  border: .4rem solid #fff;
  transition: transform 0.3s ease;
  object-fit: cover;
  margin: 0 auto;
}



.single_gallery_wrapper .slick-track {
  display: flex;
}

.single_gallery_wrapper .slick-slide {
  height: auto !important;
  transition: all 0.3s ease;
}

.single_gallery_wrapper .works-slide__fig figcaption {
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.8;
}
.gallery_top_txt {
  line-height: 2;
}
#other_works .heading:before {
  content: none;
}


#other_works .slick-prev,
#other_works .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    display: block;

    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
    top: -6rem;
    right: 0;
}

#other_works .slick-prev:hover,
#other_works .slick-prev:focus,
#other_works .slick-next:hover,
#other_works .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

#other_works .slick-prev:hover:before,
#other_works .slick-prev:focus:before,
#other_works .slick-next:hover:before,
#other_works .slick-next:focus:before
{
    opacity: 1;
}

#other_works .slick-prev.slick-disabled:before,
#other_works .slick-next.slick-disabled:before
{
    opacity: .25;
}

#other_works .slick-prev:before,
#other_works .slick-next:before
{
    content: "";
    opacity: .75;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    text-align: center;
    width: 4.8rem;
    height: 4.8rem;
}

#other_works .slick-prev:before
{
    background: url(../img/prev.svg) no-repeat center / 100%;
}

#other_works .slick-next:before
{
    background: url(../img/next.svg) no-repeat center / 100%;
}

#other_works .slick-prev {
    right: 8.5rem;
}

#other_works .slick-next {
    right: 2.5rem;
}

@media only screen and ( max-width : 767px ) {
  
  .single_gallery_wrapper .slick-prev,
  .single_gallery_wrapper .slick-next
  {
      width: 4rem;
      height: 4rem;
  }
  
  .single_gallery_wrapper .slick-prev:before,
  .single_gallery_wrapper .slick-next:before
  {
      width: 4rem;
      height: 4rem;
  }
  
 
  
  .single_gallery_wrapper .works-slide__item {
    margin: 0 1rem;
  }
  
  .single_gallery_wrapper .works-slide__fig {
    border-width: .2rem;
  }
  .single_gallery_wrapper .slick-prev {
      left: -2.3rem;
  }
  .single_gallery_wrapper .slick-next {
      right: -1.8rem;
  }
  .single_gallery_wrapper .slick-prev,
  .single_gallery_wrapper .slick-next {
    top: 8rem;
  }
  .single_gallery_wrapper .works-slide__fig img {
    height: 21rem;
    border-radius: 1rem;
  }
  .single_gallery_wrapper .works-slide__fig figcaption {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    text-align: left;
  }


  #other_works .slick-prev,
  #other_works .slick-next
  {
      width: 4rem;
      height: 4rem;
      top: -8.5rem;
  }
  
  #other_works .slick-prev:before,
  #other_works .slick-next:before
  {
      width: 4rem;
      height: 4rem;
  }
  
  #other_works .slick-prev {
      right: 5rem;
  }
  
  #other_works .slick-next {
      right: 0;
  }
  .gallery_title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .works__slide {
    margin-top: 3rem;
  }
  #other_works {
    margin-top: 8rem;
  }
  .otherWorks__slide .slick-list {
    overflow: visible;
  }
}

@media print, screen and ( min-width : 768px ) {
  .single_gallery_wrapper .slick-list {
    overflow: visible;
  }
  .single_gallery_wrapper .works__slide {
    margin-top: 6rem;
  }
  .single_gallery_wrapper .works-slide__item {
    margin: 0 3rem;
    width: 56.6rem;
  }
  
  
  .single_gallery_wrapper .works-slide__fig img {
    height: 38rem;
    width: 100%;
    object-fit: contain;
    background:#fff;
  }
  .single_gallery_wrapper .works-slide__fig figcaption {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .single_gallery_wrapper .slick-prev {
      left: calc(50% - 28.3rem - 5.7rem);
  }
  
  .single_gallery_wrapper .slick-next {
      right: calc(50% - 28.3rem - 5.2rem);
  }
  .single_gallery_wrapper .slick-prev,
  .single_gallery_wrapper .slick-next {
    top: 15rem;
  }
  .gallery_title {
    font-size: 4.8rem;
    margin-bottom: 3rem;
  }
  .gallery_top_txt {
    font-size: 2rem;
  }
  #other_works {
    margin-top: 14rem;
  }
  #other_works .heading-jp {
    font-size: 5.6rem;
  }
  #other_works .works_list_archive {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  #other_works .works_list_archive .works_list__fig {
    height: 24.2rem;
  }
  #other_works .works_list_archive .works_list__item {
    margin-top: 0;
    margin: 0 2.5rem;
  }
  .otherWorks__slide {
    margin-bottom: 8rem;
  }
  #other_works .slick-prev,
  #other_works .slick-next {
    top: -12rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   404

--------------------------------------------------------------------------------------------- */
#notfound h2 {
  color: var(--mainColor);
}
#notfound p {
  line-height: 2.5em;
}
@media only screen and ( max-width : 767px ) {
  #notfound h2 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  #notfound p {
    margin-bottom: 5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #notfound h2 {
    font-size: 4rem;
    margin-bottom: 5rem;
    text-align: center;
  }
  #notfound p {
    text-align: center;
    margin-bottom: 7rem;
  }
  #notfound .btn {
    margin: 0 auto;
  }
}


/* ---------------------------------------------------------------------------------------------

　   お知らせ

--------------------------------------------------------------------------------------------- */
.sidebox {
}
.sidebox:last-child {
  margin-bottom: 0;
}
.sidebox .side_title {
  border-bottom: 2px solid var(--black);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.sidebox ul li {
  border-bottom: 1px dashed var(--black);
}
.sidebox ul li a {
  display: block;
  padding: 1rem 0;
  position: relative;
}
.sidebox ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/ico-arrow.png) no-repeat center / 100%;
}
.archive_topics__item a {
  display: block;
}
.archive_topics__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topics__title {
  font-weight: 700;
  margin-top: 1rem;
}
.topics_category {
  font-size: 1.2rem;
  font-weight: 700;
  background: #968D7E;
  color: #fff;
  border-radius: 2rem;
  padding: .2em 1em
}
.topics_date {
  font-weight: 700;
}
@media only screen and ( max-width : 767px ) {
  .sidebox {
    margin-bottom: 3rem;
  }
  .sidebox .side_title {
    font-size: 1.6rem;
  }
  .archive_topics__item {
    margin-bottom: 4rem;
  }
  .archive_topics__date {
    justify-content: flex-start;
  }
  .archive_topics__fig {
    height: 22rem;
    margin-bottom: 2rem;
  }
  .archive_topics__date .topics_date {
    margin-left: 1rem;
  }
  .topics__title {
    font-size: 1.6rem;
  }
}
@media print, screen and ( min-width : 768px ) {

  .main__contents--col #main_content {
    width: calc(100% - (26.8rem + 6rem));
  }
  .main__contents--col #side {
    width: 26.8rem;
    margin-left: 6rem;
  }
  .sidebox {
    margin-bottom: 4rem;
  }
  .sidebox .side_title {
    font-size: 2rem;
  }
  .subtitle {
    font-size: 6.2rem;
    margin-bottom: 3.5rem;
    padding-left: 5rem;
  }
  .archive_topics__list {
    display: flex;
    flex-wrap: wrap;
  }
  .archive_topics__item {
    width: 30.85%;
    margin-right: 3.725%;
    margin-top: 6rem;
  }
  .archive_topics__item:nth-child(3n) {
    margin-right: 0;
  }
  .archive_topics__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .archive_topics__fig {
    height: 24.2rem;
    margin-bottom: 3rem;
  }
  .topics__title {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   SINGLE

--------------------------------------------------------------------------------------------- */

#single_main p {
  overflow-wrap: break-word;
}
.post_title {
  font-weight: 700;
  border-bottom: 2px solid #212121;
  padding-bottom: .4em;
}
.post_thumb {
  text-align: center;
}
#single_main h2 {
  border-left: .6rem solid #968D7E;
  padding: .3em .6em;
  margin-bottom: 1em;
}
#single_main h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: .3em;
  margin-bottom: 1.5rem;
}
#single_main p {
  line-height: 2em;
  margin-bottom: 1em;
}
#single_main ol {
  margin: 2rem 0;
  border: 1px solid #fff;
}
#single_main ol {
  counter-reset: listnum;
}
#single_main ol li {
  position: relative;
  padding-left: 3.5rem;
  font-weight: 700;
  margin-bottom: 1em;
}
#single_main ul li {
  list-style: disc;
  margin-left: 1.2em;
  margin-bottom: .6em;
}
#single_main ol li:last-child,
#single_main ul li:last-child {
  margin-bottom: 0;
}
#single_main ol li:before {
  counter-increment: listnum;
  content: counter(listnum);
  background: #968D7E;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
}
#single_main .wp-block-button__link {
  background: #00AB59;
  color: #fff;
}
#single_main p a {
  text-decoration: underline;
}

@media only screen and ( max-width : 767px ) {
  .single_wrapper {
  }
  .post_title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .post_thumb {
    margin-bottom: 4rem;
  }
  #single_main h2 {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
  #single_main h3 {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  #single_main .wp-block-button__link {
    margin: 3rem 0;
  }
  #single_main ol {
    padding: 2rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .single_wrapper {
    max-width: 96rem;
    margin: 0 auto;
  }
  .post_title {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
  .post_thumb {
    margin-bottom: 8rem;
  }
  #single_main h2 {
    font-size: 2.4rem;
    margin-top: 6rem;
  }
  #single_main h3 {
    font-size: 2rem;
    margin-top: 4rem;
  }
  #single_main ol {
    padding: 2rem 3rem;
  }
  #single_main ol li {
    font-size: 2rem; 
  }
  #single_main ol li:before {
    font-size: 1.6rem;
  }
  #single_main .wp-block-button__link {
    width: 38rem;
    margin: 6rem 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
#message h2 {
  color: var(--mainColor);
}
#message p {
  line-height: 2.6;
  letter-spacing: 0.1em;
  margin-bottom: 2.5em;
}
/* .message_img img {
  border-radius: 2rem;
} */
#message .message_name {
  font-weight: 700;
  line-height: 2;
}
.message_name span {
  display: block;
}
#philosophy {
  position: relative;
}
#philosophy .container {
  position: relative;
  z-index: 2;
}
#philosophy:after {
  content: "";
  background: #EEECE5;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#philosophy dl {
  border: 1px solid #958D7E;
  display: flex;
}
#philosophy dl:last-child {
  margin-bottom: 0;
}
#philosophy dl dt {
  font-weight: 700;
  color: #958D7E;
  letter-spacing: .1em;
  position: relative;
}
#philosophy dl dt:after {
  content: "";
  border-left: 1px dashed #958D7E;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.table {
  width: 100%;
}
.table th,
.table td {
  border: 1px solid var(--black);
  vertical-align: middle;
  line-height: 1.8;
}
.table th {
  background: #D6D1BF;
}
.table td {
  background: #fff;
}
.table td a {
  text-decoration: underline;
  color: #968D7E;
  font-weight: 700;
}
.company_list li {
  line-height: 1.8;
  position: relative;
  padding-left: 1.2em;
}
.company_list li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.company_list01 li:before {
  content: "●";
  color: #D6D1BF;
}
.company_list02 li:before {
  content: "◎";
}
.history_list {
  position: relative;
}

.history_year {
  position: relative;
}
.history_year:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: var(--mainColor);
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}


.history_year,
.history_month {
  font-weight: 700;
}
.access_map_img {
  margin-bottom: 2rem;
}
@media only screen and ( max-width : 767px ) {
  #message h2 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  #message p {
    line-height: 2;
  }
  #philosophy {
    margin: 8rem 0;
    padding: 4rem 0;
  }
  #philosophy:after {
    width: 220%;
    height: 110%;
  }
  #message .message_name {
    font-size: 2rem;
    letter-spacing: 0;
    margin-top: 3rem;
  }
  #message .message_name span {
    font-size: 1.4rem;
  }
  #philosophy dl {
    min-height: 10.6rem;
    margin-bottom: 2rem;
    padding: 1.5rem 2rem;
  }
  #philosophy dl dt {
    width: 6.6rem;
    font-size: 2.4rem;
  }
  #philosophy dl dt:after {
    height: 100%;
  }
  #philosophy dl dd {
    width: calc(100% - 6.6rem);
    padding-left: 1.5rem;
    line-height: 1.8;
  }
  #company,
  #history {
    margin-bottom: 6rem;
  }
  .history_year{
    padding-left: 2.2rem;
    width: 10rem;
    font-size: 1.6rem;
  }
  .history_year:before {
    left: 0;
    top: .7rem;
  }
  .history_list_item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .history_list_item:last-child {
    margin-bottom: 0;
  }
  .history_content {
    width: calc(100% - 10rem);
  }
  .history_text {
    width: calc(100% + 8rem);
    margin-left: -8rem;
    margin-top: .5rem;
  }
  .history_month {
    font-size: 1.6rem;
  }
  .history_item:not(:first-child) .history_month {
    margin-left: -8rem;
    margin-top: 2rem;
  }
  #access .table {
    margin-bottom: 3rem;
  }
  #access .table th {
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
  }
}
@media print, screen and ( min-width : 768px ) {
  #philosophy:after {
    width: 160%;
    height: 160%;
  }
  #message h2 {
    font-size: 3.6rem;
    margin-bottom: 4.5rem;
  }
  .message_img {
    width: 39.3%;
  }
  /* .message_txt {
    width: 54.2%;
  } */
  .message_name {
    margin-top: 3.5rem;
    font-size: 2rem;
  }
  .message_name span {
    font-size: 1.6rem;
  }
  #philosophy {
    margin: 18rem 0;
    padding: 4rem 0;
  }
  #philosophy dl {
    height: 8rem;
    margin-bottom: 3rem;
    align-items: center;
  }
  #philosophy dl dt {
    width: 12.4%;
    font-size: 3.6rem;
    text-align: center;
  }
  #philosophy dl dt:after {
    height: 4.3rem;
  }
  #philosophy dl dd {
    width: 87.6%;
    padding: 0 4.5rem;
  }
  #company {
    padding: 14rem 0;
  }
  #history {
    margin-bottom: 14rem;
  }
  .table th,
  .table td {
    padding: 1rem 2.5rem;
  }
  .history_list_item {
    display: flex;
    align-items: flex-start;
  }
  .history_year {
    width: 10rem;
  }
  .history_year:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .history_content {
    width: calc(100% - 10rem);
  }
  .history_item {
    display: flex;
    margin-bottom: 2rem;
  }
  .history_list {
    padding-left: 6rem;
  }
  .history_list:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #707070;
    position: absolute;
    top: 1em;
    left: .5rem;
    height: calc(100% - 3em);
  }
  .history_month {
    width: 9rem;
  }
  .history_text {
    width: calc(100% - 9rem);
  }
  .history_year:before {
    left: -6rem;
  }
  .access_map {
    width: 45.3%;
  }
  .access_img {
    width: 48%;
  }
}
/* ---------------------------------------------------------------------------------------------

　   FLOW

--------------------------------------------------------------------------------------------- */
.flow_list {
  position: relative;
}
.flow_item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flow_list:before {
  content: "";
  width: .2rem;
  height: 100%;
  position: absolute;
  top: 0;
  border-right: .2rem dashed var(--black);
}
.flow_number {
  font-weight: 700;
  color: var(--mainColor);
  position: relative;
}
.flow_number:after {
  content: "";
  background: var(--mainColor);
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.flow_image img {
  border: .4rem solid #fff;
  border-radius: 2rem;
}
.flow_title {
  letter-spacing: .1em;
  line-height: 1.2;
}
.flow_btn {
  min-width: 22rem;
  height: 5.2rem;
  padding: 0 4.4rem 0 2rem;
}
.flow_btn .arrow {
  width: 1.4rem;
  height: 0.8rem;
  right: 2rem;
}
.flow_btn .arrow:before,
.flow_btn .arrow:after {
  width: 1.4rem;
  height: 0.8rem;
}
.flow_description {
  letter-spacing: .1em;
  line-height: 2.2;
}
@media only screen and ( max-width : 767px ) {
  .flow_list {
    padding-left: 2rem;
  }
  .flow_list:before {
    left: -.2rem;  
    top: 1rem;
    height: calc(100% - 2rem);
  }
  .flow_number:after {
    width: 1rem;
    height: 1rem;
    left: -2.4rem;
  }
  .flow_title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    margin-top: .8rem;
  }
  .flow_buttons {
    margin-top: 3rem;
  }
  .flow_buttons .flow_btn {
    margin-bottom: 2rem;
    max-width: 22rem;
  }
  .flow_buttons .flow_btn span {
    line-height: 1.2;
  }
  .flow_buttons .flow_btn:last-child {
    margin-bottom: 0;
  }
  .flow_image {
    margin-top: 3rem;
    height: 20rem;
  }
  .flow_image img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
  }
  .flow_item {
    margin-bottom: 4rem;
  }
  .flow_item:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  .flow_list:before {
    left: 12.2rem;
  }
  .flow_item {
    margin-bottom: 6rem;
  }
  .flow_number {
    font-size: 2rem;
    width: 12rem;
    padding-top: .6rem;
  }
  .flow_number:after {
    margin-top: .2rem;
    right: -1.1rem;
  }
  .flow_content {
    width: calc(100% - 12rem);
    display: flex;
  }
  .flow_text {
    width: calc(100% - 29.4rem);
    padding-left: 6.6rem;
    padding-right: 2rem;
  }
  .flow_image {
    width: 29.4rem;
  }
  .flow_title {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
  .flow_buttons {
    display: flex;
    margin-top: 2rem;
  }
  .flow_buttons .btn {
    margin-right: 2rem;
  }
  .flow_buttons .btn:last-child {
    margin-right: 0;
  }
}


/* ---------------------------------------------------------------------------------------------

　   土地情報　詳細

--------------------------------------------------------------------------------------------- */
.landPost_txt {
  font-weight: 700;
}
.landPost_list li {
  position: relative;
  padding-left: 1.4em;
}
.landPost_list li:last-child {
  margin-bottom: 0;
}
.landPost_list li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--mainColor);
  border-radius: 50%;
}
.landPost_img {
  background: #fff;
  border-radius: 2rem;
  text-align: center;
}
.landPost_feature li,
.estateDtl_point_list li {
  background: #fff;
  border-radius: 2rem;
  font-weight: 700;
  position: relative;
}
.landPost_feature li:last-child,
.estateDtl_point_list li:last-child {
  margin-bottom: 0;
}
.landPost_feature li .-num,
.estateDtl_point_list li .-num {
  position: absolute;
  background: var(--mainColor);
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landPost_map iframe {
  width: 100%;
  filter: grayscale(100%);
}
.landPost_point li .-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  border: .4rem solid #fff;
}
.landPost_point li .-title {
  font-weight: 700;
}
.landPost_point li .-txt {
  font-size: 1.4rem;
}
.landPost_feature_wrapper {
  position: relative;
}

.landPost_feature_wrapper .container {
  position: relative;
  z-index: 2;
}
.landPost_feature_wrapper:after {
  content: "";
  background: #EEECE5;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.landPost_information {
  position: relative;
  z-index: 2;
}
@media only screen and ( max-width : 767px ) {
  .landPost_txt {
    font-sizze: 1.6rem;
    margin-bottom: 3rem;
  }
  .landPost_list {
    margin-bottom: 3rem;
  }
  .landPost_tbl_wrapper {
    overflow-x: auto;
    margin-bottom: 3rem;
    margin-right: -2rem;
  }
  .landPost_tbl_inner {
    min-width: 64rem;
  }
  .landPost_tbl_wrapper td {
    text-align: center;
  }
  .landPost_information,
  .landPost_feature,
  .landPost_map,
  .landPost_img {
    margin-bottom: 6rem;
  }
  .landPost_feature li, .estateDtl_point_list li {
    font-size: 1.6rem;
    padding: 1rem 2rem 1rem 3rem;
    margin-bottom: 2rem;
    border-radius: .6rem;
  }
  .landPost_feature li:last-child, .estateDtl_point_list li:last-child {
    margin-bottom: 0;
  }
  .landPost_feature li .-num, .estateDtl_point_list li .-num {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2.1rem;
    top: -1rem;
    left: -1rem;
  }
  .landPost_map iframe {
    height: 30rem;
  }
  .landPost_point {
    display: flex;
    flex-wrap: wrap;
  }
  .landPost_point li {
    width: 48%;
    margin-right: 4%;
    margin-top: 3rem;
  }
  .landPost_point li:nth-child(2n) {
    margin-right: 0;
  }
  .landPost_point li:nth-child(-n+2) {
    margin-top: 0;
  }
  .landPost_point li .-img {
    height: 10.6rem;
  }
  .landPost_point li .-img img {
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
    border-width: .2rem;
    border-radius: .6rem;
  }
  .landPost_point li .-title {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .landPost_point li .-txt {
    margin-top: .5rem;
  }
  .landPost_feature_wrapper:after {
    width: 380%;
    height: 110%;
  }
  .landPost_feature_wrapper {
    margin-bottom: 10rem;
  }
  .landPost_dtl {
    margin-bottom: 4rem;
  }
  .landPost_dtl .table th {
    white-space: nowrap;
  }
}
@media print, screen and ( min-width : 768px ) {
  .landPost_feature_wrapper:after {
    width: 240%;
    height: 110%;
  }
  .land_single_wrapper .title {
    margin-bottom: 3rem;
  }
  .landPost_txt {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .landPost_list,
  .landPost_tbl,
  .landPost_img {
    margin-bottom: 6rem;
  }
  .landPost_list li {
    margin-bottom: 2rem;
  }
  .landPost_feature,
  .landPost_map {
    margin-bottom: 10rem;
  }
  .landPost_feature li,
  .estateDtl_point_list li {
    padding: 4rem 6.5rem;
    font-size: 2.4rem;
    margin-bottom: 3rem;
    margin-left: 2.5rem;
  }
  .estateDtl_point_list li .-txt {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .landPost_feature li .-num,
  .estateDtl_point_list li .-num {
    left: -2.5rem;
    top: -1rem;;
    width: 6.6rem;
    height: 6.6rem;
    font-size: 4.5rem;
  }
  .landPost_dtl {
    margin-bottom: 8rem;
  }
  .landPost_point {
    display: flex;
    flex-wrap: wrap;
  }
  .landPost_point li {
    width: 30%;
    margin-right: 5%;
    margin-top: 6rem;
  }
  .landPost_point li:nth-child(-n+3) {
    margin-top: 0;
  }
  .landPost_point li:nth-child(3n) {
    margin-right: 0;
  }
  .landPost_point li .-img img {
    height: 23.2rem;
  }
  .landPost_point li .-title {
    margin: 2rem 0 1rem;
    font-size: 2rem;
  }
  .landPost_point li .-txt {
    font-size: 1.4rem;
  }
  .landPost_feature_wrapper {
    padding: 10rem 0;
    margin: 2rem 0 18rem;
  }
  .landPost_img img {
    height: 37rem;
  }
  .landPost_map iframe {
    height: 57.5rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   販売型モデルハウス情報 詳細

--------------------------------------------------------------------------------------------- */
.estate__slide_item img {
  object-fit: cover;
  width: 100%;
  border-radius: 2rem;
  border: .4rem solid #fff;
}
.estateDtl_read_left .-price,
.estateDtl_read_left .-example {
  border-bottom: 1px solid var(--black);
  font-weight: 700;
}
.estateDtl_read_left .-price .-price_price .-price_price_unit {
  line-height: 1.2;
}
.estateDtl_read_left .-example .-example_txt .-example_txt_borrowing {
  font-weight: 400;
}
.estateDtl_read_right .slick-dots
{
    position: absolute;
    bottom: 2rem;
    left: 0;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 2;

    list-style: none;

    text-align: center;
}
.estateDtl_read_right .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 1rem;
    height: 1rem;
    margin: 0 .5rem;
    padding: 0;

    cursor: pointer;
}
.estateDtl_read_right .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 1em;
    height: 1rem;
    padding: .5rem;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.estateDtl_read_right .slick-dots li button:hover,
.estateDtl_read_right .slick-dots li button:focus
{
    outline: none;
}
.estateDtl_read_right .slick-dots li button:hover:before,
.estateDtl_read_right .slick-dots li button:focus:before
{
    opacity: 1;
}
.estateDtl_read_right .slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 1rem;
    height: 1rem;
    border: 1px solid #fff;
    content: '';
    text-align: center;
    font-weight: bold;

    /* opacity: .25; */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
}
.estateDtl_read_right .slick-dots li.slick-active button:before
{
    border: 1px solid var(--mainColor);
    background: var(--mainColor);
}
/* Arrows */
.estateDtl_read_right .slick-prev,
.estateDtl_read_right .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 4rem;
    height: 4rem;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 98;
}
.estateDtl_read_right .slick-prev:hover,
.estateDtl_read_right .slick-prev:focus,
.estateDtl_read_right .slick-next:hover,
.estateDtl_read_right .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.estateDtl_read_right .slick-prev:hover:before,
.estateDtl_read_right .slick-prev:focus:before,
.estateDtl_read_right .slick-next:hover:before,
.estateDtl_read_right .slick-next:focus:before
{
    opacity: 1;
}
.estateDtl_read_right .slick-prev.slick-disabled:before,
.estateDtl_read_right .slick-next.slick-disabled:before
{
    opacity: .25;
}

.estateDtl_read_right .slick-prev:before,
.estateDtl_read_right .slick-next:before
{
  content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 4rem;
    height: 4rem;
    display: block;
    text-align: center;
}
.estateDtl_read_right .slick-prev:before {
  background: url(../img/prev03.svg) no-repeat center center / contain;
}
.estateDtl_read_right .slick-next:before {
  background: url(../img/next03.svg) no-repeat center center / contain;
}

.estateDtl_read_right .slick-prev
{
    left: .5rem;
}

.estateDtl_read_right .slick-next
{
    right: .5rem;
}

.estateDtl_concept .estateDtl_txt_title {
  color: var(--mainColor);
  letter-spacing: .1em;
  line-height: 2;
}
.estateDtl_concept .estateDtl_txt_txt {
  line-height: 2.5;
}
.estateDtl_concept_special_content {
  background: #E4E2DB;
  border-radius: 2rem;
}

.estateDtl_concept {
  position: relative;
}
.estateDtl_concept .container {
  position: relative;
  z-index: 2;
}
.estateDtl_concept:after {
  content: "";
  background: #EEECE5;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.estateDtl_concept_special_title {
  color: var(--mainColor);
  letter-spacing: .1em;
}
.estateDtl_info_tbl h3 {
  background: #D6D1BF;
}
.estateDtl_info_tbl dl {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid var(--black);
}
.estateDtl_info_tbl dl dt,
.estateDtl_info_tbl dl dd {
  width: 50%;
  border-bottom: 1px solid var(--black);
  padding: 1rem 2rem;
}
.estateDtl_info_tbl dl dt {
  border-right: 1px solid var(--black);
  font-weight: 700;
}

.estateDtl_info_tbl dl dt:last-of-type,
.estateDtl_info_tbl dl dd:last-of-type {
  border-bottom: none;
}
.estateDtl_info_img {
  display: flex;
  flex-wrap: wrap;
}
.estateDtl_info_img li .estateDtl_info_img_figure {
  text-align: center;
  width: 100%;
  background: #F8F8F8;
  border-radius: 1rem;
  border: .4rem solid #fff;
}
.estateDtl_info_img li .estateDtl_info_img_figure img {
  object-fit: contain;
}
.estateDtl_info_img li .estateDtl_info_img_txt {
  font-weight: 700;
  margin-top: 1rem;
}
.estateDtl_map {
  filter: grayscale(100%);
}
.estateDtl_map iframe {
  width: 100%;
  display: block;
}
@media only screen and ( max-width : 767px ) {
  .estateDtl_read_left .-address {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  .estateDtl_read_left .-price,
  .estateDtl_read_left .-example {
    display: flex;
    align-items: center;
    min-height: 5rem;
    padding: .5rem 1rem;
  }
  .estateDtl_read_left .-price .-price_hanbai,
  .estateDtl_read_left .-example .-example_rei {
    width: 9rem;
  }
  .estateDtl_read_left .-price .-price_price,
  .estateDtl_read_left .-example .-example_txt {
    width: calc(100% - 9rem);
    font-size: 1.2rem;
  }
  .estateDtl_read_left .-price .-price_price .-price_price_unit,
  .estateDtl_read_left .-example .-example_txt .-example_txt_month span {
    font-size: 3.6rem;
  }
  .estateDtl_read_left .-example .-example_txt .-example_txt_borrowing,
  .estateDtl_read_left .-remarks {
    font-size: 1.2rem;
  }
  .estateDtl_read_left .-remarks {
    margin-top: 2rem;
  }
  .estate__slide_item img {
    height: 23rem;
    border-radius: .6rem;
    border-width: .2rem;
  }
  .estateDtl_read_right .slick-prev,
  .estateDtl_read_right .slick-next,
  .estateDtl_read_right .slick-prev:before,
  .estateDtl_read_right .slick-next:before {
    width: 3rem;
    height: 3rem;
  }
  .estateDtl_read_right .slick-dots {
    bottom: 1.5rem;
  }
  .estateDtl_read_right .slick-dots li,
  .estateDtl_read_right .slick-dots li button,
  .estateDtl_read_right .slick-dots li button:before {
    width: .6rem;
    height: .6rem;
  }
  .estateDtl_read_left {
    margin-bottom: 4rem;
  }
  .estateDtl_concept {
    margin: 10rem 0;
    padding: 3rem 0;
  }
  .estateDtl_concept:after {
    width: 340%;
    height: 110%;
  }
  .estateDtl_concept .title {
  }
  .estateDtl_concept .estateDtl_content {
  }
  .estateDtl_concept .estateDtl_txt_title {
    font-size:2rem;
    margin-bottom: 4rem;
    line-height: 1.6;
  }
  .estateDtl_concept .estateDtl_txt {
  }
  .estateDtl_concept .estateDtl_txt_txt {
  }
  .estateDtl_concept_title {
    margin-bottom: 2rem;
    line-height: 2;
  }
  .estateDtl_concept_special {
    margin-top: 4rem;
  }
  .estateDtl_concept_special_content {
    padding: 2rem;
    border-radius: 1rem;
  }
  .estateDtl_concept_special_title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .estateDtl_point {
    margin-bottom: 10rem;
  }
  .estateDtl_info_tbl {
    margin-bottom: 4rem;
  }
  .estateDtl_info_tbl h3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .6rem 0;
    border: 1px solid var(--black);
    border-bottom: none;
    font-size: 2rem;
  }
  .estateDtl_info_tbl dl {
  }
  .estateDtl_info_tbl dl dt {
    width: 30%;
  }
  .estateDtl_info_tbl dl dd {
    width: 70%;
  }
  .mod-btn01,
  .estateDtl_info_img,
  .estateDtl_map {
    margin-bottom: 6rem;
  }
  .estateDtl_info_img li {
    width: 100%;
    margin-bottom: 4rem;
  }
  .estateDtl_info_img li:last-child {
    margin-bottom: 0;
  }
  .estateDtl_info_img li figure img {
    height: 23rem;
  }
  .estateDtl_info_img li .estateDtl_info_img_txt {
    font-size: 1.6rem;
  }
  .estateDtl_map iframe {
    height: 30rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .estateDtl_read_left {
    width: 45.98%;
  }
  .estateDtl_read_right {
    width: 45.57%;
  }
  .estate__slide_item img {
    height: 38rem;
  }
  .estateDtl_read_left .-address {
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }
  .estateDtl_read_left .-price,
  .estateDtl_read_left .-example {
    display: flex;
    align-items: center;
    min-height: 6rem;
    padding: .5rem 1rem;
  }
  .estateDtl_read_left .-price .-price_hanbai,
  .estateDtl_read_left .-example .-example_rei {
    width: 25rem;
  }
  .estateDtl_read_left .-price .-price_price,
  .estateDtl_read_left .-example .-example_txt {
    width: calc(100% - 25rem);
  }
  .estateDtl_read_left .-price .-price_price .-price_price_unit,
  .estateDtl_read_left .-example .-example_txt .-example_txt_month span {
    font-size: 3.6rem;
  }
  .estateDtl_read_left .-example .-example_txt .-example_txt_borrowing,
  .estateDtl_read_left .-remarks {
    font-size: 1.2rem;
  }
  .estateDtl_read_left .-remarks {
    margin-top: 3rem;
  }
  .estateDtl_concept {
    margin: 30rem 0;
  }
  .estateDtl_concept:after {
    width: 160%;
    height: 180%;
  }
  .estateDtl_concept .title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 11rem;
    margin-bottom: 0;
    display: flex;
    align-items:flex-end;
  }
  .estateDtl_concept .estateDtl_content {
    width: calc(100% - 11rem);
  }
  .estateDtl_concept .estateDtl_txt_title {
    font-size: 3.6rem;
    width: 46%;
  }
  .estateDtl_concept .estateDtl_txt {
    display: flex;
  }
  .estateDtl_concept .estateDtl_txt_txt {
    width: 50%;
  }
  .estateDtl_concept_title {
    margin-bottom: 2rem;
  }
  .estateDtl_concept_special_content {
    padding: 3.5rem 4.5rem;
  }
  .estateDtl_concept_special_title {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .estateDtl_point {
    margin-bottom: 10rem;
  }
  .estateDtl_info_tbl {
    display: flex;
    margin-bottom: 6rem;
  }
  .estateDtl_info_tbl h3 {
    width: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    border: 1px solid var(--black);
    border-right: none;
    font-size: 2.4rem;
  }
  .estateDtl_info_tbl dl {
    width: calc(100% - 30rem);
  }
  .mod-btn01,
  .estateDtl_info_img,
  .estateDtl_map {
    margin-bottom: 14rem;
  }
  .estateDtl_info_img li {
    width: 30%;
    margin-right: 5%;
    margin-top: 6rem;
  }
  .estateDtl_info_img li:nth-child(-n+3) {
    margin-top: 0;
  }
  .estateDtl_info_img li:nth-child(3n) {
    margin-right: 0;
  }
  .estateDtl_info_img li figure img {
    height: 23rem;
  }
  .estateDtl_info_img li .estateDtl_info_img_txt {
    font-size: 2rem;
  }
  .estateDtl_map iframe {
    height: 57.5rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   プライバシーポリシー

--------------------------------------------------------------------------------------------- */
.policy_container h2 {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.policy_container h2:first-of-type {
  margin-top: 0;
}
.policy_container h2:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #958D7E;
}
.policy_container h3 {
  margin-bottom: 1em;
}
.policy_container p,
.policy_container li {
  line-height: 2em;
}
.policy_container .disc {
  margin-top: 2rem;
}
.disc li {
  list-style: disc;
  margin-left: 1em;
}
@media only screen and ( max-width : 767px ) {
  .policy_container h2 {
    font-size: 2rem;
    margin-top: 4rem;
  }
  .policy_container h3 {
    margin-top: 4rem;
    font-size: 2rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .policy_container h2 {
    font-size: 2.4rem;
    margin-top: 6rem;
  }
  .policy_container h3 {
    margin-top: 5rem;
    font-size: 2.4rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   サンオーホームの家

--------------------------------------------------------------------------------------------- */

.sanoh_home_heading .plan_num {
  font-weight: 700;
  color: var(--mainColor);
}
.sanoh_home_heading .heading-jp {
  line-height: 1;
}
.sanoh_home_img img {
  border: .4rem solid #fff;
  border-radius: 2rem;;
}
#sanoh_home_introduction {
  position: relative;
  z-index: 2;
}
#sanoh_home_introduction h2 {
  color: var(--mainColor);
  line-height: 1.8;
}
#sanoh_home_introduction p {
  line-height: 2.5;
  font-weight: 700;
}
.sanoh_home_slider {
  position: relative;
  z-index: 4;
}
.sanoh_home_slider__item:nth-child(odd) {
  margin-top: 4rem;
}
.sanoh_home_slider__item img {
  border: .4rem solid #fff;
  border-radius: 1rem;
  object-fit: cover;
}
.voice__slide .voice-slide__item {
  background: #EEECE5;
  border: .4rem solid #fff;
  border-radius: 2rem;
}
.voice__slide .voice_num {
  font-weight: 700;
  color: var(--mainColor);
  font-size: 1.4rem;
  margin-bottom: .8rem;
}
.voice__slide .voice_txt_txt {
  line-height: 2.5;
}
.voice__slide .slick-prev,
.voice__slide .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    display: block;

    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}

.voice__slide .slick-prev:hover,
.voice__slide .slick-prev:focus,
.voice__slide .slick-next:hover,
.voice__slide .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

.voice__slide .slick-prev:hover:before,
.voice__slide .slick-prev:focus:before,
.voice__slide .slick-next:hover:before,
.voice__slide .slick-next:focus:before
{
    opacity: 1;
}

.voice__slide .slick-prev.slick-disabled:before,
.voice__slide .slick-next.slick-disabled:before
{
    opacity: .25;
}

.voice__slide .slick-prev:before,
.voice__slide .slick-next:before
{
    content: "";
    opacity: .75;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    text-align: center;
    width: 4.8rem;
    height: 4.8rem;
}

.voice__slide .slick-prev:before
{
    background: url(../img/prev04.svg) no-repeat center / 100%;
}

.voice__slide .slick-next:before
{
    background: url(../img/next04.svg) no-repeat center / 100%;
}

.voice__slide .slick-dots
{
    position: absolute;
    bottom: -4rem;
    left: 0;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 2;

    list-style: none;

    text-align: center;
}
.voice__slide .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1rem;
    padding: 0;

    cursor: pointer;
}
.voice__slide .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 1.6rem;
    height: 1.6rem;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.voice__slide .slick-dots li button:hover,
.voice__slide .slick-dots li button:focus
{
    outline: none;
}
.voice__slide .slick-dots li button:hover:before,
.voice__slide .slick-dots li button:focus:before
{
    opacity: 1;
}
.voice__slide .slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid var(--black);
    content: '';
    text-align: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
}
.voice__slide .slick-dots li.slick-active button:before
{
    border: 1px solid #968D7E;
    background: #968D7E;
}
#plan_list .heading::before {
  content: none;
}
#plan_list .plan__item .plan__fig {
  overflow: hidden;
  border: .4rem solid #fff;
  border-radius: 2rem;
}
#plan_list .plan__item .plan__fig img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform .3s ease;
}
#plan_list .plan__item .plan__fig a:hover img {
  transform: scale(1.05);
}
#plan_list .plan_list_txt {
  line-height: 2.5;
}
#plan_list .slick-list {
  overflow: visible;
}
#plan_list .slick-prev,
#plan_list .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    display: block;

    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
    top: -6rem;
    right: 0;
}

#plan_list .slick-prev:hover,
#plan_list .slick-prev:focus,
#plan_list .slick-next:hover,
#plan_list .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

#plan_list .slick-prev:hover:before,
#plan_list .slick-prev:focus:before,
#plan_list .slick-next:hover:before,
#plan_list .slick-next:focus:before
{
    opacity: 1;
}

#plan_list .slick-prev.slick-disabled:before,
#plan_list .slick-next.slick-disabled:before
{
    opacity: .25;
}

#plan_list .slick-prev:before,
#plan_list .slick-next:before
{
    content: "";
    opacity: .75;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    text-align: center;
    width: 4.8rem;
    height: 4.8rem;
}

#plan_list .slick-prev:before
{
    background: url(../img/prev.svg) no-repeat center / 100%;
}

#plan_list .slick-next:before
{
    background: url(../img/next.svg) no-repeat center / 100%;
}

#plan_list .slick-prev {
    right: 8.5rem;
}

#plan_list .slick-next {
    right: 2.5rem;
}
#sanoh_home_flow {
  position: relative;
}
#sanoh_home_flow .container {
  position: relative;
  z-index: 2;
}
#sanoh_home_flow:after {
  content: "";
  background: #EEECE5;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sanoh_home_flow_box {
  position: relative;
}
.sanoh_home_flow_box:last-child {
  margin-bottom: 0;
}
.sanoh_home_flow_img img {
  border: .4rem solid #fff;
  border-radius: 2rem;
  object-fit: cover;
}
.sanoh_home_flow_num {
  font-weight: 700;
  color: var(--mainColor);
  margin-bottom: 1em;
}
.sanoh_home_flow_txt h2 {
  color: var(--mainColor);
}
.sanoh_home_flow_txt_txt {
  line-height: 2.5;
}



#mv_obi {
  position: absolute;
  width: 200%;
  bottom: 0;
  left: -50%;
  right: -50%;
  z-index: 3;
}
.mv_obi_inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  padding:0 2%;
  overflow: hidden;
}
.mv_obi_inner .mv_flowing {
  white-space: nowrap;
}
.mv_obi_inner .mv_flowing p {
  display: inline-block;
}

.sanoh_home_consideration_inner {
  background: #958D7E;
  color: #fff;
  border-radius: 2rem;
}
.sanoh_home_consideration_inner h2 {
  text-align: center;
}
.sanoh_home_nayami_txt li {
  position: relative;
  padding-left: 5rem;
  font-weight: 700;
  background: #fff;
  border-radius: .4rem;
  color: var(--black);
}
.sanoh_home_nayami_txt li:last-child {
  margin-bottom: 0;
}
.sanoh_home_nayami_txt li:before {
  content: "";
  width: 2rem;
  height: 1.9rem;
  background: url(../img/check.svg) no-repeat center / 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sanoh_home_consideration_txt .sanoh_home_consideration_title {
  position: relative;
  border-bottom: 2px dashed #fff;
  text-align: center;
}
.sanoh_home_consideration_txt .sanoh_home_consideration_title:before {
  content: "";
  background: url(../img/sanoh_home/nayami.png) no-repeat center / 100%;
  width: 12.6rem;
  height: 5.2rem;
  display: block;
  margin: 0 auto 1rem;
}
.sanoh_home_consideration_txt .sanoh_home_consideration_title span {
  display: block;
}
.sanoh_home_consideration_txt_txt {
  text-align: center;
  line-height: 2;
}

#sanoh_home_point {
  position: relative;
}
#sanoh_home_point .container {
  position: relative;
  z-index: 2;
}
#sanoh_home_point:after {
  content: "";
  background: #EEECE5;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sanoh_home_point_box {
  background: #fff;
  position: relative;
  border-radius: 1rem;
}
.sanoh_home_point_num {
  position: absolute;
  width: 5.2rem;
  left: 50%;
  transform: translateX(-50%);
  top: -2rem;
}
.sanoh_home_point_txt_txt {
  font-weight: 700;
  text-align: center;
}
#sanoh_home_model_plan .tab-content {
  display: none;
}
#sanoh_home_model_plan .tab-content.show {
  display: block;
}
#sanoh_home_model_plan .tab-container {
  display: flex;
  flex-wrap: wrap;
  background: #D6D1BF;
  border-radius: 1rem;
}
#sanoh_home_model_plan .tab {
  cursor: pointer;
  color: #968D7E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 1px solid #968D7E;
  padding: .7rem;
}

#sanoh_home_model_plan .tab:last-child {
  margin-right: 0;
}
#sanoh_home_model_plan .tab span {
  text-align: center;
}
#sanoh_home_model_plan .tab.active {
  color: var(--black);
  background: #968D7E;
}
.sanoh_home_model_plan_madori_txt {
  font-weight: 700;
  margin-bottom: 1em;
}
.sanoh_home_model_plan_madori_img {
  text-align: center;
  background: #fff;
  border-radius: 2rem;
}
.sanoh_home_model_plan_madori_img img {
  object-fit: contain;
  border-radius: 2rem;
}
.sanoh_home_model_plan_inner {
  position: relative;
}
.sanoh_home_model_plan_title {
  font-weight: 700;
}
.sanoh_home_model_plan_img img {
  border-radius: 2rem;
  border: .4rem solid #fff;
}
.sanoh_home_model_plan_txt h3 {
  position: relative;
}
.sanoh_home_model_plan_txt h3:before {
  content: "";
  background: var(--mainColor);
  position: absolute;
  left: 0;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
}
.sanoh_home_model_plan_txt li {
  position: relative;
  padding-left: 3rem;
  font-weight: 700;
}
.sanoh_home_model_plan_txt li:before {
  content: "";
  background: url(../img/check.svg) no-repeat center / 100%;
  width: 2rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sanoh_home_model_plan_price {
  font-weight: 700;
  border-bottom: 1px solid var(--black);
}
.sanoh_home_consideration_btn {
  margin: 6rem auto 0;
  background: #FF9900;
  border-radius: 4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 46rem;
  height: 8rem;
  font-size: 2rem;
}

@media only screen and ( max-width : 767px ) {
  #sanoh_home_introduction {
    padding-bottom: 4.5rem;
    margin-bottom: 3.5rem;
  }
  .sanoh_home_heading {
    margin-bottom: 1.5rem;
  }
  .sanoh_home_heading .plan_num {
    font-size: 1.2rem;
  }
  .sanoh_home_heading .heading-jp {
    line-height: 1.4;
  }
  #sanoh_home_introduction h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .sanoh_home_img {
    margin-top: 4rem;
  }
  .mv_obi_inner .mv_flowing img {
    max-width: 122.3rem;
    width: 122.3rem;
  }
  .mv_obi_inner .mv_flowing p {
    margin-right: 1rem;
  }
  .sanoh_home_img img {
    border-radius: 1rem;
    border-width: .2rem;
  }
  .sanoh_home_slider {
    margin-top: 4rem;
  }
  .sanoh_home_slider__item {
    margin: 0 1rem;
  }
  .sanoh_home_slider__item img {
    height: 10.7rem;
    border-width: .2rem;
  }
  #sanoh_home_flow {
    margin-bottom: 12rem;
  }
  #sanoh_home_flow:after {
    width: 380%;
    height: 108%;
  }
  .sanoh_home_flow_box {
    display: flex;
    flex-direction: column-reverse;
  }
  .sanoh_home_flow_img {
    margin-bottom: 3.5rem;
  }
  .sanoh_home_flow_img img {
    border-width: .2rem;
    border-radius: .6rem;
  }
  .sanoh_home_flow_num {
    font-size: 1.2rem;
  }
  .sanoh_home_flow_txt h2 {
    color: var(--black);
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
  .sanoh_home_flow_box {
    margin-bottom: 4rem;
  }
  .voice__slide {
    margin: 0 2rem 10rem;
  }
  .voice__slide .slick-prev:before,
  .voice__slide .slick-next:before {
    width: 3.5rem;
    height: 3.5rem;
  }
  .voice__slide .slick-prev {
    left: -1.75rem;
  }
  .voice__slide .slick-next {
    right: -1.75rem;
  }
  .voice__slide .voice-slide__item {
    padding: 4rem 3rem;
  }
  .voice_img {
    width: 10.6rem;
    margin: 0 auto 1.5rem;
  }
  .voice__slide .voice_num {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: .7rem;
  }
  .voice__slide h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
  }
  .voice__slide h3 span {
    display: block;
    margin-top: .3rem;
    font-size: 1.4rem;
  }
  .voice__slide .voice_txt_txt {
    line-height: 2em;
  }
  .voice__slide .slick-dots li {
    margin: 0 .5rem;
  }
  .voice__slide .slick-dots li button:before {
    width: 1rem;
    height: 1rem;
  }
  #plan_list .slick-prev,
  #plan_list .slick-next
  {
      width: 4rem;
      height: 4rem;
      top: -7rem;
  }
  
  #plan_list .slick-prev:before,
  #plan_list .slick-next:before
  {
      width: 4rem;
      height: 4rem;
  }
  
  #plan_list .slick-prev {
      right: 5rem;
  }
  
  #plan_list .slick-next {
      right: 0;
  }
  #plan_list .plan__slide {
    margin-bottom: 4rem;
  }
  #plan_list .plan__item {
    margin: 0 1.5rem;
    width: 28rem;
  }
  #plan_list .plan__item .plan__fig {
    height: 18.5rem;
    border-width: .2rem;
    border-radius: 1rem;
  }
  #plan_list .plan_list_txt {
    line-height: 1.6;
    margin-top: 2rem;
    letter-spacing: .1em;
  }
  .sanoh_home_nayami_img {
    display: none;
  }
  #sanoh_home_consideration {
    margin-bottom: 6rem;
  }
  .sanoh_home_consideration_inner {
    padding: 4rem 2.5rem;
    border-radius: .6rem;
    margin-top: 6rem;
  }
  .sanoh_home_consideration_inner h2 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .sanoh_home_nayami_txt {
    margin-bottom: 3rem;
  }
  .sanoh_home_nayami_txt li {
    padding: 1.2rem 1rem 1.2rem 3.2rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .sanoh_home_nayami_txt li:last-child {
    margin-bottom: 0;
  }
  .sanoh_home_nayami_txt li:before {
    width: 1.4rem;
    height: 1.3rem;
    left: 1.2rem;
  }
  .sanoh_home_consideration_txt .sanoh_home_consideration_title:before {
    width: 9.4rem;
    height: 3.9rem;
  }
  .sanoh_home_consideration_txt .sanoh_home_consideration_title {
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 3rem;
  }
  .sanoh_home_consideration_txt .sanoh_home_consideration_title span {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .sanoh_home_consideration_btn {
    height: 6rem;
    font-size: 1.6rem;
    margin-top: 3rem;
  }
  #sanoh_home_point {
    margin-bottom: 10rem;
    padding-bottom: 4rem;
  }
  #sanoh_home_point:after {
    width: 380%;
    height: 108%;
  }
  #sanoh_home_point .heading-jp,
  #sanoh_home_model_plan .heading-jp {
    font-size: 3.6rem;
  }
  #sanoh_home_point .heading-en,
  #sanoh_home_model_plan .heading-en {
    font-size: 1.4rem;
  }
  .sanoh_home_point_box {
    padding: 3.5rem 2.5rem 3rem;
    margin-top: 7rem;
  }
  .sanoh_home_point_txt_txt {
    font-size: 2rem;
    margin-top: 2rem;
  }
  #sanoh_home_model_plan .tab-container {
    padding: 2rem;
    margin-bottom: 3.5rem;
  }
  #sanoh_home_model_plan .tab-container .tab {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 3.5%;
  }
  #sanoh_home_model_plan .tab-container .tab:nth-child(-n+3) {
    margin-top: 0;
  }
  #sanoh_home_model_plan .tab-container .tab:nth-child(3n) {
    margin-right: 0;
  }
  .sanoh_home_model_plan_title {
    font-size: 2rem;
    margin-bottom: .6rem;
  }
  .sanoh_home_model_plan_txt h3 {
    font-size: 2.8rem;
    padding-left: 2.8rem;
    margin-bottom: 2rem;
  }
  .sanoh_home_model_plan_txt h3:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .sanoh_home_model_plan_txt li {
    font-size: 1.6rem;
    margin-bottom: .6rem;
  }
  .sanoh_home_model_plan_price {
    margin-bottom: 4rem;
  }
  .sanoh_home_model_plan_price .price_label {
    font-size: 1.2rem;
  }
  .sanoh_home_model_plan_price .price_amount {
    font-size: 4.8rem;
  }
  .sanoh_home_model_plan_price .price_unit {
    font-size: 2.4rem;
  }
  .sanoh_home_model_plan_price .price_tax {
    font-size: 1.2rem;
  }
  .sanoh_home_model_plan_img {
    margin-bottom: 4rem;
  }
  .sanoh_home_model_plan_img img {
    border-width: .2rem;
    border-radius: .6rem;
  }
  .table th,
  .table td {
    padding: .6rem 1rem;
  }
  #company .table th {
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
  }
  #company .table td {
    line-height: 1.4;
  }
  .sanoh_home_model_plan_madori_box {
    margin-top: 3rem;
  }
  .sanoh_home_model_plan_madori_txt {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .sanoh_home_model_plan_madori_img img {
    border-radius: .6rem;
  }
  .company_list li {
    line-height: 1.4;
  }
}
@media print, screen and ( min-width : 768px ) {
  #sanoh_home_flow:after {
    width: 200%;
    height: 120%;
  }
  #sanoh_home_point:after {
    width: 160%;
    height: 140%;
  }
  #mv_obi {
    padding: 3vw 0;
    bottom: -8rem;
  }
  .mv_obi_inner .mv_flowing img {
    width: 195.7rem;
  }
  .mv_obi_inner .mv_flowing p {
    margin-right: 3.66vw;
  }

  .sanoh_home_heading {
    position: relative;
    padding-left: 5.5rem;;
  }
  .sanoh_home_heading .plan_num {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
  }

  .sanoh_home_txt {
    width: 42%;
  }
  .sanoh_home_img {
    width: 49.3%;
  }
  .sanoh_home_heading {
    margin-bottom: 4.5rem;
  }
  .sanoh_home_heading .heading-en {
    font-size: 2rem;
  }
  #sanoh_home_introduction h2 {
    font-size: 3.6rem;
    margin-bottom: 4rem;
    padding-left: 5.5rem;
  }
  #sanoh_home_introduction .sanoh_home_introduction_txt {
    font-size: 2rem;
    padding-left: 5.5rem;
  }
  .sanoh_home_slider {
    margin-top: 14rem;;
  }
  .sanoh_home_slider__item {
    margin: 0 2rem;
  }
  .sanoh_home_slider__item img {
    height: 18.8rem;
  }
  .voice-slide__item {
    width: 81.4rem;
    padding: 3rem 4rem 4rem;
    margin: 0 3rem;
  }
  .voice-slide__item .voice_img {
    width: 10.6rem;
    margin-right: 2.5rem;
  }
  .voice-slide__item .voice_txt {
    width: calc(100% - 12.6rem);
  }
  .voice-slide__item .voice_txt h3 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .voice-slide__item .voice_txt h3 span {
    font-size: 1.6rem;
  }
  .voice__slide .slick-prev {
    left: calc(50% - 46rem);
}

  .voice__slide .slick-next {
      right: calc(50% - 46rem);
  }
  #voice {
    margin-bottom: 20rem;
  }
  #plan_list .heading .heading-jp {
    font-size: 5.6rem;
  }
  #plan_list .heading .heading-en {
    font-size: 2rem;
  }
  #plan_list .plan__slide {
    margin-bottom: 4rem;
  }
  #plan_list .plan__item {
    width: 42.5rem;
    margin: 0 3rem;
  }
  #plan_list .plan_list_txt {
    margin-top: 3rem;
  }
  #plan_list .plan__item .plan__fig {
    height: 27.5rem;
  }
  #plan_list .slick-prev,
  #plan_list .slick-next {
    top: -12rem;
  }
  #sanoh_home_flow {
    margin: 16rem 0 28rem;
    padding: 6rem 0;
  }
  .sanoh_home_flow_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 21.4rem;
  }
  .sanoh_home_flow_box:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .sanoh_home_flow_img {
    width: 51%;
  }
  .sanoh_home_flow_txt {
    width: 39.3%;
  }
  .sanoh_home_flow_img img {
    height: 40.4rem;
  }
  .sanoh_home_flow_num {
    font-size: 2rem;
  }
  .sanoh_home_flow_txt h2 {
    font-size: 4.2rem;
    margin-bottom: 3rem;
  }
  .sanoh_home_flow_box:after {
    content: "";
    position: absolute;
    bottom: -20.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 95.9rem;
    height: 19.9rem;
  }
  .sanoh_home_flow_box01:after {
    background: url(../img/sanoh_home/step_line01.png) no-repeat center / cover;
  }
  .sanoh_home_flow_box02:after {
    background: url(../img/sanoh_home/step_line02.png) no-repeat center / cover;
  }
  #sanoh_home_consideration {
    margin-bottom: 14rem;
    margin-top: 12rem;
  }
  .sanoh_home_consideration_inner {
    padding: 8rem 16rem;
  }
  .sanoh_home_consideration_inner h2 {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }
  .sanoh_home_nayami {
    margin-bottom: 4.2rem;
  }
  .sanoh_home_nayami_txt {
    width: calc(100% - 18.9rem);
  }
  .sanoh_home_nayami_txt li {
    font-size: 2rem;
    padding: 1.5rem 3rem 1.5rem 6rem;
    margin-bottom: 1.5rem;
  }
  .sanoh_home_nayami_txt li:before {
    left: 3rem;
  }
  .sanoh_home_nayami_img {
    width: 12.4rem;
    margin-right: 6.5rem;
  }
  .sanoh_home_consideration_txt .sanoh_home_consideration_title {
    font-size: 4.8rem;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
  }
  .sanoh_home_consideration_txt .sanoh_home_consideration_title span {
    font-size: 2.8rem;
  }
  .sanoh_home_consideration_txt_txt {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
  .sanoh_home_point_box {
    padding: 3.5rem 4rem;
    width: 30%;
  }
  .sanoh_home_point_txt_txt {
    margin-top: 2rem;
    font-size: 2rem;
  }
  #sanoh_home_point {
      margin: 24rem 0;
      padding: 0rem 0 10rem;
  }
  #sanoh_home_model_plan .tab-container {
    padding: 3rem;
    margin-bottom: 8rem;
  }
  #sanoh_home_model_plan .tab {
    width: 18.6%;
    margin-right: 1.75%;
    margin-top: 2rem;
    font-size: 2rem;
  }
  #sanoh_home_model_plan .tab:nth-child(-n+5) {
    margin-top: 0;
  }
  #sanoh_home_model_plan .tab:nth-child(5n) {
    margin-right: 0;
  }
  .sanoh_home_model_plan_madori_box {
    width: 48%;
    margin-top: 3rem;
  }
  .sanoh_home_model_plan_madori_box:nth-child(-n+2) {
    margin-top: 0;
  }
  .sanoh_home_model_plan_madori_img img {
    height: 32rem;
  }
  .sanoh_home_model_plan_madori_txt {
    font-size: 2rem;
  }
  .sanoh_home_model_plan_inner {
    padding-left: 10rem;
  }
  .sanoh_home_model_plan_title {
    font-size: 4.8rem;
    position: absolute;
    top: 0;
    left: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
  .sanoh_home_model_plan_txt {
    width: 44%;
  }
  .sanoh_home_model_plan_img {
    width: 46%;
  }
  .sanoh_home_model_plan_txt h3 {
    font-size: 2.8rem;
    padding-left: 2.4rem;
    margin-bottom: 2rem;
  }
  .sanoh_home_model_plan_txt h3:before {
    top: 1.4rem;
  }
  .sanoh_home_model_plan_txt ul {
    margin-bottom: 2rem;
  }
  .sanoh_home_model_plan_txt li {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .price_label {
    margin-right: 2.4rem;
  }
  .price_amount {
    font-size: 5.6rem;
  }
  .price_unit {
    font-size: 3.2rem;
  }
  .sanoh_home_model_plan_box,
  .sanoh_home_model_plan_table {
    margin-bottom: 8rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   こだわり

--------------------------------------------------------------------------------------------- */
#concept_content h2 span {
  display: block;
  letter-spacing: 0;
}
.concept_block:last-child {
  margin-bottom: 0;
}
.concept_box,
.concept_safety_box {
  border-bottom: 1px dashed var(--black);
}
.concept_box:last-child,
.concept_safety_box:last-child {
  margin-bottom: 0;
}
.concept_box_img img {
  border-radius: 2rem;
  border: .4rem solid #fff;
}
.concept_box_title .kodawari_num {
  width: 8.4rem;
  border-right: 1px dashed var(--black);
  font-size: 1.4rem;
  font-weight: 700;
}
.concept_box_title .kodawari_num .en {
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 700;
}
.concept_box_title h3 {
  color: var(--mainColor);
}

.concept_box_txt_txt,
.concept_safety_txt_txt {
  line-height: 2.5;
}
.concept_safety_img img {
  border-radius: 2rem;
}
#kodawari03 .concept_safety_img img {
  border-radius: 0;
}
.concept_safety_box_fullwidth .concept_safety_img {
  display: block;
}
.concept_sub_title {
  background: var(--mainColor);
  color: #fff;
  padding: 1rem 2rem;
}
.concept_sub_title span {
  display: block;
  border-left: .6rem solid #fff;
  padding-left: 1.5rem;
}
.concept_block h4 {
  color: var(--mainColor);
}
.concept_block h4 small {
  display: inline-block;
  color: var(--black);
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 2rem;
}
.concept_safety_txt li {
  position: relative;
  padding-left: 3rem;
  font-weight: 700;
  margin-bottom:1.5rem;
}
.concept_safety_txt li:before {
  content: "";
  background: url(../img/check.svg) no-repeat center / 100%;
  position: absolute;
  left: 0;
}
.concept_safety_hosyou_box {
  border: 1px solid #7D6853;
  padding: 3.5rem 2rem;
  text-align: center;
}
.concept_safety_hosyou_box figure {
  margin-bottom: 1rem;
}
.concept_safety_hosyou_box figure img {
  max-width: 8.5rem;
}
.concept_safety_hosyou_box h5 {
  color: #7D6853;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.concept_safety_hosyou_txt p {
  font-size: 1.4rem;
  line-height: 2;
}
#concept_menu li {
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and ( max-width : 767px ) {
  #concept_menu {
    background: #D6D1BF;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 4rem;
  }
  #concept_menu li:last-child {
    margin-bottom: 0;
  }
  #concept_menu li a {
    display: block;
    text-align: center;
  }
  #concept_menu li span {
    position: relative;
    display: inline-block;
    padding-right: 2.4rem;
  }
  #concept_menu li span:after {
    content: "";
    background: url(../img/next02.svg) no-repeat center / 100%;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  #concept_content h2 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
    line-height: 1.2;
  }
  #concept_content h2 span {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .concept_box_title {
    margin-bottom: 2.5rem;
  }
  .concept_box_title .kodawari_num {
    width: 6.5rem;
    margin-right: 1.5rem;
  }
  .concept_box_title .kodawari_num .kodawari_num_txt {
    font-size: 1.2rem;
  }
  .concept_box_title .kodawari_num .en {
    font-size: 4.8rem;
  }
  .concept_box_title h3 {
    width: calc(100% - 6.5rem - 1.5rem);
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .concept_box_txt_txt {
    margin-bottom: 4rem;
  }
  .concept_box_img {
    height: 23rem;
  }
  .concept_box_img img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
    border-width: .2rem;
    border-radius: .6rem;
  }
  .concept_box,
  .concept_safety_box {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
  .concept_block {
    margin-bottom: 6rem;
  }
  .concept_sub_title {
    font-size: 2rem;
    padding: 1rem;
    margin-bottom: 4rem;
  }
  .concept_sub_title span {
    padding-left: 1rem;
    border-left-width: .4rem;
  }
  .concept_block h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .concept_block h5 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .concept_safety_img {
    margin-top: 3rem;
  }
  .concept_safety_img img {
    border-radius: .6rem;
  }
  .concept_safety_box_fullwidth .concept_safety_img img {
    margin-top: 3rem;
  }
  .concept_safety_content {
    margin-bottom: 4rem;
  }
  .concept_safety_img {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px dashed var(--black);
  }
  .concept_safety_img:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .concept_safety_txt ul {
    margin: 2rem 0;
  }
  .concept_safety_txt li {
    padding-left: 2.5rem;
    font-weight: 100;
  }
  .concept_safety_txt li:before {
    width: 1.4rem;
    height: 1.3rem;
    top: .3rem;
  }
  .concept_safety_hosyou_box {
    margin-bottom: 3rem;
  }
  .concept_safety_hosyou_box:last-child {
    margin-bottom: 0;
  }
  .concept_safety_box:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  .concept #wrapper {
    overflow: inherit;
  }
  .concept .footer_wrapper {
    overflow: hidden;
  }
  #concept_menu {
    width: 24rem;
  }
  #concept_content {
    width: calc(100% - 24rem);
  }
  .concept_menu_inner {
    position: sticky;
    top: 15rem;
  }
  .concept_box_img {
    width: 33.5rem;
  }
  .concept_box_txt,
  .concept_safety_txt {
    width: 50rem;
  }
  #concept_content h2 {
    font-size: 4.8rem;
    margin-bottom: 6rem;
    letter-spacing: .1em;
  }
  #concept_content h2 span {
    font-size: 1.6rem;
  }
  .concept_box,
  .concept_safety_box {
    padding-bottom: 10rem;
    margin-bottom: 6rem;
  }
  .concept_box_title {
    margin-bottom: 4rem;
  }
  .concept_box_title .kodawari_num {
    margin-right: 3rem;
  }
  .concept_box_title h3 {
    width: calc(100% - 11.4rem);
    font-size: 2.8rem;
  }
  .concept_block {
    margin-bottom: 14rem;
  }
  .concept_safety_img {
    width: 39.6rem;
  }
  .concept_sub_title {
    font-size: 2.8rem;
    margin-bottom: 6rem;
  }
  .concept_block h4 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  .concept_safety_txt h5 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .concept_safety_content {
    margin-bottom: 10rem;
  }
  .concept_safety_box_fullwidth .concept_safety_txt,
  .concept_safety_box_fullwidth .concept_safety_img {
    width: 100%;
  }
  .concept_safety_box_fullwidth .concept_safety_img {
    margin-top: 2rem;
  }
  .concept_safety_box_fullwidth .concept_safety_img img {
    margin-top: 5rem;
  }
  .concept_safety__mb {
    margin-bottom: 10rem;
  }
  .concept_safety_txt li:before {
    width: 2rem;
    height: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .concept_safety_txt ul {
    margin-top: 3rem;
  }
  .concept_safety_hosyou {
    margin-top: 6rem;
  }
  .concept_safety_hosyou_box {
    width: 31%;
  }
  #concept_menu li.active a {
    color: var(--mainColor);
  }
  #concept_menu li.active:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -8rem;
    transform: translateY(-50%);
    width: 6rem;
    height: 1px;
    background: var(--mainColor);
  }
}
/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
.contact_form__wrapper {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}

.form_privacy_txt a {
  text-decoration: underline;
  color: var(--mainColor);
}

.contact_tel__area {
  background: #EEECE5;
}
.contact_tel__area h3 {
  text-align: center;
}
.contact_tel__num {
  text-align: center;
  font-weight: 700;
  color: #726358;
}
.contact_tel__num span {
  display: inline-block;
  position: relative;
}
.contact_tel__num span:before {
  content: "";
  background: url(../img/contact/freedial.png) no-repeat center / 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact_tel__receptionHours {
  text-align: center;
}
.contact_txt {
  line-height: 2em;
}
.contact_txt a {
  text-decoration: underline;
  color: #726358;
}


@media only screen and ( max-width : 767px ) {
  .contact_form__area {
  }
 
  .form_privacy_txt {
    font-size: 1.2rem;
    margin: 1.5rem 0 3rem;
  }
  
  .contact_tel__area {
    padding: 2rem;
    margin-bottom: 4rem;
  }
  .contact_tel__num span {
    font-size: 3rem;
    padding-left: 5rem;
  }
  .contact_tel__num span:before {
    width: 3.8rem;
    height: 2.5rem;
  }
  .contact_tel__receptionHours {
    font-size: 1.2rem;
  }
  .contact_txt {
    margin-bottom: 2rem;
  }
  
}
@media print, screen and ( min-width : 768px ) {
  
  .form_privacy_txt {
    text-align: center;
    margin: 4rem 0 6rem;
  }
  
  .contact_tel__area {
    padding: 2.5rem;
    margin-bottom: 6rem;
  }
  .contact_tel__num span {
    font-size: 4rem;
    padding-left: 6rem;
  }
  .contact_tel__num span:before {
    width: 4.9rem;
    height: 3.2rem;
  }
  .contact_tel__receptionHours {
    font-size: 1.4rem;
  }
  .contact_txt {
    font-size: 2rem;
    margin-bottom: 10rem;
  }
  
}

/* ---------------------------------------------------------------------------------------------

　   CONTACT FORM

--------------------------------------------------------------------------------------------- */


/* ステップナビゲーション */
.contact_step_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.contact_step_nav:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: #ccc;
  z-index: 1;
}

.contact_step_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.contact_step_circle {
  width: 4rem;
  height: 4rem;
  border: 1px solid #726358;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEECE5;
  position: relative;
  z-index: 2;;
}

.contact_step_item.active .contact_step_circle {
  border-color: #726358;
  background: #726358;
  background: url(../img/contact/check.png) no-repeat center / 100%;
}

.contact_step_text {
  font-size: 1.4rem;
  font-weight: 700;
}

/* フォーム */


.form_group {
  margin-bottom: 3rem;
}

.form_group:last-child {
  margin-bottom: 0;
}

.form_label {
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--black);
  position: relative;
}

.required {
  background: #D91F2D;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.1rem 0.8rem;
  border-radius: 0.4rem;
  margin-right: 1rem;
  font-weight: 400;
}

/* チェックボックス */
.form_checkbox_group {
  display: flex;
  /* flex-direction: column; */
  gap: 1.5rem;
  flex-wrap: wrap;
}

.mwform-checkbox-field label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mwform-checkbox-field input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
  accent-color: var(--mainColor);
}

.checkbox_text {
  font-size: 16px;
  color: var(--black);
}

/* 入力フィールド */
.form_input,
.form_textarea {
  width: 100%;
  padding: 1.5rem 2rem;
  border: 2px solid #e0e0e0;
  border-radius: 0.8rem;
  font-size: 16px;
  color: var(--black);
  background: #fff;
  transition: border-color 0.3s ease;
}
.land_title input[name="land_title"],
.estate_title input[name="estate_title"],
input[readOnly] {
  font-size: 16px;
  font-family: inherit;
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  pointer-events: none;
}


.form_input:focus,
.form_textarea:focus {
  outline: none;
  border-color: var(--mainColor);
}

.form_input::placeholder,
.form_textarea::placeholder {
  color: #999;
}
.form_input[name="postal_code"] {
  width: 20rem;
}
.form_input[name="prefecture"] {
  width: 24rem;
}

/* セレクトボックスの下矢印位置調整 */
select.form_input {
  padding-right: 4rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 1.5rem center;
  background-repeat: no-repeat;
  background-size: 2rem;
  appearance: none;
}

/* 日付ピッカーにカレンダーアイコン */
input[name="calendar"].form_input {
  padding-right: 4rem;
  background-image: url(../img/contact/calendar-icon.svg);
  background-position: right 1.5rem center;
  background-repeat: no-repeat;
  background-size: 2rem;
}
.form_textarea {
  min-height: 15rem;
  resize: vertical;
}

/* 郵便番号 */
.form_postal {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.postal_symbol {
  font-size: 1.8rem;
  color: var(--black);
  font-weight: 700;
}

/* 個人情報 */
.form_privacy {
  margin: 4rem 0;
  text-align: center;
}

.form_privacy p {
}

.privacy_link {
  text-decoration: underline;
}

.privacy_link:hover {
  opacity: 0.8;
}

/* 送信ボタン */
.submit_btn {
  border: none;
  display: flex;
  color: #fff;
  cursor: pointer;
  border: none;
  background: none;
  justify-content: center;
  background: #958D7E;
  justify-content: flex-start;
  background: url(../img/arrow_white02.svg) no-repeat 96% 50% / 5rem #958D7E;
}
.submit_btn:hover {
	background: url(../img/arrow_white02.svg) no-repeat 96% 50% / 5rem #D6D1BF;
}
/*.submit_btn:hover {
  opacity: 1;
}
.submit_btn .arrow {
  width: 5rem;
  height: 5rem;
  right: .7rem;
}*/
.back_btn {
	background: url(../img/arrow_white02.svg) no-repeat 96% 50% / 5rem #999999;
}
/*.submit_btn .arrow:before,
.submit_btn .arrow:after {
  width: 5rem;
  height: 5rem;
  background: url(../img/arrow_white02.svg) no-repeat center / 100%;
}*/
.mw_wp_form_input .back_btn {
  display: none;
}

.confirm .form_label .required,.estate-confirm .form_label .required,.land-confirm .form_label .required {
  display: none;
}
.confirm .form_group,.estate-confirm .form_group,.land-confirm .form_group {
  border-bottom: 1px dashed #ccc;
}
.thanks_title {
  text-align: center;
}
.thanks_txt {
  line-height: 2.2;
  text-align: center;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 !important;
}
#ui-datepicker-div {
  z-index: 10 !important;
}
#autozip {
	display: none !important;
}
.wpcf7-list-item {
	margin: 0.2em 1em 0.2em 0 !important;
}
@media only screen and ( max-width : 767px ) {
  .contact_form {
  }
  
  .contact_step_nav {
    gap: 2rem;
    width: 25.4rem;
    margin: 0 auto 6rem;
  }
  .contact_step_nav:after {
    top: 1.6rem;
  }
  
  .contact_step_circle {
    width: 3rem;
    height: 3rem;
  }
  
  .contact_step_check {
    font-size: 1.4rem;
  }
  
  .contact_step_text {
    font-size: 1.2rem;
  }
  
  .contact_form_inner {
  }
  
  .form_group {
    margin-bottom: 3rem;
  }
  
  .form_input,
  .form_textarea {
    padding: 1.2rem 1.5rem;
    font-size: 1.4rem;
  }
  
  .form_textarea {
    min-height: 12rem;
  }
  
  .submit_btn {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    height: 6rem;
  }
  .confirm .form_group,.estate-confirm .form_group,.land-confirm .form_group {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .confirm .form_label,.estate-confirm .form_label,.land-confirm .form_label {
    width: 11rem;
    text-align: right;
    margin-bottom: 0;
  }
  .confirm .form_group_message .form_label,.estate-confirm .form_group_message .form_label,.land-confirm .form_group_message .form_label {
    width: 100%;
    text-align: left;
    margin-bottom: 1rem;
  }
  .confirm .form_content_inner_label .form_label,.estate-confirm .form_content_inner_label .form_label,.land-confirm .form_content_inner_label .form_label {
    width: 100%;
    text-align: left;
    margin-bottom: 1rem;
  }
  .confirm .form_content_inner_input,.estate-confirm .form_content_inner_input,.land-confirm .form_content_inner_input {
    margin-bottom: 1.5rem;
  }
  .confirm .form_content,.estate-confirm .form_content,.land-confirm .form_content {
    width: calc(100% - 11rem);
    padding-left: 2rem;
  }
  .confirm .form_group_message .form_content,.estate-confirm .form_group_message .form_content,.land-confirm .form_group_message .form_content {
    width: 100%;
    padding-left: 0;
  }
  .confirm .form_submit,.estate-confirm .form_submit,.land-confirm .form_submit {
    flex-direction: column;
    max-width: 30rem;
    margin: 0 auto;
  }
  .thanks_title {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .thanks_txt {
    margin-bottom: 6rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .contact_form {
    padding: 6rem 0;
  }
  
  .contact_step_nav {
    gap: 6rem;
    margin-bottom: 8rem;
  }
  .contact_step_nav:after {
    top: 3.6rem;
  }
  .contact_step_item {
    width: 16rem;
  }
  
  .contact_step_circle {
    width: 7.6rem;
    height: 7.6rem;
  }
  
  .contact_step_text {
    font-size: 2rem;
  }
  
  .contact_form_inner {
  }
  
  .form_group {
    margin-bottom: 4rem;
  }
  
  
  .form_textarea {
    min-height: 20rem;
  }
  
  .submit_btn {
    width: 34rem;
    height: 8rem;
    font-size: 1.6rem;
  }
  .submit_btn:after {
    width: 5.8rem;
    height: 5.8rem;
  }
  .confirm .form_group,.estate-confirm .form_group,.land-confirm .form_group {
    display: flex;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }
  .confirm .form_label,.estate-confirm .form_label,.land-confirm .form_label {
    width: 18rem;;
  }
  .confirm .form_content,.estate-confirm .form_content,.land-confirm .form_content {
    width: calc(100% - 18rem);
    padding-left: 4rem;
  }
  .confirm .back_btn,.estate-confirm .back_btn,.land-confirm .back_btn {
    margin-right: 4rem;
  }
  .thanks_title {
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
  .thanks_txt {
    margin-bottom: 6rem;
  }
  .form_input[name="calendar"] {
    width: 44rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   土地お問い合わせ

--------------------------------------------------------------------------------------------- */
#land_form .land_form_inner {
  background: #fff;
  border-radius: 2rem;
  max-width: 100rem;
  margin: 0 auto;
}
#land_form .contact_step_nav {
  max-width: 62rem;
  margin: 0 auto;
}
#land_form .contact_step_circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#land_form .contact_step_item .en {
  font-weight: 700;
  line-height: 1;
}
#land_form .contact_step_item.active .contact_step_circle {
  background: var(--mainColor);
  color: #fff;
  border: .2rem solid var(--mainColor);
}
#land_form .contact_step_circle_num_en {
  font-size: 1.2rem;
}
#land_form .contact_step_circle_num {
  font-size: 2.4rem;
}
#land_form .contact_step_circle {
  width: 5rem;
  height: 5rem;
  border: .2rem solid #ccc;
  color: #ccc;
  background: #fff;
}
#land_form .contact_step_nav:after {
  top: 2.6rem;
}
#land_form .contact_step_item.active .contact_step_circle {
  background: var(--mainColor);
  color: #fff;
  border: .2rem solid var(--mainColor);
}
#land_form .contact_step_item.active .contact_step_text {
  color: var(--mainColor);
}
#land_form .contact_step_text {
  color: #ccc;
}
#land_form .contact_tel__area {
  background: #F8F8F8;
}
#land_form .contact_tel__num {
  color: var(--mainColor);
}
.contact_tel__num a {
  color: #726358;
}
#land_form .contact_tel__num span:before {
  background: url(../img/contact/freedial-green.png) no-repeat center / 100%;
  
}
#land_form .contact_form {
}
/* #land_form .submit_btn {
  background: #958D7E;
  justify-content: flex-start;
  color: #fff;
  border: none;
  font-size: 1.6rem;
}
#land_form .submit_btn .arrow {
  background: none;
}
#land_form .submit_btn:hover {
  opacity: .6;
} */
.form_attention_txt {
  margin-top: .6em;
  font-size: 1.2rem;
}

/* ラジオボタンをボタンスタイルに */
.mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-right: 1rem;
}

.mwform-radio-field.horizontal-item:last-child {
  margin-right: 0;
}

.mwform-radio-field.horizontal-item label {
  display: inline-block;
  cursor: pointer;
  margin: 0;
}

.mwform-radio-field.horizontal-item input[type="radio"] {
  display: none;
}

.mwform-radio-field.horizontal-item .mwform-radio-field-text {
  display: inline-block;
  padding: 1rem 2rem;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  color: #999;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  min-width: 8rem;
  text-align: center;
}

.mwform-radio-field.horizontal-item input[type="radio"]:checked + .mwform-radio-field-text {
  background: var(--mainColor);
  border-color: var(--mainColor);
  color: #fff;
}

.mwform-radio-field.horizontal-item .mwform-radio-field-text:hover {
  border-color: var(--mainColor);
  color: var(--mainColor);
}


/* ラジオボタンをボタンスタイルに */
.time-item {
  display: inline-block;
  margin-right: 1rem;
}

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

.time-item input[type="radio"] {
  display: none;
}

.time-item span {
  display: inline-block;
  cursor: pointer;
  padding: 1rem 2rem;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  color: #999;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  min-width: 8rem;
  text-align: center;
}

/* 選択状態 */
.time-item input[type="radio"]:checked + span {
  background: var(--mainColor);
  border-color: var(--mainColor);
  color: #fff;
}

/* ホバー */
.time-item:hover span {
  border-color: var(--mainColor);
  color: var(--mainColor);
}

/* 無効状態 */
.time-item.is-disabled {
  opacity: .5;
  cursor: not-allowed;
  user-select: none;
}

.time-item.is-disabled input[disabled] {
  cursor: not-allowed;
}

.time-item.is-disabled span {
  background: #f5f5f5;
  border-color: #ddd;
  color: #ccc;
  cursor: not-allowed;
}

/* バッジスタイル */
.time-item .badge {
  font-size: .85em;
  margin-left: .25em;
  display: inline-block;
}

/* 無効状態のバッジ */
.time-item.is-disabled .badge {
  opacity: 1;
}

@media only screen and ( max-width : 767px ) {
  #land_form .land_form_inner {
    border-radius: .6rem;
    padding: 6rem 1rem 4rem;
    margin-top: 6rem;
  }
  #land_form .contact_step_nav {
    margin-bottom: 4rem;
  }
  .contact_form {
    padding: 0 1rem;
  }
  .form_content_inner_input {
    margin-bottom: 3rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #land_form {
    margin-top: 14rem;
  }
  #land_form .land_form_inner {
    padding: 8rem;
  }
  #land_form .contact_step_text {
    font-size: 1.6rem;
  }
  .form_content_inner_label {
    width: 11.6rem;
    margin-bottom: 2rem;
  }
  .form_content_inner_label .form_label {
    margin-bottom: 0;
  }
  .form_content_inner_input {
    width: calc(100% - 11.6rem);
    margin-bottom: 2rem;
  }
  #land_form .form_submit {
    margin-top: 8rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   Contact Form 7

--------------------------------------------------------------------------------------------- */
.wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-spinner {
	position: absolute !important;
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
