@charset "UTF-8";
/*---------------------------
*    main
*---------------------------*/
.hero {
  width: 100%;
  max-height: 60vh;
  height: 40vw;
  margin-bottom: 40px;
  position: relative;
  z-index: -1;
}
.hero .hero_img {
  height: 100%;
  background-size: contain;
  background-position-x: center;
  background-position-y: 95px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.hero img {
  width: 24vw;
  min-width: 280px;
  padding-top: 10vh;
  margin: 0 auto auto;
  -webkit-filter: drop-shadow(2px 2px 2px #1f2c5c);
          filter: drop-shadow(2px 2px 2px #1f2c5c);
}
.hero .hero_yamagataimg {
  background-image: url(../images/hero_yamagata.svg);
  background-repeat: no-repeat;
  width: 19vw;
  height: 32.2vh;
  margin-top: calc(95px + 3vw);
  position: absolute;
  top: -100px;
  right: 15vw;
  -webkit-filter: drop-shadow(0px 0px 0px white) drop-shadow(1px 1px 0px #444);
          filter: drop-shadow(0px 0px 0px white) drop-shadow(1px 1px 0px #444);
  background-size: contain;
}

@media screen and (min-width: 1000px) {
  .hero .hero_img .hero_yamagataimg {
    width: 19vw;
    top: -100px;
  }
}
#main_slide {
  margin: 20px auto 40px;
  position: relative;
  max-width: 836px;
  width: calc(100% - 30px);
  padding: 0;
}
#main_slide .slide_item {
  margin: 0 7.5px;
  height: auto;
  aspect-ratio: 1/1;
}
#main_slide .slide_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main_slide .prev-arrow, #main_slide .next-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}
#main_slide .prev-arrow {
  left: -10px;
  background-image: url(../images/prev-arrow-camp.svg);
}
#main_slide .next-arrow {
  right: -10px;
  background-image: url(../images/next-arrow-camp.svg);
}
#main_slide .slick-dots {
  left: 0px;
}
#main_slide .slick-dots li button {
  padding: 0;
}

@media (max-width: 690px) {
  #main_slide {
    width: 100%;
  }
  #main_slide .prev-arrow, #main_slide .next-arrow {
    display: none;
  }
}
.wave_h {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7vw;
}
.wave_h::before {
  content: "";
  position: absolute;
  background-image: url(../images/wave_white.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: -1px;
}

.keyword_search {
  width: 322px;
  margin: 25px auto 0;
}

.search_wrap {
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 836px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search_wrap .search_btn_box {
  width: 47.5%;
}
.search_wrap .search_btn_box .search_btn {
  margin-top: 20px;
}
.search_wrap .search_btn_box .search_btn .mb_on {
  display: none;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top_slide {
  max-width: 836px;
  width: calc(100% - 30px);
  margin: 33px auto 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  position: relative;
}
.top_slide li {
  width: 100%;
}
.top_slide .prev-arrow {
  background-image: url(../images/prev-arrow-camp.svg);
  left: -15px;
}
.top_slide .next-arrow {
  background-image: url(../images/next-arrow-camp.svg);
  right: -15px;
}
.top_slide .prev-arrow, .top_slide .next-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

/*---------------------------
*    section
*---------------------------*/
.tuad_vr_banner_sample {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 1.5em;
  padding: 0 0.4em;
}

.tuad_vr_banner_sample_img {
  width: 60%;
  max-width: 400px;
  margin: 3px auto 0;
}

#front_main {
  overflow-x: hidden;
}
#front_main .sec_ttl {
  width: 208px;
}
#front_main h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  white-space: nowrap;
  margin: 2.5em auto 0;
  max-width: 836px;
}
#front_main h2::before, #front_main h2::after {
  content: "";
  background-image: url(../images/deco_line.png);
  background-size: 4.6px;
  height: 4.6px;
  width: 33vw;
}
#front_main h2 + p {
  font-size: 1.3rem;
  margin-bottom: 16px;
}

main .wp-block-image .wp-element-caption {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 0.4em;
}
main .wp-block-cover {
  min-height: auto;
  padding: 20px 0 20px;
  overflow: visible;
  z-index: 1;
}
main .wp-block-cover + .wp-block-cover {
  z-index: 0;
}
main .wp-block-columns {
  max-width: 836px;
  margin-inline: auto;
}
main > figure, main > .wp-block-image figure {
  max-width: max(80vw, 100% - 30px);
  margin-inline: auto;
}
main .wp-block-image img {
  width: 100%;
  margin: 0;
}
main .wp-block-button a {
  width: 100%;
  display: block;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .wp-block-button a:hover {
  opacity: 0.8;
}
main .wp-block-vk-blocks-slider-item .wp-block-image {
  padding: 10px;
}
main .vk_slider {
  max-width: 836px;
  margin: auto;
}

section {
  background: #fff;
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns-list .sns-item {
  width: 26px;
  padding: 3px 5px;
}
.sns-list .sns-item a {
  display: block;
}
.sns-list .sns-item figure {
  margin: 0;
}
.sns-list__header {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
}
.sns-list__footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: 15px;
}

.footer-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-banner .widget {
  width: calc(25% - 16px);
  padding: 5px 8px;
}
.footer-banner .widget a {
  display: block;
}

.footer_inner {
  max-width: 836px;
  margin-inline: auto;
}

@media screen and (max-width: 780px) {
  main .wp-block-cover {
    padding: 2vw 0 2vw;
  }
  .front_page > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.wp-block-cover):not(.hero):not(.primary_news),
  .front_page .wp-block-cover-is-layout-constrained {
    padding-inline: 15px !important;
  }
  body .mobile-columun-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-inline: 15px;
    gap: 1em;
  }
  body .mobile-columun-2 div.wp-block-column.is-layout-flow {
    -ms-flex-preferred-size: calc(50% - 1em) !important;
        flex-basis: calc(50% - 1em) !important;
  }
  body .mobile-columun-2 #front_main h2 {
    font-size: 2rem;
    margin-top: 7vw;
  }
  body .mobile-columun-2 #front_main h2::before, body .mobile-columun-2 #front_main h2::after {
    width: 30vw;
  }
  body .mobile-columun-2 .footer-banner .widget {
    width: calc(33% - 8px);
    padding: 3px 4px;
  }
  .footer-banner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4%;
  }
  .footer-banner .widget {
    width: 48%;
    padding: 0 1%;
  }
}
.page_desc {
  margin: 21px auto 25px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.page_desc p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.sec_ttl {
  overflow: visible;
  position: relative;
  margin: 40px auto 11px;
}
.sec_ttl h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  margin: auto;
}
.sec_ttl h4 {
  font-size: 1.3rem;
  margin: 3px auto 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.sec_ttl span {
  color: #22AC38;
}
.sec_ttl.sec_top::after, .sec_ttl.sec_top::before {
  content: "";
  background-image: url(../images/deco_line.png);
  background-size: 4.6px;
  background-repeat: repeat-x;
  height: 4.6px;
  width: 32vw;
  max-width: 311px;
  position: absolute;
  top: 11px;
}
.sec_ttl.sec_top::after {
  left: 100%;
}
.sec_ttl.sec_top::before {
  right: 100%;
}
.sec_ttl.w100 {
  width: 100% !important;
}

.primary_news {
  margin: 0 auto;
  max-width: 836px;
  width: 100%;
  border: solid 1px #ea5044;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 12px;
}
.primary_news .primary_news_title {
  background-color: #ea5044;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 0 0 0.5em;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.2;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.primary_news p {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  padding: 0 1.25em;
  margin-top: 0;
  line-height: 1.25;
}
.primary_news p:last-child {
  padding-bottom: 0.75em;
}
.primary_news li {
  list-style: unset;
}

#news .news_wrap, #seminar .news_wrap {
  max-width: 730px;
  margin: auto;
}
#news .news_wrap .news, #seminar .news_wrap .news {
  border-bottom: solid #eae9e8 1px;
  line-height: 2.15;
}
#news .news_wrap .news:first-child, #seminar .news_wrap .news:first-child {
  border-top: solid #eae9e8 1px;
}
#news .news_wrap .news a, #seminar .news_wrap .news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#news .news_wrap .news span, #seminar .news_wrap .news span {
  margin-right: 40px;
  font-size: 1.4rem;
  width: 100px;
}
#news .news_wrap .news h5, #seminar .news_wrap .news h5 {
  font-size: 1.4rem;
  max-width: 500px;
  width: 100%;
}

.more {
  height: 18px;
  margin: 0 0 0 auto;
  display: block;
  width: 114.5px;
}
.more img {
  background: #1f2c5c;
  width: 87.5px;
  padding: 1px 16px 0 11px;
}

