@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
.gold_background, .section_subbanner h2, .info_contact li:hover a, .section_valuation h2 span i:first-of-type, .block_how .box_how h4, .block_benefits .box_title h3, .block_benefits h2 span, .block_achievements .block_card h3, .block_why ul li .box_content h3, .section_stepbystep .triangle::after, .section_banner::after {
  background: var(--gold, linear-gradient(90deg, #D7AD54 0.62%, #F7DF8D 49.64%, #D7AD54 97.88%));
}

a {
  color: #000;
  text-decoration: none;
}

.btn {
  font-size: 16px;
  color: #000;
  border-radius: 0;
}

.btn,
a,
.btn:hover {
  transition: color 0.25s ease;
}

.btn:hover,
.btn.focus {
  color: #003056;
  transition: all 0.3s linear;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

button:focus {
  outline: none;
}

::-moz-selection {
  background: #003056;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #003056;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #003056;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #003056;
  color: #FFF;
  text-shadow: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background: #11121C;
  font-family: "Noto Sans JP", "SF Pro Display", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  line-height: 1.8em;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

.btn-link {
  color: #000;
  word-break: normal;
  word-break: break-all;
  word-break: keep-all;
  font-size: 0.75em;
  text-decoration: underline;
}

.btn-link:hover {
  color: #B48856;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
  font-style: normal;
}

*,
:before,
:after {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  height: 100%;
}

p {
  word-wrap: break-word;
  line-height: 180%;
}

a:hover {
  text-decoration: none;
  color: #000;
  transition: all 0.3s linear;
}

.red {
  color: #eb5757;
}

.form-control {
  border-color: #828282;
  height: calc(1.5em + 0.75rem + 9px);
  border-radius: 4px;
  font-family: "Noto Sans JP";
  font-size: 14px;
}

.form-check-input {
  width: 20px;
  height: 20px;
}

.form-select {
  font-size: 14px;
  color: #BDBDBD;
  border-color: #828282;
  height: calc(1.5em + 0.75rem + 9px);
  border-radius: 4px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3e%3ccircle cx='10' cy='10.5' r='10' fill='url(%23paint0_linear_73_185)'/%3e%3cpath d='M5 8.5L10 13.5L15 8.5' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_73_185' x1='17.6928' y1='0.499998' x2='1.71848' y2='5.6129' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.04' stop-color='%23D5AF66'/%3e%3cstop offset='0.515' stop-color='%23B08436'/%3e%3cstop offset='1' stop-color='%23D5AF66'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-size: inherit;
}

section {
  padding: 75px 0;
}

.small,
small {
  font-size: 0.75em;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1054px;
  }
}
.title {
  text-align: center;
  font-size: 3em;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.title span {
  font-size: 64px;
}
@media (max-width: 768px) {
  .title span {
    font-size: 32px;
  }
}

.logo_white {
  opacity: 1;
}

#main_header h1 {
  position: relative;
  left: -100px;
  transition: left 0.5s ease-in-out;
}
#main_header .container .logo_gold {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#main_header.scrolled, #main_header.visible {
  background-color: #fff;
}
#main_header.scrolled {
  top: -60px;
}
#main_header.visible {
  top: 0;
}
#main_header.scrolled .container .logo_white {
  display: none;
  opacity: 0;
}
#main_header.scrolled .container .logo_gold, #main_header.visible .container .logo_gold {
  display: block;
  opacity: 1;
}
#main_header.visible .container .logo_white {
  display: none;
  opacity: 0;
}

