.nav_wrap .nav_area {
  position: relative;
  display: flex;
}
.nav_wrap .nav_block {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
.nav_wrap .nav_home a {
  text-decoration: none;
}
.nav_wrap .nav_item {
  margin-right: 10px;
}
.nav_wrap .nav_item a {
  display: block;
  text-decoration: none;
}
.nav_wrap .nav_menu {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
  padding: 0 16px;
}
.header_wrap .header_area {
  display: flex;
}
.header_wrap .pc_logo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header_wrap .pc_logo {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header_wrap .mobile_logo {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

#section01,
#section02,
#section03,
#section04 {
  scroll-margin-top: 50px;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  #section01,
  #section02,
  #section03,
  #section04 {
    scroll-margin-top: 90px;
  }
}

.preload-bg {
  background-image: url("../images/footer/property_hover.png"), url("../images/section3/open_btn_hover.png");
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.header_table {
  height: 13.5vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header_table {
    height: 10vw;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
@media screen and (min-width: 1046px) {
  .header_table {
    height: 90px;
  }
}
.header_table .header_area {
  padding: 0 16px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header_table .header_area {
    box-shadow: none;
    height: 100%;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1046px) {
  .header_table .header_area {
    height: 90px;
  }
}
.header_table .logo {
  width: 40vw;
}
@media screen and (min-width: 768px) {
  .header_table .logo {
    width: 20vw;
  }
}
@media screen and (min-width: 1046px) {
  .header_table .logo {
    width: 264px;
  }
}
.header_table .logo img {
  width: 100%;
}

.menu_mobile {
  width: 6.5vw;
  position: absolute;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .menu_mobile {
    display: none;
  }
}
.menu_mobile.active .menu_open {
  display: none;
}
.menu_mobile.active .menu_close {
  display: block;
}
.menu_mobile .menu_close {
  display: none;
}
.menu_mobile img {
  width: 100%;
}

nav {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) {
  nav {
    position: absolute;
    top: 0;
    left: unset;
    bottom: 0;
    right: 16px;
    display: flex;
    align-items: center;
    z-index: 999;
  }
}
@media screen and (min-width: 1024px) {
  nav {
    right: 0;
  }
}
nav.active {
  display: block;
}
nav .nav_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  nav .nav_bg {
    display: none;
  }
}
nav ul {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  nav ul {
    display: flex;
    background-color: transparent;
  }
}
nav li {
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  nav li {
    margin-left: 3vw;
  }
}
@media screen and (min-width: 1046px) {
  nav li {
    margin-left: 40px;
  }
  nav li:nth-child(1) {
    margin-left: 0;
  }
}
nav li.line {
  position: absolute;
  left: 30px;
  right: 30px;
}
@media screen and (min-width: 768px) {
  nav li.line {
    display: none;
  }
}
nav a {
  text-decoration: none;
  display: block;
  padding: 30px 20px;
  font-weight: 500;
  color: #371c19;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  nav a {
    font-size: 8px;
    font-size: 0.5rem;
    padding: 0;
  }
}
@media screen and (min-width: 1046px) {
  nav a {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.line {
  border-bottom: 4px dotted #f1dc92;
}

.KV_wrap {
  margin-top: 13.5vw;
  background-image: url("../images/kv/KV_mobile.jpg?v=20250624V3");
  height: 0;
  background-size: 100%;
  padding-top: 116%;
}
@media screen and (min-width: 768px) {
  .KV_wrap {
    background-image: url("../images/kv/KV_pc.jpg?v=20250624V3");
    background-size: 160%;
    padding-top: 60%;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 10vw;
  }
}
@media screen and (min-width: 1046px) {
  .KV_wrap {
    background-image: url("../images/kv/KV_pc.jpg?v=20250624V3");
    background-size: 1920px 700px;
    padding-top: 700px;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 90px;
  }
}
@media screen and (min-width: 1920px) {
  .KV_wrap {
    background-image: url("../images/kv/KV_pc.jpg?v=20250624V3");
    background-size: 100%;
    padding-top: 36.4583333333%;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .KV_wrap .KV_area {
    width: 100%;
  }
}
.KV_wrap .KV_area .KV_block {
  margin: 0 -16px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .KV_wrap .KV_area .KV_block {
    margin: 0;
  }
}
.KV_wrap .KV_area img {
  width: 100%;
}

.section_title {
  width: 78vw;
  max-width: 700px;
  margin: 0 auto;
}
.section_title img {
  width: 100%;
}

#section01 {
  background-image: url(../images/bg/section_bg1_m.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 35vw;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  #section01 {
    padding-bottom: 150px;
    background-size: 150% auto;
    background-image: url(../images/bg/section_bg1_pc.jpg);
  }
}
@media screen and (min-width: 1024px) {
  #section01 {
    padding-bottom: 220px;
    background-size: 2560px 495px;
  }
}
@media screen and (min-width: 1920px) {
  #section01 {
    background-size: 100%;
  }
}
#section01 .section_title {
  max-width: unset;
  margin-top: 6.4vw;
  width: 99vw;
}
@media screen and (min-width: 768px) {
  #section01 .section_title {
    width: 72vw;
  }
}
@media screen and (min-width: 1046px) {
  #section01 .section_title {
    transform: unset;
    max-width: 700px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  #section01 .card_box {
    margin: 0px -16px;
    display: flex;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  #section01 .card_box {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
  }
}
#section01 .card_box img {
  width: 100%;
}
#section01 .card_box .card1,
#section01 .card_box .card2 {
  margin-top: 17px;
  line-height: 100%;
}
#section01 .card_box .remark {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #371C19;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #section01 .card_box .remark {
    font-size: 7px;
    font-size: 0.4375rem;
    height: 27px;
  }
}
@media screen and (min-width: 1046px) {
  #section01 .card_box .remark {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#section01 .section_remark {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #6D2609;
  margin-top: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #section01 .section_remark {
    font-size: 8px;
    font-size: 0.5rem;
    height: 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1046px) {
  #section01 .section_remark {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
#section01 .section_remark img {
  width: 5vw;
}
@media screen and (min-width: 768px) {
  #section01 .section_remark img {
    width: 2vw;
  }
}
@media screen and (min-width: 1046px) {
  #section01 .section_remark img {
    width: 27px;
  }
}
#section01 .section_remark img:first-child {
  margin-right: 10px;
}
#section01 .section_remark img:last-child {
  margin-left: 10px;
}