.front-page_list {
  position: relative;
  z-index: 11;
  width: 100vw;
  max-width: 836px;
}
.front-page_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0;
  padding: 12px;
  border: solid rgba(140, 193, 31, 0.7333333333) 4px;
  background-color: rgba(255, 255, 255, 0.9333333333);
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
  position: absolute;
  top: 10px;
}
.front-page_list ul::before {
  content: "";
  background-color: #A5D634;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: -23px;
}
.front-page_list ul.btn_rent_item::before {
  left: 30%;
}
.front-page_list ul.btn_sale_item::before {
  right: 30%;
}
.front-page_list ul.active {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  pointer-events: auto;
  top: 15px;
}
.front-page_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.front-page_list li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #8cc11f;
  margin-left: -1px;
}
.front-page_list li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #8cc11f;
}
.front-page_list li a {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #8cc11f;
  font-size: 2.8rem;
}
.front-page_list li a:hover {
  opacity: 0.7;
}
.front-page_list .btn_rent_item li, .front-page_list .btn_sale_item li {
  width: 32vw;
  max-width: 130px;
}

.front-page_list_sort {
  width: 100%;
  position: absolute;
  left: 50%;
  max-width: 836px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top_dots_container {
  position: relative;
}
.top_dots_container::after {
  content: "";
  position: absolute;
  background-image: url(../images/top_dots_container.svg);
  background-size: 8.5px;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}

.btn_sort_area_item, .btn_sort_word_item {
  position: absolute;
  width: 100%;
  padding: 12px;
  border: solid rgba(140, 193, 31, 0.7333333333) 4px;
  background-color: rgba(255, 255, 255, 0.9333333333);
  pointer-events: none;
  z-index: 5;
  margin: 0;
}
.btn_sort_area_item::before, .btn_sort_word_item::before {
  content: "";
  background-color: #A5D634;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: -23px;
}
.btn_sort_area_item .btn_sort_area_wrap, .btn_sort_word_item .btn_sort_area_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.btn_sort_area_item li a:hover, .btn_sort_word_item li a:hover {
  opacity: 0.6;
}

.btn_sort_area_item {
  font-size: 2.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_sort_area_item::before {
  left: 23%;
}
.btn_sort_area_item li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
}
.btn_sort_area_item li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #8cc11f;
  margin-left: -1px;
}
.btn_sort_area_item li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #8cc11f;
}
.btn_sort_area_item li a {
  line-height: 1.25;
  font-weight: bold;
  color: #8cc11f;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

.btn_sort_word_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn_sort_word_item::before {
  right: 23%;
}
.btn_sort_word_item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  text-align: center;
}
.btn_sort_word_item li {
  width: 25%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn_sort_word_item li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #8cc11f;
  margin-left: -1px;
}
.btn_sort_word_item li:nth-of-type(n+5) {
  margin-top: 15px;
}
.btn_sort_word_item li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #8cc11f;
}
.btn_sort_word_item a {
  line-height: 1.2;
  font-weight: bold;
  color: #8cc11f;
  width: 100%;
  padding: 5.5px 0;
}
.btn_sort_word_item img {
  max-width: 122px;
  margin: auto;
}
.btn_sort_word_item.item_6 li, .btn_sort_word_item.item_5 li {
  width: 31%;
}
.btn_sort_word_item.item_6 li:nth-of-type(n+4), .btn_sort_word_item.item_5 li:nth-of-type(n+4) {
  margin-top: 13px;
}
.btn_sort_word_item.item_4 li:nth-of-type(n+4), .btn_sort_word_item.item_3 li:nth-of-type(n+4), .btn_sort_word_item.item_2 li:nth-of-type(n+4), .btn_sort_word_item.item_1 li:nth-of-type(n+4) {
  margin-top: 13px;
}

.btn_sort_area_item, .btn_sort_word_item {
  opacity: 0;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  top: -30px;
}
.btn_sort_area_item.active, .btn_sort_word_item.active {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  pointer-events: auto;
  top: -20px;
}
.btn_sort_area_item p, .btn_sort_word_item p {
  font-size: 1.6rem;
  display: block;
  width: 100%;
  margin-top: 0.7em;
}
.btn_sort_area_item p::before, .btn_sort_word_item p::before {
  content: "";
  display: block;
  width: 96%;
  height: 1px;
  background-color: #8cc11f;
  margin: 0 auto 9px;
}
.btn_sort_area_item p small, .btn_sort_word_item p small {
  font-size: 75%;
}

@media screen and (max-width: 690px) {
  .front-page_list .btn_rent_item li {
    max-width: 110px;
  }
  .front-page_list li a {
    font-size: 2rem;
  }
  .front-page_list ul {
    gap: 2px 0;
  }
  .btn_sort_word_item div a {
    font-size: 1.6rem;
  }
  .btn_sort_word_item div img {
    max-width: 70px;
    margin-inline: auto;
  }
  .btn_sort_word_item li:nth-of-type(n+5) {
    margin-top: 8px;
  }
  .btn_sort_area_item p, .btn_sort_word_item p {
    font-size: 1.4rem;
    text-align: justify;
  }
}
/*---------------------------
*    トップページ波画像
*---------------------------*/
.wave {
  position: relative;
  height: 200px;
}

canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*---------------------------
*    トップページ以外のsectionタグ共通
*---------------------------*/
.oth_sec_ttl {
  max-width: 836px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 37px #22AC38;
  position: relative;
  z-index: 71;
}
.oth_sec_ttl img {
  height: 23px;
  width: auto;
  padding-right: 10px;
}
.oth_sec_ttl h2 {
  font-size: 2.2rem;
}
.oth_sec_ttl h2 span {
  color: #22AC38;
}
.oth_sec_ttl h5 {
  line-height: 22px;
  font-size: 1.2rem;
  background: #fff;
  z-index: 73;
}
.oth_sec_ttl h5 span {
  padding-right: 12px;
}
.oth_sec_ttl::before {
  content: "";
  background-image: url(../images/deco_line.png);
  background-size: 4.6px;
  background-repeat: repeat-x;
  height: 4.6px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 11px;
  z-index: 70;
}

#common_page_A {
  max-width: 836px;
  margin: auto;
}
#common_page_A .sec_ttl {
  width: auto;
}
#common_page_A .page_desc {
  margin: 21px auto 25px;
  text-align: center;
}
#common_page_A .page_desc p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
#common_page_A .page_desc .emphasis {
  font-weight: bold;
  padding: 1.5em 0 2em;
  font-size: 1.6rem;
}
#common_page_A .sec_concept {
  font-size: 2.2rem;
  line-height: 1.25;
  padding: 13px 0;
  text-align: center;
  max-width: 836px;
  color: #fff;
  background-image: url(../images/sec_concept_bgdot.svg);
  background-size: 8.5px;
  margin-bottom: 13px;
}
#common_page_A .company_map iframe {
  width: 100%;
  max-width: 836px;
  height: 373px;
}

.page_concept_img {
  width: 100%;
  margin: 27px auto 30px;
}

main.pink .sec_concept {
  background-color: #EF8FB5;
}
main.pink .box .point .stamp {
  background-image: url(../images/camp_stamp_pink.svg);
}
main.blue .sec_concept {
  background-color: #2EA7E0;
}
main.blue .box .point .stamp {
  background-image: url(../images/camp_stamp_blue.svg);
}
main.blue .box .point .stamp.dark {
  background-image: url(../images/camp_stamp_darkblue.svg);
}
main.green .sec_concept {
  background-color: #8FC31F;
}
main.green .box .point .stamp {
  background-image: url(../images/camp_stamp_green.svg);
}

/* 固定ページ（アーカイブ） 共通メインテキスト */
.the_content_normal_text {
  font-size: 1.6rem;
  line-height: 1.25;
}
.the_content_normal_text > :first-child {
  margin-top: 2.2em;
}
.the_content_normal_text > :last-child {
  margin-bottom: 2em;
}

/*---------------------------
*    売買用ページ
*---------------------------*/
.iframe_wrap {
  width: 100%;
  max-width: 836px;
  margin: auto;
}