.section_banner {
  padding: 85px 0 160px;
  position: relative;
}
.section_banner::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/Union.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0% 0%);
}
.section_banner::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0% 0%);
}
.section_banner h1 {
  margin: 0 0 25px;
}
.section_banner .btn_hotelsite {
  border-radius: 100px;
  background: var(--white, #FFF);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  color: #003056;
  padding: 5px 50px;
  min-width: 400px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section_banner .box_map {
  margin: 0 0 40px;
  display: flex;
  align-items: center;
}
.section_banner .box_map h2 {
  font-weight: 900;
  line-height: 140%;
  font-size: 4em;
  color: #fff;
  max-width: 540px;
  margin-bottom: 0;
}
.section_banner h3 {
  color: #fff;
  font-weight: 700;
  font-size: 2.5em;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.section_banner p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.9px;
  font-size: 1.125em;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.section_banner p small {
  font-size: 14px;
}
@media (max-width: 768px) {
  .section_banner p small {
    font-size: 12px;
    display: block;
    margin-top: 15px;
  }
}
.section_banner .logo_lgps .img-lgps {
  position: absolute;
  bottom: 60px;
  right: 0;
  z-index: 9999;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .section_banner .logo_lgps {
    text-align: right;
  }
  .section_banner .logo_lgps .img-lgps {
    position: static;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .section_banner {
    padding-bottom: 70px;
  }
}

.section_solve {
  position: relative;
}
.section_solve::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -15%;
  background-image: url(../images/bg_gold_arrow.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.section_solve::after {
  content: "";
  position: absolute;
  z-index: -3;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_bottom.png) no-repeat center bottom;
  background-size: cover;
}
@media (max-width: 768px) {
  .section_solve {
    padding-top: 0;
  }
  .section_solve::before {
    background-image: url("../images/bg_gold_arrow_sp.png");
    background-size: auto;
  }
}

.section_banner .box_content > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.section_banner .box_content {
  position: relative;
}
.section_banner .box_map h2,
.section_banner .box_map .map_img {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.section_banner.is-visible .btn_hotelsite {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.section_banner.is-visible .box_map {
  opacity: 1;
  transform: translateY(0);
}
.section_banner.is-visible .box_map h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.section_banner.is-visible .box_map .map_img {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.section_banner.is-visible h3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.section_banner.is-visible p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}

.section_stepbystep {
  position: relative;
  padding-top: 50px;
}
.section_stepbystep .btn_gold span {
  position: relative;
  top: -3px;
}
.section_stepbystep .btn_gold span i {
  font-style: normal;
  font-size: 1.3em;
}
.section_stepbystep::before {
  content: "";
  position: absolute;
  z-index: -3;
  left: 0;
  top: -150px;
  width: 100%;
  height: 54%;
  background: url("../images/bg_top.png") no-repeat center top;
  background-size: cover;
  display: none;
}
.section_stepbystep::after {
  content: "";
  position: absolute;
  z-index: -3;
  left: 0;
  bottom: -60px;
  width: 100%;
  height: 110%;
  background: url("../images/bg_bottom.png") no-repeat center bottom;
  background-size: cover;
  background-color: #0e162d;
  clip-path: polygon(50% 0%, 100% 7%, 100% 100%, 0 100%, 0% 7%);
}
.section_stepbystep .triangle {
  position: relative;
  width: 100%;
  height: 100%;
}
.section_stepbystep .triangle::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 50.07%;
  clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0% 0%);
}
.section_stepbystep .block {
  padding: 75px 0;
}

.btn_gold {
  background: url("../images/btn_gold.png") no-repeat;
  max-width: 395px;
  min-width: 395px;
  background-size: 100%;
  margin-bottom: 80px;
  font-size: 1.8em;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 21px 10px;
}
.btn_gold:hover {
  color: #000;
  transform: translateY(-5px);
}
.btn_gold span {
  line-height: 1.3em;
}

.block_why h2 i {
  font-style: normal;
}
@media (max-width: 768px) {
  .block_why h2 i {
    display: block;
  }
}
.block_why ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.block_why ul li {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  transition: all 0.5s ease-in-out;
  gap: 20px;
  box-sizing: border-box;
}
.block_why ul li:last-of-type {
  margin-bottom: 0;
}
.block_why ul li:nth-of-type(2) .box_content {
  margin-right: 0;
  margin-left: 20px;
}
.block_why ul li .box_content {
  margin-right: 20px;
  max-width: 680px;
}
.block_why ul li .box_content h3 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.block_why ul li .box_content h3 span {
  font-size: 1.6em;
}
.block_why ul li .box_content h4 {
  margin-bottom: 20px;
}
.block_why ul li .box_content p {
  font-size: 20px;
}
.block_why ul li .box_content p:last-of-type {
  margin-bottom: 0;
}
.block_why ul li .box_img {
  width: 330px;
  flex: 0 0 330px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.block_why ul li .box_img::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.block_why ul li .box_img:hover::before {
  animation: shine 1s;
}
.block_why ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.block_achievements .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.block_achievements .row .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
.block_achievements .block_card .block_card_img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 101/68;
}
.block_achievements .block_card .block_card_img.scheduled::after {
  content: "2028年度開業予定";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_achievements .block_card .block_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_achievements .block_card .block_card_img::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.block_achievements .block_card .block_card_img:hover::before {
  animation: shine 1s;
}
.block_achievements .block_card h3 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2px;
  font-size: 1.25em;
  margin: 20px 0 10px;
  border: 1px solid var(--gold, #D7AD54);
  padding: 0 10px;
  max-width: 82px;
  text-align: center;
}
.block_achievements .block_card h4 {
  font-weight: 700;
  line-height: 140%;
  font-size: 30px;
  display: flex;
  align-items: center;
}
.block_achievements .block_card h4 span {
  font-size: 20px;
  line-height: 1.8em;
  padding: 0 10px;
  border: 1px solid #fff;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .block_achievements .block_card h4 span {
    font-size: 14px;
  }
}

.block_concerns {
  position: relative;
  z-index: 3;
}
.block_concerns h2 {
  font-size: 48px;
}
.block_concerns h2 span {
  font-size: 48px;
}
.block_concerns h2 i {
  font-style: normal;
}
@media (max-width: 768px) {
  .block_concerns h2 i {
    display: block;
  }
}
.block_concerns ul {
  display: flex;
  padding: 50px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid var(--gold, #D7AD54);
  margin: 0 0 114px;
  list-style-type: none;
}
.block_concerns ul li {
  padding-left: 50px;
  position: relative;
  font-size: 1.5em;
}
.block_concerns ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url("../images/i_check.svg") no-repeat;
}

.block_concerns2 {
  position: relative;
  z-index: 3;
  text-align: center;
}
.block_concerns2 h2 {
  font-size: 48px;
}
.block_concerns2 h2 span {
  font-size: 48px;
}
.block_concerns2 h2 i {
  font-style: normal;
}
.block_concerns2 .btn_gold {
  margin-bottom: 150px;
}

.block_benefits {
  position: relative;
  z-index: 3;
}
.block_benefits h2 {
  margin-bottom: 86px;
}
.block_benefits h2 i {
  font-style: normal;
}
.block_benefits h2 span {
  font-size: 48px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .block_benefits h2 span {
    font-size: 32px;
  }
}
.block_benefits .benefits_box .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.block_benefits .benefits_box .row .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
.block_benefits .benefits_box .box_img {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.block_benefits .benefits_box .box_img .box_talk {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -60px;
  border-radius: 10px;
  border: 2px solid var(--black, #11121C);
  background: var(--white, #FFF);
  display: inline-flex;
  padding: 15px 10px 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 220px;
  color: #000;
  font-weight: 700;
  line-height: 160%;
  text-align: justify;
  font-size: 0.875em;
  font-family: "SF Pro Text";
}
.block_benefits .benefits_box .box_img .box_talk::before, .block_benefits .benefits_box .box_img .box_talk::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.block_benefits .benefits_box .box_img .box_talk::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.block_benefits .benefits_box .box_img .box_talk::before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 13px;
  margin-left: -13px;
}
.block_benefits .benefits_box img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_benefits .box_title {
  display: flex;
  height: 86px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block_benefits .box_title h3 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75em;
}

.block_how {
  padding-top: 130px;
  padding-bottom: 0;
  position: relative;
  z-index: 3;
}
.block_how .box_how .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.block_how .box_how .row .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.block_how .box_how .box_img {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.block_how .box_how .box_img::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.block_how .box_how .box_img:hover::before {
  animation: shine 1s;
}
.block_how .box_how .box_img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_how .box_how h3 {
  font-size: 1.75em;
  text-align: center;
}
.block_how .box_how h4 {
  font-family: "SF Pro Display";
  font-size: 1em;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section_saleforbegin {
  position: relative;
}
.section_saleforbegin::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: -25%;
  background-image: url(../images/bg_gold_arrow.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.section_saleforbegin .container {
  max-width: 1234px;
}
.section_saleforbegin h2 {
  margin-top: 100px;
  font-size: 48px;
}
.section_saleforbegin h2 span {
  font-size: 48px;
  display: block;
  background: var(--gold, linear-gradient(90deg, #D7AD54 0.62%, #F7DF8D 49.64%, #D7AD54 97.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section_saleforbegin h2 span i {
  font-style: normal;
  font-size: 64px;
}
.section_saleforbegin .box_steps {
  margin: 0;
  padding: 59px 102px 60.561px 102px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  border: 2px solid var(--gold, #D7AD54);
  background: var(--black, #11121C);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 4;
}
.section_saleforbegin .box_steps li {
  text-align: center;
  flex: 1;
  margin: 0 36.5px;
  position: relative;
}
.section_saleforbegin .box_steps li::after {
  content: "";
  position: absolute;
  right: -53px;
  top: -140px;
  bottom: 0;
  margin: auto;
  width: 34px;
  height: 23px;
  background: url("../images/i_chevron_right.svg") no-repeat;
}
.section_saleforbegin .box_steps li:last-of-type::after {
  display: none;
}
.section_saleforbegin .box_steps li .box_img {
  width: 293px;
  height: 200px;
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--gold, #D7AD54);
  overflow: hidden;
}
.section_saleforbegin .box_steps li .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_saleforbegin .box_steps li h3 {
  color: var(--white, #FFF);
  font-size: 1.5em;
  font-style: normal;
  line-height: 160%;
  border-radius: 100px;
  border: 1px solid var(--gold, #D7AD54);
  background: var(--black, #11121C);
  position: relative;
  top: -25px;
  display: inline-flex;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.section_saleforbegin .box_steps li p {
  text-align: left;
  margin-bottom: 0;
  line-height: 160%;
}
@media (max-width: 768px) {
  .section_saleforbegin {
    padding-top: 0;
  }
}

.section_valuation {
  padding-bottom: 30px;
}
.section_valuation h2 {
  font-size: 48px;
}
.section_valuation h2 span i {
  font-style: normal;
  font-size: 64px;
}
.section_valuation h2 span i:first-of-type {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section_valuation h2 span i:last-of-type {
  color: #fff;
  font-size: 48px;
}
.section_valuation .box_list .box_list_item {
  margin-bottom: 50px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.section_valuation .box_list .box_list_item:last-of-type {
  margin-bottom: 0;
}
.section_valuation .box_list .box_list_item h3 {
  line-height: 140%;
  font-size: 1.875em;
  color: #fff;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 28px;
}
.section_valuation .box_list .box_list_item h3 .circle {
  font-size: 1.0667em;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  flex-shrink: 0;
  background-color: var(--Primary-color, #003056);
  border: 5px solid var(--gold, #D7AD54);
  border-radius: 100px;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
  flex-direction: column;
  line-height: 0.8em;
}
@media (max-width: 768px) {
  .section_valuation .box_list .box_list_item h3 .circle {
    margin-right: 0;
  }
}
.section_valuation .box_list .box_list_item h3 i:first-of-type {
  font-size: 0.625em;
}
.section_valuation .box_list .box_list_item i {
  font-style: normal;
}
.section_valuation .box_list ul {
  list-style-type: none;
  padding: 0 0 0 100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  max-width: 710px;
}
.section_valuation .box_list ul li {
  box-sizing: border-box;
  width: 295px;
}
.section_valuation .box_list ul li:nth-child(odd):last-child {
  flex-basis: 100%;
}
.section_valuation .box_list ul li input[type=radio] {
  display: none;
}
.section_valuation .box_list ul li input[type=radio]:checked + label {
  border-color: #D7AD54;
  background: #003056;
  color: #fff;
}
.section_valuation .box_list ul li label {
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 3px solid var(--black, #11121C);
  background: var(--white, #FFF);
  font-size: 1.25em;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  width: 100%;
  color: #000;
}
.section_valuation .box_list ul li label:hover {
  cursor: pointer;
  border-color: #D7AD54;
  background: #003056;
  color: #fff;
}
@media (max-width: 768px) {
  .section_valuation h2 {
    font-size: 32px;
  }
  .section_valuation h2 span i {
    font-size: 32px;
    display: block;
  }
}

p.experience {
  text-align: center;
  margin-top: 125px;
}

.info_contact {
  list-style-type: none;
  padding: 0;
  margin: 45px 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.info_contact li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.info_contact li:hover a {
  transition: all 0.3s ease-in-out;
}
.info_contact li a {
  font-weight: 600;
  font-size: 1.5em;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 501px;
  height: 90px;
  padding: 30px 70px 20px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 2px solid #D7AD54;
  background: #003056;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}
.info_contact li a .label {
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  display: flex;
  width: 300px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
  line-height: 160%;
  font-size: 0.6667em;
  background: #fff;
  border-radius: 100px;
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.info_contact li a .label::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}
.info_contact li a .box_call {
  display: flex;
  align-items: center;
}
.info_contact li a .box_call i {
  font-style: normal;
  display: block;
}
.info_contact li a .box_call span:last-of-type {
  margin-left: 20px;
  font-size: 0.5833em;
  font-weight: 600 !important;
}
.info_contact li a img {
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}
.info_contact li:last-of-type a span:last-of-type {
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
}

footer {
  background: #003056;
  padding: 25px 0 15px 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
footer .container {
  max-width: 1260px;
}
footer .btn_gold {
  min-width: 300px;
  max-width: 300px;
  font-size: 1.6em;
}
footer .btn_gold span {
  position: relative;
  top: -7px;
}
footer .copyright {
  font-family: "SF Pro Text";
  font-size: 0.75em;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  top: -35px;
}
footer .copyright a {
  color: #fff;
}
@media (max-width: 768px) {
  footer .copyright {
    text-align: center;
    top: inherit;
  }
}
footer ul {
  padding: 0;
  margin: 0 0 40px;
  list-style-type: none;
  display: flex;
}
footer ul li {
  margin-right: 35px;
  position: relative;
}
footer ul li:hover a {
  text-decoration: underline;
  color: #fff;
}
footer ul li:last-of-type {
  margin-right: 0;
}
footer ul li a {
  color: #fff;
  font-size: 14px;
}
footer ul li a span {
  position: relative;
  padding-left: 13px;
}
footer ul li a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: url("../images/i_chevron_right_sm.svg") no-repeat;
}
@media (max-width: 768px) {
  footer ul li:first-of-type a {
    font-family: "SF Pro Text";
    font-size: 12px;
  }
}
footer .footer-lgps {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
}
footer .footer-lgps p {
  font-family: "SF Pro Display", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  footer .footer-lgps {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  footer .footer-lgps p {
    order: 2;
    font-size: 12px;
    line-height: 1.5em;
  }
  footer .footer-lgps p span {
    display: block;
  }
  footer .footer-lgps img {
    order: 1;
  }
}

.assessment_page {
  background: url("../images/bg_assessment.png") no-repeat;
  background-size: cover;
}

.section_subbanner {
  padding: 125px 0 30px;
  text-align: center;
}
.section_subbanner h2 {
  font-size: 1.5em;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section_subbanner h3 {
  font-size: 2.25em;
}
.section_subbanner p {
  font-family: "Inter";
  margin-bottom: 0;
}

.section_request {
  color: #000;
  font-family: "Inter";
  font-size: 0.875em;
  padding-top: 0;
}
.section_request .container {
  max-width: 1100px;
}
.section_request .request_content {
  display: flex;
  padding: 80px 100px 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 2px solid var(--gold, #D7AD54);
  background: var(--white, #FFF);
  box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.1);
}
.section_request .request_content .block_content {
  padding: 0 0 50px;
  width: 100%;
}
.section_request .request_content .block_content hr {
  margin: 30px 0;
}
.section_request .request_content .block_content .form-check-input:focus {
  box-shadow: none;
}
.section_request .request_content .block_content .form-check-input:checked {
  border-color: #D5AF66;
  background-color: #D5AF66;
}
.section_request .request_content .block_content .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3ccircle cx='10' cy='10' r='9.5' fill='white' stroke='%23828282'/%3e%3ccircle cx='10' cy='10' r='6' fill='url(%23paint0_linear_73_163)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_73_163' x1='14.6157' y1='4' x2='5.03109' y2='7.06774' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.04' stop-color='%23D5AF66'/%3e%3cstop offset='0.515' stop-color='%23B08436'/%3e%3cstop offset='1' stop-color='%23D5AF66'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}
.section_request .request_content .block_content label {
  position: relative;
  font-weight: 700;
}
.section_request .request_content .block_content label.require_cus {
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_request .request_content .block_content label.require_cus span {
  display: inline-block;
  font-weight: 600;
  line-height: normal;
  font-size: 0.8571em;
  padding: 3px 5px;
  color: #fff;
  margin-left: 20px;
  background: var(--Primary-gradation, linear-gradient(252deg, #8B6D38 8.74%, #D5AF66 75.44%));
}
.section_request .request_content .block_content label .label_name {
  letter-spacing: -0.1em;
  font-style: normal;
}
.section_request .request_content .block_content textarea {
  display: flex;
  height: 120px;
  padding: 10px;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
}
.section_request .request_content .block_content .w_addresssearch {
  display: flex;
  align-items: center;
}
.section_request .request_content .block_content .w_addresssearch .btn_addresssearch {
  background: var(--gradation_G, linear-gradient(252deg, #D5AF66 11.41%, #B08436 43.09%, #D5AF66 75.44%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1em;
  font-weight: 600;
  margin-left: 20px;
  min-width: 110px;
  padding-right: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.section_request .request_content .block_content .w_addresssearch .btn_addresssearch i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='10.5' cy='10.5' r='10' fill='url(%23paint0_linear_73_230)'/%3e%3cpath d='M6.38232 10.5H14.6176' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10.5 6.38232L14.6176 10.5L10.5 14.6176' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_73_230' x1='18.1928' y1='0.499998' x2='2.21848' y2='5.6129' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.04' stop-color='%23D5AF66'/%3e%3cstop offset='0.515' stop-color='%23B08436'/%3e%3cstop offset='1' stop-color='%23D5AF66'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  transition: transform 0.3s ease;
}
.section_request .request_content .block_content .w_addresssearch .btn_addresssearch:hover i {
  transform: translateX(5px);
}
.section_request .request_content h2 {
  width: 100%;
  display: flex;
  padding: 10px;
  align-items: center;
  background: #003056;
  font-family: "Inter";
  font-size: 1.1429em;
  font-weight: 400;
  margin-bottom: 30px;
}
.section_request .box_privacypolicy {
  text-align: center;
  margin-top: 40px;
}
.section_request .box_privacypolicy .form-check {
  display: flex;
  justify-content: center;
}
.section_request .box_privacypolicy .form-check .form-check-input {
  margin-right: 10px;
}
.section_request .box_privacypolicy .form-check .form-check-label {
  font-weight: 400;
}
.section_request .box_privacypolicy .privacypolicy {
  font-size: 0.8571em;
}
.section_request .box_privacypolicy .privacypolicy a {
  color: #D7AD54;
  text-decoration: underline;
}
.section_request .btn_checkentries {
  display: flex;
  padding: 15px 125px;
  gap: 10px;
  border-radius: 4px;
  background: var(--Primary-gradation, linear-gradient(252deg, #8B6D38 8.74%, #D5AF66 75.44%));
  margin: auto;
  margin-top: 20px;
  font-weight: 700;
  color: #fff;
  transition: background 0.4s ease, transform 0.2s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.section_request .btn_checkentries:hover {
  background: linear-gradient(to right, #8B6223, #D7AD54);
  transform: translateY(-3px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
}

#back-to-top {
  position: fixed;
  bottom: -10%;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #D7AD54;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
  transition: 1s ease;
}
#back-to-top:hover {
  background: #000;
  color: #fff;
}
#back-to-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#back-to-top.show {
  bottom: 80px;
}

.request_fixed {
  width: 100%;
  position: fixed;
  z-index: 200;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding-top: 20px;
  background: #003056;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.request_fixed.hidden {
  opacity: 0;
  visibility: hidden;
}

header .container {
  max-width: 1240px;
}

.navbar-custom {
  background-color: transparent;
  transition: background-color 0.5s ease, padding 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
  position: fixed;
  width: 100%;
  z-index: 10;
  transform: translateY(0);
  /* Default translate */
}

.navbar-nav .nav-link {
  color: white;
  font-size: 0.875em;
  transition: color 0.5s ease, transform 0.5s ease;
}
.navbar-nav .nav-link:hover {
  color: #D7AD54;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Noto Sans JP", sans-serif;
}

.btn_assessment {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 100px;
  border: 3px solid var(--gold, #D7AD54);
  background: var(--Primary-gradation, linear-gradient(252deg, #8B6D38 8.74%, #D5AF66 75.44%));
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 0.875em;
  font-weight: 900;
  margin-left: 25px;
  min-width: 190px;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.btn_assessment:hover {
  background: var(--Primary-gradation, linear-gradient(252deg, #8B6D38 8.74%, #D5AF66 75.44%));
  border: 3px solid var(--gold, #D7AD54);
  color: #000;
}
.btn_assessment img {
  margin-right: 10px;
}

.navbar-scrolled {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.navbar-scrolled .navbar-brand img {
  transition: all 0.3s ease;
  content: url("../images/logo_gold.svg");
}
.navbar-scrolled .navbar-nav .nav-link {
  color: black;
}
.navbar-scrolled .navbar-nav .nav-link:hover {
  color: #D7AD54;
}
.navbar-scrolled .navbar-toggler-icon span {
  background-color: #000;
}

.navbar-custom {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 6.5px 0;
}
.navbar-custom .navbar-toggler {
  border: none;
  background-color: transparent;
}
.navbar-custom .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-custom .navbar-brand img {
  height: 40px;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #0B3D6B;
  transition: left 0.3s ease-in-out;
  z-index: 99999;
}
.fullscreen-menu.active {
  left: 0;
}
.fullscreen-menu .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
  color: white;
  cursor: pointer;
}
.fullscreen-menu ul {
  list-style: none;
  padding: 0;
  margin-top: 100px;
  text-align: center;
}
.fullscreen-menu ul li {
  margin: 0;
}
.fullscreen-menu ul li a {
  color: white;
  font-size: 0.9375em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid white;
  transition: color 0.3s ease;
}
.fullscreen-menu ul li a:hover {
  color: #ccc;
}
.fullscreen-menu ul li a span {
  font-size: 18px;
}

.navbar-toggler-icon {
  width: 30px;
  height: 22px;
  position: relative;
  display: inline-block;
  background-image: none;
}
.navbar-toggler-icon span {
  background-color: #fff;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  left: 0;
  transition: all 0.3s ease;
}
.navbar-toggler-icon span:nth-child(1) {
  top: 0;
}
.navbar-toggler-icon span:nth-child(2) {
  top: 9px;
}
.navbar-toggler-icon span:nth-child(3) {
  top: 18px;
}

@media (max-width: 1350px) {
  #main_header h1 {
    left: 0;
  }
}
@media (max-width: 992px) {
  .navbar-custom .navbar-collapse {
    display: none;
  }
  .navbar-custom .navbar-toggler {
    display: block;
  }
  .fullscreen-menu {
    display: block;
  }
  .title {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .btn_gold {
    width: 85%;
    min-width: 355px;
    max-width: 355px;
  }
  .btn_gold span {
    position: relative;
  }
  #main_header h1 {
    left: 0;
  }
  .section_banner::before, .section_banner::after {
    clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0% 0%);
  }
  .section_banner::before {
    background-position: 80% 0;
  }
  .section_banner .box_content {
    padding: 0 20px;
  }
  .section_banner .btn_hotelsite {
    font-size: 1em;
    min-width: 300px;
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .section_banner h3 {
    font-size: 1.5em;
  }
  .section_banner p {
    font-size: 0.875em;
  }
  .section_banner .box_map {
    margin-bottom: 20px;
  }
  .section_banner .box_map h2 {
    font-size: 3em;
  }
  .section_stepbystep .btn_gold span {
    top: -5px;
  }
  .section_stepbystep .block {
    padding: 50px 0;
  }
  .section_saleforbegin::before {
    top: -25%;
    background-size: auto;
  }
  .section_saleforbegin h2 {
    margin-top: 30px;
  }
  .section_saleforbegin .box_steps {
    flex-wrap: wrap;
    padding: 30px 25px;
  }
  .section_saleforbegin .box_steps li {
    flex: auto;
    margin: 0;
    padding-bottom: 90px;
  }
  .section_saleforbegin .box_steps li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    background: url("../images/i_chevron_bottom.svg") no-repeat;
    width: 23px;
    height: 34px;
  }
  .section_saleforbegin .box_steps li:last-of-type {
    padding-bottom: 0;
  }
  .section_saleforbegin .box_steps li:last-of-type::before {
    display: none;
  }
  .section_saleforbegin .box_steps li::after {
    display: none;
  }
  .section_saleforbegin .box_steps li .box_img {
    width: 100%;
  }
  .section_saleforbegin .box_steps li h3 {
    font-size: 1.25em;
  }
  .block_why ul li {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .block_why ul li:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  .block_why ul li:nth-of-type(2) .box_img {
    order: 1;
  }
  .block_why ul li:nth-of-type(2) .box_content {
    order: 2;
  }
  .block_why ul li .box_content {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .block_why ul li .box_content h3 {
    font-size: 1em;
  }
  .block_why ul li .box_content h3 span {
    font-size: 1.5em;
  }
  .block_why ul li .box_content h4 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .block_why ul li .box_img {
    width: 100%;
    flex: 1 1 auto;
  }
  .block_achievements .block_card h3 {
    font-size: 1em;
  }
  .block_achievements .block_card h4 {
    font-size: 20px;
  }
  .block_concerns h2 {
    font-size: 32px;
  }
  .block_concerns h2 span {
    font-size: 32px;
  }
  .block_concerns.block {
    padding-bottom: 0;
  }
  .block_concerns ul {
    padding: 25px 20px;
    margin-bottom: 0;
  }
  .block_concerns ul li {
    font-size: 1.25em;
  }
  .section_solve::before {
    top: -3.5%;
  }
  .section_solve .title {
    margin-bottom: 30px;
  }
  .section_solve .block_concerns2 h2 {
    font-size: 24px;
  }
  .section_solve .block_concerns2 h2 span {
    font-size: 24px;
  }
  .section_solve .block_concerns2 .title {
    font-size: 1.5em;
    margin-top: 30px;
  }
  .section_solve .block_concerns2 .title i {
    display: block;
  }
  .section_solve .block_concerns2 .btn_gold {
    margin-bottom: 80px;
  }
  .section_solve .block_concerns2 .btn_gold span {
    top: -7px;
  }
  .section_solve .block_benefits h2 i {
    display: block;
  }
  .section_solve .block_benefits .box_title h3 {
    font-size: 1.5em;
  }
  .block_how .box_how h3 {
    font-size: 1.5em;
  }
  .section_valuation h2 span i {
    font-size: 40px;
  }
  .section_valuation h2 span i:last-of-type {
    font-size: 32px;
  }
  .section_valuation .box_list .box_list_item h3 {
    flex-direction: column;
    text-align: center;
    font-size: 1.5em;
  }
  .section_valuation .box_list .box_list_item h3 span {
    margin-bottom: 20px;
  }
  .section_valuation .box_list .box_list_item h3 i {
    font-style: normal;
  }
  .section_valuation .box_list .box_list_item h3 i:first-of-type {
    font-size: 20px;
  }
  .section_valuation .box_list .box_list_item h3 i:last-of-type {
    font-size: 32px;
    margin-top: 5px;
  }
  .section_valuation .box_list .box_list_item ul {
    padding-left: 0;
    max-width: 100%;
  }
  .section_valuation .box_list .box_list_item ul li {
    width: 100%;
  }
  .section_valuation .btn_gold span {
    position: relative;
    top: -8px;
  }
  .info_contact {
    justify-content: center;
  }
  .info_contact li {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .info_contact li a {
    width: 100%;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .info_contact li a .box_call {
    flex-direction: column;
    align-items: flex-end;
  }
  .info_contact li a .box_call i {
    display: inline-block;
  }
  footer {
    text-align: center;
  }
  footer ul {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  footer .copyright {
    margin-bottom: 20px;
  }
  footer .btn_gold span {
    position: relative;
    top: -7px;
  }
  p.experience br {
    display: none;
  }
  p.experience span {
    display: block;
  }
  .section_subbanner h3 {
    font-size: 1.8em;
  }
  .section_request .request_content {
    padding: 15px;
  }
  .section_request .request_content .block_content label.require_cus {
    justify-content: flex-start;
  }
  .section_request .request_content .block_content label .label_name {
    font-size: 13px;
  }
  .section_request .btn_checkentries {
    padding: 15px 30px;
  }
  .block_how {
    padding-top: 80px;
  }
}
@media screen and (max-width: 843px) {
  #back-to-top {
    right: 10px;
  }
  .section_saleforbegin h2 {
    margin-top: 0;
    font-size: 32px;
  }
  .section_saleforbegin h2 span {
    font-size: 32px;
  }
  .section_saleforbegin h2 span i {
    font-size: 48px;
  }
}
.hotel-requirements-section {
  color: #f5f5f5;
  position: relative;
  z-index: 10;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  /* Responsive tweak */
}
.hotel-requirements-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hotel-requirements-section .hotel-req-title {
  letter-spacing: 0.08em;
  font-size: 48px;
}
.hotel-requirements-section .hotel-req-title i {
  font-style: normal;
}
@media (max-width: 767.98px) {
  .hotel-requirements-section .hotel-req-title {
    font-size: 32px;
  }
  .hotel-requirements-section .hotel-req-title i {
    display: block;
  }
}
.hotel-requirements-section .requirements-panel {
  border-radius: 10px;
  border: 2px solid #D7AD54;
  background: #11121C;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  overflow: hidden;
}
.hotel-requirements-section .requirements-row {
  border-top: 1px solid transparent;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-image-source: linear-gradient(90deg, #D7AD54 0%, #F7DF8D 50%, #D7AD54 100%);
  border-image-slice: 1;
  border-image-width: 1 0 0 0;
  border-image-repeat: stretch;
}
.hotel-requirements-section .requirements-row:first-child {
  border-top: none;
}
.hotel-requirements-section .requirements-label {
  padding: 18px 22px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
  background: var(--gold, linear-gradient(90deg, #D7AD54 0.62%, #F7DF8D 49.64%, #D7AD54 97.88%));
  background-clip: text;
  color: #D7AD54;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.hotel-requirements-section .requirements-body {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.7;
}
.hotel-requirements-section .requirements-body .requirements-subtitle {
  color: #fff;
  margin-bottom: 4px;
  font-size: 16px;
}
.hotel-requirements-section .requirements-body .requirements-body-title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 20px;
}
.hotel-requirements-section .requirements-body ul {
  padding-left: 20px;
  margin-bottom: 0.5rem;
}
.hotel-requirements-section .requirements-body ul li {
  position: relative;
}
.hotel-requirements-section .requirements-body ul li::before {
  content: "• ";
  position: absolute;
  left: -15px;
  color: #fff;
}
.hotel-requirements-section .requirements-body p.small,
.hotel-requirements-section .requirements-body .small {
  font-size: 14px;
  font-weight: 700;
  background: var(--gold, linear-gradient(90deg, #D7AD54 0.62%, #F7DF8D 49.64%, #D7AD54 97.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .hotel-requirements-section .requirements-label {
    border-right: none;
    padding-bottom: 0;
  }
  .hotel-requirements-section .requirements-body {
    padding-top: 12px;
  }
}

/* GRID cho phần 主な募集エリア */
.area-grid {
  display: grid;
  grid-template-columns: minmax(70px, 110px) 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 10px;
}

.area-grid-label {
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
}

.area-grid-content {
  line-height: 1.7;
}
.area-grid-content .area-grid-title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 20px;
}
.area-grid-content .label {
  display: inline-block;
  width: 50px;
}
.area-grid-content ul {
  padding-left: 1.2em;
  margin-bottom: 0;
}
.area-grid-content ul.fundraising li {
  font-size: 20px;
  font-weight: 700;
}

/* Mobile: label nằm trên, content dưới (1 cột) */
@media (max-width: 767.98px) {
  .area-grid {
    grid-template-columns: 1fr;
  }
  .area-grid-label {
    margin-top: 4px;
  }
}
@media (max-width: 320px) {
  .btn_gold {
    width: 100%;
    min-width: auto;
    max-width: auto;
  }
  .section_banner .btn_hotelsite {
    width: 100%;
    min-width: auto;
    max-width: auto;
  }
  .section_banner .box_map h2 {
    font-size: 2em;
  }
}/*# sourceMappingURL=styles.css.map */