#section02 .area-table {
  padding: 0 16px;
}
#section02 .section_title {
  width: 90vw;
}
@media screen and (min-width: 768px) {
  #section02 .section_title {
    display: none;
  }
}
#section02 .table_wrap {
  width: 100%;
  margin: 0 auto 16vw;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #section02 .table_wrap {
    max-width: 900px;
    margin-top: -120px;
  }
}
@media screen and (min-width: 1024px) {
  #section02 .table_wrap {
    margin-bottom: 0;
  }
}
#section02 .table_wrap img {
  width: 100%;
}
#section02 .table_wrap .table_body {
  background-image: url(../images/section2/table_body_m.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 0 9.2vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  #section02 .table_wrap .table_body {
    letter-spacing: 0.02em;
    background-image: url(../images/section2/table_body_pc.png);
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1920px) {
  #section02 .table_wrap .table_body {
    padding: 0 80px;
  }
}
#section02 .table_wrap .table_body .line {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  #section02 .table_wrap .table_body .table_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
}
#section02 .table_wrap .table_body .table_box > .title {
  padding: 8px 20px;
  border-radius: 50px;
  text-align: center;
  background-color: rgba(255, 244, 123, 0.4);
  color: #371C19;
  font-weight: 700;
  padding: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  #section02 .table_wrap .table_body .table_box > .title {
    width: 196px;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1046px) {
  #section02 .table_wrap .table_body .table_box > .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  #section02 .table_wrap .table_body .table_box .info_box {
    width: calc(100% - 196px - 24px);
    margin-left: 24px;
  }
}
#section02 .table_wrap .table_body .table_box .info {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  #section02 .table_wrap .table_body .table_box .info {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1046px) {
  #section02 .table_wrap .table_body .table_box .info {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#section02 .table_wrap .table_body .table_box .info span {
  color: #ff693c;
  font-weight: 700;
}
#section02 .table_wrap .table_body .table_box .info .title {
  width: 22vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #section02 .table_wrap .table_body .table_box .info .title {
    width: 110px;
  }
}
#section02 .table_wrap .table_body .table_box .remark {
  color: #6d6f71;
  font-weight: 400;
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  #section02 .table_wrap .table_body .table_box .remark {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1046px) {
  #section02 .table_wrap .table_body .table_box .remark {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#section02 .table_wrap .table_body .table_box a {
  color: #008de9;
}
#section02 .table_wrap .table_icon01 {
  width: 18.5vw;
  position: absolute;
  bottom: -9vw;
  right: 0;
}
@media screen and (min-width: 1024px) {
  #section02 .table_wrap .table_icon01 {
    width: 145px;
    bottom: 0px;
    right: -55px;
    z-index: 1;
  }
}
#section02 .table_wrap .table_icon02 {
  display: none;
}
@media screen and (min-width: 1024px) {
  #section02 .table_wrap .table_icon02 {
    display: block;
    width: 179px;
    position: absolute;
    bottom: 0;
    left: -179px;
  }
}
#section02 .table_wrap .table_icon03 {
  display: none;
}
@media screen and (min-width: 1024px) {
  #section02 .table_wrap .table_icon03 {
    display: block;
    width: 157px;
    position: absolute;
    bottom: 0;
    right: -157px;
  }
}