/*---------------------------
*    キャンペーンページ
*---------------------------*/
.camp_container {
  width: 100%;
  max-width: 836px;
  margin: auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.camp_container .box {
  width: 50%;
  min-width: 383px;
  margin: auto;
}
.camp_container .box > h4 {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.camp_container .box.box_life_img {
  margin-top: 0;
}
.camp_container .box .free_img {
  max-width: 245px;
  margin: -30px 20px -40px auto;
}
.camp_container .box .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.camp_container .box .point img {
  margin-right: 12px;
  width: 92px;
  height: 90px;
}
.camp_container .box .point .stamp {
  width: 92px;
  height: 92px;
  aspect-ratio: 1;
  margin-right: 12px;
  background-size: 100% 100%;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.camp_container .box .point .desc {
  width: calc(100% - 104px);
}
.camp_container .box .point .desc h3, .camp_container .box .point .desc p {
  margin-top: 15px;
  width: 95%;
}
.camp_container .box .point .desc h3 {
  font-size: 2.2rem;
}
.camp_container .box .point .desc p {
  font-size: 1.3rem;
  margin-top: 8px;
}
.camp_container .box .point .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12px auto 0;
}
.camp_container .box .point .child p {
  background-image: url(../images/camp_stamp_blue.svg);
  background-size: 100% 100%;
  width: 63px;
  height: 63px;
  aspect-ratio: 1;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.5px;
  margin: 0 5px;
}
.camp_container .box .point .child p.dark {
  background-image: url(../images/camp_stamp_darkblue.svg);
}
.camp_container .box .point .child.dark p {
  background-image: url(../images/camp_stamp_darkblue.svg);
}
.camp_container .box .cust_wrap h3 {
  width: 137px;
  margin-top: -14px;
}
.camp_container .box .life_img img {
  width: 96%;
  margin-left: 4%;
}
.camp_container .box .cust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: dashed 1px #231815;
  padding-bottom: 5px;
}
.camp_container .box .cust img {
  width: 24px;
  margin-left: 5px;
  margin-top: 7px;
}
.camp_container .box .cust .text {
  width: 100%;
  margin-left: 5px;
  margin-top: 8.5px;
}
.camp_container .box .cust .text h5 {
  font-size: 1.3rem;
}
.camp_container .box .cust .text p {
  text-align: right;
  font-size: 1.1rem;
}

@media screen and (max-width: 780px) {
  .oth_sec .sec_concept {
    padding: 13px 1em;
  }
  .camp_container .box {
    width: 90%;
    min-width: 250px;
    max-width: 700px;
  }
}
.compa_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 836px;
}
.compa_container > * {
  width: 48%;
}
.compa_container .message {
  margin: auto;
}
.compa_container img {
  margin: auto;
}
.compa_container h4 {
  font-size: 1.4rem;
  line-height: 1.7;
}
.compa_container p {
  font-size: 1.6rem;
  text-align: right;
}
.compa_container p span {
  font-size: 1rem;
  margin-right: 10px;
}

.info_tbl {
  margin: 43px auto;
  border: none;
}
.info_tbl tr {
  line-height: 2.3rem;
  vertical-align: top;
  border-top: solid 1px #231815;
}
.info_tbl tr:first-child {
  border: none;
  padding-top: 13px;
  height: 33px;
  vertical-align: bottom;
}
.info_tbl tr:last-child {
  padding-bottom: 13px;
  height: 53px;
  vertical-align: top;
}
.info_tbl th {
  font-size: 1.6rem;
  width: 120px;
  max-width: 120px;
  line-height: 1.55;
  padding: 6px 0;
}
.info_tbl td {
  width: 393px;
  max-width: 393px;
  font-size: 1.5rem;
  border-left: solid 1px #231815;
  line-height: 1.55;
  padding: 6px 0 6px 1.5rem;
}
.info_tbl .no_border-b {
  border: none;
}
.info_tbl .ln {
  line-height: 1.25;
}

/*---------------------------
*    オーナー様向けページ
*---------------------------*/
.owner {
  max-width: 836px;
  margin: auto;
}
.owner .owner_contents h3 {
  font-size: 2.2rem;
  line-height: 1.45;
  font-weight: 700;
}
.owner .owner_contents h4 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.owner .owner_contents .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.owner .owner_contents .wrap .l_contact {
  height: 76px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.owner .owner_contents .wrap .l_contact div {
  width: 283px;
}
.owner .owner_contents .wrap .r_url {
  width: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.owner .owner_contents .wrap .r_url .red {
  color: #EA6099;
  background-color: #FADCE9;
  border: solid 2px #EA6099;
}
.owner .owner_contents .wrap .r_url .blue {
  color: #32A7E0;
  background-color: #D3EDFB;
  border: solid 2px #32A7E0;
}
.owner .owner_contents .wrap .r_url > * {
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  padding-left: 41px;
  height: 34px;
  line-height: 31px;
  width: 100%;
  min-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.owner .owner_contents .wrap .r_url > *::before {
  content: "+";
  font-size: 3.6rem;
  font-weight: 700;
  position: absolute;
  top: -5px;
  left: 12px;
}

/*---------------------------
*    search_map
*---------------------------*/
.area_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.area_sort div {
  background: #22AC38;
  width: 155px;
  height: 24px;
  border-radius: 7.5px;
  margin-bottom: 10px;
}
.area_sort div a {
  font-size: 1.75rem;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 24px;
  cursor: pointer;
}
.area_sort .yellow a {
  color: yellow;
}

/*---------------------------
*    search_sort
*---------------------------*/
.search_result {
  margin-top: 30px;
}

/*---------------------------
*    contact
*---------------------------*/
.contact_imput {
  font-size: 1.5rem;
  max-width: 640px;
  margin: auto;
  padding: 0 20px;
}
.contact_imput p {
  line-height: 2;
}
.contact_imput p .red {
  color: red;
}
.contact_imput .item {
  margin-top: 25px;
}
.contact_imput .item.post_code {
  line-height: 1.25;
  display: inline-block;
  width: 80px;
}
.contact_imput .item.post_code + p {
  display: inline-block;
  width: calc(100% - 85px);
}
.contact_imput .item.address {
  margin-top: 8px;
  line-height: 1.25;
}
.contact_imput .item.address_ttl {
  margin-bottom: -7px;
}
.contact_imput input[type=text], .contact_imput input[type=email] {
  width: 100%;
  line-height: 1.75;
}
.contact_imput textarea {
  width: 100%;
  resize: vertical;
}
.contact_imput .horizontal-item label {
  width: calc(24% - 10px);
  min-width: 123px;
  display: inline-block;
}
.contact_imput .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.contact_transition {
  background-color: #1f2c5c;
  font-weight: bold;
  width: 100%;
  line-height: 30px;
  text-align: center;
  margin: 0 0 12px auto;
  max-width: 230px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact_transition:hover {
  opacity: 0.8;
}
.contact_transition a {
  font-size: 1.5rem;
  color: #fff;
}
.contact_transition img {
  width: 16.2px;
  margin-left: 13.7px;
  display: inline-block;
}

/*---------------------------
*    privacy
*---------------------------*/
.privacy {
  text-align: center;
  line-height: 1.9rem;
}
.privacy h3 {
  margin-top: 20px;
  font-size: 1.6rem;
}
.privacy p {
  font-size: 1.4rem;
}

@media screen and (max-width: 650px) {
  .privacy {
    text-align: justify;
    line-height: 1.9rem;
  }
}
/*---------------------------
*    building
*---------------------------*/
.building_name {
  margin-top: 18px;
}
.building_name .building_name_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  vertical-align: middle;
}
.building_name .building_name_info h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
.building_name .building_name_info .price {
  color: #EC6C00;
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 12px;
}
.building_name .building_name_info .price span {
  font-size: 1.1rem;
}
.building_name .building_name_info .category {
  color: #fff;
  font-size: 1.3rem;
  background: #888;
  line-height: 17px;
  height: 17px;
  padding: 0 10px;
  border-radius: 5px;
  margin-left: 12px;
  margin-top: 5px;
}
.building_name .building_name_info .new {
  color: #fff;
  background: #E50012;
  line-height: 17px;
  height: 17px;
  padding: 0 10px;
  font-size: 1.3rem;
  margin-left: 12px;
  margin-top: 5px;
}
.building_name h4 {
  font-size: 1.5rem;
}

.building_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
}
.building_point img {
  width: 43.5px;
}
.building_point .point_desc {
  margin-left: 30px;
  margin-top: 8px;
}
.building_point .point_desc p:first-child {
  text-indent: -1.5rem;
}
.building_point p {
  font-size: 1.5rem;
}

.building_img {
  background: #eeeeef;
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.building_img .main_img {
  width: 490px;
  height: auto;
}
.building_img .building_sub_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 310px;
}
.building_img .building_sub_wrap div {
  padding-left: 17px;
}
.building_img .building_sub_wrap div img {
  width: 85px;
  padding-bottom: 17px;
}

.building_note {
  margin: 7px 0 23px;
}
.building_note p {
  font-size: 12px;
  line-height: 1.5;
}

.building_info {
  margin: auto;
  line-height: 2.14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 790px;
}
.building_info:first-child {
  width: 60%;
  min-width: 400px;
  display: block;
  border: none;
  line-height: 2;
}
.building_info > div {
  width: 36%;
  min-width: 220px;
}
.building_info > div img {
  width: 65%;
  margin: auto;
}
.building_info th {
  background-image: url(../images/sort_bg.svg);
  background-size: 8.5px;
  font-size: 1.6rem;
  text-align: left;
  width: 25%;
  max-width: 126px;
}
.building_info td {
  font-size: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  max-width: 367px;
}
.building_info td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.building_info td img {
  height: 32px;
  display: block;
  width: auto;
}

.building_sign_wrap {
  position: relative;
  margin-top: 27px;
}
.building_sign_wrap p {
  padding-top: 10px;
  font-size: 16px;
}
.building_sign_wrap .building_sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.building_sign_wrap .building_sign img {
  height: 73px;
  width: auto;
}
.building_sign_wrap::before {
  content: "";
  background-image: url(../images/deco_line.png);
  background-size: 4.6px;
  background-repeat: repeat-x;
  height: 4.6px;
  width: 100%;
  max-width: 836px;
  position: absolute;
}

/*---------------------------
*    設備情報
*---------------------------*/
#facilities {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: auto;
  max-width: 836px;
  width: 100%;
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#facilities .oth_sec .sec_ttl {
  width: 240px;
}
#facilities .page_desc {
  padding: 15px;
}
#facilities .page_desc img {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
#facilities .main_desc_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#facilities .main_desc_wrap .main_desc_img img {
  width: 200px;
  margin: auto;
}
#facilities .main_desc_wrap > * {
  width: 50%;
}
#facilities .secondary_desc_ul {
  letter-spacing: -0.3px;
  padding-right: 15px;
}
#facilities .secondary_desc_ul li {
  list-style: disc;
}
#facilities .secondary_img {
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#facilities .secondary_img_desc {
  text-align: center;
}
#facilities .secondary_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#facilities .secondary_img_wrap img {
  width: 280px;
  margin: 15px;
}

