@charset "UTF-8";
/*!
Theme Name: 開花エステイト
Author: samurai-adways
Version: 1.0
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
}

input, select {
  vertical-align: middle;
}

select,
button,
input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=radio],
input[type=checkbox],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  background-color: #FFF;
}

input[type=radio],
input[type=checkbox] {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 3.7333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  color: #222222;
  background-color: #fff9e1;
}

main {
  display: block;
}

img, svg {
  width: 100%;
  height: auto;
  display: block;
}

select,
button,
input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  font-family: "Noto Sans JP", sans-serif;
  color: inherit;
}

input::placeholder, textarea::placeholder {
  color: #bbb;
}

.pc {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  display: flex;
  align-items: center;
  z-index: 100;
  background-color: #FFF;
  box-shadow: 0 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.08);
}
.header .header_logo_wrapper {
  width: calc(100% - 16vw);
  position: relative;
  z-index: 1;
  padding-left: 5.3333333333vw;
}
.header .header_logo {
  height: calc(100vw / 375 * 30);
}
.header .header_logo a {
  display: inline-block;
  height: 100%;
}
.header .header_logo a > img {
  width: auto;
  height: 100%;
}
.header .header_description {
  display: none;
}
.header .header_menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100dvh;
  padding-top: 15.7333333333vw;
  background-color: #FFF;
  transition: all 0.5s ease-out;
}
.header .header_menu.show {
  left: 0;
}
.header .header_menu ul.header_menu_list {
  padding: 16vw;
  border-top: calc(100vw / 375 * 2) solid #DDD;
}
.header .header_menu ul.header_menu_list li {
  position: relative;
}
.header .header_menu ul.header_menu_list li::before {
  content: "";
  display: block;
  width: 5.3333333333vw;
  height: calc(100vw / 375 * 2);
  background-color: #222222;
  position: absolute;
  top: 50%;
  left: -10.6666666667vw;
}
.header .header_menu ul.header_menu_list li + li {
  margin-top: 10.6666666667vw;
}
.header .header_menu ul.header_menu_list li a {
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 4.2666666667vw;
  font-weight: 600;
}
.header .header_menu ul.header_menu_list li a::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.1333333333vw);
  right: 0;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("./img/common/icon_arrow.svg");
  background-color: #f6990e;
}
.header .header_menu .tel > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69.3333333333vw;
  height: 13.3333333333vw;
  background-color: #7fb361;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0 auto;
  border-radius:  13.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 600;
}
.header .header_menu .tel > a > span {
  position: relative;
  padding-left: 9.3333333333vw;
}
.header .header_menu .tel > a > span::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.6666666667vw);
  left: 0;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("./img/common/icon_tel.svg");
  background-color: #FFFFFF;
}
.header .header_menu_button {
  width: 16vw;
  height: 16vw;
  margin: 0 0 0 auto;
  font-size: 2.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-out;
  position: relative;
  color: #FFFFFF;
}
.header .header_menu_button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f6990e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(0);
  transition: all 0.5s ease-out;
}
.header .header_menu_button::after {
  content: "MENU";
  display: block;
  font-weight: 600;
}
.header .header_menu_button.show {
  color: #222222;
}
.header .header_menu_button.show::before {
  transform: translateX(100%);
}
.header .header_menu_button.show::after {
  content: "CLOSE";
}

main {
  padding-top: 16vw;
}

.footer {
  padding: 10.6666666667vw 5.3333333333vw;
}
.footer .footer_logo {
  height: calc(100vw / 375 * 120);
  text-align: center;
}
.footer .footer_logo a {
  display: inline-block;
  height: 100%;
}
.footer .footer_logo a > img {
  width: auto;
  height: 100%;
}
.footer .sns_menu {
  margin-top: calc(100vw / 375 * 50);
}
.footer .sns_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(100vw / 375 * 20);
}
.footer .sns_menu ul li a img {
  width: auto;
  height: calc(100vw / 375 * 50);
}
.footer .footer_menu {
  margin-top: 10.6666666667vw;
}
.footer .footer_menu ul.footer_menu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5.3333333333vw;
}
.footer .footer_menu ul.footer_menu_list li {
  width: calc(50% - 2.6666666667vw);
}
.footer .footer_menu ul.footer_menu_list li a {
  text-decoration: none;
  display: block;
  font-size: 3.2vw;
  font-weight: 600;
  position: relative;
}
.footer .footer_menu ul.footer_menu_list li a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.7333333333vw);
  right: 0;
  width: 3.2vw;
  height: 3.4666666667vw;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("./img/common/icon_arrow.svg");
  background-color: #f6990e;
}
.footer small {
  display: block;
  font-size: 2.6666666667vw;
  font-weight: 600;
  margin-top: 10.6666666667vw;
}

.loading_screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #FFF;
  z-index: 1000;
  transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: none;
}
.loading_screen.visible {
  transition-delay: 0.5s;
  transform: translateY(-100%);
}
.loading_screen .loading_logo {
  width: 74.6666666667vw;
}

.contact_section {
  background-image: url("./img/common/contact_bg.webp");
  background-repeat: no-repeat;
  background-size: calc(100vw / 375 * 325) auto;
  background-position: 50% 100%;
  background-color: #ffca00;
  padding: 10.6666666667vw 5.3333333333vw calc(100vw / 375 * 100);
}
.contact_section h2 {
  font-size: 5.8666666667vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: calc(100vw / 375 * 50);
}
.contact_section h2::after {
  content: "";
  display: block;
  height: calc(100vw / 375 * 10);
  width: calc(100vw / 375 * 25);
  background-color: #f6990e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 9.0666666667vw);
  border: calc(100vw / 375 * 2) solid #222222;
  border-radius: calc(100vw / 375 * 2);
}
.contact_section h2 + p {
  font-size: 4.2666666667vw;
  text-align: center;
  line-height: 1.5;
}
.contact_section .contact_section_inner {
  background-color: #FFFFFF;
  padding: 5.3333333333vw;
  margin-top: 5.3333333333vw;
  border-radius: calc(100vw / 375 * 10);
}
.contact_section .contact_section_inner ul li + li {
  margin-top: 5.3333333333vw;
}
.contact_section .contact_section_inner ul li .notes {
  display: block;
  font-size: 3.2vw;
  text-align: center;
  margin-top: 1.3333333333vw;
}
.contact_section .contact_section_inner ul li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13.3333333333vw;
  text-decoration: none;
  border-radius: 13.3333333333vw;
  font-size: 4.2666666667vw;
}
.contact_section .contact_section_inner ul li > a > span {
  position: relative;
}
.contact_section .contact_section_inner ul li.tel_pc {
  display: none;
}
.contact_section .contact_section_inner ul li.tel > a {
  background-color: #7fb361;
  color: #FFFFFF;
}
.contact_section .contact_section_inner ul li.tel > a > span {
  padding-left: 9.3333333333vw;
}
.contact_section .contact_section_inner ul li.tel > a > span::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.6666666667vw);
  left: 0;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("./img/common/icon_tel.svg");
  background-color: #FFFFFF;
}
.contact_section .contact_section_inner ul li.mail > a {
  background-color: #39b2c3;
  color: #FFFFFF;
}
.contact_section .contact_section_inner ul li.mail > a > span {
  padding-left: 9.3333333333vw;
}
.contact_section .contact_section_inner ul li.mail > a > span::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.6666666667vw);
  left: 0;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("./img/common/icon_mail.svg");
  background-color: #FFFFFF;
}

.top .hero_section h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.top .hero_section .img {
  position: relative;
}
.top .hero_section .img .catchphrase {
  width: calc(100vw / 375 * 300);
  position: absolute;
  top: calc(100vw / 375 * 37.5);
  left: calc(100vw / 375 * 37.5);
}
.top .infomation_section {
  background-color: #FFF;
  padding: 10.6666666667vw 5.3333333333vw;
}
.top .infomation_section h2 {
  font-size: 4.8vw;
  font-weight: 600;
  text-align: center;
}
.top .infomation_section ul.info_list {
  margin-top: 10.6666666667vw;
}
.top .infomation_section ul.info_list li a {
  text-decoration: none;
  font-size: 3.2vw;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}
.top .infomation_section ul.info_list li a .time {
  color: #39b2c3;
}
.top .infomation_section ul.info_list li a .cat {
  background-color: #39b2c3;
  color: #FFF;
  margin-left: calc(100vw / 375 * 10);
  width: calc(100vw / 375 * 100);
  text-align: center;
  border-radius: calc(100vw / 375 * 4);
}
.top .infomation_section ul.info_list li a .meta {
  width: 100%;
  margin-top: calc(100vw / 375 * 10);
}
.top .infomation_section ul.info_list li + li {
  border-top: calc(100vw / 375 * 2) solid #DDD;
  margin-top: calc(100vw / 375 * 15);
  padding-top: calc(100vw / 375 * 15);
}
.top .infomation_section .view_more {
  margin-top: 5.3333333333vw;
  display: flex;
  justify-content: end;
}
.top .infomation_section .view_more a {
  text-decoration: none;
  font-size: 3.2vw;
  position: relative;
  padding-right: 5.8666666667vw;
}
.top .infomation_section .view_more a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.6vw);
  right: 0;
  width: 3.2vw;
  height: 3.2vw;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("./img/common/icon_arrow.svg");
  background-color: #f6990e;
}
.top .greetings_section {
  padding: 10.6666666667vw 5.3333333333vw;
}
.top .greetings_section h2 {
  font-size: 5.8666666667vw;
  text-align: center;
  position: relative;
  margin-bottom: 17.0666666667vw;
}
.top .greetings_section h2::after {
  content: "";
  display: block;
  height: calc(100vw / 375 * 10);
  width: calc(100vw / 375 * 25);
  background-color: #f6990e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 9.0666666667vw);
  border: calc(100vw / 375 * 2) solid #222222;
  border-radius: calc(100vw / 375 * 2);
}
.top .greetings_section p {
  font-size: 4.2666666667vw;
  line-height: 1.75;
}
.top .greetings_section p.lead {
  font-size: calc(100vw / 375 * 24);
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 1em;
}
.top .greetings_section p + p {
  margin-top: 0.75em;
}
.top .property_section {
  padding: 10.6666666667vw 0;
  background-color: #FFF;
}
.top .property_section h2 {
  font-size: 5.8666666667vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 17.0666666667vw;
}
.top .property_section h2::after {
  content: "";
  display: block;
  height: calc(100vw / 375 * 10);
  width: calc(100vw / 375 * 25);
  background-color: #f6990e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 9.0666666667vw);
  border: calc(100vw / 375 * 2) solid #222222;
  border-radius: calc(100vw / 375 * 2);
}
.top .property_section .property_list {
  margin-top: 10.6666666667vw;
}
.top .property_section .property_list .slider_container {
  position: relative;
}
.top .property_section .property_list .slider_wrapper {
  width: 100%;
  padding: 0 10.6666666667vw;
  overflow: hidden;
}
.top .property_section .property_list .slider_wrapper ul.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  position: relative;
  gap: 5.3333333333vw;
}
.top .property_section .property_list .slider_wrapper ul.slider li {
  flex: 0 0 78.6666666667vw;
}
.top .property_section .property_list .slider_wrapper ul.slider li a {
  text-decoration: none;
}
.top .property_section .property_list .slider_wrapper ul.slider li .thumbnail {
  height: 60vw;
  background-color: #FFF;
}
.top .property_section .property_list .slider_wrapper ul.slider li .thumbnail > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: calc(100vw / 375 * 10);
}
.top .property_section .property_list .slider_wrapper ul.slider li h3 {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  margin-top: 4vw;
}
.top .property_section .property_list .slider_wrapper ul.slider li dl {
  line-height: 1.5;
  margin-top: 2.6666666667vw;
  display: grid;
  grid-template-columns: auto 1fr;
}
.top .property_section .property_list .slider_wrapper ul.slider li dl dt {
  margin-top: 1.3333333333vw;
  padding: 1.3333333333vw;
  display: flex;
  align-items: center;
  border-radius: calc(100vw / 375 * 4);
  font-size: calc(100vw / 375 * 12);
  font-weight: 600;
  background-color: #222;
  color: #FFF;
}
.top .property_section .property_list .slider_wrapper ul.slider li dl dd {
  margin-top: 1.3333333333vw;
  padding: 1.3333333333vw 0 1.3333333333vw 2.6666666667vw;
}
.top .property_section .property_list .slider_button .prev, .top .property_section .property_list .slider_button .next {
  width: 8vw;
  height: 8vw;
  border-radius: 100%;
  position: absolute;
  top: 23%;
  background-color: #FFF;
}
.top .property_section .property_list .slider_button .prev::before, .top .property_section .property_list .slider_button .next::before {
  content: "";
  position: absolute;
  top: calc(50% - 4vw);
  right: 0;
  width: 8vw;
  height: 8vw;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("./img/common/icon_arrow.svg");
  background-color: #f6990e;
}
.top .property_section .property_list .slider_button .prev {
  left: 5.3333333333vw;
}
.top .property_section .property_list .slider_button .prev::before {
  transform: scale(-1, 1);
}
.top .property_section .property_list .slider_button .next {
  right: 5.3333333333vw;
}
.top .property_section .property_list + h2 {
  margin-top: 21.3333333333vw;
}
.top .property_section .no_list {
  text-align: center;
  padding: 10.6666666667vw 0;
}
.top .property_section .view_more {
  border-top: calc(100vw / 375 * 2) solid #222;
  margin: 5.3333333333vw 5.3333333333vw 0;
  padding: 5.3333333333vw 0 0 0;
  display: flex;
  justify-content: end;
}
.top .property_section .view_more a {
  text-decoration: none;
  font-size: 3.2vw;
  font-weight: 600;
  position: relative;
  padding-right: 5.8666666667vw;
}
.top .property_section .view_more a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.6vw);
  right: 0;
  width: 3.2vw;
  height: 3.2vw;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("./img/common/icon_arrow.svg");
  background-color: #f6990e;
}
.top .property_section .view_more + * {
  margin-top: 16vw;
}
.top .service_section h2 {
  font-size: 5.8666666667vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: calc(100vw / 375 * 50);
}
.top .service_section h2::after {
  content: "";
  display: block;
  height: calc(100vw / 375 * 10);
  width: calc(100vw / 375 * 25);
  background-color: #f6990e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 9.0666666667vw);
  border: calc(100vw / 375 * 2) solid #222222;
  border-radius: calc(100vw / 375 * 2);
}
.top .service_section .header_group {
  background-image: url("./img/common/service_01.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 0%;
  padding: calc(100vw / 375 * 150) 5.3333333333vw 16vw;
  background-color: #ffe446;
}
.top .service_section .header_group p {
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}
.top .service_section .service_list {
  padding: 0 5.3333333333vw 5.3333333333vw;
  margin: -5.3333333333vw 0 0 0;
}
.top .service_section .service_list ul li {
  background-color: #FFF;
  border-left: 1.0666666667vw solid #f6990e;
}
.top .service_section .service_list ul li + li {
  margin-top: 1.0666666667vw;
}
.top .service_section .service_list ul li a {
  display: block;
  text-decoration: none;
  padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 29.3333333333vw;
  background-repeat: no-repeat;
  background-size: 18.6666666667vw;
  background-position: 5.3333333333vw 50%;
}
.top .service_section .service_list ul li.buy a {
  background-image: url("./img/common/icon_buy.svg");
}
.top .service_section .service_list ul li.sell a {
  background-image: url("./img/common/icon_sell.svg");
}
.top .service_section .service_list ul li.rent a {
  background-image: url("./img/common/icon_rent.svg");
}
.top .service_section .service_list ul li h3 {
  display: inline-block;
  font-size: 4.8vw;
  margin-bottom: 2.6666666667vw;
  position: relative;
  padding-right: 8vw;
}
.top .service_section .service_list ul li h3::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.1333333333vw);
  right: 0;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("./img/common/icon_arrow.svg");
  background-color: #f6990e;
}
.top .service_section .service_list ul li p {
  font-size: 3.2vw;
  line-height: 1.5;
}
.top .about_us_section {
  padding: 10.6666666667vw 5.3333333333vw;
}
.top .about_us_section h2 {
  font-size: 5.8666666667vw;
  text-align: center;
  position: relative;
  margin-bottom: 17.0666666667vw;
}
.top .about_us_section h2::after {
  content: "";
  display: block;
  height: calc(100vw / 375 * 10);
  width: calc(100vw / 375 * 25);
  background-color: #f6990e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 9.0666666667vw);
  border: calc(100vw / 375 * 2) solid #222222;
  border-radius: calc(100vw / 375 * 2);
}
.top .about_us_section .img iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.top .about_us_section .detail_list {
  margin-top: 2.6666666667vw;
}
.top .about_us_section .detail_list dl {
  display: grid;
  grid-template-columns: auto 1fr;
  line-height: 1.5;
}
.top .about_us_section .detail_list dl dt {
  font-weight: 600;
  border-bottom: calc(100vw / 375 * 2) solid #222;
  padding: calc(100vw / 375 * 15) 0;
}
.top .about_us_section .detail_list dl dd {
  border-bottom: calc(100vw / 375 * 2) solid #222;
  padding: calc(100vw / 375 * 15) 0 calc(100vw / 375 * 15) 5.3333333333vw;
}

.lower .pagination {
  margin-top: 10.6666666667vw;
  font-size: 3.2vw;
}
.lower .pagination > span.current {
  font-weight: bold;
  color: #f6990e;
}
.lower .pagination > * + * {
  margin-left: 5.3333333333vw;
}
.lower h1 {
  padding: 10.6666666667vw 0;
  text-align: center;
  font-size: 6.4vw;
  font-weight: 600;
  background-color: #ffe446;
  position: relative;
  overflow: hidden;
}
.lower h1::before,
.lower h1::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.lower h1::before {
  background-image: url("./img/common/ttl_bg_01.svg");
  width: calc(100vw / 375 * 79);
  height: calc(100vw / 375 * 94);
  top: calc(100vw / 375 * 20);
  left: calc(-100vw / 375 * 10);
}
.lower h1::after {
  background-image: url("./img/common/ttl_bg_02.svg");
  width: calc(100vw / 375 * 138);
  height: calc(100vw / 375 * 147);
  top: calc(-100vw / 375 * 40);
  right: calc(-100vw / 375 * 15);
}
.lower .section_wrapper {
  padding: 10.6666666667vw 5.3333333333vw;
  background-color: #FFF;
}
.lower .section_wrapper section + section {
  margin-top: 10.6666666667vw;
}
.lower .section_wrapper section.page_link {
  padding-top: 26.6666666667vw;
  margin-top: -16vw;
}
.lower .section_wrapper h2 {
  font-size: calc(100vw / 375 * 20);
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1.0666666667vw solid #f6990e;
  padding: 0 0 5.3333333333vw 0;
}
.lower .section_wrapper h2 + * {
  margin-top: 10.6666666667vw;
}
.lower .section_wrapper h3 {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.5;
  border-left: 1.0666666667vw solid #f6990e;
  background-color: #fff9e1;
  padding: 2.6666666667vw;
}
.lower .section_wrapper h3 > span {
  display: block;
  font-size: 3.2vw;
  color: #f6990e;
}
.lower .section_wrapper h3 + * {
  margin-top: 10.6666666667vw;
}
.lower .section_wrapper h4 {
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 0.5333333333vw solid #222;
  padding-bottom: 5.3333333333vw;
}
.lower .section_wrapper h4 + * {
  margin-top: 10.6666666667vw;
}
.lower .section_wrapper p {
  font-size: 4.2666666667vw;
  line-height: 1.75;
}
.lower .section_wrapper * + p {
  margin-top: 10.6666666667vw;
}
.lower .section_wrapper p + * {
  margin-top: 10.6666666667vw;
}
.lower .section_wrapper p + p {
  margin-top: 0.75em;
}
.lower .section_wrapper p > a {
  font-weight: 600;
}
.lower .section_wrapper p.bold {
  font-weight: 600;
  font-size: 4.8vw;
}
.lower .section_wrapper p.notes {
  font-size: 2.6666666667vw !important;
}
.lower .section_wrapper p + .notes {
  margin-top: 0.25em;
}
.lower .section_wrapper dl dt {
  line-height: 1.5;
  font-weight: 600;
  border-top: calc(100vw / 375 * 2) solid #DDD;
  padding: 5.3333333333vw 2.6666666667vw 0;
}
.lower .section_wrapper dl dd {
  line-height: 1.5;
  padding: 5.3333333333vw 2.6666666667vw;
}
.lower .section_wrapper dl dd:last-of-type {
  border-bottom: calc(100vw / 375 * 2) solid #DDD;
}
.lower .section_wrapper dl + * {
  margin-top: 10.6666666667vw;
}
.lower .section_wrapper ul.detail_list li {
  position: relative;
  padding-left: 5.3333333333vw;
  line-height: 1.5;
}
.lower .section_wrapper ul.detail_list li + li {
  margin-top: 2.6666666667vw;
}
.lower .section_wrapper ul.detail_list li::before {
  content: "";
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-radius: 2.1333333333vw;
  background-color: #f6990e;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.lower .section_wrapper ul.outline_list {
  counter-reset: num;
}
.lower .section_wrapper ul.outline_list > li + li {
  margin-top: 10.6666666667vw;
}
.lower .section_wrapper ul.outline_list > li h3 {
  border-left: none;
  border-right: 1.0666666667vw solid #f6990e;
  position: relative;
}
.lower .section_wrapper ul.outline_list > li h3::before {
  counter-increment: num;
  content: counter(num,decimal-leading-zero);
  display: inline-block;
  background-color: #f6990e;
  color: #FFFFFF;
  font-size: 3.2vw;
  line-height: 7.2vw;
  padding: 0 2.6666666667vw;
  margin-right: 2.6666666667vw;
}
.lower .section_wrapper ul.outline_list > li h3::after {
  content: "";
  display: block;
  background-color: #f6990e;
  width: 5.3333333333vw;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(100% 0, 50% 50%, 0 0%);
  position: absolute;
  left: 6.4vw;
  bottom: -4.5333333333vw;
}
.lower .section_wrapper ul.outline_list > li p {
  font-size: 3.7333333333vw;
}
.lower .section_wrapper .list_wrapper {
  border: calc(100vw / 375 * 2) solid #DDD;
  background-color: #FFF;
  padding: 5.3333333333vw 2.6666666667vw;
}
.lower .section_wrapper .list_wrapper > p {
  font-size: 3.2vw;
}
.lower .section_wrapper .list_wrapper > p + * {
  margin-top: 5.3333333333vw;
}
.lower .section_wrapper * + .list_wrapper {
  margin-top: 10.6666666667vw;
}
.lower .section_wrapper ul + * {
  margin-top: 10.6666666667vw;
}
.lower .section_wrapper ol {
  list-style: decimal-leading-zero;
  padding-left: 5.3333333333vw;
}
.lower .section_wrapper ol > li {
  line-height: 1.5;
  position: relative;
}
.lower .section_wrapper ol > li + li {
  margin-top: 2.6666666667vw;
}
.lower .section_wrapper ol + * {
  margin-top: 10.6666666667vw;
}
.lower .section_wrapper .img_ele {
  margin: 10.6666666667vw -5.3333333333vw;
}
.lower .section_wrapper .attention_ele {
  padding: 2.6666666667vw;
  margin-top: 5.3333333333vw;
  background-color: #f1f1f1;
}
.lower .section_wrapper iframe {
  width: 89.3333333333vw;
  height: 89.3333333333vw;
}
.lower .info_list ul li {
  border-bottom: calc(100vw / 375 * 2) solid #DDD;
  padding-bottom: calc(100vw / 375 * 15);
}
.lower .info_list ul li + li {
  margin-top: calc(100vw / 375 * 15);
}
.lower .info_list ul li a {
  text-decoration: none;
  font-size: 3.2vw;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}
.lower .info_list ul li a .time {
  color: #39b2c3;
}
.lower .info_list ul li a .cat {
  background-color: #39b2c3;
  color: #FFF;
  margin-left: calc(100vw / 375 * 10);
  width: calc(100vw / 375 * 100);
  text-align: center;
  border-radius: calc(100vw / 375 * 4);
}
.lower .info_list ul li a .meta {
  width: 100%;
  margin-top: calc(100vw / 375 * 10);
}
.lower .article_post {
  background-color: #FFF;
}
.lower .article_post .article_post_inner {
  padding: 10.6666666667vw 5.3333333333vw;
}
.lower .article_post h2 {
  font-size: 4.8vw;
  line-height: 1.5;
}
.lower .article_post .article_post_data {
  font-size: 3.2vw;
  font-weight: 600;
  margin-top: 2.6666666667vw;
  border-bottom: calc(100vw / 375 * 2) solid #DDD;
  padding-bottom: 5.3333333333vw;
}
.lower .article_post .article_post_data .posted_data {
  display: inline-block;
  border-right: calc(100vw / 375 * 2) solid #DDD;
  padding-right: 5.3333333333vw;
  margin-right: 5.3333333333vw;
}
.lower .article_post .article_content {
  margin-top: 5.3333333333vw;
}
.lower .article_post .article_content > p {
  line-height: 1.75;
}
.lower .article_post .article_content > p + p {
  margin-top: 1em;
}
.lower .article_post .button_wrapper {
  font-weight: 600;
  border-top: calc(100vw / 375 * 2) solid #DDD;
  margin-top: 5.3333333333vw;
  padding-top: 5.3333333333vw;
}
.lower .property_detail {
  padding: 10.6666666667vw 0;
}
.lower .property_detail h1 {
  padding: 0 0 5.3333333333vw 0;
  margin: 0 5.3333333333vw;
  text-align: left;
  font-size: 5.3333333333vw;
  background-color: transparent;
  border-bottom: calc(100vw / 375 * 2) solid #222;
  line-height: 1.5;
}
.lower .property_detail h1::before,
.lower .property_detail h1::after {
  display: none;
}
.lower .property_detail .property_overview {
  margin-top: 2.6666666667vw;
  padding: 0 5.3333333333vw;
}
.lower .property_detail .property_overview > dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.lower .property_detail .property_overview > dl dt {
  background-color: #222222;
  color: #FFFFFF;
  width: 16vw;
  padding: 1.3333333333vw;
  font-weight: 600;
  margin-top: 2.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(100vw / 375 * 4);
}
.lower .property_detail .property_overview > dl dd {
  width: calc(100% - 16vw);
  padding: 1.3333333333vw 2.6666666667vw;
  margin-top: 2.6666666667vw;
}
.lower .property_detail .property_gallery {
  margin-top: 5.3333333333vw;
  padding: 0 5.3333333333vw;
}
.lower .property_detail .property_gallery .main_slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.lower .property_detail .property_gallery .main_slider ul.slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.lower .property_detail .property_gallery .main_slider ul.slider .slide {
  min-width: 100%;
  height: 68vw;
  cursor: pointer;
}
.lower .property_detail .property_gallery .main_slider ul.slider .slide > img {
  height: 100%;
  object-fit: contain;
  border-radius: calc(100vw / 375 * 10);
}
.lower .property_detail .property_gallery .main_slider .slider_controls .prev, .lower .property_detail .property_gallery .main_slider .slider_controls .next {
  width: 8vw;
  height: 8vw;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  background-color: #FFF;
}
.lower .property_detail .property_gallery .main_slider .slider_controls .prev::before, .lower .property_detail .property_gallery .main_slider .slider_controls .next::before {
  content: "";
  position: absolute;
  top: calc(50% - 4vw);
  right: 0;
  width: 8vw;
  height: 8vw;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("./img/common/icon_arrow.svg");
  background-color: #f6990e;
}
.lower .property_detail .property_gallery .main_slider .slider_controls .prev {
  left: 5.3333333333vw;
}
.lower .property_detail .property_gallery .main_slider .slider_controls .prev::before {
  transform: scale(-1, 1);
}
.lower .property_detail .property_gallery .main_slider .slider_controls .next {
  right: 5.3333333333vw;
}
.lower .property_detail .property_gallery .thumbnail_container {
  display: flex;
  margin-top: 2.6666666667vw;
}
.lower .property_detail .property_gallery .thumbnail_container ul.thumbnail_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.3333333333vw;
}
.lower .property_detail .property_gallery .thumbnail_container ul.thumbnail_list .thumbnail {
  width: calc((100% - 4vw) / 4);
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  background-color: #222;
  border-radius: calc(100vw / 375 * 12);
}
.lower .property_detail .property_gallery .thumbnail_container ul.thumbnail_list .thumbnail > img {
  height: 100%;
  object-fit: cover;
  border-radius: calc(100vw / 375 * 10);
}
.lower .property_detail .property_gallery .thumbnail_container ul.thumbnail_list .thumbnail:hover > img {
  opacity: 0.7;
}
.lower .property_detail .property_gallery .thumbnail_container ul.thumbnail_list .thumbnail.active > img {
  opacity: 0.5;
}
.lower .property_detail .property_gallery .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.lower .property_detail .property_gallery .modal .modal_content {
  padding: 16vw 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.lower .property_detail .property_gallery .modal .modal_content > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.lower .property_detail .property_gallery .modal .modal_content .close {
  width: 16vw;
  height: 16vw;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.6666666667vw;
  background-color: #222222;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower .property_detail .property_info {
  margin-top: 5.3333333333vw;
  padding: 0 5.3333333333vw;
}
.lower .property_detail .property_info .recommend_text h2 {
  background-color: #f6990e;
  color: #FFFFFF;
  font-size: 4.8vw;
  font-weight: 600;
  padding: 2.6666666667vw;
  border-radius: 1.6vw 1.6vw 0 0;
  border-top: calc(100vw / 375 * 2) solid #222;
  border-right: calc(100vw / 375 * 2) solid #222;
  border-left: calc(100vw / 375 * 2) solid #222;
}
.lower .property_detail .property_info .recommend_text p {
  font-size: 4.2666666667vw;
  padding: 5.3333333333vw;
  line-height: 1.5;
  border-radius: 0 0 1.6vw 1.6vw;
  border-right: calc(100vw / 375 * 2) solid #222;
  border-bottom: calc(100vw / 375 * 2) solid #222;
  border-left: calc(100vw / 375 * 2) solid #222;
  background-color: #FFF;
}
.lower .property_detail .property_info .recommend_text + h3 {
  margin-top: 5.3333333333vw;
}
.lower .property_detail .property_info h3 {
  font-size: 3.7333333333vw;
  font-weight: 600;
  color: #f6990e;
}
.lower .property_detail .property_info ul.recommend_list {
  margin-top: 5.3333333333vw;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
}
.lower .property_detail .property_info ul.recommend_list > li {
  background-color: #FFF;
  color: #cccccc;
  width: calc(50% - 1.3333333333vw);
  font-size: 3.2vw;
  font-weight: 600;
  padding: 4vw 2.6666666667vw 4vw 8.5333333333vw;
  border: calc(100vw / 375 * 2) solid #CCC;
  border-radius: 1.6vw;
  position: relative;
}
.lower .property_detail .property_info ul.recommend_list > li::before {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 1.6vw;
  position: absolute;
  top: 50%;
  left: 2.6666666667vw;
  transform: translateY(-50%) rotate(-45deg);
  border: 1.0666666667vw solid #cccccc;
  border-top: none;
  border-right: none;
}
.lower .property_detail .property_info ul.recommend_list > li.active {
  color: #FFF;
  border-color: #222;
  background-color: #39b2c3;
}
.lower .property_detail .property_info ul.recommend_list > li.active::before {
  border-color: #FFF;
}
.lower .property_detail .property_date {
  margin-top: 10.6666666667vw;
  padding: 0 5.3333333333vw;
}
.lower .property_detail .property_date h2 {
  font-size: 4.8vw;
  border-left: 1.0666666667vw solid #f6990e;
  padding-left: 2.6666666667vw;
}
.lower .property_detail .property_date dl {
  margin-top: 10.6666666667vw;
  border: calc(100vw / 375 * 2) solid #222;
  font-size: 3.2vw;
  line-height: 1.5;
}
.lower .property_detail .property_date dl + h2 {
  margin-top: 10.6666666667vw;
}
.lower .property_detail .property_date dl dt {
  background-color: #f2f2f2;
  padding: 2.6666666667vw;
  border-bottom: 1px solid #cccccc;
}
.lower .property_detail .property_date dl dd {
  padding: 2.6666666667vw;
  background-color: #FFF;
}
.lower .property_detail .property_date dl dd + dt {
  border-top: calc(100vw / 375 * 2) solid #222;
}
.lower .property_detail .property_date dl + dl {
  margin-top: 0;
  border-top: none;
}
.lower .property_detail .property_date .map {
  margin-top: 10.6666666667vw;
}
.lower .property_detail .property_date .map > iframe {
  width: 89.3333333333vw;
  aspect-ratio: 1/1;
}
.lower .property_list_wrapper {
  padding: 10.6666666667vw 5.3333333333vw;
}
.lower .property_list ul li {
  border-bottom: calc(100vw / 375 * 2) solid #222;
  padding-bottom: 10.6666666667vw;
}
.lower .property_list ul li + li {
  margin-top: 10.6666666667vw;
}
.lower .property_list ul li a {
  text-decoration: none;
}
.lower .property_list ul li .thumbnail {
  height: 68vw;
}
.lower .property_list ul li .thumbnail > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: calc(100vw / 375 * 10);
}
.lower .property_list ul li h3 {
  font-size: 5.3333333333vw;
  margin-top: 6.6666666667vw;
}
.lower .property_list ul li dl {
  line-height: 1.5;
  margin-top: 4vw;
  display: grid;
  grid-template-columns: auto 1fr;
}
.lower .property_list ul li dl dt {
  margin-top: 1.3333333333vw;
  background-color: #222222;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 1.3333333333vw;
  border-radius: calc(100vw / 375 * 4);
}
.lower .property_list ul li dl dd {
  margin-top: 1.3333333333vw;
  padding: 1.3333333333vw 0 1.3333333333vw 2.6666666667vw;
}
.form_layout > dt {
  position: relative;
}
.form_layout > dt::after {
  content: "任意";
  display: block;
  background-color: #DDD;
  color: #FFFFFF;
  font-size: 2.6666666667vw;
  line-height: 5.3333333333vw;
  padding: 0 1.3333333333vw;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: calc(100vw / 375 * 4);
}
.form_layout .required::after {
  content: "必須";
  background-color: #f6990e;
}
.form_layout select,
.form_layout button,
.form_layout input[type=text],
.form_layout input[type=tel],
.form_layout input[type=email],
.form_layout input[type=submit],
.form_layout textarea {
  width: 100%;
  font-size: 4.2666666667vw;
  padding: 5.3333333333vw;
  background-color: #f1f1f1;
}
.form_layout textarea {
  resize: vertical;
}

.submit_wrapper {
  position: relative;
  margin: 10.6666666667vw 0 0 0;
}
.submit_wrapper input[type=submit] {
  display: block;
  line-height: 1;
  background-color: #222222;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 1.0666666667vw;
  padding: 5.3333333333vw;
  font-size: 3.7333333333vw;
  margin: 0 auto;
}
.submit_wrapper .wpcf7-spinner {
  position: absolute;
  top: calc(-100vw / 375 * 15);
  right: 0;
  margin: 0;
  background-color: #222222;
  opacity: 1;
}
.submit_wrapper .wpcf7-spinner::before {
  background-color: #FFF;
}

.wpcf7-response-output {
  background-color: #ff0000;
  color: #FFFFFF;
  border: none !important;
  padding: 5.3333333333vw !important;
  margin: 10.6666666667vw 0 0 0 !important;
  line-height: 1.5;
}

.wpcf7-not-valid-tip {
  margin-top: 2.6666666667vw;
}

@media (min-width: 1024px), (min-aspect-ratio: 4/3) {
  body {
    font-size: min(1.25vw, 16px);
  }
  .pc {
    display: block;
  }
  .header {
    height: auto;
    display: block;
    box-shadow: 0 min(0.78125vw, 10px) min(0.78125vw, 10px) rgba(0, 0, 0, 0.08);
    background-color: #fff9e1;
  }
  .header .header_logo_wrapper {
    width: 100%;
    padding: 0 min(4.6875vw, 60px);
    height: min(6.25vw, 80px);
    display: flex;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
  }
  .header .header_logo {
    height: min(2.34375vw, 30px);
  }
  .header .header_description {
    display: flex;
    align-items: center;
    margin-left: min(1.5625vw, 20px);
    width: 100%;
  }
  .header .header_description .description {
    font-size: min(0.9375vw, 12px);
    font-weight: 600;
    line-height: 1.5;
  }
  .header .header_description .tel {
    margin-left: auto;
    font-size: min(calc(100vw / 1280 * 30), 30px);
    font-weight: 600;
  }
  .header .header_description .tel .tel_wrapper {
    display: block;
    position: relative;
    padding-left: min(calc(100vw / 1280 * 35), 35px);
  }
  .header .header_description .tel .tel_wrapper::before {
    content: "";
    position: absolute;
    top: calc(50% - min(calc(100vw / 1280 * 26), 26px) / 2);
    left: 0;
    width: min(calc(100vw / 1280 * 26), 26px);
    height: min(calc(100vw / 1280 * 26), 26px);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("./img/common/icon_tel.svg");
    background-color: #7fb361;
  }
  .header .header_description .tel .text {
    display: block;
    font-size: min(0.9375vw, 12px);
    text-align: right;
    margin-top: min(0.3125vw, 4px);
  }
  .header .header_description .mail {
    margin-left: min(1.5625vw, 20px);
  }
  .header .header_description .mail > a {
    display: flex;
    align-items: center;
    background-color: #39b2c3;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 40px;
    font-size: min(1.09375vw, 14px);
    font-weight: 600;
    height: min(3.125vw, 40px);
    padding: 0 min(1.5625vw, 20px);
  }
  .header .header_description .mail > a > span {
    position: relative;
    padding-left: min(1.875vw, 24px);
  }
  .header .header_description .mail > a > span::before {
    content: "";
    position: absolute;
    top: calc(50% - min(1.09375vw, 14px) / 2);
    left: 0;
    width: min(1.09375vw, 14px);
    height: min(1.09375vw, 14px);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("./img/common/icon_mail.svg");
    background-color: #FFFFFF;
  }
  .header .header_menu {
    position: static;
    height: min(3.90625vw, 50px);
    padding-top: 0;
    background-color: #FFF;
  }
  .header .header_menu ul.header_menu_list {
    height: 100%;
    display: flex;
    padding: 0 min(4.6875vw, 60px);
    border-top: none;
    max-width: 1320px;
    margin: 0 auto;
  }
  .header .header_menu ul.header_menu_list li::before {
    display: none;
  }
  .header .header_menu ul.header_menu_list li + li {
    margin: 0 0 0 min(3.125vw, 40px);
  }
  .header .header_menu ul.header_menu_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: min(calc(100vw / 1280 * 16), 16px);
    padding-right: min(1.875vw, 24px);
  }
  .header .header_menu ul.header_menu_list li a::before {
    content: "";
    position: absolute;
    top: calc(50% - min(calc(100vw / 1280 * 16), 16px) / 2);
    right: 0;
    width: min(calc(100vw / 1280 * 16), 16px);
    height: min(calc(100vw / 1280 * 16), 16px);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("./img/common/icon_arrow.svg");
  }
  .header .header_menu .tel {
    display: none;
  }
  .header .header_menu_button {
    display: none;
  }
  main {
    padding-top: min(10.15625vw, 130px);
  }
  .footer {
    padding: min(4.6875vw, 60px);
  }
  .footer .footer_logo {
    height: min(calc(100vw / 1280 * 114), 114px);
  }
  .footer .sns_menu {
    margin-top: min(calc(100vw / 1280 * 60), 60px);
  }
  .footer .sns_menu ul {
    gap: min(calc(100vw / 1280 * 30), 30px);
  }
  .footer .sns_menu ul li a img {
    height: min(calc(100vw / 1280 * 50), 50px);
  }
  .footer .footer_menu {
    margin-top: min(4.6875vw, 60px);
  }
  .footer .footer_menu ul.footer_menu_list {
    gap: min(3.125vw, 40px);
    justify-content: center;
  }
  .footer .footer_menu ul.footer_menu_list li {
    width: auto;
  }
  .footer .footer_menu ul.footer_menu_list li a {
    font-size: min(1.09375vw, 14px);
    padding-right: min(1.875vw, 24px);
  }
  .footer .footer_menu ul.footer_menu_list li a::before {
    content: "";
    position: absolute;
    top: calc(50% - min(1.09375vw, 14px) / 2);
    right: 0;
    width: min(1.09375vw, 14px);
    height: min(1.09375vw, 14px);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("./img/common/icon_arrow.svg");
  }
  .footer small {
    font-size: min(0.9375vw, 12px);
    margin-top: min(4.6875vw, 60px);
    text-align: center;
  }
  .loading_screen .loading_logo {
    width: min(21.875vw, 280px);
  }
  .contact_section {
    padding: min(4.6875vw, 60px) min(4.6875vw, 60px) min(calc(100vw / 1280 * 220), 220px);
    background-size: min(calc(100vw / 1280 * 800), 800px) auto;
  }
  .contact_section h2 {
    font-size: min(2.8125vw, 36px);
    margin-bottom: min(calc(100vw / 1280 * 100), 100px);
  }
  .contact_section h2::after {
    height: min(calc(100vw / 1280 * 16), 16px);
    width: min(calc(100vw / 1280 * 50), 50px);
    transform: translate(-50%, calc(min(9.375vw, 120px) / 2));
    border-width: min(calc(100vw / 1280 * 2), 2px);
    border-radius: min(calc(100vw / 1280 * 4), 4px);
  }
  .contact_section h2 + p {
    font-size: min(1.5625vw, 20px);
    margin-top: min(4.6875vw, 60px);
    line-height: 1.75;
  }
  .contact_section .contact_section_inner {
    padding: min(3.125vw, 40px) min(4.6875vw, 60px);
    max-width: 960px;
    margin: min(3.125vw, 40px) auto 0;
    border-radius: min(calc(100vw / 1280 * 10), 10px);
  }
  .contact_section .contact_section_inner ul {
    display: flex;
    gap: 0 min(1.5625vw, 20px);
  }
  .contact_section .contact_section_inner ul li {
    width: 50%;
  }
  .contact_section .contact_section_inner ul li + li {
    margin-top: 0;
  }
  .contact_section .contact_section_inner ul li .notes {
    font-size: min(1.09375vw, 14px);
    margin: 0 0 0 min(2.34375vw, 30px);
  }
  .contact_section .contact_section_inner ul li > a {
    height: min(6.25vw, 80px);
    border-radius: min(6.25vw, 80px);
    font-size: min(1.875vw, 24px);
  }
  .contact_section .contact_section_inner ul li.tel_pc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .contact_section .contact_section_inner ul li.tel_pc .num {
    font-size: min(3.75vw, 48px);
    font-weight: 600;
    position: relative;
    padding-left: min(5.078125vw, 65px);
  }
  .contact_section .contact_section_inner ul li.tel_pc .num::before {
    content: "";
    position: absolute;
    top: calc(50% - min(3.125vw, 48px) / 2);
    left: 0;
    width: min(3.125vw, 48px);
    height: min(3.125vw, 48px);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("./img/common/icon_tel.svg");
    background-color: #7fb361;
  }
  .contact_section .contact_section_inner ul li.tel {
    display: none;
  }
  .contact_section .contact_section_inner ul li.mail > a > span {
    padding-left: min(3.4375vw, 44px);
  }
  .contact_section .contact_section_inner ul li.mail > a > span::before {
    content: "";
    position: absolute;
    top: calc(50% - min(1.875vw, 24px) / 2);
    left: 0;
    width: min(1.875vw, 24px);
    height: min(1.875vw, 24px);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("./img/common/icon_mail.svg");
    background-color: #FFFFFF;
  }
  .top .hero_section .img .catchphrase {
    width: min(calc(100vw / 1920 * 600), 600px);
    top: 50%;
    left: calc(50% - min(calc(100vw / 1920 * 850), 850px));
    transform: translateY(-50%);
  }
  .top .hero_section .img .advantage {
    overflow: hidden;
    height: min(calc(100vw / 1920 * 804), 804px);
  }
  .top .hero_section .img .advantage .sp {
    display: none;
  }
  .top .infomation_section {
    padding: min(4.6875vw, 60px);
  }
  .top .infomation_section h2 {
    font-size: min(2.8125vw, 36px);
  }
  .top .infomation_section ul.info_list {
    max-width: 1080px;
    margin: min(4.6875vw, 60px) auto 0;
    border-top: min(calc(100vw / 1280 * 2), 2px) solid #DDD;
    border-bottom: min(calc(100vw / 1280 * 2), 2px) solid #DDD;
    padding: min(1.5625vw, 20px) 0;
  }
  .top .infomation_section ul.info_list li a {
    font-size: min(1.09375vw, 14px);
  }
  .top .infomation_section ul.info_list li a .cat {
    margin-left: min(1.5625vw, 20px);
    width: min(calc(100vw / 1280 * 100), 100px);
    border-radius: min(calc(100vw / 1280 * 4), 4px);
  }
  .top .infomation_section ul.info_list li a .meta {
    padding-left: min(1.5625vw, 20px);
    width: auto;
    margin-top: 0;
  }
  .top .infomation_section ul.info_list li + li {
    margin-top: min(1.5625vw, 20px);
    padding-top: min(1.5625vw, 20px);
    border-top: min(calc(100vw / 1280 * 2), 2px) solid #DDD;
  }
  .top .infomation_section .view_more {
    margin: min(3.125vw, 40px) auto 0;
    max-width: 1080px;
  }
  .top .infomation_section .view_more a {
    font-size: min(0.9375vw, 12px);
    padding-right: min(1.71875vw, 22px);
  }
  .top .infomation_section .view_more a::before {
    content: "";
    position: absolute;
    top: calc(50% - min(0.9375vw, 12px) / 2);
    right: 0;
    width: min(0.9375vw, 12px);
    height: min(0.9375vw, 12px);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("./img/common/icon_arrow.svg");
  }
  .top .greetings_section {
    padding: min(9.375vw, 120px) 0 min(calc(100vw / 1280 * 60), 60px);
  }
  .top .greetings_section h2 {
    font-size: min(2.8125vw, 36px);
    margin-bottom: min(calc(100vw / 1280 * 100), 100px);
  }
  .top .greetings_section h2::after {
    height: min(calc(100vw / 1280 * 16), 16px);
    width: min(calc(100vw / 1280 * 50), 50px);
    transform: translate(-50%, calc(min(9.375vw, 120px) / 2));
    border-width: min(calc(100vw / 1280 * 2), 2px);
    border-radius: min(calc(100vw / 1280 * 4), 4px);
  }
  .top .greetings_section p {
    font-size: min(1.5625vw, 20px);
    text-align: center;
  }
  .top .greetings_section p.lead {
    font-size: min(calc(100vw / 1280 * 30), 30px);
  }
  .top .property_section {
    padding: min(4.6875vw, 60px) 0;
  }
  .top .property_section h2 {
    font-size: min(2.8125vw, 36px);
    margin-bottom: min(calc(100vw / 1280 * 100), 100px);
  }
  .top .property_section h2::after {
    height: min(calc(100vw / 1280 * 16), 16px);
    width: min(calc(100vw / 1280 * 50), 50px);
    transform: translate(-50%, calc(min(9.375vw, 120px) / 2));
    border-width: min(calc(100vw / 1280 * 2), 2px);
    border-radius: min(calc(100vw / 1280 * 4), 4px);
  }
  .top .property_section .property_list {
    margin-top: min(4.6875vw, 60px);
  }
  .top .property_section .property_list .slider_wrapper {
    padding: 0 min(1.5625vw, 20px) 0;
    max-width: 1240px;
    margin: 0 auto;
  }
  .top .property_section .property_list .slider_wrapper ul.slider {
    gap: min(1.5625vw, 20px);
  }
  .top .property_section .property_list .slider_wrapper ul.slider li {
    flex: 0 0 calc(20% - min(1.5625vw, 20px) * 0.8);
  }
  .top .property_section .property_list .slider_wrapper ul.slider li .thumbnail {
    height: auto;
    aspect-ratio: 59/45;
  }
  .top .property_section .property_list .slider_wrapper ul.slider li .thumbnail > img {
    border-radius: min(calc(100vw / 1280 * 10), 10px);
  }
  .top .property_section .property_list .slider_wrapper ul.slider li h3 {
    font-size: min(1.5625vw, 20px);
    margin-top: min(1.5625vw, 20px);
  }
  .top .property_section .property_list .slider_wrapper ul.slider li dl {
    margin-top: min(0.78125vw, 10px);
    font-size: min(1.09375vw, 14px);
  }
  .top .property_section .property_list .slider_wrapper ul.slider li dl dt {
    margin-top: min(0.390625vw, 5px);
    padding: min(0.390625vw, 5px);
    font-size: min(calc(100vw / 1280 * 12), 12px);
    border-radius: min(calc(100vw / 1280 * 4), 4px);
  }
  .top .property_section .property_list .slider_wrapper ul.slider li dl dd {
    margin-top: min(0.390625vw, 5px);
    padding: min(0.390625vw, 5px) 0 min(0.390625vw, 5px) min(0.78125vw, 10px);
  }
  .top .property_section .property_list .slider_button {
    position: absolute;
    top: max(-4.6875vw, -60px);
    left: calc(50% + min(43.359375vw, 555px));
    transform: translateX(-50%);
    width: min(7.03125vw, 90px);
    height: min(3.125vw, 40px);
  }
  .top .property_section .property_list .slider_button .prev, .top .property_section .property_list .slider_button .next {
    width: min(3.125vw, 40px);
    height: min(3.125vw, 40px);
    top: 0;
  }
  .top .property_section .property_list .slider_button .prev::before, .top .property_section .property_list .slider_button .next::before {
    content: "";
    position: absolute;
    top: calc(50% - min(3.125vw, 40px) / 2);
    right: 0;
    width: min(3.125vw, 40px);
    height: min(3.125vw, 40px);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("./img/common/icon_arrow.svg");
  }
  .top .property_section .property_list .slider_button .prev {
    left: 0;
  }
  .top .property_section .property_list .slider_button .next {
    right: 0;
  }
  .top .property_section .no_list {
    padding: min(9.375vw, 120px) 0;
  }
  .top .property_section .view_more {
    margin: min(calc(100vw / 1280 * 40), 40px) auto 0;
    padding: 0;
    width: min(93.75vw, 1200px);
    border: none;
  }
  .top .property_section .view_more a {
    font-size: min(1.09375vw, 14px);
    padding-right: min(1.875vw, 24px);
  }
  .top .property_section .view_more a::before {
    content: "";
    position: absolute;
    top: calc(50% - min(1.09375vw, 14px) / 2);
    right: 0;
    width: min(1.09375vw, 14px);
    height: min(1.09375vw, 14px);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("./img/common/icon_arrow.svg");
  }
  .top .property_section .view_more + * {
    margin-top: min(6.25vw, 80px);
  }
  .top .service_section {
    max-width: 1440px;
    margin: 0 auto min(calc(100vw / 1280 * 60), 60px);
  }
  .top .service_section h2 {
    font-size: min(2.8125vw, 36px);
    margin-bottom: min(calc(100vw / 1280 * 100), 100px);
  }
  .top .service_section h2::after {
    height: min(calc(100vw / 1280 * 16), 16px);
    width: min(calc(100vw / 1280 * 50), 50px);
    transform: translate(-50%, calc(min(9.375vw, 120px) / 2));
    border-width: min(calc(100vw / 1280 * 2), 2px);
    border-radius: min(calc(100vw / 1280 * 4), 4px);
  }
  .top .service_section .header_group {
    padding: min(calc(100vw / 1280 * 500), 500px) min(4.6875vw, 60px) min(calc(100vw / 1280 * 100), 100px);
    background-size: 100% auto;
  }
  .top .service_section .header_group p {
    font-size: min(1.5625vw, 20px);
  }
  .top .service_section .service_list {
    padding: 0 min(4.6875vw, 60px) 0;
    margin: max(-4.6875vw, -60px) auto 0;
    max-width: 1320px;
  }
  .top .service_section .service_list ul {
    display: flex;
    gap: 4px;
  }
  .top .service_section .service_list ul li {
    border-left: none;
    border-top: min(0.3125vw, 4px) solid #f6990e;
    flex: 1;
  }
  .top .service_section .service_list ul li + li {
    margin: 0;
  }
  .top .service_section .service_list ul li a {
    padding: min(3.125vw, 40px) min(1.5625vw, 20px) min(3.125vw, 40px) min(12.5vw, 160px);
    background-size: min(9.375vw, 120px);
    background-position: min(1.5625vw, 20px) 50%;
  }
  .top .service_section .service_list ul li h3 {
    font-size: min(1.5625vw, 20px);
    margin-bottom: min(1.171875vw, 15px);
    padding-right: min(2.34375vw, 30px);
  }
  .top .service_section .service_list ul li h3::before {
    content: "";
    position: absolute;
    top: calc(50% - min(1.5625vw, 20px) / 2);
    right: 0;
    width: min(1.5625vw, 20px);
    height: min(1.5625vw, 20px);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("./img/common/icon_arrow.svg");
  }
  .top .service_section .service_list ul li p {
    font-size: min(1.09375vw, 14px);
  }
  .top .about_us_section {
    padding: min(4.6875vw, 60px) min(4.6875vw, 60px);
    max-width: 1320px;
    margin: 0 auto;
  }
  .top .about_us_section h2 {
    font-size: min(2.8125vw, 36px);
    margin-bottom: min(calc(100vw / 1280 * 100), 100px);
  }
  .top .about_us_section h2::after {
    height: min(calc(100vw / 1280 * 16), 16px);
    width: min(calc(100vw / 1280 * 50), 50px);
    transform: translate(-50%, calc(min(9.375vw, 120px) / 2));
    border-width: min(calc(100vw / 1280 * 2), 2px);
    border-radius: min(calc(100vw / 1280 * 4), 4px);
  }
  .top .about_us_section .detail_wrapper {
    display: flex;
    align-items: center;
  }
  .top .about_us_section .img {
    width: 50%;
  }
  .top .about_us_section .detail_list {
    width: 50%;
    margin-top: 0;
  }
  .top .about_us_section .detail_list dl {
    padding-left: min(4.6875vw, 60px);
    gap: min(1.5625vw, 20px) 0;
  }
  .top .about_us_section .detail_list dl dt {
    padding: 0 0 min(1.5625vw, 20px) 0;
    border-bottom-width: min(calc(100vw / 1280 * 2), 2px);
  }
  .top .about_us_section .detail_list dl dd {
    padding: 0 0 min(1.5625vw, 20px) min(3.125vw, 40px);
    border-bottom-width: min(calc(100vw / 1280 * 2), 2px);
  }
  .lower .pagination {
    margin: min(4.6875vw, 60px) auto 0;
    font-size: min(1.09375vw, 14px);
    text-align: center;
  }
  .lower .pagination > * + * {
    margin-left: min(1.5625vw, 20px);
  }
  .lower h1 {
    padding: min(4.6875vw, 60px) 0;
    font-size: min(3.28125vw, 42px);
  }
  .lower h1::before {
    width: 100px;
    height: 119px;
    top: 30px;
    left: auto;
    right: calc(50% - min(calc(100vw / 1920 * 480), 380px));
  }
  .lower h1::after {
    width: 216px;
    height: 230px;
    top: -20px;
    right: calc(50% - min(calc(100vw / 1920 * 900), 600px));
  }
  .lower .section_wrapper {
    padding: min(4.6875vw, 60px);
  }
  .lower .section_wrapper section {
    max-width: 1080px;
    margin: 0 auto;
  }
  .lower .section_wrapper section + section {
    margin-top: min(4.6875vw, 60px);
  }
  .lower .section_wrapper section.page_link {
    padding-top: min(14.84375vw, 190px);
    margin-top: max(-10.15625vw, -130px);
  }
  .lower .section_wrapper h2 {
    font-size: min(2.03125vw, 26px);
    padding: 0 0 min(1.5625vw, 20px) 0;
    border-bottom-width: min(0.3125vw, 4px);
  }
  .lower .section_wrapper h2 + * {
    margin-top: min(4.6875vw, 60px);
  }
  .lower .section_wrapper h3 {
    font-size: min(2.03125vw, 26px);
    border-left-width: min(0.3125vw, 4px);
    padding: min(0.78125vw, 10px) min(1.5625vw, 20px);
  }
  .lower .section_wrapper h3 > span {
    font-size: min(1.25vw, 16px);
  }
  .lower .section_wrapper h3 + * {
    margin-top: min(4.6875vw, 60px);
  }
  .lower .section_wrapper h4 {
    font-size: min(1.71875vw, 22px);
    border-bottom-width: min(0.15625vw, 2px);
    padding: 0 min(1.5625vw, 20px) min(1.5625vw, 20px) min(1.5625vw, 20px);
  }
  .lower .section_wrapper h4 + * {
    margin-top: min(4.6875vw, 60px);
  }
  .lower .section_wrapper p {
    font-size: min(1.40625vw, 18px);
    padding: 0 min(4.6875vw, 60px);
  }
  .lower .section_wrapper * + p {
    margin-top: min(4.6875vw, 60px);
  }
  .lower .section_wrapper p + * {
    margin-top: min(4.6875vw, 60px);
  }
  .lower .section_wrapper p.notes {
    font-size: min(0.9375vw, 12px) !important;
  }
  .lower .section_wrapper p.bold {
    font-size: min(1.5625vw, 20px);
  }
  .lower .section_wrapper p + p {
    margin-top: 1.5em;
  }
  .lower .section_wrapper dl {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 0 min(4.6875vw, 60px);
  }
  .lower .section_wrapper dl dt {
    padding: min(1.5625vw, 20px) 0 min(1.5625vw, 20px) min(1.5625vw, 20px);
    border-top-width: min(calc(100vw / 1280 * 2), 2px);
  }
  .lower .section_wrapper dl dt:last-of-type {
    border-bottom: min(calc(100vw / 1280 * 2), 2px) solid #DDD;
  }
  .lower .section_wrapper dl dd {
    padding: min(1.5625vw, 20px) min(1.5625vw, 20px) min(1.5625vw, 20px) min(3.125vw, 40px);
    border-top: min(calc(100vw / 1280 * 2), 2px) solid #DDD;
  }
  .lower .section_wrapper dl dd:last-of-type {
    border-bottom: min(calc(100vw / 1280 * 2), 2px) solid #DDD;
  }
  .lower .section_wrapper dl + * {
    margin-top: min(4.6875vw, 60px);
  }
  .lower .section_wrapper ul.detail_list li {
    padding-left: min(1.5625vw, 20px);
  }
  .lower .section_wrapper ul.detail_list li + li {
    margin-top: min(0.78125vw, 10px);
  }
  .lower .section_wrapper ul.detail_list li::before {
    width: min(0.78125vw, 10px);
    height: min(0.78125vw, 10px);
    border-radius: min(0.78125vw, 10px);
  }
  .lower .section_wrapper ul.outline_list > li {
    padding: 0 min(4.6875vw, 60px);
  }
  .lower .section_wrapper ul.outline_list > li + li {
    margin-top: min(4.6875vw, 60px);
  }
  .lower .section_wrapper ul.outline_list > li h3 {
    display: flex;
    border-right-width: min(0.3125vw, 4px);
  }
  .lower .section_wrapper ul.outline_list > li h3::before {
    font-size: min(1.40625vw, 18px);
    line-height: min(3.046875vw, 39px);
    padding: 0 min(1.5625vw, 20px);
    margin-right: min(1.5625vw, 20px);
  }
  .lower .section_wrapper ul.outline_list > li h3::after {
    width: min(3.125vw, 40px);
    left: min(3.4375vw, 44px);
    bottom: max(-2.65625vw, -34px);
  }
  .lower .section_wrapper ul.outline_list > li p {
    font-size: min(1.25vw, 16px);
  }
  .lower .section_wrapper .list_wrapper {
    padding: min(1.5625vw, 20px);
    margin: 0 min(4.6875vw, 60px);
    border-width: min(calc(100vw / 1280 * 2), 2px);
  }
  .lower .section_wrapper .list_wrapper > p {
    font-size: min(1.25vw, 16px);
    padding: 0;
  }
  .lower .section_wrapper .list_wrapper > p + * {
    margin-top: min(1.5625vw, 20px);
  }
  .lower .section_wrapper * + .list_wrapper {
    margin-top: min(4.6875vw, 60px);
  }
  .lower .section_wrapper ul + * {
    margin-top: 10.6666666667vw;
  }
  .lower .section_wrapper ol {
    padding: 0 min(4.6875vw, 60px) 0 min(6.71875vw, 86px);
  }
  .lower .section_wrapper ol > li {
    line-height: 1.75;
  }
  .lower .section_wrapper ol > li + li {
    margin-top: min(1.5625vw, 20px);
  }
  .lower .section_wrapper ol + * {
    margin-top: min(4.6875vw, 60px);
  }
  .lower .section_wrapper .section_ele {
    padding: 0 min(4.6875vw, 60px);
  }
  .lower .section_wrapper .img_ele {
    margin: min(4.6875vw, 60px) max(-4.6875vw, -60px) ;
    padding: 0 min(4.6875vw, 60px);
  }
  .lower .section_wrapper .attention_ele {
    padding: min(1.5625vw, 20px);
    margin: min(3.125vw, 40px) min(4.6875vw, 60px) 0;
  }
  .lower .section_wrapper .attention_ele > p {
    padding: 0;
  }
  .lower .section_wrapper iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 5/2;
  }
  .lower .info_list ul li {
    padding-bottom: min(1.5625vw, 20px);
    border-bottom-width: min(calc(100vw / 1280 * 2), 2px);
  }
  .lower .info_list ul li + li {
    margin-top: min(1.5625vw, 20px);
  }
  .lower .info_list ul li a .time {
    font-size: min(1.09375vw, 14px);
  }
  .lower .info_list ul li a .cat {
    font-size: min(1.09375vw, 14px);
    margin-left: min(1.5625vw, 20px);
    width: min(calc(100vw / 1280 * 100), 100px);
    border-radius: min(calc(100vw / 1280 * 4), 4px);
  }
  .lower .info_list ul li a .meta {
    font-size: min(1.09375vw, 14px);
    padding-left: min(1.5625vw, 20px);
    width: auto;
    margin-top: 0;
  }
  .lower .article_post {
    padding: min(9.375vw, 120px) min(4.6875vw, 60px);
  }
  .lower .article_post .article_post_inner {
    padding: 0;
    max-width: 1080px;
    margin: 0 auto;
  }
  .lower .article_post h2 {
    font-size: min(2.1875vw, 28px);
  }
  .lower .article_post .article_post_data {
    font-size: min(1.09375vw, 14px);
    margin-top: min(3.125vw, 40px);
    padding-bottom: min(1.5625vw, 20px);
    border-bottom-width: min(calc(100vw / 1280 * 2), 2px);
  }
  .lower .article_post .article_post_data .posted_data {
    padding-right: min(1.5625vw, 20px);
    margin-right: min(1.5625vw, 20px);
    border-right-width: min(calc(100vw / 1280 * 2), 2px);
  }
  .lower .article_post .article_content {
    margin-top: min(4.6875vw, 60px);
  }
  .lower .article_post .article_content > p {
    padding: 0 min(4.6875vw, 60px);
  }
  .lower .article_post .button_wrapper {
    margin-top: min(4.6875vw, 60px);
    padding-top: min(4.6875vw, 60px);
    border-top-width: min(calc(100vw / 1280 * 2), 2px);
  }
  .lower .property_detail {
    padding: min(4.6875vw, 60px);
  }
  .lower .property_detail > section {
    max-width: 1080px;
    margin: 0 auto;
  }
  .lower .property_detail h1 {
    padding: 0 0 min(4.6875vw, 60px) 0;
    margin: 0;
    font-size: min(3.28125vw, 42px);
    border-bottom-width: min(calc(100vw / 1280 * 2), 2px);
  }
  .lower .property_detail .property_overview {
    margin-top: min(4.6875vw, 60px);
    padding: 0 min(4.6875vw, 60px);
  }
  .lower .property_detail .property_overview > dl {
    display: grid;
    grid-template-columns: repeat(2, auto 1fr);
    row-gap: min(0.78125vw, 10px);
    align-items: start;
  }
  .lower .property_detail .property_overview > dl dt {
    width: auto;
    padding: min(0.390625vw, 5px) min(0.78125vw, 10px);
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: min(calc(100vw / 1280 * 4), 4px);
  }
  .lower .property_detail .property_overview > dl dd {
    width: auto;
    padding: min(0.390625vw, 5px) min(1.5625vw, 20px);
    margin-top: 0;
  }
  .lower .property_detail .property_gallery {
    margin-top: min(3.125vw, 40px);
    padding: 0 min(4.6875vw, 60px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .lower .property_detail .property_gallery .main_slider {
    width: min(46.09375vw, 590px);
    height: min(35.15625vw, 450px);
  }
  .lower .property_detail .property_gallery .main_slider ul.slider {
    height: 100%;
  }
  .lower .property_detail .property_gallery .main_slider ul.slider .slide {
    height: 100%;
  }
  .lower .property_detail .property_gallery .main_slider ul.slider .slide > img {
    border-radius: min(calc(100vw / 1280 * 10), 10px);
  }
  .lower .property_detail .property_gallery .main_slider .slider_wrapper {
    height: 100%;
  }
  .lower .property_detail .property_gallery .main_slider .slider_controls .prev, .lower .property_detail .property_gallery .main_slider .slider_controls .next {
    width: min(3.125vw, 40px);
    height: min(3.125vw, 40px);
  }
  .lower .property_detail .property_gallery .main_slider .slider_controls .prev::before, .lower .property_detail .property_gallery .main_slider .slider_controls .next::before {
    content: "";
    position: absolute;
    top: calc(50% - min(3.125vw, 40px) / 2);
    right: 0;
    width: min(3.125vw, 40px);
    height: min(3.125vw, 40px);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("./img/common/icon_arrow.svg");
  }
  .lower .property_detail .property_gallery .main_slider .slider_controls .prev {
    left: min(1.5625vw, 20px);
  }
  .lower .property_detail .property_gallery .main_slider .slider_controls .prev::before {
    transform: scale(-1, 1);
  }
  .lower .property_detail .property_gallery .main_slider .slider_controls .next {
    right: min(1.5625vw, 20px);
  }
  .lower .property_detail .property_gallery .thumbnail_container {
    padding-left: min(0.78125vw, 10px);
    margin-top: 0;
    width: calc(100% - min(46.09375vw, 590px));
  }
  .lower .property_detail .property_gallery .thumbnail_container ul.thumbnail_list {
    gap: min(0.78125vw, 10px);
  }
  .lower .property_detail .property_gallery .thumbnail_container ul.thumbnail_list .thumbnail {
    width: calc((100% - min(0.78125vw, 10px) * 3) / 4);
    border-radius: min(calc(100vw / 1280 * 12), 12px);
  }
  .lower .property_detail .property_gallery .thumbnail_container ul.thumbnail_list .thumbnail > img {
    border-radius: min(calc(100vw / 1280 * 10), 10px);
  }
  .lower .property_detail .property_gallery .modal .modal_content {
    padding: min(4.6875vw, 60px);
  }
  .lower .property_detail .property_gallery .modal .modal_content .close {
    width: min(4.6875vw, 60px);
    height: min(4.6875vw, 60px);
    font-size: min(0.78125vw, 10px);
  }
  .lower .property_detail .property_info {
    margin-top: min(3.125vw, 40px);
    padding: 0 min(4.6875vw, 60px);
  }
  .lower .property_detail .property_info .recommend_text h2 {
    font-size: min(1.875vw, 24px);
    padding: min(0.78125vw, 10px) min(1.5625vw, 20px);
    border-radius: min(0.46875vw, 6px) min(0.46875vw, 6px) 0 0;
    border-top-width: min(calc(100vw / 1280 * 2), 2px);
    border-right-width: min(calc(100vw / 1280 * 2), 2px);
    border-left-width: min(calc(100vw / 1280 * 2), 2px);
  }
  .lower .property_detail .property_info .recommend_text p {
    font-size: min(1.40625vw, 18px);
    padding: min(3.125vw, 40px);
    border-radius: 0 0 min(0.46875vw, 6px) min(0.46875vw, 6px);
    border-right-width: min(calc(100vw / 1280 * 2), 2px);
    border-bottom-width: min(calc(100vw / 1280 * 2), 2px);
    border-left-width: min(calc(100vw / 1280 * 2), 2px);
  }
  .lower .property_detail .property_info .recommend_text + h3 {
    margin-top: min(3.125vw, 40px);
  }
  .lower .property_detail .property_info h3 {
    font-size: min(1.09375vw, 14px);
  }
  .lower .property_detail .property_info ul.recommend_list {
    margin-top: min(3.125vw, 40px);
    gap: min(0.78125vw, 10px);
  }
  .lower .property_detail .property_info ul.recommend_list > li {
    flex: 0 0 calc((100% - min(0.78125vw, 10px) * 5) / 6);
    width: auto;
    font-size: min(0.9375vw, 12px);
    padding: min(1.171875vw, 15px) min(1.5625vw, 20px) min(1.171875vw, 15px) min(3.125vw, 40px);
    border-radius: min(0.46875vw, 6px);
    border-width: min(calc(100vw / 1280 * 2), 2px);
  }
  .lower .property_detail .property_info ul.recommend_list > li::before {
    width: min(0.78125vw, 10px);
    height: min(0.46875vw, 6px);
    left: min(1.171875vw, 15px);
    border-width: min(0.3125vw, 4px);
  }
  .lower .property_detail .property_date {
    margin-top: min(4.6875vw, 60px);
    padding: 0 min(4.6875vw, 60px);
  }
  .lower .property_detail .property_date h2 {
    font-size: min(1.875vw, 24px);
    border-left-width: min(0.3125vw, 4px);
    padding-left: min(1.5625vw, 20px);
  }
  .lower .property_detail .property_date dl {
    margin-top: min(3.125vw, 40px);
    font-size: min(1.09375vw, 14px);
    display: grid;
    grid-template-columns: repeat(2, auto 1fr);
    align-items: start;
    border-bottom: none;
    border-width: min(calc(100vw / 1280 * 2), 2px);
  }
  .lower .property_detail .property_date dl + h2 {
    margin-top: min(4.6875vw, 60px);
  }
  .lower .property_detail .property_date dl dt {
    padding: min(1.5625vw, 20px);
    min-width: min(12.5vw, 160px);
    height: 100%;
    border-bottom: min(calc(100vw / 1280 * 2), 2px) solid #222;
  }
  .lower .property_detail .property_date dl dd {
    padding: min(1.5625vw, 20px);
    border-bottom: min(calc(100vw / 1280 * 2), 2px) solid #222;
    height: 100%;
  }
  .lower .property_detail .property_date dl dd + dt {
    border-top: none;
  }
  .lower .property_detail .property_date dl.single {
    grid-template-columns: auto 1fr;
  }
  .lower .property_detail .property_date .map {
    margin-top: min(3.125vw, 40px);
  }
  .lower .property_detail .property_date .map > iframe {
    width: 100%;
    aspect-ratio: 5/2;
  }
  .lower .property_list_wrapper {
    padding: min(4.6875vw, 60px);
  }
  .lower .property_list_wrapper section {
    max-width: 1080px;
    margin: 0 auto;
  }
  .lower .property_list ul li {
    padding-bottom: min(1.5625vw, 20px);
    border-bottom-width: min(calc(100vw / 1280 * 2), 2px);
  }
  .lower .property_list ul li + li {
    margin-top: min(1.5625vw, 20px);
  }
  .lower .property_list ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .lower .property_list ul li .thumbnail {
    width: min(23.046875vw, 295px);
    height: auto;
    aspect-ratio: 59/45;
  }
  .lower .property_list ul li .thumbnail > img {
    border-radius: min(calc(100vw / 1280 * 10), 10px);
  }
  .lower .property_list ul li .property_meta {
    width: calc(100% - min(23.046875vw, 295px));
    padding: 0 0 0 min(3.125vw, 40px);
  }
  .lower .property_list ul li h3 {
    font-size: min(1.875vw, 24px);
    margin-top: 0;
  }
  .lower .property_list ul li dl {
    margin-top: min(1.5625vw, 20px);
  }
  .lower .property_list ul li dl dt {
    margin-top: min(0.390625vw, 5px);
    padding: min(0.390625vw, 5px) min(0.78125vw, 10px);
    border-radius: min(calc(100vw / 1280 * 4), 4px);
  }
  .lower .property_list ul li dl dd {
    margin-top: min(0.390625vw, 5px);
    padding: min(0.390625vw, 5px) 0 min(0.390625vw, 5px) min(1.5625vw, 20px);
  }
  .form_layout {
    max-width: 1200px;
    margin: 0 auto;
  }
  .form_layout > dt {
    display: flex;
    align-items: center;
    min-width: min(23.4375vw, 300px);
  }
  .form_layout > dt::after {
    display: inline-block;
    font-size: min(0.78125vw, 10px);
    line-height: min(1.5625vw, 20px);
    padding: 0 min(0.390625vw, 5px);
    position: static;
    margin-left: auto;
    border-radius: min(calc(100vw / 1280 * 4), 4px);
  }
  .form_layout select,
  .form_layout button,
  .form_layout input[type=text],
  .form_layout input[type=tel],
  .form_layout input[type=email],
  .form_layout input[type=submit],
  .form_layout textarea {
    width: 100%;
    font-size: min(1.25vw, 16px);
    padding: min(1.5625vw, 20px);
  }
  .submit_wrapper {
    margin: min(4.6875vw, 60px) auto 0;
    max-width: 540px;
  }
  .submit_wrapper input[type=submit] {
    border-radius: min(0.3125vw, 4px);
    padding: min(1.5625vw, 20px);
    font-size: min(1.09375vw, 14px);
  }
  .submit_wrapper .wpcf7-spinner {
    top: 0;
  }
  .wpcf7-response-output {
    max-width: 1080px;
    margin: min(4.6875vw, 60px) auto 0 !important;
    padding: min(1.5625vw, 20px) !important;
    text-align: center;
  }
  .wpcf7-not-valid-tip {
    margin-top: min(0.78125vw, 10px);
  }
}