#section03 {
  background-image: url("../images/section3/footer_bg_m.png?v=20250624V3");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  #section03 {
    background-size: 1920px auto;
    background-image: url("../images/section3/footer_bg_pc.png");
  }
}
@media screen and (min-width: 1920px) {
  #section03 {
    background-size: 100%;
  }
}
#section03 img {
  width: 100%;
}
#section03 .section_title {
  width: 90vw;
}
@media screen and (min-width: 768px) {
  #section03 .section_title {
    width: 78vw;
  }
}
@media screen and (min-width: 1000px) {
  #section03 .section_title {
    display: block;
  }
}
#section03 .footer_body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-content: center;
  padding-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  #section03 .footer_body {
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    padding-bottom: 3vw;
  }
}
#section03 .footer_body .footer_left .img_box {
  width: 55vw;
  margin-left: -3vw;
}
@media screen and (min-width: 768px) {
  #section03 .footer_body .footer_left .img_box {
    margin-left: -7vw;
    width: 40vw;
  }
}
@media screen and (min-width: 1024px) {
  #section03 .footer_body .footer_left .img_box {
    margin-left: -7vw;
    width: 405px;
  }
}
#section03 .footer_body .footer_right .img_box {
  width: 76vw;
  height: 0;
  display: block;
  padding-bottom: 43.0769230769%;
  background-image: url("../images/section3/open_btn.png?v=20250624V3");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  #section03 .footer_body .footer_right .img_box {
    width: 40vw;
    margin-left: 40px;
  }
  #section03 .footer_body .footer_right .img_box:hover {
    background-image: url("../images/section3/open_btn_hover.png?v=20250624V3");
  }
}
@media screen and (min-width: 1024px) {
  #section03 .footer_body .footer_right .img_box {
    width: 350px;
    margin-left: 40px;
  }
  #section03 .footer_body .footer_right .img_box:hover {
    background-image: url("../images/section3/open_btn_hover.png?v=20250624V3");
  }
}

#section04 {
  background-image: url("../images/section4/bg_m.jpg");
  background-size: 100%;
  padding-top: 30px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  #section04 {
    background-size: 1916px auto;
    background-position: center top;
    background-image: url("../images/section4/bg_pc.jpg");
  }
}
@media screen and (min-width: 1920px) {
  #section04 {
    background-size: 100%;
  }
}
#section04 .section_title {
  width: 90vw;
  padding-top: 5.5vw;
}
@media screen and (min-width: 768px) {
  #section04 .section_title {
    width: 78vw;
  }
}
#section04 .section_list {
  list-style-type: decimal;
  color: #222222;
  margin: 0 auto;
  padding: 20px 0 35px 1.5em;
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  #section04 .section_list {
    padding: 20px 0 35px 25px;
  }
}
#section04 .section_list ol {
  font-size: 16px;
  font-size: 1.0625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6em;
  margin-top: 5.5vw;
  padding-inline-start:0%;
}
@media screen and (min-width: 768px) {
  #section04 .section_list ol {
    font-size: 20px;
    line-height: 1.6em;
    margin-top: 20px;;
  padding-inline-start:8%;
  }
}
#section04 .section_list li {
  font-size: 17px;
  font-size: 1.0625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6em;
  margin-top: 5.5vw;
}
@media screen and (min-width: 768px) {
  #section04 .section_list li {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.6em;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1046px) {
  #section04 .section_list li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#section04 .section_list li:first-child {
  margin-top: 0;
}
#section04 .section_list li .info {
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 1.3vw;
}
@media screen and (min-width: 768px) {
  #section04 .section_list li .info {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.6em;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1046px) {
  #section04 .section_list li .info {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.footer_wrap {
  background: rgb(120, 56, 41);
}
.footer_wrap .footer_area {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
  padding: 10px 20px;
  text-align: center;
  padding-bottom: 16.8571428571%;
}
@media screen and (min-width: 768px) {
  .footer_wrap .footer_area {
    padding: 30px 0;
    font-size: 6.5px;
    font-size: 0.40625rem;
    line-height: 1.5em;
    font-weight: 500;
  }
}
@media screen and (min-width: 1046px) {
  .footer_wrap .footer_area {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 500;
  }
}
.footer_wrap .open_footer_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer_wrap .open_footer_btn img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer_wrap .open_footer_btn {
    display: none;
  }
}

.open_btn {
  display: none;
  background-image: url("../images/footer/property.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 167.5px;
  height: 225.5px;
  position: fixed;
  right: 10px;
  bottom: 0;
}
.open_btn:hover {
  background-image: url("../images/footer/property_hover.png");
}
@media screen and (min-width: 768px) {
  .open_btn {
    display: block;
  }
}