/*---------------------------
*    検索結果画面
*---------------------------*/
.main_s_result {
  max-width: 836px;
  margin: auto;
  line-height: 1.25;
}
.main_s_result .s_result_box {
  width: 100%;
  padding: 12px 0;
}
.main_s_result .s_result_box a h2 {
  font-size: 1.6rem;
  color: #0000EE;
  text-decoration: underline;
}
.main_s_result .s_result_box a:visited h2 {
  color: #551A8B;
  text-decoration: underline;
}
.main_s_result .s_result_box a:active h2 {
  color: #FF0000;
  text-decoration: underline;
}
.main_s_result .s_result_box + .s_result_box {
  border-top: solid 1px #eaeaea;
}
.main_s_result .text {
  margin: 0;
  color: #231815;
  font-size: 1.4rem;
}

/*---------------------------
*    相続問題対策資料
*---------------------------*/
.indoc_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10% 5%;
  margin-top: 50px;
}
.indoc_wrap .indoc_box {
  width: 28%;
  max-width: 300px;
  margin-bottom: 48px;
  border: solid 1px #eee;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.indoc_wrap .indoc_box h3 {
  font-size: 1.6rem;
  padding: 5px 10px;
}
.indoc_wrap .indoc_box h3 a {
  text-align: center;
  font-size: 1.4rem;
}
.indoc_wrap .indoc_box:hover {
  opacity: 0.7;
}

@media screen and (max-width: 650px) {
  .indoc_wrap {
    gap: 10% 4%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .indoc_wrap .indoc_box {
    width: 48%;
    max-width: 240px;
    margin-bottom: 36px;
  }
  .indoc_wrap .indoc_box h3 {
    font-size: 1.4rem;
  }
}
/*---------------------------
*    ゼロ賃貸ページ
*---------------------------*/
#zerochin, #common_page_A {
  max-width: 836px;
  width: 100%;
  margin: auto;
}
#zerochin .sec_ttl, #common_page_A .sec_ttl {
  width: 265px;
}
#zerochin .sec_ttl h2 span, #common_page_A .sec_ttl h2 span {
  color: #EE7800;
}
#zerochin .page_desc, #common_page_A .page_desc {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}
#zerochin .zero_banner, #common_page_A .zero_banner {
  font-size: 1.2rem;
  letter-spacing: -0.6px;
  margin-top: 44px;
}
#zerochin .zero_btn, #common_page_A .zero_btn {
  width: 283px;
  margin: 45px auto;
}
#zerochin .zero_desc h3, #common_page_A .zero_desc h3 {
  font-size: 2.2rem;
  text-align: center;
}
#zerochin .zero_desc ul li, #common_page_A .zero_desc ul li {
  list-style-image: url(../images/chack_sign.png);
}
#zerochin .zero_desc .problem_text, #common_page_A .zero_desc .problem_text {
  padding-top: 16px;
  padding-bottom: 31px;
}
#zerochin .zero_desc .problem_text img, #common_page_A .zero_desc .problem_text img {
  width: 303px;
  margin: 0 auto;
  padding-right: 118px;
}
#zerochin .zero_desc .orange, #common_page_A .zero_desc .orange {
  color: #EE7800;
}
#zerochin .zero_desc h2, #common_page_A .zero_desc h2 {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 20px;
}
#zerochin .deco, #common_page_A .deco {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 39.5px 0 39.5px;
  border-color: #EE7800 transparent transparent transparent;
  margin: 26px auto 19px;
  position: relative;
}
#zerochin .deco::after, #common_page_A .deco::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -340px;
  width: 178px;
  height: 271px;
  background-image: url(../images/zero_chin_people.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#zerochin .question_wrap, #common_page_A .question_wrap {
  margin-bottom: 110px;
}
#zerochin .question_wrap h2, #common_page_A .question_wrap h2 {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 25px;
}
#zerochin .question_wrap > h2:nth-child(even), #common_page_A .question_wrap > h2:nth-child(even) {
  color: #EE7800;
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 700;
}

/*---------------------------
*    引越しページ
*---------------------------*/
#moving section {
  max-width: 836px;
  margin: auto;
}
#moving .page_desc {
  margin: 21px auto 25px;
  text-align: center;
}
#moving .page_desc p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
#moving .trivia {
  margin-bottom: -40px;
}
#moving .container {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: justify;
  border-bottom: solid #231815 1px;
  margin-bottom: 22px;
}
#moving .container .box .sub_title::after {
  content: "";
  width: 100%;
  height: 4.6px;
  display: block;
  background-image: url(../images/deco_line.png);
  background-size: contain;
  bottom: -10px;
}
#moving .container .box .sub_title h2 {
  font-size: 2.25rem;
  color: #717071;
  padding-bottom: 10px;
}
#moving .container .box .sub_title h2::before {
  content: "◎";
  margin-right: 6px;
}
#moving .container .box .lead {
  color: #fff;
  font-weight: 700;
  background-color: #717071;
  width: 271px;
  height: 26px;
  line-height: 26px;
  padding-left: 26px;
  position: relative;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#moving .container .box .lead::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 0 0 26px;
  border-color: transparent transparent transparent #717071;
  position: absolute;
  bottom: 0;
  right: -26px;
}
#moving .container .box {
  margin-bottom: 27px;
}
#moving .container .box .text {
  margin-top: 10px;
}
#moving .container .box img {
  margin-bottom: -3px;
}
#moving .container .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#moving .container .flex .wrap {
  width: 48%;
}
#moving .container .wrap-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#moving .container .wrap-f .box {
  width: 48%;
}
#moving .item h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
}
#moving .procedure {
  font-size: 1.5rem;
  text-align: justify;
}
#moving .procedure #movi_proce {
  margin-top: 0;
  padding-top: 80px;
}
#moving .procedure .lead {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 25px;
  margin-top: 23px;
  height: 26px;
  line-height: 26px;
  background-color: #DBDCDC;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}
#moving .procedure .lead::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 26px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: 1;
}
#moving .procedure .lead::after {
  content: "";
  position: absolute;
  background-color: #eee;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 175px;
  height: 139px;
  right: -2px;
  -webkit-transform-origin: left;
          transform-origin: left;
  bottom: 6px;
  z-index: -1;
}
#moving .procedure .text {
  line-height: 1.4;
  margin-top: 10px;
}

/*---------------------------
*    media screen
*---------------------------*/
#movein-flow {
  width: 100%;
  max-width: 836px;
  margin: auto;
  font-size: 1.5rem;
  text-align: justify;
}
#movein-flow .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  position: relative;
}
#movein-flow .box .desc {
  width: 50%;
  min-width: 293px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}
#movein-flow .box .desc .sub_ttl {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1F2C5C;
  line-height: 39px;
  padding-bottom: 15px;
}
#movein-flow .box .desc .sub_ttl span {
  font-size: 3.9rem;
  margin-right: 16px;
  vertical-align: bottom;
}
#movein-flow .box .desc .sub_ttl::after {
  content: "";
  background-image: url(../images/deco_line.png);
  width: 100%;
  height: 4.6px;
  background-size: contain;
  display: block;
  margin-top: 9px;
}
#movein-flow .box .desc .check {
  font-size: 1.8rem;
  line-height: 1.25;
  margin-top: 14px;
}
#movein-flow .box .desc .check p {
  font-weight: 700;
  padding: 3px 0 3px 1em;
  line-height: 1.25;
  text-indent: -1.2em;
  padding: 3px 0 3px 1.1em;
}
#movein-flow .box .img {
  width: 50%;
  min-width: 230px;
}
#movein-flow .box:not(:last-child)::before, #movein-flow .box:not(:last-child)::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 12px 0 12px;
  border-color: #ee7700 transparent transparent transparent;
  position: absolute;
  bottom: -21px;
  left: 39px;
}
#movein-flow .box:not(:last-child)::before {
  content: "";
}

/*---------------------------
*    大学生向け物件
*---------------------------*/
.uni_culmun_news {
  margin: 20px;
  font-size: 1.4rem;
  height: 20em;
  overflow-y: scroll;
  line-height: 1.3;
  border-top: solid 1px #EAE9E8;
}
.uni_culmun_news .news {
  border-bottom: solid 1px #EAE9E8;
}
.uni_culmun_news .news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0;
}
.uni_culmun_news .news a span {
  min-width: 6em;
}
.uni_culmun_news .news a h5 {
  font-size: 1em;
}

@media screen and (max-width: 690px) {
  .uni_culmun_news {
    height: 14em;
    margin: 10px 20px;
  }
}
/*---------------------------
*    法人契約
*---------------------------*/
#corporation .sec_ttl p {
  display: inline-block;
  font-weight: bold;
  letter-spacing: -1px;
}
#corporation .oth_sec {
  max-width: 836px;
  margin: auto;
}
#corporation .declaration {
  margin-top: 26px;
}
#corporation .declaration h3 {
  font-size: 3.4rem;
  font-weight: 700;
  color: #e50012;
  text-align: center;
}
#corporation .box h2 {
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  background-color: #006934;
  line-height: 48px;
  width: 100%;
  text-align: center;
  margin: 32px auto 20px;
}
#corporation .box h3 {
  color: #006934;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 9px;
}
#corporation .box p {
  font-size: 1.5rem;
  line-height: 1.4;
}
#corporation .box.arrow p:not(:last-child) {
  position: relative;
  margin-bottom: 40px;
}
#corporation .box.arrow p:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 12px 0 12px;
  border-color: #006935 transparent transparent transparent;
}
#corporation .box .btn {
  font-size: 1.5rem;
  width: 275px;
  height: 26px;
  line-height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#corporation .box .btn.green {
  background: #006934;
}
#corporation .box .btn.green a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#corporation .box .btn.white {
  background: #fff;
  border: solid 1px #006934;
}
#corporation .box .btn.white a {
  color: #006934;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#corporation .box .btn img {
  width: 16px;
  margin-left: 7px;
}
#corporation .box.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: 50px auto;
}

/*---------------------------
*    不動産売却の流れ
*---------------------------*/
.flow_figure_top {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flow_figure_top .flow_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 51.4%;
}
.flow_figure_top .flow_figure:first-child {
  margin-right: -2.45%;
  z-index: 6;
}
.flow_figure_top .flow_figure a {
  position: relative;
  width: 28.8%;
  color: #006934;
  text-align: center;
  font-weight: 700;
}
.flow_figure_top .flow_figure a:not(:last-child) {
  margin-right: -4.9%;
}
.flow_figure_top .flow_figure a.current .cls-1 {
  fill: #B1D9B7;
}
.flow_figure_top .flow_figure a .cls-1 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flow_figure_top .flow_figure a:hover .cls-1 {
  fill: #B1D9B7;
}
.flow_figure_top .flow_figure a .flow_ttl {
  font-size: 2.6rem;
  position: absolute;
  top: 18px;
  width: 100%;
}
.flow_figure_top .flow_figure a .flow_name {
  font-size: 1.5rem;
  position: absolute;
  top: 54px;
  width: 100%;
}
.flow_figure_top a:nth-of-type(1) {
  z-index: 4;
}
.flow_figure_top a:nth-of-type(2) {
  z-index: 3;
}
.flow_figure_top a:nth-of-type(3) {
  z-index: 2;
}
.flow_figure_top a:nth-of-type(4) {
  z-index: 1;
}

.flow_figure_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 9px;
  border-top: solid 2px #006934;
  border-bottom: solid 2px #006934;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow_figure_bottom .flow_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 4.5px);
}
.flow_figure_bottom .flow_figure a {
  width: 25%;
}
.flow_figure_bottom .flow_figure a.current {
  background: #B1D9B7;
}
.flow_figure_bottom .flow_figure a:hover {
  background: #B1D9B7;
}
.flow_figure_bottom .flow_figure a .flow_ttl {
  color: #006934;
  font-size: 1.3rem;
  text-align: center;
  line-height: 27px;
  font-weight: 700;
}

.box {
  margin-top: 7px;
}
.box .desc {
  width: 65%;
}
.box .desc .btn {
  font-size: 1.5rem;
}
.box .desc .btn a {
  margin: 0 0 0 auto;
  width: 150px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  background: #006935;
  margin-top: 33px;
}
.box .desc .btn a svg {
  width: 16px;
  margin-left: 9px;
}
.box p {
  font-size: 1.5rem;
  margin-top: 7px;
  text-align: justify;
}

.sf_top .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sf_top .box .flow_ttl {
  font-size: 2.25rem;
  font-weight: bold;
  color: #006935;
  padding-bottom: 11px;
}
.sf_top .box .flow_ttl::after {
  content: "";
  position: relative;
  width: 100%;
  height: 4.6px;
  display: block;
  background-image: url(../images/deco_line.png);
  background-size: contain;
  bottom: -5px;
}
.sf_top .box .flow_ttl span {
  font-size: 3.9rem;
  margin-right: 22px;
  vertical-align: sub;
}
.sf_top .box .img {
  width: 32%;
  max-width: 270px;
  min-width: 120px;
  aspect-ratio: 1/0.718;
}
.sf_top .box .desc:not(.not_after):after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 12px 0 12px;
  border-color: #006935 transparent transparent transparent;
  bottom: 32px;
  left: 51px;
}

.step .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.step .flex div.desc {
  width: 62%;
}
.step .flex .img {
  width: 35%;
}
.step .mw765 {
  margin: auto;
  max-width: 765px;
  width: 100%;
}
.step div:nth-child(n+6) .summary {
  margin-top: 45px;
}
.step .box .desc {
  width: 100%;
  max-width: 524px;
}
.step .box h3 {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  margin-top: 11px;
  letter-spacing: -0.3px;
}
.step .box h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 14px;
}
.step .box h6 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 26px;
}
.step .box p {
  font-size: 1.5rem;
}
.step .box .note {
  font-size: 1.2rem;
}
.step .box .step_ttl {
  font-size: 3.37rem;
  color: #006935;
  font-weight: 700;
  margin-bottom: 22px;
}
.step .box .step_ttl::after {
  content: "";
  position: relative;
  width: 100%;
  height: 4.6px;
  display: block;
  background-image: url(../images/deco_line.png);
  background-size: contain;
  bottom: -1px;
}
.step .box .step_ttl span {
  font-size: 5.8rem;
  vertical-align: sub;
}
.step .box .summary {
  font-size: 2.7rem;
  color: #006935;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.step .box .chart_ttl {
  max-width: 765px;
  width: 100%;
  color: #006935;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
  margin: 16px auto 4px;
}
.step .box .table {
  max-width: 765px;
  width: 100%;
  font-weight: 700;
  margin: auto;
  font-size: 1.4rem;
}
.step .box .table tr {
  border: solid 2px #006935;
}
.step .box .table th {
  width: 283px;
  background: #59B43D;
  color: #fff;
  line-height: 26px;
}
.step .box .table td {
  background: #D6E7B9;
  line-height: 18px;
  padding: 4px 1em;
  letter-spacing: -0.8px;
}
.step .box .flex_figure p {
  width: 49%;
  letter-spacing: -0.15px;
}
.step .box .flex_figure .figure {
  width: 44%;
}
.step .box .detail {
  border: solid 2px #1f2c5c;
  padding: 18px;
}
.step .box .detail h3 {
  font-weight: 700;
  font-size: 2.65rem;
  letter-spacing: -0.5px;
  text-align: center;
}
.step .box .detail .detail_img {
  width: 75%;
  max-width: 514px;
  min-width: 240px;
  margin: 10px auto;
}
.step .box .detail .float {
  float: right;
}
.step .box .float_pt::after {
  content: "";
  display: block;
  clear: both;
}
.step .box .vert_item {
  width: 170px;
  border: solid 2px #006935;
  background: #D6E7B9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
  margin-top: 14px;
}
.step .box .vert_item .vert_item_ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 41px;
  background: #59B43D;
}
.step .box .vert_item .vert_item_text {
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 7px 10px;
  letter-spacing: -1px;
}
.step .box .name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 765px;
  margin: 13px auto 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step .box .name_wrap .item_name {
  width: 225px;
  line-height: 45px;
  color: #fff;
  background: #59B43D;
  border-radius: 11px;
  border: solid 2px #006935;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.step .box .text_center {
  text-align: center;
}
.step .box .item_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 27px;
  text-align: center;
}
.step .box .item_wrap .item {
  width: 50%;
  max-width: 368px;
  min-width: 368px;
  background: #D6E7B9;
  border: solid 2px #006934;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step .box .item_wrap .item.nrow {
  font-size: 1.8rem;
}
.step .box .item_wrap .item span {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}
.step .box .horizon {
  margin-top: 14px;
}
.step .box .horizon_item {
  border: solid 2px #006934;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.step .box .horizon_item:not(:last-child) {
  margin-bottom: 22px;
}
.step .box .horizon_item:not(:last-child):after {
  content: "";
  display: block;
  background: #006934;
  height: 22px;
  width: 17px;
  position: absolute;
  bottom: -24px;
  left: 13%;
}
.step .box .horizon_item.checked::after {
  content: "売買締結";
  background: #fff000;
  color: #E50012;
  border: solid 3px #E50012;
  font-size: 2.2rem;
  padding: 2.5px 24px;
  margin-top: -25px;
  margin-left: 5%;
  -webkit-transform: rotate(-5deg) translateY(-50%);
          transform: rotate(-5deg) translateY(-50%);
  position: absolute;
  font-weight: 700;
}
.step .box .horizon_item .horizon_item_ttl {
  background: #59B43D;
  width: 28%;
  max-width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step .box .horizon_item .horizon_item_ttl h4 {
  color: #fff;
  font-size: 2rem;
  margin-top: 0;
  text-align: center;
}
.step .box .horizon_item .horizon_item_text {
  background: #D6E7B9;
  font-size: 1.4rem;
  padding: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 72%;
  max-width: 550px;
  font-weight: 700;
}
.step .box .horizon_item .horizon_item_text .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.step .box .horizon_item .horizon_item_text .item_inner {
  width: 32%;
  border: solid 2px #006934;
  color: #006934;
  border-radius: 11px;
  text-align: center;
  background: #fff;
  letter-spacing: -0.8px;
  padding: 2.5px 0;
}
.step .box .horizon_item .horizon_item_text .indent {
  text-indent: -1em;
  margin-left: 1em;
}
.step .box .horizon_item.item_solo .horizon_item_ttl {
  width: 100%;
  max-width: none;
  padding: 13px 0;
}
.step .box .box-img {
  margin-bottom: -50px;
}
.step .box.step1_box2 .summary {
  margin-top: 0;
}
.step .box .step2_veritem_1 {
  width: 105%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 25px;
}
.step .box .step2_veritem_1 .vert_item {
  max-width: 170px;
  width: 32%;
}
.step .box .step2_veritem_2 {
  gap: 11px 33px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step .box .step2_veritem_2 .vert_item {
  width: 44%;
}
.step .box .step2_topimg {
  width: 35%;
  position: relative;
}
.step .box .step2_topimg img {
  width: 82%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.step .box .step2_detail {
  width: 100%;
  gap: 50px;
}
.step .box .step2_detail > div {
  width: 48%;
  max-width: 382px;
}
.step .box .step2_detail .lead {
  background: #006935;
  color: #fff;
  text-align: center;
  line-height: 31px;
  font-size: 2rem;
  margin-top: 11px;
  font-weight: bold;
}
.step .box .step2_detail p {
  margin-top: 11px;
  line-height: 1.4;
}
.step .box .step2_detail h4 {
  text-align: center;
}
.step .box .step2_detail img {
  width: 100%;
}
.step .box .step4_topimg img {
  max-width: 244px;
  margin: auto 0 0 auto;
}
.step .box .step4_chartttl {
  margin-top: 0;
}
.step .step6_box2 div.summary {
  margin-bottom: 9px;
  margin-top: 0;
}
.step .step6_box4 div.summary {
  margin-top: 0;
}
.step .step6_box4 .item_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 11px;
}
.step .step7_box2 div.summary {
  margin-top: 0;
}
.step .step8_box2 {
  margin-top: -45px;
}
.step .step8_box2 .summary {
  margin-top: 0;
}
.step .step8_box2 .horizon_item.checked::after {
  content: "再確認";
}
.step .step8_box2 .horizon_item .horizon_item_text {
  width: 100%;
  max-width: none;
  padding-left: 25%;
}
.step .step8_box2 .horizon_item .horizon_item_text .flex {
  margin: 4px 0;
}
.step .images {
  position: relative;
}
.step .images.images8a {
  height: 33vw;
  max-height: 230px;
  min-height: 160px;
}
.step .images.images8b {
  height: 22vw;
  max-height: 200px;
  min-height: 100px;
}
.step .images div {
  position: absolute;
  width: 25%;
  max-width: 190px;
}
.step .images .image_8_b {
  left: 1%;
  top: 20px;
}
.step .images .image_8_c {
  left: 24%;
  top: 112px;
}
.step .images .image_8_d {
  right: 30%;
  top: 30px;
}
.step .images .image_8_e {
  right: 1%;
  top: 112px;
}
.step .images .image_8_c_2 {
  right: 28%;
  top: 30px;
}
.step .images .image_8_g {
  right: 2%;
  top: 10px;
}

.sale_btn {
  width: 283px;
  margin: 46px auto 43px;
}

@media screen and (max-width: 800px) {
  .flow_figure_top .flow_figure a .flow_ttl {
    font-size: 2.1rem;
    top: 24%;
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .flow_figure_top .flow_figure a .flow_name {
    font-size: 1.4rem;
    top: 50%;
    letter-spacing: -1px;
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@media screen and (max-width: 650px) {
  .flow_figure_top {
    display: block;
  }
  .flow_figure_top .flow_figure {
    width: 100%;
  }
  .flow_figure_bottom {
    display: block;
  }
  .flow_figure_bottom .flow_figure {
    width: 100%;
  }
  .flow_figure_bottom .flow_figure a .flow_ttl {
    line-height: 3;
  }
  .step .box {
    position: relative;
  }
  .step .box .step_ttl {
    width: 62%;
    font-size: 3rem;
  }
  .step .box .step_ttl span {
    font-size: 4.8rem;
    display: block;
  }
  .step .box .step_img {
    position: absolute;
    right: 0;
    width: 33%;
  }
  .step .box .table tr {
    display: block;
  }
  .step .box .table tr th, .step .box .table tr td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .step .box .table tr th {
    text-align: left;
    padding: 0 4px;
  }
  .step .box .flex_figure {
    display: block;
  }
  .step .box .flex_figure p {
    width: 100%;
  }
  .step .box .flex_figure .figure {
    width: 62%;
    min-width: 280px;
    margin: 12px auto 20px;
  }
  .step .box .name_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 13px;
  }
  .step .box .name_wrap .item_name {
    font-size: 1.8rem;
    min-width: 160px;
  }
  .step .box .item_wrap .item {
    min-width: 295px;
  }
  .step .box .horizon_item {
    display: block;
  }
  .step .box .horizon_item.checked::after {
    font-size: 2rem;
    padding: 2.5px 15px;
    margin-left: 0;
  }
  .step .box .horizon_item:not(:last-child):after {
    left: 50%;
    -webkit-transform: translateX(-11px);
            transform: translateX(-11px);
  }
  .step .box .horizon_item .horizon_item_ttl, .step .box .horizon_item .horizon_item_text {
    width: 100%;
    max-width: none;
  }
  .step .box .step2_veritem_1 {
    width: 100%;
    margin-left: 0;
  }
  .step .box .step2_veritem_2 {
    gap: 11px 18px;
  }
  .step .box .step2_topimg {
    width: 144px;
  }
  .step .box .step2_topimg img {
    position: relative;
  }
  .step .box .step2_detail {
    display: block;
  }
  .step .box .step2_detail > div {
    width: 100%;
    max-width: none;
  }
  .step .box .step4_topimg {
    width: 20%;
    min-width: 95px;
  }
  .step .step6_box3 {
    position: relative;
  }
  .step .step6_box3 div.desc {
    width: 100%;
  }
  .step .step6_box3 .box-img {
    position: absolute;
    min-width: 105px;
    width: 21%;
    top: -12px;
    right: 0;
  }
  .step .step7_box2 .horizon_item.checked::after {
    margin-top: -57px;
  }
  .step .step7_box2 .horizon_item:nth-of-type(2) {
    margin-bottom: 40px;
  }
  .step .step7_box2 .horizon_item:nth-of-type(2):after {
    height: 40px;
    bottom: -42px;
  }
  .step .step8_box1 .step_img {
    width: 30%;
  }
  .step .step8_box2 .horizon_item {
    margin-top: 30px;
  }
  .step .step8_box2 .horizon_item.checked::after {
    top: 15px;
  }
  .step .step8_box2 .horizon_item .horizon_item_text {
    padding-left: 3px;
    padding-right: 3px;
  }
  .step .step8_box2 .horizon_item .horizon_item_text .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  .step .step8_box2 .horizon_item .horizon_item_text .flex .item_inner {
    font-size: 1.5rem;
    padding: 2.5px 4px;
    min-width: 181px;
  }
  .step .flex div.desc {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 360px) {
  .flow_figure_top .flow_figure a .flow_ttl {
    font-size: 1.9rem;
  }
  .flow_figure_top .flow_figure a .flow_name {
    font-size: 1.4rem;
    letter-spacing: 0;
    -webkit-transform: translateX(4px) scaleX(0.8);
            transform: translateX(4px) scaleX(0.8);
  }
}
/*---------------------------
*    学生向け賃貸お部屋紹介動画
*---------------------------*/
.iv_btn_wrap {
  width: 70%;
  max-width: 420px;
  min-width: 250px;
  margin: auto;
  margin-bottom: 60px;
}
.iv_btn_wrap div {
  margin-top: 20px;
}

.iv_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10% 5%;
}
.iv_wrap .iv_box {
  width: 30%;
  max-width: 321px;
  margin-bottom: 30px;
}
.iv_wrap .iv_box .video {
  position: relative;
}
.iv_wrap .iv_box .video > img {
  margin: 0 0 1em;
}
.iv_wrap .iv_box .video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.iv_wrap .iv_box .video .wpvr-cardboard {
  aspect-ratio: 16/9;
  height: auto !important;
}
.iv_wrap .iv_box img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.iv_wrap .iv_box .caption::after {
  content: "ルームツアーはこちらをクリック";
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8666666667);
  font-size: 1.4rem;
  padding: 0.1em 0.6em;
}
.iv_wrap .iv_box h3 {
  text-align: center;
  font-size: 1.4rem;
}
.iv_wrap .iv_box h3 a {
  text-align: center;
  font-size: 1.4rem;
}
.iv_wrap .contact-btn {
  border: solid 1px #999;
  border-radius: 0.3em;
  font-size: 1.3rem;
  text-align: center;
  margin: 9px auto;
  padding: 2px 7px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.iv_wrap .contact-btn::after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  background-image: url(../images/icon_mail.svg);
  background-repeat: no-repeat;
  aspect-ratio: 231/155;
  width: 1em;
}
.iv_wrap .iv_single {
  width: 93%;
  margin: auto;
  min-width: 300px;
}
.iv_wrap .iv_single .wpvr-cardboard {
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 3/2;
}
.iv_wrap .iv_single h3 {
  font-size: 1.5rem;
  text-align: center;
  margin: 1.3em 0 1em;
}
.iv_wrap .iv_single .contact-btn {
  margin: 1em auto 1.3em;
}

#intro_video {
  max-width: 836px;
  margin: auto;
}
#intro_video .page_desc {
  margin: 21px auto 25px;
  text-align: center;
}
#intro_video .page_desc p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

@media screen and (max-width: 650px) {
  .iv_wrap {
    gap: 10% 4%;
  }
  .iv_wrap .iv_box {
    width: 48%;
  }
  .iv_wrap .iv_box .caption::after {
    font-size: 1.2rem;
    letter-spacing: -0.04em;
    padding: 0.1em 0.3em;
  }
  .iv_wrap .iv_single .wpvr-cardboard {
    aspect-ratio: 3/2;
  }
  .iv_wrap .iv_single h3 {
    margin: 0.6em 0 0.3em;
  }
  .iv_wrap .iv_single .contact-btn {
    margin: 0.9em auto 1.3em;
  }
}
@media screen and (max-width: 350px) {
  .iv_wrap .iv_box {
    width: 100%;
  }
  .iv_wrap .iv_box .caption::after {
    font-size: 1.3rem;
    letter-spacing: -0.02em;
    padding: 0.1em 0.5em;
  }
}
/*---------------------------
*    売買物件情報
*---------------------------*/
#recommended div.reco_top_desc_wrap {
  margin: 3em auto;
}
#recommended p.reco_top_desc {
  margin: 0.9em auto;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
}
#recommended .reco_wrap {
  max-width: 820px;
  margin: 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px 5%;
}
#recommended .reco_wrap .reco_box {
  width: 30%;
  max-width: 246px;
  min-width: auto;
  border: solid 2px #bad9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#recommended .reco_wrap .reco_box .reco_img {
  display: block;
  width: 100%;
  aspect-ratio: 97/74;
  -o-object-fit: cover;
     object-fit: cover;
}
#recommended .reco_wrap .reco_box .reco_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recommended .reco_wrap .reco_box .reco_txt {
  padding: 10px;
}
#recommended .reco_wrap .reco_box .reco_txt .term_name span {
  font-size: 1.6rem;
  padding: 3.5px 7.5px;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
}
#recommended .reco_wrap .reco_box .reco_txt .price {
  font-size: 2.4rem;
  color: #ff5300;
  margin-top: 8px;
  font-weight: bold;
}
#recommended .reco_wrap .reco_box .reco_txt .price .min {
  font-size: 1.5rem;
}
#recommended .reco_wrap .reco_box .reco_txt .summary {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: justify;
}
#recommended .reco_wrap .reco_box .reco_txt .line {
  width: 44px;
  height: 1px;
  background: #6a6a6a;
  border-radius: 0.5px;
  margin: 10px auto;
}
#recommended .reco_wrap .reco_box .reco_txt .description {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: justify;
}

@media screen and (max-width: 690px) {
  #recommended .reco_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 97%;
    max-width: 485px;
    margin: 25px auto;
    gap: 13px 3%;
  }
  #recommended .reco_wrap .reco_box {
    width: 48.5%;
  }
  #recommended .reco_wrap .reco_box .reco_txt {
    padding: 9px 7px;
  }
  #recommended .reco_wrap .reco_box .reco_txt .summary {
    font-size: 1.4rem;
  }
  #recommended .reco_wrap .reco_box .reco_txt .line {
    margin: 12px auto;
  }
  #recommended .reco_wrap .reco_box .reco_txt .description {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 485px) {
  #recommended p.reco_top_desc {
    text-align: justify;
  }
  #recommended .mb_off {
    display: none;
  }
}
/*---------------------------
*    ブロックエディタページ用
*---------------------------*/
[class^=wp-block-editorial] {
  max-width: 836px;
  margin-inline: auto;
  font-size: 1.5rem;
}
[class^=wp-block-editorial] > .wp-block-image {
  margin-bottom: 1.5em;
}
[class^=wp-block-editorial] h1, [class^=wp-block-editorial] h2, [class^=wp-block-editorial] h3, [class^=wp-block-editorial] h4, [class^=wp-block-editorial] h5, [class^=wp-block-editorial] h6 {
  font-weight: bold;
}
[class^=wp-block-editorial] h2 {
  margin: 40px auto 20px;
  font-size: 2.2rem;
  font-weight: bold;
}
[class^=wp-block-editorial] h2 + h4 {
  font-size: 1.4rem;
  margin: -1em auto 0;
}
[class^=wp-block-editorial] h3 {
  font-size: 2.2rem;
  margin-bottom: 8px;
}
[class^=wp-block-editorial] h5 {
  font-size: 1em;
}
[class^=wp-block-editorial] p {
  line-height: 1.45;
}
[class^=wp-block-editorial] p > a {
  display: inline;
  text-decoration: underline;
}
[class^=wp-block-editorial] p > img, [class^=wp-block-editorial] a > img {
  display: inline-block;
}
[class^=wp-block-editorial] li {
  list-style: auto;
}
[class^=wp-block-editorial] .has-background {
  padding: 0.6em 1em;
}
[class^=wp-block-editorial] a.btn.btn {
  font-size: 1em;
}
[class^=wp-block-editorial] .note {
  font-size: 0.9em;
  line-height: 1.2;
}
[class^=wp-block-editorial] .wp-block-columns.is-layout-flex {
  gap: 1.25em;
}

.font-mincho {
  font-family: "a-otf-ryumin-pr6n", serif;
  line-height: 1.55;
}

.font-hissho {
  font-family: "ta-fuga-fude", sans-serif;
}

.wpcf7-form {
  font-size: 1.5rem;
  max-width: 640px;
  margin: auto;
  padding: 0 20px;
}
.wpcf7-form h3 {
  margin-top: 35px;
  padding-bottom: 3px;
  border-bottom: solid 3px #002696;
  font-size: 2rem;
  font-weight: bold;
}
.wpcf7-form p {
  line-height: 2;
}
.wpcf7-form .red {
  color: red;
}
.wpcf7-form .item {
  margin-top: 25px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email] {
  width: 100%;
  line-height: 1.75;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7-form input[type=submit] {
  margin-top: 1em;
  padding-inline: 1em;
}
.wpcf7-form textarea {
  width: 100%;
  resize: vertical;
}
.wpcf7-form .address {
  margin-top: 8px;
  line-height: 1.25;
}
.wpcf7-form .address_ttl {
  margin-bottom: -7px;
}
.wpcf7-form .post_code {
  line-height: 1.25;
  display: inline-block;
  width: 80px;
}
.wpcf7-form .post_code + p {
  display: inline-block;
  width: calc(100% - 85px);
}
.wpcf7-form .input_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.wpcf7-form .input_flex input {
  max-width: 300px;
  width: 50vw;
  min-width: 200px;
}
.wpcf7-form p:has([class*=acceptance]) {
  margin-top: 1.5em;
}
.wpcf7-form p:has([class*=acceptance]) + p:has([class*=acceptance]) {
  margin-top: 0.5em;
}

.pnavi {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 2em;
}
.pnavi .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pnavi .page-numbers {
  display: inline-block;
  margin-right: 0.6em;
  padding: 0.4em 0.7em;
  color: #333;
  background: #fff;
  font-size: 1.4rem;
}
.pnavi .page-numbers:not(.prev):not(.next) {
  border: #999 solid 1px;
}
.pnavi .current {
  background: #1f2c5c;
  color: #fff;
}
.pnavi .prev, .pnavi .next {
  background: transparent;
  color: #1f2c5c;
  padding-left: 0.2em;
  padding-right: 0.2em;
  margin: 0 0.2em;
}
.pnavi .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

iframe {
  margin-inline: auto;
  display: block;
}

@media screen and (max-width: 690px) {
  main[class^=wp-block-editorial] > *:not(.wp-block-image) {
    max-width: max(80vw, 100% - 30px);
    margin-inline: auto;
  }
  main[class^=wp-block-editorial] .wp-block-flexible-table-block-table table.is-stacked-on-mobile th, main[class^=wp-block-editorial] .wp-block-flexible-table-block-table table.is-stacked-on-mobile td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*---------------------------
*    media screen
*---------------------------*/
@media screen and (max-width: 880px) {
  #sort .sort_wrap {
    max-width: 420px;
  }
}
@media screen and (max-width: 836px) {
  .oth_sec_ttl {
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 780px) {
  .oth_sec .page_desc p br {
    display: none;
  }
  .hero {
    width: 100%;
    height: 41.5vw;
    height: 47vw;
    margin-bottom: 28px;
  }
  .hero .hero_img {
    background-position-y: 75px;
    background-size: 120% auto;
  }
  .hero .hero_img img {
    padding-top: 10vw;
    width: 40vw;
    min-width: 240px;
  }
  .hero .hero_img .hero_yamagataimg {
    width: 20vw;
  }
  .search_wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .search_wrap .search_btn_box {
    width: 48%;
  }
  .search_wrap .search_btn_box .search_btn {
    margin-top: 10px;
  }
  .camp_container .box .point {
    margin-top: 13px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .camp_container .box .point .stamp {
    margin-top: 9px;
  }
  .camp_container .box .point .desc {
    max-width: 500px;
  }
  .camp_container .box .point .desc h3 {
    width: auto;
  }
  .camp_container .box .point .desc p {
    width: auto;
  }
  .camp_container .box .point .child {
    margin-top: 6px;
  }
  .camp_container .box .life_img img {
    width: 100%;
    margin-left: auto;
  }
  .camp_container .box + .box {
    margin-top: 12px;
  }
  .compa_container {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .compa_container .message {
    width: 100%;
    padding: 5px 15px;
  }
  .compa_container p {
    width: 100%;
  }
  .compa_container img {
    min-width: 280px;
  }
  .owner .owner_contents {
    padding: 0 15px;
  }
  .owner .owner_contents .wrap {
    display: block;
  }
  .owner .owner_contents .wrap .l_contact {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .owner .owner_contents .wrap .l_contact > div {
    min-width: 210px;
    max-width: 283px;
    width: 45%;
  }
  .owner .owner_contents .wrap .r_url {
    width: 100%;
    height: auto;
    margin-top: 30px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .owner .owner_contents .wrap .r_url > * {
    max-width: 218px;
    width: 45%;
  }
}
@media screen and (max-width: 690px) {
  #front_main .sec_ttl h2 {
    font-size: 2rem;
  }
  .primary_news .primary_news {
    font-size: 1.8rem;
    padding: 6px;
  }
  .primary_news p {
    font-size: 1.5rem;
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
  #main_slide .slide-arrow, #main_slide .slick-arrow {
    display: none !important;
  }
  #moving .container .flex .wrap {
    width: 100%;
  }
  #moving .container .flex .wrap .box {
    width: 100%;
  }
  #moving .container .flex .wrap .box img {
    width: 50%;
    min-width: 290px;
    margin: auto;
  }
  #moving .container .wrap-f .box {
    width: 100%;
  }
  #movein-flow .box .desc .check {
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  #sort .wrap .list .btn_sort_area_item, #sort .wrap .list .btn_sort_word_item {
    padding: 7px 10px;
    width: 95%;
    left: 2.5%;
  }
  #sort .wrap .list .btn_sort_area_item .btn_sort_area_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 0;
  }
  #sort .wrap .list .btn_sort_area_item .btn_sort_area_wrap li {
    width: 50%;
  }
  #sort .wrap .list .btn_sort_area_item .btn_sort_area_wrap li:nth-child(3)::before, #sort .wrap .list .btn_sort_area_item .btn_sort_area_wrap li:last-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #8cc11f;
  }
  #sort .wrap .list .btn_sort_area_item .btn_sort_area_wrap li a {
    font-size: 4.5vw;
  }
  #uni .uni_wrap {
    margin-bottom: 0;
    gap: 0;
  }
  #uni .uni_wrap .uni_box {
    width: calc(50% - 20px);
    max-width: 184px;
    margin: 0 10px 12px;
  }
  #facilities .main_desc_wrap {
    display: block;
  }
  #facilities .main_desc_wrap > * {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #facilities .secondary_desc_ul {
    padding: 0 15px;
  }
  #rent-uni .rent_uni_wrap .box .btn {
    width: calc(100% - 20px);
    margin-left: 0;
    margin-right: 15px;
  }
  #zerochin .zero_desc .deco::after, #common_page_A .zero_desc .deco::after {
    bottom: 89px;
    right: -215px;
    width: 104px;
    height: 159px;
  }
}
@media screen and (max-width: 540px) {
  .contact {
    bottom: 100px;
    width: 35px;
  }
  .contact a {
    line-height: 35px;
    padding: 16px 0;
  }
  #news .news_wrap .news, #seminar .news_wrap .news {
    line-height: 1.25;
  }
  #news .news_wrap .news a, #seminar .news_wrap .news a {
    display: block;
    padding: 5px 15px;
  }
  #news .news_wrap .news span, #seminar .news_wrap .news span {
    margin-right: 0;
    font-size: 1.4rem;
  }
  #news .news_wrap .news h5, #seminar .news_wrap .news h5 {
    font-size: 1.4rem;
  }
  .search_wrap .search_btn_box .search_btn .pc_on {
    display: none;
  }
  .search_wrap .search_btn_box .search_btn .mb_on {
    display: block;
  }
  #movein-flow .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #movein-flow .box .desc {
    width: 100%;
  }
  #movein-flow .box .desc .check {
    width: 100%;
  }
  #movein-flow .box .img {
    width: 50%;
    min-width: 200px;
    margin: 0 0 0 auto;
  }
  #movein-flow .box:not(:last-child)::before {
    left: calc(50% - 100px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    bottom: 60px;
  }
  #movein-flow .box:not(:last-child)::after {
    content: "";
    left: calc(50% - 100px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  #rent-uni .rent_uni_top_wrap .desc {
    min-width: auto;
  }
  #rent-uni .rent_uni_top_wrap .desc .btn {
    margin: 0 auto 12px;
  }
  #rent-uni .rent_uni_top_wrap .desc .text {
    width: calc(100% - 20px);
    max-width: none;
  }
  #rent-uni .rent_uni_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #rent-uni .rent_uni_wrap .box {
    width: 100%;
    margin-bottom: 25px;
  }
  #rent-uni .rent_uni_wrap .box .text {
    padding: 0;
    width: calc(100% - 20px);
    max-width: none;
    margin-bottom: 20px;
  }
  #rent-uni .rent_uni_wrap .box .btn {
    margin: 22px auto 0;
  }
  #rent-uni .rent_uni_wrap .box a img {
    width: 90%;
    margin: auto;
  }
  #rent-uni .rent_uni_wrap .img {
    width: 90%;
    margin: auto;
  }
  #rent-uni .uni_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #rent-uni .uni_info > div {
    width: 90%;
    margin: auto;
  }
  #rent-uni .uni_info > div:first-child a img {
    width: 65%;
    min-width: 250px;
    margin: auto;
  }
  #rent-uni .rent_uni_wrap_oth .box {
    width: 100%;
  }
  #rent-uni .rent_uni_wrap_oth .img {
    margin-top: 0;
  }
}
@media screen and (max-width: 470px) {
  .owner .owner_contents .wrap {
    margin-top: 20px;
  }
  .owner .owner_contents .wrap .l_contact {
    width: 100%;
    display: block;
  }
  .owner .owner_contents .wrap .l_contact > div {
    min-width: 253px;
    width: 60%;
    margin: auto;
  }
  .owner .owner_contents .wrap .l_contact > div + div {
    margin-top: 15px;
  }
  .owner .owner_contents .wrap .r_url a {
    width: 218px;
  }
  .owner .owner_contents .wrap .r_url a + a {
    margin-top: 15px;
  }
}
@media screen and (max-width: 375px) {
  .camp_container .box .point .child p {
    margin: 0 1px;
    width: 61px;
  }
  #zerochin .zero_desc .deco::after, #common_page_A .zero_desc .deco::after {
    bottom: 91px;
    right: -189px;
    width: 80px;
    height: 94px;
  }
  #zerochin .zero_desc h2, #common_page_A .zero_desc h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -2px;
  }
}